@charset "UTF-8";

body {
	background-image: url(images/ct-bg.jpg);
	background-repeat: repeat-x;
	background-color: #000000;
}

/*Divs*/

.container {
	margin: auto;
	height: auto;
	width: 800px;
	padding-top: 0px;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 14px;
	padding-bottom: 25px;
}

.containerhome {
	margin: auto;
	height: 850px;
	width: 800px;
	padding-top: 0px;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 14px;
	padding-bottom: 25px;
}
	
.main {
	background-color: #FFFFFF;
	width: 800px;
}
.right {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	width: 325px;
	padding-top: 0px;
	padding-right: 25px;
	padding-left: 0px;
	font-size: 12px;
	background-color: #FFFFFF;
	text-align: center;
	padding-bottom: 10px;
	float: right;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	margin: auto;
	height: auto;
	width: 796px;
	padding-top: 4px;
	clear: both;
}
.hotel-index {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	width: 240px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 25px;
}
.navbar {
	height: 22px;
	width: 798px;
}
.header {
	height: 66px;
	width: 800px;
}

.bw-header {
	height: 106px;
	width: 800px;
}

.left {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	width: 410px;
	padding-left: 25px;
	text-align: left;
	background-color: #FFFFFF;
	padding-right: 0px;
	list-style-position: outside;
	list-style-type: disc;
}

.left-states {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	width: 420px;
	padding-left: 25px;
	text-align: left;
	background-color: #FFFFFF;
	padding-right: 0px;
}

/* Text */

.hotel-index a:hover {
	text-decoration: underline;
}

a:link {
	text-decoration: none;
	color: #333333;
}

a:visited {
	text-decoration: none;
	color: #333333;
}

a:hover {
	text-decoration: underline;
	color: #999999;
}

a:active {
	text-decoration: none;
	color: #333333;
}

.left a:link, .right a:link {
	text-decoration: underline;
	color: #333333;
}
.left a:visited,  .right a:visited {
	text-decoration: underline;
	color: #333333;
}
.left a:hover,  .right a:hover {
	text-decoration: underline;
	color: #999999;
}
.left a:active, .right a:active {
	text-decoration: underline;
	color: #333333;
}
.hotel-index-title {
	font-size: 10px;
	font-weight: bold;
	color: #B9161B;
}
.right a:active {
	text-decoration: underline;
	color: #333333;
}
.hotel-index-title {
	font-size: 10px;
	font-weight: bold;
	color: #B9161B;
}

