@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
	}
img, a img {
	border: none;
	text-decoration: none !important;
	}
.vtour a {
	text-decoration: none;
	color: #7b352d;
	font-weight: bold;
	}
br.clearFix {
	clear: both;
	}
h1 {
	font-size: 18px;
	line-height:19px;
	color: #000;
	margin-bottom: 15px;
	font-weight: normal;
	}
h1.replace {
	font-size: 85px;
	}
h2 {
	font-size: 18px;
	line-height:19px;
	color: #000;
	margin-bottom: 15px;
	font-weight: normal;
	font-style:italic;
	}
p {
	margin-bottom: 15px;
	}
#content ul {
	margin: 0px 0px 15px 35px;
	}
#content ul#mycarousel {
	margin: 0px;
	}
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #f7c89d;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	text-align: center;
	font-size: 11px;
	line-height: 17px;
	color: #000000;
	}
#navigation {
	list-style: none;
	width: 100%;
	display: block;
	background-image: url(../images/nav_bg.jpg);
	background-repeat: repeat-x;
	height: 41px;
	text-align: center;
	}
#navigation li {
	display: block;
	float: left;
	position: relative;
	padding: 12px 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	z-index: 970;
	height: 41px;
	}
#navigation li a {
	display: block;
	color: #fff;
	text-decoration: none;
	float: left;
	}
#navigation li a:hover {
	color: #f7c89d;
	}
#navigation li span { /*--Drop down trigger styles--*/  
	width: 17px;  
	height: 35px;  
	float: left;  
	}  
#navigation li.subhover {
	cursor: pointer;
	} /*--Hover effect for trigger--*/
#navigation li.subhover ul {
	display: block;
	}  
#navigation li ul.subnav {  
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/  
	left: 10px; 
	top: 41px;  
	background: #333;  
	margin: 0; 
	padding: 0;  
	float: left;  
	width: 215px;  
	padding-bottom: 5px;
	
	}  
#navigation li ul.subnav li{  
	margin: 0; 
	padding: 0px;  
	clear: both;  
	width: 215px; 
	display: block;
	text-align: left;
	height: 28px;
	}  
html #navigation li ul.subnav li a {  
	float: left;  
	width: 190px;  
	background: #333;  
	padding: 5px 0 5px 20px;
	}  
html #navigation li ul.subnav li a:hover { /*--Hover effect for subnav links--*/  
	background: #222 no-repeat 10px center;  
	}  
#footer {
	width: 964px;
	margin: 0px auto;
	background-image: url(../images/footer_bg.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	height: 100px;
	padding-top: 20px;
	clear: both;
	}
#footer #logoLeft {
	float: left;
	width: 34px;
	}
#footer #address {	
	float: left;
	width: 893px;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	line-height: 31px;
	}
#footer #logoRight {
	float: left;
	width: 37px;
	}
	
/* ------------ [ Homepage Elements ] ------------ */
#container_home {
	background-image: url(../images/home_bg.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	height: 624px;
	width: 964px;
	margin: 0px auto;
	text-align: left;
	clear: both;
	padding-top: 9px;
	}
#container_home #content {
	clear: both;
	margin-left: 500px;
	width: 430px;
	}
#container_home #content .logo {
	margin-left: 80px;
	}
	
/* ------------ [ Interior Page Elements ] ------------ */
#container_interior {
	background-image: url(../images/interior_bg.jpg);
	background-repeat: repeat-y;
	background-position: top left;
	width: 964px;
	margin: 0px auto;
	text-align: left;
	clear: both;
	padding-top: 9px;
	}
#navigation.interior {
	padding-left: 175px;
	font-size: 11px;
	}
#navigation.interior li {
	padding: 10px 25px;
	}

#navigation.interior li ul.subnav {
	left: -6px;
	}
#logo_interior {
	position: absolute;
	top: 0px;
	z-index: 800;
	width: 964px;
	}
#logo_interior h1 {
	float: left;
	margin-top: 55px;
	width: 600px;
	padding-left: 40px;
	}
#logo_interior img {
	float: left;
	}
#container_interior #content {
	padding: 130px 40px 15px 40px;
	}
.leftContent {
	float: left;
	width: 450px;
	clear: left;
	}
.rightContent {
	float: right;
	width: 395px;
	clear: right;
	}
#largeImage {	
	width: 432px;
	height: 362px;
	background-repeat: no-repeat;
	}
#mycarousel li a {
	outline: none;
	}
	
/*----------------- [ sIFR CSS ] --------------------*/
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}


.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

.sIFR-hasFlash h1 {
	visibility: hidden;
}

.sIFR-hasFlash h5#pullquote {
	letter-spacing: -4px;
	visibility: hidden;
	font-size: 24px;
}
