@charset "utf-8";
* {/* it's good practice to zero global margin and padding values to account for differing browser defaults */
	padding: 0; 
	margin: 0;
}
body {
	font:62.5% Arial, Helvetica, sans-serif;
	word-spacing: 0px;
	letter-spacing: 0em;
	color: #333;
	background-color: #888;/*#526954;#717174;*/
	text-align: center;
	/* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}

h1, h2, h3, h4, h5, h6{
	font-family: Arial, Helvetica, sans-serif;
	color:#555;
	font-weight: bold;
	font-size: 1.2em;
	line-height:1.5em;
	margin: 0.65em 0 0.8em 0;
	padding: 0;
}
h1{
	font-family: "Bembo Std", Bembo, "Times New Roman", Times, serif;
	font-size: 2.2em;
	margin-top: 0;
	margin-bottom: 0.4em;
	padding-top: 0;
}
h2{
	font-size: 1.4em;
	margin-top: 0.8em;
}
h3{
	font-size: 1.3em;
	line-height:1.3em;
	margin-top: 0.6em;
}
h4{	
	color: #333;
	font-size: 1.2em;
	margin-top: 0.4em;
}
h5{	
	color: #333;
	font-size: 1.2em;
	margin-top: 0.4em;
	margin-bottom: 0.4em;
}
p{
	font-size: 1.2em;
	line-height: 1.4em;
	/*letter-spacing: 0.04em;*/
	margin-bottom: 1.2em;
}
img{ /*(Max image width in mainContent = 356px)*/
	margin: 0;
	padding: 0;
}
a {
	font-weight: bold;
	color: #004F00;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
a img{ 
	border: none;
}
input{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #CCE0F5;
	border: 1px solid #002C77;
	padding: 0 0.2em;
}
input[type=image] {
	border: none;
	padding: 0;
}
strong{
	font-weight: bold;
	/*color: #892E89;*/
	}
ol{
	list-style-type:decimal;
	line-height: 1.5em;
	}
ul{
	list-style-type:disc;
	list-style-position:inside;
	line-height: 1.5em;
	font-size:1.2em;
	}
li{
	margin-left: 0px;
	padding-left: 0px;
}
q{
	font-size:1.1em;
	font-style:italic;
	color: #000;
}

/* ------------- Main Layout Boxes ------------- */
#container {
	width: 748px;
	margin-top: 0px;	
	margin-right:auto;/* the auto margins (in conjunction with a width) center the page */
	margin-bottom: 0px;
	margin-left:auto;
	background: #FFF;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#headerBox{
	width: 748px;
	height: 98px;
	padding:0px;
	border-bottom: 1px solid #000;
	z-index:50;
	}

/* ---------- container for main content, menu and footer  ---------- */
#content{
	/*clear: both;*/
	width: 748px;
	padding-top: 0px;
	padding-bottom:0px;
	margin-bottom: 0px;
	background-color: #E9EDEA;
	}
	
/* ---------- menu ----------------- */
#menu{
	float:left;
	width:195px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 20px 0px;
	border:0;
	z-index:100;
	font-size: 1.2em;
	}
#menu ul{
	list-style-type: none;
	list-style-position:outside;
	margin: 0;
	padding: 0;
	font-size: 1em;
	line-height: 1.4em;
	letter-spacing: 0;
}
#menu li{
	margin: 0 0 2px 0;
	text-transform:capitalize;
	display: block;
}
#menu a{	
	display: block;
	height:1%; /*this is a hack for IE 6 and below otherwise links don't act as blocks*/
	margin:0; /* Don't put bottom margin on links - causes a bug in IE6 */
	padding:0.3em 1em;
	letter-spacing: 0.02em;
	color:#030;
	text-decoration:none;
	border-top: 1px solid #E9EDEA;
	border-bottom: 1px solid #E9EDEA;
}
#menu a:hover{
	color: #fff;
	background-color: #265130;
}
#menu a:active{
	color: #265130;
	background-color: #fff;
}
#menu .currentLink a{ /*use to pick out the current page in the menu (place class on corresponding <li>)*/
	display: block;
	color: #fff;
	background-color: #265130;
	border-top: 1px solid #030;
	border-bottom: 1px solid #030;
}
#menu .subMenu a{ /*indent Submenu links (place class on corresponding <li>)*/
	margin-left: 0;
	padding-left: 2em;
	font-weight: normal;
	margin-top: -2px;
}
#menu .homeLink{ /* this style could be added to following style except for bug in IE6 */
	margin-bottom: 10px;
}
#menu .homeLink a{
	border-top: none;
	background-color: #fff;
}

/* ----------- main content holders ------------- */
#main{
	/*Don't specify width otherwise floatdrop in IE 6 or less. Max width for images = 552px*/ 
	margin: 0 0 0 195px;
	padding: 0;
	background-color:#FFFFFF;
	border-left: 1px solid #265130;
	border-bottom: 1px solid #265130;
	min-height:330px;
	}
.txtBox{
	padding: 20px 30px 10px 30px;
}
.altImg{
	/*gives a border to images where there's no Flash content*/
	border-bottom:1px solid #265130;
}
#footer{
	clear: both;
	padding-bottom: 40px;
}
#map1{
	padding: 10px 0 20px 0;
}

.mapPDFfloat{
	width: 326px;
	float: right;
	padding: 0 0 0 20px;
}
.mapInfo tr td{
	vertical-align:top;
}

/* ----------- 3px float fix for < IE7 ----------- */
* html #main{
	height: 1px;
	margin-left: 0;
}
* html #menu{
	margin-right: -3px;
}

/* ----------- copyright footer ------------- */
#copyright {
	width: 710px;
	margin-top: 0px;	
	margin-right:auto;/* the auto margins (in conjunction with a width) center the page */
	margin-bottom: 0px;
	margin-left:auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px 10px 0px 30px;
	font-size:80%;
	font-weight:bold;
	line-height:1.4em;
	color: #999;
}
#copyright a{
	color: #999;
}
#copyright a:hover{
	color: #fff;
}

/* ---------- general placeholders --------*/
.subtleLink {
	color: #555;
}
.smallTxt{
	font-size:80%;
	font-weight:bold;
	line-height:1.4em;
	color: #777;
	}
.imgbox{
	margin: 0px 10px 10px 10px;
	/*padding: 10px 10px 10px 0px;*/
	}
.imgbox2{
	margin:0px;
	float:left;
	/*border:1px solid #000;padding: 0px 0px 10px 0px;*/
	}
.floatLeft {
	float: left;
	margin: 0px 15px 15px 0px;
	}
.floatRight {
	float: right;
	margin: 2px 0px 2px 5px;
	}
.floatRight img{
	margin: 8px 0px 8px 5px;
	}
.centerBox{
	text-align:center;
}
.rightAlignTxt{
	text-align:right;
}
.clearFloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear:both;
    font-size: 1px;
    line-height: 0px;
	height:1%;
}

