/*  @@@@@[  Wrappers  ]@@@@@ */
/* The percentage in the body tag takes care of earlier versions of IE using the percentages (base font size is 16px for IE 6, 16 x 62.5 = 10)... ems should be used in most other style declarations */

body {
	background:url(images/bg_main.gif);
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #5c5c5c; 
	margin: 0px;
	text-align: left;
}
#wrapper {
	text-align: left;
	width: 966px;
	margin-right: auto;
	margin-left: auto;
	background:url(images/bg_con.gif) repeat-y;
}

/*  @@@@@[  Navigation  ]@@@@@ */
#topnav{
	float:right;
	padding-top: 16px;
	padding-right: 22px;
}
#nav {
	width: 960px;
	padding: 0px 3px;
}
/*  @@@@@[  Sub Nav  ]@@@@@ */
/* Note that there are styles applied to all "a" tags in .subnav (such as display: block) and then specific styles for "a" tags in .sub1 */
#subnav div.NavLevel1{
	font-size: 12px;
	color: #683d1a;
	font-weight: bold;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #fff;
	display:block;
}
#subnav div.NavLevel1 a{
	background: url(images/_bullet2.gif) no-repeat 0px 4px;
	text-decoration: none;
	padding-left: 20px;
	color: #683d1a;
	display:block;
}
#subnav div.NavLevel1 a.current, #subnav div.NavLevel1 a:hover {
	background: url(images/_bullet-a.gif) no-repeat 0px 4px;
	text-decoration: none;
	padding-left: 20px;
	color: #683d1a;
}
#subnav-in{
	padding-top: 5px;
	padding-left: 30px;
}
#subnav div.NavLevel2{
	font-size: 11px;
	color: #723c11;
	font-weight: normal;
}
#subnav div.NavLevel2 a:link, #subnav div.NavLevel2 a:visited, #subnav div.NavLevel2 a:active{
	color: #723c11;
	text-decoration: none;
	padding-left: 8px;
	background: url(images/_bullet3.gif) no-repeat 0px 5px;
}
#subnav div.NavLevel2 a.current, #subnav div.NavLevel2 a:hover{
	color: #be804d;
	padding-left: 8px;
	text-decoration: none;
	background: url(images/_bullet3.gif) no-repeat 0px 5px;
}
.note{
	font-weight: normal;
}

/* @@@@@[  Header / Footer  ]@@@@@ */

#header {
	width: 966px;
	height: 44px;
	padding-top: 24px;
	background:url(images/bg_top.gif) no-repeat top;
}
#email {
	padding-left:35px;
	padding-top: 11px;
	width: 115px;
	float:left;
}
#email img {
	float:right;
	_padding-top: 1px;
	*padding-top: 1px;
}
#email input {
	margin: 0px;
	padding: 2px 2px;
	height: 14px;
	width: 126px;
	font-size: 10px;
}
#footer {
	margin: 0px auto;
	width: 932px;
	padding-left: 28px;
	font-size: 13px;
	color: #414141;
	padding-bottom: 15px;
}
#footer a:link, #footer a:visited, #footer a:active {
	color: #414141; 
	text-decoration: none;
}
#footer a:hover {
	color: #414141; 
	text-decoration: underline;
}
#footer .seo a:link, #footer .seo a:visited, #footer .seo a:active, #footer .seo a:hover {
	color: #414141; 
	text-decoration: none;
}
#footer a.seo:visited, #footer a.seo:active, #footer a.seo:link {
	text-decoration: none;	
	color: #414141;
}
#footer a.seo:hover {
	text-decoration: none; cursor: text;
}
#gravitate {
	float: right;
	padding-top: 12px;
	text-align:right;
	padding-right: 12px;
}
.textsmall {
	font-size: 11px;
}

#flash { margin: 0 0 0 7px; padding: 0; width: 955px; }

