@charset "utf-8";
html { 
	margin: 0;
	width: 100%;
	height: 100%;
}
body { 
	margin: 0; 
	width: 100%; 
	height: 100%; 
	background-image: url(../images/template/green_bg.gif); 
	background-color: #65a342; 
	background-repeat: repeat-x; 
	background-attachment: fixed; 
}
#site { 
	margin: 0 auto;
	width: 1088px;
	background-image: url(../images/template/site_shadow.png); 
	background-repeat: repeat-y;
	background-position: center;
}
#header {
	margin: 0 auto;
	width: 1024px;
	height: 106px;
}
#content {
	margin: 0 auto;
	background-image: url(../images/template/content_bg.gif); 
	background-repeat: repeat-x; 
	background-position: 0 top;
	width: 1024px; 
	min-height: 600px;
	padding-top: 5px;
	padding-bottom: 25px;
}
#footer {
	margin: 0 auto;
	background-image: url(../images/template/footer_shadow.png); 
	background-repeat: no-repeat; 
	background-position: center bottom;
	width: 1088px; 
	min-height: 100px;
	padding-bottom: 35px;
}
#footer_content {
	margin: 0 auto;
	width: 1024px;
	padding-top: 8px;
	padding-bottom: 15px;
}
#div_clear {
	clear: both;
	height: 22px;
	width: 1024px;
	margin: 0 auto;
	background-image: url(../images/index/footer_bg.png); 
	background-repeat: repeat-x; 
	background-position: 0 top;
}
/*menu*/
#menu { 
	background-image: url(../images/menu/link_bg.gif); 
	background-repeat: repeat-x; 
	background-position: 0 top; 
	margin: 0 auto; 
	padding: 0; 
	width: 1024px; 
	height: 50px;
}
#menu ul {
	list-style: none; 
	margin: 0 auto;
}
#menu li {
	float: left;
	font: 14px "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
#menu a { 
	color: #000; 
	display: block; 
	float: left; 
	margin: 0;
	padding: 25px 23px 10px; 
	text-decoration: none; 
}
#menu a:hover { 
	color: #000; 
	background-image: url(../images/menu/hover_bg.gif); 
	background-repeat: repeat-x; 
	background-position: center top;
}
/*reset*/
img {
	border: 0;
}
/*font styles*/
h1,h2,h3,h4,h5 { 
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; 
	line-height: 100%;
	margin: 5px 30px;
}
h1:first-child {
	margin-top: 20px;
}
p,ul,ol,table { 
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
}
li {
	margin-left: 40px;
}
h1 { 
	color: #1d522e; 
	font-size: 24px; 
}
h2 { 
	color: #379e58; 
	font-size: 20px;
	margin: 10px 30px;
}
h3 { 
	color: #525252; 
}
h4 { 
	color: #2f521d; 
}
h5 { 
	color: #525252; 
}
p { 
	color: #383838; 
	font-size: 12px; 
	line-height: 125%; 
	margin-left: 30px; 
	margin-right: 60px; 
}
ul, ol { 
	color: #383838; 
	font-size: 12px; 
}
ul,ol {
	font-size: 12px;
}
table {
	font-size: 12px;
}
.color_bold { 
	color: red; 
	font-weight: bold; 
	text-align: center;
}
strong, b {
	color: #2b2b2b;
}
.regular_clean {
	font-weight: normal;
	font-size: 12px;
	vertical-align: middle;
}
.small_text {
	font-size: 10px;
	line-height: 105%;
}
#footer p:last-child {
        margin-bottom: 30px;
}
/*default links*/
a:link { 
	color: #1d522e; 
	text-decoration: none; 
}
a:visited { 
	color: #1d522e; 
	text-decoration: none; 
}
a:hover { 
	color: #379e58; 
	text-decoration: underline; 
}
a:active { 
	color: #1d522e; 
	text-decoration: none; 
}
/*index styles*/
#stripe { 
	background-color: #fdffb6; 
	background-image: url(../images/index/stripe_bg.png); 
	background-repeat: repeat-x; 
	background-position: center top; 
	margin: 0 auto;
	width: 1024px;
	clear: both; 
}
.stripe_boxes {
	width: 502px;
	margin: 20px 5px;
	float: left;
}
.transparent_box { 
	min-height: 360px;
	width: 341px; 
	float: left;
	text-align: center;
}
#reservation_holder {
	float: left;
	width: 341px;
	text-align: center;
}
#reservation_box_top {
	background-image: url(../images/index/reservation_bg_top.png); 
	background-repeat: no-repeat;
	background-position: center top;
	height: 19px;
}
#reservation_box { 
	background-image: url(../images/index/reservation_bg.png); 
	background-repeat: no-repeat;
	background-position: center top;
}
#quick_rates_form fieldset {
	margin-top: 20px;
}
#reservation_box_bottom {
	background-image: url(../images/index/reservation_bg_bottom.png); 
	background-repeat: no-repeat;
	background-position: center top;
	height: 20px;
}
/*images*/
.left_img { 
	background-color: #adadad; 
	float: left; 
	margin: 0 10px 10px; 
	padding: 1px; 
	border: solid 1px #696969; 
}
.right_img {
	background-color: #adadad; 
	float: right; 
	margin: 0 10px 10px; 
	padding: 1px; 
	border: solid 1px #696969; 
}
/*contact us table*/
table { 
	width: 90%; 
	margin: 3px auto; 
}
td { 
	background-color: #fff; 
	padding: 3px; 
	border-color: #b5b5b5; 
	border-style: solid; 
	border-width: 1px 2px 2px 1px; 
}
td.alternate { 
	background-color: #d9d9d9; 
	border-color: #b5b5b5;  
	border-style: solid; 
	border-width: 1px 2px 2px 1px; 
}
th { 
	font-size: 14px;
	color: #fff; 
	background-color: #1d522e; 
	border-color: #103400; 
	border-style: solid; 
	border-width: 1px 2px 2px 1px; 
}
/*iframe*/
iframe {
	background-color: transparent;
	background-image: none;
	margin: 0 auto;
	border: 0;
	min-height: 275px;
	max-height: 360px;
}
/*Vehicle Styles*/
.vehicle_col_wrapper { 
	border: solid 1px #002E63; 
}
/*rates*/
.revolution rates {
	width: 964px;
	margin: 20px auto;
}
