@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	color:#414340;
}
body {
	background-color:#beaa89;
	
}
#wrapper {
	float:none;
	margin:0 auto;
	width:972px;
	background:url(../images/background_tile.jpg) repeat-y;
	height:100%;
}	
a:link{
	color:#414340;
}
a:hover, .selected a{
	color:#9e8d71;
}
.clear {
	clear:both;
}
li {
  display: inline: /* :KLUDGE: Removes large gaps in IE/Win */
 }
ul {
	margin:0em 3em 3em 3em;
}
h2 {
	font-size:160%;
	font-weight:100;
	padding-bottom:10px;
}
h3 {
	font-size:90%;
	text-transform: uppercase;
	line-height:1.5em;
	padding-bottom:2em;
}
a[href^="http:"] {
	background:url(../images/externalLink.gif) no-repeat right top;
	padding-right:10px;
}
a[href$=".pdf"] {
	background:url(../images/pdficon_small.gif) no-repeat right top;
	padding-right: 12px;
	
}
.pdf {
	text-decoration:underline;
}
p {
	padding-bottom:1em;
}
/*   !HEADER   */
/*//////////////////////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////////////////////*/
#masterhead {
	position:relative;
	height:177px;
}
#masterhead h1 a{
	background:url(../images/header_logo.jpg);
	height:177px;
	display:block;
}

#masterhead h1 a span{
	display:none;
}

/*   !NAV   */
/*//////////////////////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////////////////////*/
#mainNav {
	letter-spacing:.08em;
	margin:0;
	position:absolute;
	font-size:70%;
	font-weight:600;
	line-height:1.7em;
	left:14%;
	top: 30%;
	text-transform: uppercase;
	list-style-type:none;
}
#secondNav {
	float:left;
	padding:4em 0em 0em 3em;
	margin:0;
	font-size:70%;
	font-weight:600;
	line-height:2.5em;
	left:14%;
	top: 30%;
	list-style-type:none;
}
#backtoTop {
	font-weight:bold;
	font-size:95%;
	background:url(../images/top_arrow.gif) no-repeat;
	padding:0px 0px 6em 17px;
	line-height:10px;
	margin-top:4em;
}

/*   !IMG   */
/*//////////////////////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////////////////////*/
#img {
	margin-left:6px;
}

/*   !CONTENT   */
/*//////////////////////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////////////////////*/

#content {
	float:right;
	width:60%;
	padding:4em 4em 1.5em 4em;
	font-size:70%;
	line-height:2.4em;
	letter-spacing:.08em;
}
#contactInfo {
	float:left;
	font-size:70%;
	line-height:2.4em;
	padding:4em 0em 0em 3em;
	margin:0;
}
/*   !FOOTER  */
/*//////////////////////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////////////////////*/
#footer {
	background:url(../images/background_footer.jpg) no-repeat;
	width:972px;
	height:49px;
	font-size:9px;
	clear:both;
}

#footerNav {
	margin:0;
	float:left;
	width:33%;
	height:100%;
	padding-left:2.1em;
	list-style-type:none;
}
*html #footerNav {
	padding-left:1.9em;
}
#footerNav li{
	float:left;
	padding: 1.8em 3.4em;
}
#footerInfo {
	margin:0;
	float:right;
	width:64%;
	height:100%;
	  	list-style-type:none;

}
#footerInfo li{
	letter-spacing:.08em;
	float:left;
	padding: 1.8em 2.5em 0em 2em;
}
*html #footerInfo li{
	padding: 1.8em 2.5em 0em 1.1em;
}
