@charset "ISO-8859-1";
body {
	font: 13px Georgia, "Times New Roman", Times, serif;
	color: #60513B;
	background-color: #c7eafb;
	padding: 0;
	margin: 20px;
}

a, a:link, a:visited {
	color: #6F654D;
	text-decoration: none;
	font-weight: bold;
}

a:hover, a:active {
	color: #e1b949;
}

img {
	border: 0;
}

h1 {
	font-size: 25px;
	font-style: normal;
	line-height: 22px;
	font-weight: normal;
	color: #6F654D;
	margin: 0px;
	padding: 0px;	
}

p {
	font-size: 13px;
	line-height: 24px;
	color: #6F654D;
	margin: 20px 0px 0px;
	padding: 0px;
}

#mainContainer {
	width: 978px;
	margin: 0 auto;
	background: url(../images/shadow_repeat.jpg) repeat-y left;
	position: relative;
}

#siteContainer {
	width: 952px;
	margin: 0 auto;
	background-color: #FFFFFF;
	padding: 0;
}

#topShadow {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 13px;
	height: 50px;
}

#header, #pointLines {
	width: 952px;
	clear: both;
	margin: 0;
	padding: 0;
}

#homeContainer {
	background-color: #8d7c6b;
	width: 952px;
	margin: 0;
	padding: 0;
}

#sideContainer {
	background-color: #FFFFFF;
	width: 952px;
	margin: 0;
	padding: 0;
}

#homePhoto {
	width: 497px;
	height: 409px;
	float: left;
	margin: 0;
	padding: 0;
}

#sidePhoto {
	width: 478px;
	height: 409px;
	float: left;
	margin: 0;
	padding: 0;
	background: url(../images/photobg.gif) repeat-y right top;
}

#flashPhotoShort {
	width: 478px;
}

#yellowQuote {
	width: 473px;
	height: 96px;
	background-color: #fdfdc4;
	margin: 0px;
	padding:0px;
}

#yellowQuote h2 {
	padding: 41px 0px 0px 0px;
	margin: 0px;
	font: italic normal 14px/normal Georgia, "Times New Roman", Times, serif;
	color: #6f644f;
	text-align: center;
}

#footer {
	width: 952px;
	margin: 0px;
	padding: 13px 0px 13px 0px;
	clear: both;
	background-color: #6f654d;
	text-align: center;
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	position: relative;
}

#homeContent {
	width: 450px;
	height: 409px;
	position: relative;
	text-align: center;
	float: right;
	margin: 0;
	padding: 0;
}

#sideContent {
	width: 414px;
	padding: 30px 30px 0px 30px;
	margin: 0px;
	position: relative;
	float: right;
}

#homeContent h1 {
	font-size: 22px;
	line-height: 28px;
	font-weight: normal !important;
	color: #FFFFFF;	
	margin: 0px;
	padding: 100px 0px 0px 0px;
}

#frontButtons {
	width: 422px;
	height: 164px;
	position: absolute;
	left: 15px;
	top: 231px;
}

.frontButtonSpacing {
	margin-left: 13px;
}

#downloadBrochure {
	position: absolute;
	left: 774px;
	top: 9px;
	width: 166px;
	height: 20px;
}


#social {
	position: absolute;
	left: 12px;
	top:8px;
	width: 150px;
	height: 25px;
}



#topBanner{
	width:418px;
	height:92px;
	position: absolute;
	left:530px;
	top: 25px;
	
}

#navHolder {
	width: 952px;
	height: 32px;
	padding: 0;
	margin: 0;
	background-color: #e1b949;
}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav a {
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	padding: 10px 0px 10px 0px;
	margin: 0;
	width: 136px;
	height: 12px;
	text-align: center;
}

#nav a:hover {
	color: #FFFFFF;
	background-color: #dc9543;
}

#nav li { /* all list items */
	float: left;
	margin: 0;
	padding: 0;
}

#nav li ul { /* second-level lists */
	position: absolute;
	z-index: 99;
	width: 136px !important;
	margin: 0px;
	padding: 0px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul a {
	text-transform: uppercase;
	width: 136px !important;
	margin: 0px 0px 0px 0px !important;
	padding: 10px 0px 10px 0px;
	background-color: #e1b949;
	border-top: 1px solid #6f5e4c;
}

#nav li ul a:hover {
	background-color: #dc9543;
	color: #FFFFFF;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

.pdfLink { 
   padding-left: 25px;
   background: transparent url(../images/pdf.gif) no-repeat center left;
}

.zoomLink {
   padding-left: 25px;
   background: transparent url(../images/zoom.gif) no-repeat center left;
}
