/* CSS Document */

/* Structure Layout  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
html, body {
    height: 100%;
}
body {
	margin: 0px;
	padding: 0px;
	font: 0.8em/2em "Lucida Grande", Tahoma, "Lucida Sans", Lucida, Arial, Helvetica, sans-serif;
	color: #365E88;
	text-align: left;
	background:#F3F4F6 url(../images/fadeback.png) repeat-x;
}
a:link {
	color: #ADA181;
	text-decoration: none;
}
a:hover {
	color: #0099CC;
	text-decoration: underline;
}
a:visited {
	color: #ADA181;
	font-weight: bold;
	text-decoration: none;
}
h1 {
	padding:0px;
	margin:0px;
	font: 24px "Lucida Grande", Tahoma, "Lucida Sans", Lucida, Arial, Helvetica, sans-serif;
	color: #ADA181;
}

h2{
	padding:0px;
	margin:0px;
	font: 18px "Lucida Grande", Tahoma, "Lucida Sans", Lucida, Arial, Helvetica, sans-serif;
	color: #ADA181;
}

h3{
	padding:0px;
	margin:0px;
	font: 14px "Lucida Grande", Tahoma, "Lucida Sans", Lucida, Arial, Helvetica, sans-serif;
	color: #333333;
}

h4{
	padding:0px;
	margin:0px;
	font: 24px "Lucida Grande", Tahoma, "Lucida Sans", Lucida, Arial, Helvetica, sans-serif;
	color: #333333;
}

/* Layout Wrappers - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.featurecontainer .feature {
	background-image:url(../images/feature.jpg);
	background-position:0px;
	position:relative;
	z-index:2;
	background-color: #333333;
}
.featurecontainer .feature .content {
	position:absolute;
	width: 430px;
	z-index: 3;
	left: 480px;
	top: 40px;
	color: #FFFFFF;
	height: 150px;
	overflow: hidden;
}

.featurecontainer .feature, .featurecontainer .feature .overlay {
background-repeat:no-repeat;
height:208px;
}
.featurecontainer .feature .overlay {
/*background-image:url(../images/feature-overlay.png);*/
}
.featureheader {
	color:FFFFFF;
	font-size: 18px;
	display: block;
	margin: 0px 0px 5px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	letter-spacing: 0.1em;
}


#overlay {
	width:940px;
	height:208px;
	/*background-image: url(../images/feature-overlay.png);*/
	background-repeat: no-repeat;
	background-color: #333333;
	overflow: hidden;
	z-index: 10;
	color: #FFFFFF;
}
#overlay img { z-index:-1000;}

#topsection {
	height:90px;
	/*background-image: url(../images/topheader.gif);*/
	background-repeat: no-repeat;
}
#midsection {
	height:132px;
	background-image: url(../images/midheader.gif);
	background-repeat: no-repeat;
}
#topsection h1, #mainadvert h2, #secondadvert h2 { text-indent:-2000px;}
#topnav {
	height:40px;
	/*background-image: url(../images/navback.gif);*/
	background-repeat: repeat-x;
}
#mainadvert{
	height:208px;
	background-image: url(../images/mainadvert.gif);
	background-repeat: no-repeat;
}
#mainadvert a {
	height:70px;
	display: block;
	width: 240px;
	top: 90px;
	position: relative;
	left: 80px;
	overflow: hidden;
}
#mainadvert a img {
	border:none;
	text-decoration: none;
}
#secondadvert{
	height:208px;
	background-image: url(../images/secondadvert.gif);
	background-repeat: no-repeat;
}
#shadow {
	height:30px;
	background-image: url(../images/shadow.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#footer {
	height:40px;
	font-size: 80%;
	text-align: right;
	color: #999999;
}
#footer a {
	color: #999999;
}

/* Various Layout  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.clear {clear:both;}
.clearleft {clear:left;}
.clearright {clear:right;}
.hr { border-top:1px solid #B9CEE1; margin-top: 10px; margin-bottom: 10px; }
.left {float:left;}
.right {float:right;}
.alignright {text-align:right;}
#flourish {
	text-align: center;
	background-image: url(../images/flourish.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
	padding-bottom: 30px;
}
.address{
	padding-top: 10px;
	text-align: right;
	padding-right: 10px;
	font-size: 90%;
}

/* Custom Text Styles  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  - - - */

.introduction{
	color:#365E88;
	font:"Lucida Grande",Tahoma,"Lucida Sans",Lucida,Arial,Helvetica,sans-serif;
	font-size: 14px;
	text-align:left;
}

.mainheader {
	font: 140%/150% Arial, Helvetica, sans-serif;
	color: #333333;
	text-transform: none;
	display: block;
	margin: 0px;
	padding: 0px;
}
.charcoal{
 color:#333333;
}
.gold{
 color:#ADA181;
}
.serif-charcoal {
	color:#333333;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px
	}
.medium-charcoal {
	color:#333333;
	font-size:14px
	}
.large-charcoal {
	color:#333333;
	font-size:16px
	}
.charcoal{
 color:#333333;
}
.serif-gold {
	color:#ADA181;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px
	}
.medium-gold {
	color:#ADA181;
	font-size:14px
	}
.large-gold {
	color:#ADA181;
	font-size:18px;
	line-height: 28px;
	}


