/* CSS Document */

.background {
	margin:0px;
	background-image: url(/images/background.jpg);
	background-repeat: repeat-x;

}

.pop-bkg {
	margin:0px;
	background-image: url(/images/pop_back.jpg);
	background-repeat: repeat-x;
}

.pop {
	margin:0px;
}

#menu td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	line-height: 140%;
	color: #666666;
}

#test td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 97%;
	line-height: 140%;
	color: #666666;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 94%;
	line-height: 140%;
	color: #666666;
}

h1 {
	font-size: 105%;
	line-height: 140%;
	color: #666666;
	font-weight: bold;
	margin:0px;
}

a {
	color: #CC9900;
	text-decoration: underline;
}

a:hover {
	color: #CC0000;
	text-decoration: underline;
}


.content {
	padding: 0px 10px 0px 10px;
	vertical-align: top;
}

.spacer {
	padding-bottom: 20px;
	text-align: left;
}

.spacer2 {
	padding-bottom: 20px;
	text-align: center;
}

#baseline {
	padding: 45px 20px 0px 0px;
	text-align: center;
	background-image: url(/images/long_divider.gif);
	background-repeat: no-repeat;
}

#baseline a {
	color: #666666;
	text-decoration: none;
}

#baseline a:hover {
	color: #CC9900;
	text-decoration: underline;
}


.line {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

ul {
	margin: 10px 0;
	padding: 0 0 0 15px;
	/*padding-left: 14px;
	margin: 0px;*/
}

li {
	padding: 0px 0px 2px 0px;
	margin: 0px;
}

.form-pad {
	border: 1px solid #CCCCCC;
	background-image: url(/images/form_fade.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color:#f1f1f1;
	padding: 20px 0;
}

#flash_content {
	border: 1px solid #CCC;
}

.surround {
	border: 1px solid #CCCCCC;
}
	
.sub-divider {
	background-image: url(/images/sub_divider.gif);
	background-repeat: no-repeat;
}

.art-pad {
	padding-left: 19px;
	padding-right: 19px;
	font-size: 97%;
	line-height: 140%;
}

.art-pad2 {
	padding-left: 19px;
	padding-right: 19px;
	font-size: 100%;
	line-height: 140%;
}

.art-pad3 {
	padding-left: 10px;
	padding-right: 10px;
	font-size: 100%;
	line-height: 140%;
}

.separator {
	background-image: url(/images/divider.gif);
	background-repeat: no-repeat;
	width: 233px;
	height: 30px;
	margin: 15px auto;
}

.thumbnail_left {
	float: left;
	margin: 5px 20px 10px 0;
}

h2 {
	margin: 0;
	text-transform: uppercase;
	font-size: 1em;
}

.hotel_list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.errors {
	border: 1px solid #C00;
	background-color: #FCC;
	padding: 1em;
	margin: 0 0 1em 0;
}

.errors ul {
	margin: 5px 0 0 1em;
	list-style: square;
}
.success {
	border: 1px solid #0C0;
	background-color: #CfC;
	padding: 1em;
	margin: 0 0 1em 0;
}