/* @@@@@[  Home Page  ]@@@@@ */
#flashWrapper {
	width: 960px;
	padding: 0px 3px;
	height:347px;
}
#main_content {
	width: 952px;
	padding: 0px 7px 7px;
	background:url(images/bg_bot.gif) no-repeat bottom;
}
#con_mid {
	float:left;
	width: 283px;
	padding-left: 48px;
	/*padding-right: 22px;*/
	padding-right: 30px;
	padding-top: 20px;
}
#con_mid h2 {
	color: #760d16;
	font-size: 18px;
	font-weight:normal;
}
#quote_in {
	float:left;
	width: 295px;
	/*padding-left: 24px;*/
	/*font-size: 11px;*/
	font-weight:normal;
	/*background:url(images/img_quo_l.gif) no-repeat top left;
	color:#760d16;
	line-height: 21px;*/
	color:#5c5c5c;
	/*margin-top: 41px;*/
	margin-top: 5px;
	margin-bottom:15px;
	padding-right:30px;
}
/* @@@@@[  Main page  ]@@@@@ */
#content{
	width: 916px;
	padding-left: 36px;
	padding-top: 32px;
	border-bottom: 1px solid #fff;
	background: url(images/_bg-content-sec.gif) left top no-repeat;
}
#left-content{
	float: left;
	width: 193px;
	padding-right: 62px;
}
#right-content{
	float: right;
	width: 596px;
	padding: 7px 57px 30px 8px;
	font-size: 12px;
	color: #5c5c5c;
	line-height: 18px;
}
ul{
	margin: 0px;
	padding-left: 15px;
	padding-bottom: 15px;
}
ul li{
	list-style: none;
	background: url(images/_bullet.gif) no-repeat 0px 8px;
	padding-left: 7px;
}
ul li ul{
	margin: 10px 0px 10px;
	padding: 0px;
}
li li{ margin-left:30px; background-image:none;}
ol{
	margin: 0px;
	padding-left: 20px;
	padding-bottom: 15px;
}

ol li ol{
	margin: 0px;
	padding: 0px;
}

.quote{
	background: url(images/_bg-quote-top.gif) no-repeat 0px 3px;
	padding-left: 22px;
	padding-bottom: 15px;
	color: #760d16;
	line-height: 21px;
	font-size: 14px;
	margin-top: 50px;
	font-weight:bold;
	padding-right:1px;
}
#cont{ float:left; width:410px;}
#sidebar{
	float: right;
	width:170px;
}
.callout{
	background:url(images/_bg-box.gif) repeat-y;
	padding:10px 15px 0;
	text-align:center;
}
.callout ul{padding-left:0; text-align:left; margin-top:10px;}
.callout p{text-align:left; padding:5px;}

/* @@@@@[  Redefined Tags / Classes  ]@@@@@ */
a:link, a:visited, a:active {
	color: #760d16; 
	text-decoration: underline;
}
a:hover {
	color: #760d16; 
	text-decoration: none;
	}	
h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #760d16;
	font-size: 18px;
	margin: 0px 0 10px -8px;
	padding: 5px 0px 5px 15px;
	border-top: 1px solid #c8b6a7;
	border-bottom: 1px solid #c8b6a7;
}
h2 {
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	color: #9d571d;
	padding-bottom: 4px;
}
.goldHeadline {
	color: #9d571d;
}

h3 {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	color: #9d571d;
	font-weight: normal;
}
p {
	margin: 0px;
	padding-bottom: 15px;
}
blockquote {
	margin: 0px 35px 13px 30px;
	padding: 0px;
}
.clrSolo {
	clear: both; 
 	font-size: 1px; 
 	line-height: 1px; 
 	margin: 0px; 
 	padding: 0px; 
	height: 0px;
 	visibility: hidden;
}
.clr {
 	clear: both;
}
.left {
 	float: left;
}
.right {
 	float: right;
}
.center {
	text-align:center;
}
.imgRight {
 	margin-bottom: 10px; 
 	margin-left: 10px;
 	float: right;
}
.imgLeft {
 	margin-bottom: 10px; 
 	margin-right: 10px;
 	float: left;
}
.imgLeft2 {
 	margin-bottom: 20px; 
 	margin-right: 10px;
 	float: left;
}

/* @@@@@[  Form Elements  ]@@@@@ */
input, textarea, select {
	font-family:Arial, Helvetica, sans-serif;
	color: #666; 
	border: 1px solid #b1ac9c;
}
input.clean {
	border-style: none; 
	background: none;
}
.form1 {
	width: 280px;
}
.form2 {
	width: 580px;
}
.td-asterisk {
	color:#FF0000;
}

/* @@@@@[  Photo Gallery  ]@@@@@ */
#thumbs img {
	margin-right: 6px;
	margin-bottom: 6px;
	display: inline;
	border-style: none;
}
#loadarea {
	height: 350px;
	padding-bottom: 6px;
}
#loadarea2{
	height: 216px;
	padding-bottom: 6px;
}
img.mapstyle {
border: 7px solid #9d571d;
margin-bottom: 7px;
padding: 3px;
}

.hdrline {
border-bottom: 1px solid #760d16;
margin-bottom: 2px;
}

.mapmargin {
margin-left: 10px;
margin-top:50px;
}

.top { text-align: right; }
