/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	font-family: "Lucida Grande", Tahoma, "Lucida Sans", Lucida, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.5em;
	color: #333333;
	background-color: #FFFFEE;
}

h1 {
	font-family: "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 210%;
	font-weight: 100;
	color: #AB9937;
}

h2 {
	color: #AB9937;
	margin-bottom:0px;
}

p {
	margin-top: 5px;
}

a:link {color:#AB9937;text-decoration:none;}
a:active {color:#333;text-decoration:none;}
a:visited {color:#AB9937;text-decoration:none;}
a:hover {color:#660066;}

#leftcolumn {
	background-color: #AB9937;
}

/* Client Styles */


.greenlarge{font-family: Arial, Helvetica, sans-serif;
	font-size: 200%;
	font-weight: 100;
	color: #AB9937;}
.roselarge{font-family: "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 200%;
	font-weight: 100;
	color: #AA3D73;}
.charcoallarge{font-family: "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 200%;
	font-weight: 100;
	color: #2B2B2B;}
.charcoalmedium{font-family: "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 150%;
	font-weight: 100;
	color: #2B2B2B;}
	
ul.contentlist {padding:0;margin:0;}
ul.contentlist li {
	border-bottom:1px dotted #999999;
border-top:1px dotted #999999;
display:block;
font-size:80%;
list-style-position:outside;
list-style-type:none;
margin:5px 0 0;
padding:6px;
}

/* Client Styles End */

.callbutton{
	height:80px;
	background-image: url(../images/call-button.png);
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 8px;
	font-size: 14px;
	color: #FFFFFF;
	padding:0;
	
}
.callbutton a{
	display:block;
	padding-top: 26px;
	padding-right: 50px;
	padding-bottom: 10px;
	padding-left: 15px;
	height: 35px;
	color: #FFFFFF;
	text-decoration: none;
}

#wrapper{
	background-color: #FFFFFF;
}

#container{
	background-image: url(../images/firstcolumn-back.gif);
	background-repeat: repeat-y;
	background-position: left top;
	margin-top:16px;
}

#topheader{
	height:150px;
}
#topheader h1{
	text-indent: -1000px;
}
#content{}
#footer{
	height:20px;
	background-color: #AB9937;
	padding: 5px;
	color: #FFFFFF;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	border-top-width: 6px;
	border-top-style: solid;
	border-top-color: #FFFFEE;
}

#footerSpecial{
	height:20px;
	background-color: #8D7D00;
	padding: 5px;
	color: #FFFFFF;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #FFFFEE;
}

#footer a, #footer a:hover, #footer a:visited {
	color: #FFFFFF;
}

#footcolumn2{text-align:right;}



/* Various */


#banner{
	height:280px;
	background-repeat: no-repeat;
	border-top-width: 6px;
	border-bottom-width: 4px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFEE;
	border-bottom-color: #FFFFEE;
}

#address{
	background:#FFFFFF;
	padding:40px 10px;
	margin:2px;
	color: #AB9937;
}

/* PROMO */

#promo {
	height:125px;
	background-image: url(../images/bottom-tabs.png);
	background-repeat: no-repeat;
	margin-right: 11px;
	margin-left: 11px;
	margin-top: 20px;
}
#promo .header{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 160%;
	font-weight: 100;
	color: #2B2B2B;
	margin: 10px 0 5px 0;
	}
#promo .promotext{
	font-size:11px;
	line-height:18px;	
	}


/* TOP NAV */

