@charset "UTF-8";

/* GLOBAL STYLES */

body {
	font-family: Helvetica, Verdana, Arial, Verdana, san-serif;
	font-size: 12px;
	color:#333;
	background-color:#031221;
	}
		
strong {
	font-weight:bold;
	color:#A39768;
	}
	
em {
	font-style:italic;
	}	
	
p {
	margin-top:5px;
	margin-bottom:10px;
	}
	
.clear {
	clear:both;
	}	
	
#wrapper {
	background:#041729 url(/images/bg.png) repeat-x;
	}	
	
/* HEADER STYLES */	
	
#banner {
	width:950px;
	margin: 5px auto 0 auto;
	}			
	
#nav {
	width:950px;
	margin-left:auto;
	margin-right:auto;
	height:30px;
	background-color:#A39768;
	border:1px solid #000204;
	}	
	
/* HOME CONTENT STYLES */	
	
#content {
	width:950px;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:40px;
	color:#DEDEDE;
	line-height:21px;
	}	
	
#content a:link, #content a:active, #content a:visited {
	color:#A39768;
	text-decoration:underline;
	}	
	
#content a:hover {
	color:#FFF;
	text-decoration:none;
	}		
	
#content h1 {
	font-size:16px;
	padding-bottom:3px;
	border-bottom:3px solid #031221;
	margin-bottom:10px;
	color:#FFF;
	font-weight:bold;
	}	
	
.message {
	margin-top:20px;
	width:600px;
	line-height:24px;
	font-size:13px;
	float:left;
	}	
	
.featured {
	margin-top:20px;
	float:right;
	width:320px;
	}	
	
.featured .large {
	font-size:54px;
	margin:30px 0 30px 0;
	font-weight:bold;
	display:none;
	}			
	
.featured .med {
	font-size:24px;
	}				
	
.contentContainers {
	margin-top:15px;
	height:250px;
	}
	
.container1 {
	float:left;
	width:600px;
	margin-right:50px;
	height:250px;
	background-image:url(../images/bg_container1.jpg);
	}
	
#content h2 {
	font-size:16px;
	font-weight:bold;
	color:#333333;
	padding-top:23px;
	padding-bottom:10px;
	padding-left:20px;
	}
	
#content h2 a:link, #content h2 a:visited, #content h2 a:active, #content h2 a:hover {
	color:#333;
	}
	
#content h4 a {
	display:block;
	width:250px;
	height:110px;
	text-indent:-9000px;
	}		
	
.container1 .content {
	font-size:12px;
	color:#333;
	padding-left:20px;	
	line-height:20px;
	}

.container2 {
	float:left;
	width:300px;
	height:250px;
	background-image:url(../images/bg_container2.jpg);
	}			
	
.container2 .content {
	font-size:12px;
	color:#333;
	padding-left:9px;	
	line-height:20px;
	}
	
.container2 .h2 {
	font-size:16px;
	font-weight:bold;
	color:#333333;
	padding-top:23px;
	padding-bottom:10px;
	padding-left:-30px;
	}
	

/* INSIDE PAGE STYLES */	

#bannerInside {
	width:950px;
	height:200px;
	margin: 5px auto 0 auto;
	}
	
.messageInside {
	margin-top:20px;
	line-height:24px;
	font-size:13px;
	margin-bottom:20px;
	}
	
#content ul {
	margin-left:40px;
	}
	
#content ul li {
	list-style:square;
	}	
	
.contact {
	margin-top:30px;
	float:right;
	width:320px;
	background-color:#031221;
	border:1px dashed #111;
	clear:right;	
	}	
	
.contact h3 {
	font-size:14px;
	margin:10px 0 0 10px;
	color:#A39768;
	font-weight:bold;
	}	
	
.contact dl {
	margin:10px;
	}
	
.contact dt {
  	float: left;
  	width: 100px;
  	text-align: left;
	color:#FFF;
	font-weight:bold;
	}

.contact dd {
  	margin-left: 0px;
	margin-bottom: 15px;
	}	
	
.contact .input {
	border:1px solid #DEDEDE;
	font-size:11px;
	width:175px;
	margin-bottom:5px;
	}
	
.contact .btn {
	background-color:#A39768;
	color:#222;
	float:right;
	border:1px solid #222;
	font-size:11px;
	padding:3px;
	margin-right:30px;
	margin-bottom:10px;
	}
	
.images {
	padding-top:25px;
	float:right;
	width:320px;
	}									
	
#content .message dl {
	margin:10px;
	}
	
#content .message dt {
  	float: left;
  	width: 220px;
  	text-align: left;
	color:#FFF;
	font-weight:bold;
	}
¨
#content .message dd {
  	margin-left: 0px;
	margin-bottom: 15px;
	}	
	
#content .message .input {
	border:1px solid #DEDEDE;
	font-size:13px;
	width:350px;
	margin-bottom:10px;
	}
	
