body {
	background: url('../images/back.jpg') ;
	font-family: "Trebuchet MS", Tahoma, Helvetica, Arial, sans-serif;
	margin: 0;
}

/* General Definitions */

a, a:link, a:active, a:visited{ color: #577c7f; }

a:hover{ text-decoration: none; }

h1, h2, h3, h4, h5{
	margin: 0 0 .2em 0;
}

h1{ 
	width: 192px;
	height: 81px;
	background: url('../images/logo.png') top left no-repeat;
	display: block;
	text-indent: -999em;
}

h1 a{ 
	display: block;
	width: 192px;
	height: 81px;
}

h2{ font-size: 1.8em; }

h2 span{ font-size: .7em; }


h3{ font-size: 1.6em; }

h4{ font-size: 1.4em;}

h5 {font-size: 1.4em; }

p{ margin: 0 0 .8em 0; }

ul{
	margin: 0 0 1em 2em;
	list-style: disc;
}

/* Layout and Coloring */

#page {
	display: block;
	text-align: center;
	background: url('../images/pagetopback1.jpg') top center no-repeat;
}

#shadows{ 
	background: url('../images/shadows.png') top center repeat-y;
	margin: 0 auto;
}

#layout {
	width: 926px;
	padding: 27px 27px 0 27px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	background: url('../images/top1.jpg') top left no-repeat #ddd6bf;
}

.pagetop1 #page { background: url('../images/pagetopback1.jpg') top center no-repeat; }	
.pagetop1 #layout{ background: url('../images/top1.jpg') top center no-repeat  #ddd6bf; } 
.pagetop2 #page{ background: url('../images/pagetopback2.jpg') top center no-repeat; }	
.pagetop2 #layout{ background: url('../images/top2.jpg') top center no-repeat #ddd6bf; } 
.pagetop3 #page{ background: url('../images/pagetopback3.jpg') top center no-repeat; }	
.pagetop3 #layout{ background: url('../images/top3.jpg') top center no-repeat #ddd6bf; } 
.pagetop4 #page{ background: url('../images/pagetopback4.jpg') top center no-repeat; }	
.pagetop4 #layout{ background: url('../images/top4.jpg') top center no-repeat #ddd6bf; } 
.pagetop5 #page{ background: url('../images/pagetopback5.jpg') top center no-repeat; }	
.pagetop5 #layout{ background: url('../images/top5.jpg') top center no-repeat #ddd6bf; } 
.pagetop6 #page{ background: url('../images/pagetopback6.jpg') top center no-repeat; }	
.pagetop6 #layout{ background: url('../images/top6.jpg') top center no-repeat #ddd6bf; } 

#header {
	height: 143px;
}

#topIMG{
	background: #fff;
	padding: 6px;
	
}

#topIMG .slideshow,.slideshow img {
	width: 914px;
	height: 199px;
	overflow: hidden;
}


.nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.nav ul li { float: left; }

.nav ul li a {
	display: block;
	text-decoration: none;
}

.nav ul li a:hover { text-decoration: underline; }

#topNav ul {
	margin: 0 0 0 40px;
}	


#topNav a {
	font-size: 1.1em;
	color: #493325;
	border-right: 1px solid #493325;
	padding: 1px 22px;
	margin: 3px 0 10px 0;
	text-decoration: none;
	letter-spacing: -.05em;
}

@media screen and (-webkit-min-device-pixel-ratio:0){
#topNav a{
	padding: 1px 15px;
}
}


#topNav .lastOne a{ border: none; }

#topNav a:hover {
	text-decoration: underline;
}

#content {
	color: #342e2a;
	clear: both;
}

#content .container {
	font-size: .8em;
	padding: 20px 0;
	line-height: 1.4em;
	
}

#content .container h2{
	line-height: 1em;
}

#content .container h3{
	line-height: 1em;
}

.col {
	float: left;
}

.main { 
	width: 400px;
	border-left : 1px solid #fff; 
	padding: 0 0 0 15px;
	margin: 0 0 20px 0 ;
}

.flashMap{ 
	background: url('../images/flashmapback.png') top left no-repeat;
	width: 288px;
	height: 425px;
	padding: 6px 0 0 6px;
	margin : -65px 0 0 620px;
	position: absolute;
	z-index: 100;
}

.featured{
	width: 160px;
	margin: 0 15px 0 0;
	text-align: center;
}

.featured h5{ font-size: 1.2em; }

.featured h5 span{ display: block; font-size: .8em; }

.featured ul { list-style: none; margin: 0; }

.featured li {
	margin: 20px 0 0 0;
	font-size: .85em;
		line-height: 1.2em;
	width: 160px;
}	

.featured li img{ border: 2px solid #fff; }

.featured li a{
	text-decoration: none;
	color: #342e2a;

}

.featured li a:hover{ color: #777; }

.featured li a:hover img{ border: 2px solid #ccc; }

#footer {
	width: 940px;
	background: #a39c78;
	margin: 0 auto;
	padding: 20px;
}

#footer a{ color: #fff; }

.smallLogos{
	float: right;
	width: 320px;
}

.smallLogos img{ margin: 0 0 0 10px; }

#bottomNav a{ 
	font-size: .7em; 
	border-right: 1px solid #fff; 
	padding: 1px 6px;	
	color: #fff;
}

#bottomNav .lastOne a{
	border: none;
}	

#copyright{
	color: #fff;
	font-size: .7em;
	padding: .5em .5em .1em .5em;
	text-align: left;
}

#pullquote {left:500px; top:305px; position: absolute;
z-index: 10; font-size: 2em;}

/* General Class Definitions */

.clear{ clear: both; }

.image { border: 5px solid #fff; }

.right { float: right; }

.left { float: left; }

.image.right{ margin: 0 0 10px 10px; }

.image.left{ margin: 0 10px 10px 0; }

/* Auto/Conditional PDF Icon */

a[href $='.pdf'] { 
   padding-right: 18px;
   background: transparent url(images/icon_pdf.png) no-repeat right;
}

/* For GC and Photo Code */

#geotrust img{ float: right; }

#photoGalDisplayTable td{ padding: 7px; }

/* More */

.alert{ color: #577c7f; }

.alert a{ color: #577c7f; }