#topnav {
	display: block;
	list-style: none;
	bottom: 300px;
	padding: 0px;
	height: 30px;
	background-image: url(../images/line.png);
	background-repeat: repeat-x;
	background-position: bottom;
	margin: 0px;
	background-color: #AB9937;
	border-top-width: 2px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #AB9937;
	border-right-color: #AB9937;
	border-left-color: #AB9937;
}
#topnav  ul {
	display: inline;
	margin:0px;
	list-style-type: none;
	padding: 0px;
}
#topnav li {
	display: inline;
	margin: 0px;
	padding: 0px;
}
#topnav li span {
	margin: 0px;
	padding: 0px;
	display: block;
}
#topnav  li a {
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
	display: block;
	margin: 0px;
	background-image: url(../images/navdividers.png);
	background-repeat: no-repeat;
	height: 30px;
	background-position: right center;
	padding-top: 0px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-left: 6px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:110%;
	font-weight:300;
	font-style: normal;
	line-height: 25px;
	font-variant: normal;
	float: left;
}
#topnav li li a {
	color:#0099CC;
	padding-left: 13px;
	background-image: url(../images/sub-navborder.gif);
	background-repeat: no-repeat;
	height: 25px;
	background-position: left bottom;
}
#topnav li li li a {
	color:#CC0033;
	padding-left: 20px;
	background-image: url(../images/navborder.gif);
	background-repeat: no-repeat;
	height: 25px;
	background-position: left bottom;
}
#topnav li a:hover {
	color: #333333;
	background:#DDBB00;
}
#topnav li.selected a, #topnav li.selected a:hover  {
	color: #333333;
	background:#DDBB00;
}
#topnav ul  li.selected  ul li a, #topnav ul  li.selected  ul li a:hover  {
	color:#C03979;
	background-image: url(../images/sub-navborder.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#topnav ul  li.selected  ul li a:hover  {
	color:#C03979;
	background-image: url(../images/sub-navborder.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#last { border-right:1px solid #FFFFFF; }

/* SUB NAV */


#subnav {
	display: block;
	list-style: none;
	bottom: 300px;
	padding: 0px;
	height: 30px;
	background-image: url(../images/line.png);
	background-repeat: repeat-x;
	background-position: bottom;
	margin: 0px;
	background-color: #DDBB00;
	border: 2px solid #AB9937;
}
#subnav  ul {
	display: inline;
	margin:0px;
	list-style-type: none;
	padding: 0px;
}
#subnav li {
	display: inline;
	margin: 0px;
	padding: 0px;
}
#subnav li span {
	margin: 0px;
	padding: 0px;
	display: block;
}
#subnav  li a {
	color: #333333;
	text-decoration: none;
	text-align: left;
	display: block;
	margin: 0px;
	background-image: url(../images/navdividers.png);
	background-repeat: no-repeat;
	height: 25px;
	background-position: right center;
	padding-top: 0px;
	padding-right: 7px;
	padding-bottom: 0px;
	padding-left: 7px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	font-weight:300;
	font-style: normal;
	line-height: 25px;
	font-variant: normal;
	float: left;
}
#subnav li li a {
	color:#0099CC;
	padding-left: 13px;
	background-image: url(../images/sub-navborder.gif);
	background-repeat: no-repeat;
	height: 25px;
	background-position: left bottom;
}
#subnav li li li a {
	color:#CC0033;
	padding-left: 20px;
	background-image: url(../images/navborder.gif);
	background-repeat: no-repeat;
	height: 25px;
	background-position: left bottom;
}
#subnav li a:hover {
	color: #FFFFFF;
}
#subnav li.selected a, #subnav li.selected a:hover  {
	color: #FFFFFF;
}
#subnav ul  li.selected  ul li a, #subnav ul  li.selected  ul li a:hover  {
	color:#C03979;
	background-image: url(../images/sub-navborder.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#subnav ul  li.selected  ul li a:hover  {
	color:#C03979;
	background-image: url(../images/sub-navborder.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#last { border-right:1px solid #FFFFFF; }

/* Special Nav  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */


#footerSpecial  ul {
	display: inline;
	margin:0px;
	list-style-type: none;
	padding: 0px;
	float: right;
}
#footerSpecial li {
	display: inline;
	margin: 0px;
	padding: 0px;
}
#footerSpecial li span {
	margin: 0px;
	padding: 0px;
	display: block;
}
#footerSpecial  li a {
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
	display: block;
	margin: 0px;
	background-image: url(../images/navdividers.png);
	background-repeat: no-repeat;
	height: 25px;
	background-position: right center;
	padding-top: 0px;
	padding-right: 7px;
	padding-bottom: 0px;
	padding-left: 7px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	font-weight:300;
	font-style: normal;
	line-height: 25px;
	font-variant: normal;
	float: left;
}
#footerSpecial li li a {
	color:#0099CC;
	padding-left: 13px;
	background-image: url(../images/sub-navborder.gif);
	background-repeat: no-repeat;
	height: 25px;
	background-position: left bottom;
}
#footerSpecial li li li a {
	color:#CC0033;
	padding-left: 20px;
	background-image: url(../images/navborder.gif);
	background-repeat: no-repeat;
	height: 25px;
	background-position: left bottom;
}
#footerSpecial li a:hover {
	color: #FFFFCC;
}
#footerSpecial li.selected a, #footerSpecial li.selected a:hover  {
	color: #FFFFFF;
}
#footerSpecial ul  li.selected  ul li a, #footerSpecial ul  li.selected  ul li a:hover  {
	color:#C03979;
	background-image: url(../images/sub-navborder.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#footerSpecial ul  li.selected  ul li a:hover  {
	color:#C03979;
	background-image: url(../images/sub-navborder.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}


/* Gallery Thumbs   - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

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

/* About Us Thumbs   - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.thumbnails {width:150px; float:left; background:#CCCCCC;}
.thumbnails .caption {width:150px; padding:10px;}

/* Newsletter box   - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

div#newsletter,.advert{
border:1px solid #D2BC44;
margin:5px;
padding:10px;
color:#FFFFFF;}
#newsletter .title{line-height:12px; margin-bottom:5px;}
#newsletter form {padding:0; margin:0;}
#newsletter input{padding:5px;margin:0; border:1px solid #D2BC44;}
.inputFade { color:#CCCCCC; }
.inputStrong { color:#666666; }
.redAlert { background: #FF3333; color: #CCCCCC; }
#newsletter input.button{background:none repeat scroll 0 0 #D2BC44 !important;
border-bottom:1px solid #CCCCCC;
border-top:1px solid #CCCCCC;
color:#4A4218 !important;
cursor:pointer;
margin:10px 0 0 0 !important;
width:100px !important;}

.advert h4{font-family: Arial, Helvetica, sans-serif;
	font-size: 150%;
	font-weight: 100;
	color: #FFFFFF;
	margin:0;
	padding:0;}
.advert a.more{ display:block; color:#FFFFFF; background:#8D7D00; padding:5px 5px 5px 10px;}
.advert a.more:hover{color:#4A4218; background:#D2BC44; }

#footer a.more{ display:block; color:#FFFFFF; background:#8D7D00; padding:5px; float:left; margin-left:25px; }
#footer a.more:hover{color:#4A4218; background:#D2BC44; }