#content .message .btn {
	background-color:#A39768;
	color:#222;
	float:right;
	border:1px solid #222;
	font-size:11px;
	padding:3px;
	margin-right:30px;
	}
	
.plans {
	text-align:center;
	}
	
.plans img {
	border:3px solid #A39768;
	width:700px;
	margin:25px;
	}		

.locations .img1 {
	float:left;
	border:3px solid #A39768;
	width:400px;
	margin:25px;
	}
	
.locations .img2 {
	float:right;
	border:3px solid #A39768;
	width:400px;
	margin:25px;
	}

.locations img {
	border:3px solid #A39768;
	width:400px;
	margin:25px;
	}

.locations .text {
	font-weight:bold;
	text-align:left;
	margin-left:25px;
	}
	
/* GALLERY PAGE STYLES */		

.galleryWrapper {
	margin-top:25px;
	margin-left:auto;
	margin-right:auto;
	width:948px;
	overflow:hidden;
	position:relative;
	height:225px;
	}	

.gallery {
	width:20000px;
	position:relative;
	margin-left:-948px;
	}		
	
.gallery .wrapper {
	display:inline;
	float:left;
	width:300px;
	margin:8.25px;
	}	
	
.gallery .imagePlans {
	width: 300px;
	border:2px solid #CCC;
	}	
	
.gallery .text {
	font-weight:bold;
	text-align:center;
	margin-top:10px;
	margin-bottom:10px;
	}	
	
.gallery  .image {
	width: auto;
	display:inline;
	margin:6px;
	border:2px solid #CCC;
	float:left;
	}
	
.gallery  .imageStart {
	width: 938px;
	display:inline;
	margin:3px;
	border:2px solid #CCC;
	float:left;
	}		
	
.buttons {
	width:900px;
	margin:0 auto 15px auto;
	}

.forward_time {
	float:right;
	}
	
.backward_time {
	float:left;
	}
	
/* TESTIMONIAL PAGE STYLES */		

.name {
	font-weight:bold;
	float:right;
	font-style:italic;
	}	
		
/* TOOL TIPS */		
	
.tool-tip {
	font-size: 12px;
	text-align: center;
	background: #222;
	width: 250px;
	overflow: hidden;
	line-height:19px;
	border:1px solid #333;
	}

.tool-tip .tool-title {
	color: #fff;
	font-weight: bold;
	padding: 10px 10px 0 0;
	}

.tool-tip .tool-text {
	color: #fff;
	padding: 5px 10px 10px;
	}						
	
/* ACCORDIAN CONTENT */
	
#accordion {
	font-size:14px;
	}	
	
#accordion h3 {
	margin-top:10px;
	text-align:center;
	margin-bottom:20px;
	font-size:16px;
	border:2px solid #333;
	padding:5px;
	background: #031221;
	cursor:pointer;
	}			
	
/* FOOTER STYLES */		

#footerWrapper {
	border-top:5px solid #010E1B;
	background-color:#031221;
	}
	
#footerContent {
	margin:0 auto;	
	text-align:left;
	width:950px;
	background:url(../images/bg_footer_new.jpg) no-repeat right top;
	}	
		
h2#title-sitemap {
	text-indent:-9999px;
	display:block;
	height:25px;
	width:65px;
	background:url(../images/sitemap.gif) no-repeat;
	margin:20px 0 10px 0;
	}
	
ul.nav-secondary {
	float:left;
	width:200px;
	margin-right:40px;
	border-top:1px solid #041729;
	}
	
ul.nav-secondary li {
	border-bottom:1px solid #041729;
	padding:7px 0 5px 0;
	color:#A39768;
	}
		
ul.nav-secondary li a {
	display:block;
	}	
		
ul.nav-secondary li a:link, ul.nav-secondary li a:visited {
	text-decoration:none;
	color:#A39768;
	}	

ul.nav-secondary li a:hover {
	color:#CCC;
	}	
			
ul.nav-secondary ul, ul.nav-secondary ul li {
	border:none;
	}
									
ul.nav-secondary ul li a:link, ul.nav-secondary ul li a:visited {
	border:none;
	color:#CCC;
	padding-left:14px;
	background:url(../images/arrow.gif) no-repeat left top;
	}	

ul.nav-secondary ul li a:hover {
	color:#CCC;
	}	
		
#footer {
	clear:both;
	}	
	
#footer ul  {
	color:#666;
	font-size:10px;
	letter-spacing:.2em;
	padding:2em 0;
	text-align:right;
	}

#footer ul li {
	display: inline;
	margin-left:.5em;
	padding-right:.8em;
	}

#footer ul li a,
#footer ul li a:link,
#footer ul li a:visited { 
	color:#999; text-decoration:none; 
	}
	
#footer ul li a:hover { 
	color:#fff; 
	}	