/* TOP NAV  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#topnav {
	display: block;
	margin: 0px;
	padding:0px;
	list-style: none;
	position: absolute;
	top: 65px;
	left: 10px;
	width: 660px;
}
#topnav  ul {
	display: inline;
	margin:0px;
	list-style-type: none;		
}
#topnav li {
	display: inline;
	margin: 0px;
	padding: 0px;
}
#topnav  li a {
	font-family:Tahoma,Arial,Helvetica,Verdana,sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
	color: #3E648D;
	text-align: center;
	display: block;
	margin: 0px 10px 0px 0px;
	float: left;
	padding: 0px 5px;
	/*background-image: url(../images/tab.gif);*/
	background-repeat: no-repeat;
	background-position: right center;
	height: 40px;
	

}
#topnav li a:hover {
	color: #ADA181;
}
#topnav li.selected a, #nav li.selected a:hover {
	color:#ADA181;
	background-image: url(../images/flourish.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	
	
}
#last { border-right:1px solid #FFFFFF; }

/* SUB NAV  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#subnav { 
	margin: 0px;
	padding:0px;
}	
#subnav  ul {
	display: inline;
	margin:0px;
	list-style-type: none;
	padding: 0px;
}
#subnav ul li {
	display: inline;
	margin: 0px;
	padding: 0px;
}
#subnav li a {
	list-style-type: none;
	display: block;
	margin: 0px;
	padding: 5px 0px 5px 25px;
	font: normal 10px/20px "Lucida Grande", Verdana, Arial, sans-serif;
	color:#333333;
	text-decoration: none;
	background-image: url(../images/subarrow.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
	border-bottom: 1px solid #CCCCCC;
}
#subnav li a:hover {
	color:#0099CC;
	font-weight: normal;
}
/* Gallery Thumbs   - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.gallerythumb{
	float:left;
	border: none;
	margin-right: 8px;
	margin-bottom: 8px;
	background-color: #CCCCCC;
}
.gallerythumb img{
	padding: 1px;
	display: inline;
}
.thumbnails {
	padding:5px;
	float: left;
	border: 1px solid #999999;
	margin-right: 10px;
	margin-bottom: 10px;
}

/* Testimonials   - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

blockquote {
padding:0px;
margin:10px 0px 0px;
  background: transparent url(../images/startquote.png) left top no-repeat;
}
blockquote div.testimonial {
  padding: 0 20px;
  background: transparent url(../images/endquote.png) right bottom no-repeat;
}



.testimonial{
	display:inherit;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ADA181;
}
.testimonialName{
	clear:both;
	display:inherit;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ADA181;
	font-style: italic;
	padding: 0 20px;
}

/* Simple Tables   - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

table.simple {
	width:100%;
	border-collapse:collapse;
	border: 1px solid #D3C6D4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666699;
	background-color: #FFFFFF;
	margin-top:10px;
	margin-bottom:10px;
	}
	
table.simple td {
	height:20px;
	padding: 1px;
	border-collapse:collapse;
	border: 1px solid #D3C6D4;
	padding: 0px 6px 0px 12px;
	font-size: 12px;
	  
}
table.simple th, table.simple tfoot tr td {
	border-collapse:collapse;
	border: 1px solid #D3C6D4;
	background: #5A3183;
	color: #FFFFFF;
	text-align: left;
	padding: 10px;
}

/* Availability Tables   - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

table.availability {
	width:100%;
	border-collapse:collapse;
	border: 1px solid #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #365E88;
	background-color: #E6E8EE;
	margin-top:10px;
	margin-bottom:10px;
	
}

table.availability tr.oddRow {
  background: #86643E;
  color: #FFFFFF;
}
table.availability tr.oddRow a {
  color: #FFFFFF;
}

table.availability tr th {
  color: #FFFFFF;
}

table.availability th {
	border-collapse:collapse;
	border: 1px solid #666666;
	background: #ADA181;
	color: #FFFFFF;
	text-align: left;
	padding: 10px;
}

table.availability td{
	padding: 5px;
	border-collapse:collapse;
	border: 1px solid #666666;  
}
/* Subscribe ---*/

#newsletterForm {
margin:0;
padding:0;
}

#newsletterForm .button {
background:none repeat scroll 0 0 #ADA181 !important;
border:1px solid #CCCCCC;
color:#FFFFFF !important;
cursor:pointer;
height:30px;
margin:10px 0 0 150px !important;
width:70px !important;
}
.inputFade{
border:1px solid #ADA181;
color:#ADA181;
font-size:14px;
padding:10px;
width:200px;
}
.inputStrong{
border:1px solid #ADA181;
color:#ADA181;
font-size:14px;
padding:10px;
width:200px;
}
.redAlert{
border:1px solid #CC0000;
color:#CC0000;
font-size:14px;
padding:10px;
width:200px;
}
/* Call to action button ---*/
.callbutton {
    background-image: url("/images/cta.png");
    background-repeat: no-repeat;
    border: medium none;
    color: #FFFFFF !important;
    font-weight: bold;
    height: 35px;
    margin: 20px 0 20px 0;
    padding: 13px 5px 7px 15px;
    width: 200px;
}
.callbutton a{
    color: #FFFFFF !important;
    font-weight: bold;
}

