@charset "UTF-8";
/* CSS Document */

html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, a, img, ol, ul, li, form, label, table, tbody, tfoot, thead, tr, th, td
{
	margin: 0;
}


html
{
	font-family: Tahoma,Verdana,Geneva,Sans-Serif;
}

body
{
	background-color: #FFF;
}

a 
{
	color: #AC6E40;
}

#pageBkg
{
	width: 940px;
	margin: auto;
	position: relative;
	background-image: url(../_img/pageBkg.jpg);
	background-repeat: repeat-y;
}

#page
{
	width: 900px;
	margin: auto;
	position: relative;
}

p
{
	font-family: Tahoma,Verdana,Geneva,Sans-Serif;
	font-size: 13px;
	color: #3a4345;
	margin-top: 6px;
	line-height: 20px;
}

#metaNav
{
	float: right;
	margin-top: 20px 10px 0 0;
	padding-right: 15px;
	color: #fff;
	cursor: default;
	position: relative;
	z-index: 500;
}

#login
{
	left: 0;
	width: 100%;
	top: 90px;
	position: absolute;
	z-index: 500;
	font-weight: bold;
	padding-top: 2px;
	padding-right: 5px;
	height: 20px;
	background-image: url(../_img/navBkg2.png);
	background-repeat: no-repeat;
}

#topnav
{
	left: 0;
	top: 90px;
	position: absolute;
	z-index: 500;
	margin-top: 25px;
	padding-left: 21px;
	background-image: url(../_img/navBkg.png);
}

#topnav A

{
	color: #fff;
	font-family: Tahoma,Verdana,Geneva,Sans-Serif;
}

.navItem
{
	float: left;
	position: relative;
	padding: 5px 10px 5px 10px;
	white-space: nowrap;
}

.navTitle
{
	font-family: Tahoma,Verdana,Geneva,Sans-Serif;
	font-weight: bold;
	float: left;
	height: 28px;
	font-weight: bold;
	margin: 0 2px;
}

#topnav ul
{
	display: none;
	position: absolute;
}

#topnav ul li
{
	float: none;
	line-height: 1em;
	padding: 5px 10px 5px 10px;
	white-space: nowrap;
	font-weight: normal;
}

.navItem :hover
{
	background-image: none;
}

#topnav :hover
{
	background-color: #464646;
	background-image: none;
}

#mainText 
{
	margin-left: 165px;
	padding-right: 20px;
}

#mainText ul
{
	margin: 10px 0 0 47px;
	list-style-type: disc;
}

#mainText h2
{	
	font-size: 1.2em;
	color: #7E959A;
	margin: 0;
}

#mainText h3
{
	color: #515F62;
	font-weight: bold;
	text-decoration: none;
	margin: 0;
}

.content

{
	color: #3a4345;
	clear: both;
	line-height: 1.4em;
	padding: 10px 15px 50px 15px;
	font-size: 1em;
}


.content p
{
	color: #3a4345;
	margin-top: 4px;
	margin-bottom: 12px;
	line-height: 1.6em;
}

.content a
{
	text-decoration: underline;
	color: #AC6E40;
}

.content H1
{
	color: #fff;
	background-color: #7E959A;
	height: 2.2em;
}

.content H1 span
{
	font-size: 1.3em;
	width: 652px;
}

.content H2
{
	font-size: 1.2em;
	color: #7E959A;
	margin: 0;
	margin-top: 8px;
}
h3
{
	color: #4C6076;
	font-weight: bold;
	text-decoration: none;
	font-size: 1.2em;
}
.content H3
{
	color: #515F62;
	font-weight: bold;
	text-decoration: none;
	margin-top: 8px;
}

.content UL
{
	margin: 10px 0 24px 45px;
	list-style-type: disc;
}

.content LI
{
	margin: 5px 0 0 10px;
}


.content blockquote
{
	font-style: italic;
}

.content A
{
	text-decoration: none;
	font-weight: normal;
	color: #AC6E40;
}

.content A:hover
{
	text-decoration: underline;
}


.content A.bookmark

{
	text-decoration: none;
	font-weight: normal;
	color: #333;
}

.content img
{
	float: left;
	position: relative;
	left: -14px;
	top: -6px;
}

.content img.thumb
{
	border: 1px solid #7E959A;
}

.blueTitle
{
	margin-bottom: 0;
	color: #fff;
	background-color: #7E959A;
	height: 2.0em;
	padding-top: 5px;
}

.blueTitle span
{
	font-size: 1.1em;
	margin-left: 15px;
}

#highlight
{
	position: relative;
	margin-bottom: 6px;
	float: left; 
	clear: left; 
}

#highlightLeft {
	position: relative;
	background-color: #F8ECD8;
	float: left;
	clear: left;
	width: 640px;
	padding-bottom: 20px;

}

#highlightRight 
{
	position: relative;
	float: left; 
	clear: none; 
	width: 260px;
}

#highlight p.intro
{
	font-size: 1.2em;
	line-height: 1.8em;
}

.rightText
{
	margin-left: 165px;
	padding-right: 20px;

}

div.mapButton
{
	margin: 5px 0 5px 15px;
	float: left;
	position: relative;
}

div.mapButton p
{
	margin: 0 0 10px -15px;
	font-weight: bold;
	color: #AC6E40;
}

div.mapButton img
{
	border: 1px solid #7E959A;
}

* html #topnav .navTitle
{
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=scale,src='../_img/navBkg.png' );
}

.thumb
{
	margin: 10px 2px 30px 0;
	border: 1px solid #7E959A;
	float: left;
	position: relative;
	left: -14px;
	top: -6px;
}


#footer
{
	color: #fff;
	background-color: #494949;
	top: -30px;
}

#footer A
{
	color: #fff;
	margin: 4px;
	font-weight: bold;
}

#footer .right, #footer .left
{
	padding: 7px 20px 7px 10px;
}

#subfooter
{
	font-size: .8em;
	text-transform: uppercase;
	height: 10px;
	top: -30px;
}

#subfooter A
{
	color: #494949;
	top: 3px;
	position: relative;
}

#subfooter IMG
{
	top: -1px;
	position: relative;
}


#subfooter .right, #subfooter .left
{
	padding: 3px 20px 0 10px;
}


ul.dropdown
{
	margin: 0;
	padding: 0;
	display: block;
	position: absolute;
	z-index: 999;
	top: 100%;
	width: 149px;
	display: none;
	left: 23px;
	xbackground-image: none;
}

ul.dropdown li
{
	margin: 0;
	padding: 0;
	float: none;
	position: relative;
	list-style: none;
	display: block;
	background-image: url(../_img/navBkg3.png);
}

ul.dropdown li a
{
	display: block;
	background-image: none;
}

ul.bullets
{
	margin: 10px 0 10px 40px;
	list-style-type: disc;
}
