@charset "utf-8";
/* css document */

body {
	padding:0;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#858584;
	background:#e3dfce;
}

#homepage {
	background: #EDE9E0 url(../images/backgroundmain.jpg) repeat-x;
}

#subpage {
	background: #EDE9E0 url(../images/backgroundmainsub.jpg) repeat-x;
}

#wrapper {
	background:url(../images/tree.png) no-repeat left bottom;
}

* html #wrapper {
	background:none;
}

#maincontainer {
	width:881px;
	margin:0 auto;
	position:relative;
}

.hide {
	display:none;
}

.clear {
	clear:both;
}

a {
	color:#5691a2;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

img {
	border:none;
}

#header {
	display:block;
	position:relative;
}

#homepage #header {
	height:192px;
}

#subpage #header {
	height:108px;
}

#logo {
	width:466px;
	height:122px;
	position:absolute;
	top:0;
	left:175px;
	background: url(../images/homelogo.gif) no-repeat;
}

#homepage #nav {
	width:681px;
	height:70px;
	padding:0;
	margin:0;
	list-style:none;
	position:absolute;
	top:122px;
	left:100px;
}

#subpage #nav {
	width:681px;
	height:70px;
	padding:0;
	margin:0;
	list-style:none;
	position:absolute;
	top:41px;
	left:100px;
}

#nav li {
	float:left;
	height:70px;
	position:relative;
}

#nav a {
	display:block;
	height:70px;
	background: url(../images/nav.jpg) no-repeat;
}

#nav #link_1 {
	width:100px;
}

#nav #link_1 a {
	background-position:-45px 0;
}

#nav #link_1 a:hover, #nav #link_1 a.active {
	background-position:-45px -70px;
}

#nav #link_2 {
	width:170px;
}

#nav #link_2 a {
	background-position:-150px 0;
}

#nav #link_2 a:hover, #nav #link_2 a.active {
	background-position:-150px -70px;
}

#nav #link_3 {
	width:95px;
}

#nav #link_3 a {
	background-position:-320px 0;
}

#nav #link_3 a:hover, #nav #link_3 a.active {
	background-position:-320px -70px;
}

#nav #link_4 {
	width:80px;
}

#nav #link_4 a {
	background-position:-415px 0;
}

#nav #link_4 a:hover, #nav #link_4 a.active {
	background-position:-415px -70px;
}

#nav #link_5 {
	width:115px;
}

#nav #link_5 a {
	background-position:-495px 0;
}

#nav #link_5 a:hover, #nav #link_5 a.active {
	background-position:-495px -70px;
}

#nav #link_6 {
	width:110px;
}

#nav #link_6 a {
	background-position:-615px 0;
}

#nav #link_6 a:hover, #nav #link_6 a.active {
	background-position:-615px -70px;
}

.sec_menu_container {
	display:none;
}

#nav #rentals {
	padding:0;
	margin:0;
	list-style:none;
	width:385px;
	height:42px;
	position:absolute;
	top:70px;
	left:-111px;
}

#nav #rentals li {
	float:left;
	height:42px;
}

#nav #rentals a {
	display:block;
	height:42px;
	background: url(../images/nav.jpg) no-repeat;
}

#nav #rentals .subLink1 {
	width:123px;
}

#nav #rentals .subLink1 a {
	background-position:0 -140px;
}

#nav #rentals .subLink1 a:hover {
	background-position:0 -182px;
}

#nav #rentals .subLink2 {
	width:115px;
}

#nav #rentals .subLink2 a {
	background-position:-123px -140px;
}

#nav #rentals .subLink2 a:hover {
	background-position:-123px -182px;
}

#nav #rentals .subLink3 {
	width:87px;
}

#nav #rentals .subLink3 a {
	background-position:-238px -140px;
}

#nav #rentals .subLink3 a:hover {
	background-position:-238px -182px;
}

#nav #rentals .subLink4 {
	width:60px;
}

#nav #rentals .subLink4 a {
	background-position:-325px -140px;
}

#nav #rentals .subLink4 a:hover {
	background-position:-325px -182px;
}

/*   content   */

#content {
	display:block;
	padding:45px 0;
	min-height:625px;
}

#homepage #content {
	padding:45px 55px 0;
}

#main_callout {
	display:block;
	height:383px;
	background:url(../images/index/main_callout_image_bg.jpg) no-repeat;
	padding-top:16px;
}

#imageContainer {
	display:block;
	height:368px;
	margin:0 0 0 17px;
}
#imageContainersub {
	display:block;
	height:375px;
	margin:0 0 0 0px;
}
#text_body {
	padding:20px 60px;
}

#text_body p {
	text-align:center;
	line-height:24px;
}

#exclusive {
	height:44px;
	background:url(../images/index/exclusive.gif) no-repeat;
}

#book_btn {
	width:161px;
	height:49px;
	margin: 0 auto;
}

#book_btn a {
	display:block;
	height:49px;
	background:url(../images/nav.jpg) no-repeat;
	background-position:-386px -140px;
}

#book_btn a:hover {
	background-position:-548px -140px;
}

#footer {
	display:block;
	height:120px;
	background:url(../images/footer_bg.jpg) repeat-x;
}

#footer_body {
	width:881px;
	height:120px;
	margin:0 auto;
}

#footer_copy {
	padding:60px 0 0 60px;
	height:32px;
	color:#5d5b52;
	font-size:11px;
}

#footer_logo {
	float:left;
	width:41px;
	height:32px;
	background:url(../images/footer_logo.gif) no-repeat;
	margin: 0 20px 0 14px;
}

#footer_text {
	float:left;
	padding:16px 0 0 0;
}

#main_content_callout {
	padding-bottom:35px;
}

#content .left_side {
	float:left;
	width:239px;
}

#content .left_side h3 {
	padding:0 25px;
	margin:0;
	font-size:20px;
	color:#5690a1;
	line-height:24px;
	font-weight:normal;
	text-align:right;
}

#content_logo {
	display:block;
	height:99px;
	padding:0 21px;
}

#content .left_side .text {
	padding:40px 45px;
	font-size:11px;
	line-height:24px;
	text-align:center;
}

#content .right_side {
	float:left;
	width:642px;
}

#content .right_side .notop_margin {
	margin-top:0;
	line-height:24px;
}

#content .right_side .callout {
	padding-bottom:24px;
}

#content .right_side .callout img {
	float:left;
	padding-right:36px;
}

#content .right_side .callout .text_body {
	float:left;
	width:453px;
}

#content .right_side .callout .text_body h4 {
	margin-top:0;
	font-size:18px;
	color:#5690a1;
	font-weight:normal;
}

#content .right_side .callout .text_body .text {
	display:block;
	padding:0 0 20px 0;
	line-height:24px;
}
