/* Web site */

* { margin: 0; padding: 0; }
a img { border: 0; background: transparent; }
fieldset { border: 0; }

/* body styles */

body { 
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #999;
	font-size: 76%;
	text-align: center;
	margin: 0; 
	padding-bottom: 30px;
	background-color: #D9BA7A;
}
table {
	margin-bottom: 1em;
}
td {
	vertical-align: top;
	padding: 0.5em 0.5em 0.5em 0;
}

/* wrap*/

#wrap {
	background: url(../images/bkgd.jpg) repeat-x center bottom;
	/*background-attachment:fixed*/;
}
#innerwrap {
	margin: 0 auto;
	padding: 0;
	width: 720px;
	position: relative;
}

/* header */

#header {
	text-align: left;
	padding: 0; 
	margin: 0;
	height: 136px;
	width: 720px;
	position: absolute;
}
#header[id] {
	background: url(../images/headerbg.png) no-repeat scroll 0 0;
}
#header2 {
	text-align: left;
	padding: 0; 
	margin: 0;
	height: 136px;
	position: relative;
}
#logo {
	position: absolute;
	top: 52px;
	left: 25px;
}
#candidate {
	position: absolute;
	top: 80px;
	right: 40px;
}
#contact, #login {
	width: 66px;
	height: 17px;
	background-color: #D9C08D;
	color: #FFF;
	text-align: center;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	line-height: 17px;
	position: absolute;
	top: 49px;
}
#contact {
	right: 68px;
}
#login {
	right: 0;
}
#contact a, #login a {
	display: block;
}
#contact a:link, #login a:link { 
	color: #FFF;
	text-decoration: none;
}
#contact a:visited, #login a:visited { 
	color: #FFF;
	text-decoration: none;
}
#contact a:hover, #login a:hover { 
	color: #FFF;
	text-decoration: none;
}
#contact a:active, #login a:active { 
	color: #FFF;
	text-decoration: none;
}

/* content */

#content { 
	text-align: left;
	background: #FFF url(../images/contentfooter.jpg) no-repeat scroll 0 bottom;
	position:relative;
}
#bodytext { 
	padding: 72px 63px 23px 63px;
	text-align: justify;
}
#content h1 { 
	margin-bottom: 18px;
	/*font-size: 260%;*/
	font-size: 255%;
	color: #D9BA7A;
	font-family: "Times New Roman", Times, serif;
	text-transform: uppercase;
	font-weight: normal;
	text-align: left;
}
#content h2 { 
	/*margin-bottom: 2%;*/
	margin-top: 1em;
	font-size: 120%;
	color: #600;
	letter-spacing: -0.01em;
}
#content h3 { 
	/*margin-bottom: 1%;*/
	margin-top: 1em;
	font-size: 110%;
	color: #600;
	letter-spacing: -0.01em;
}
#content p { 
	margin-bottom: 19px;
	font-size: 13px;
	line-height: 190%;
}
#content hr { 
	margin-bottom: 1em;
	height: 1px;
}
#content ul, #content ol { 
	margin-bottom: 1.2em;
	font-size: 13px;
}
#content ul li, #content ol li { 
	margin-left: 1.5em;
	line-height: 190%;
	/*list-style-type: none;*/
}
#content blockquote { 
	margin-left: 1em;
	margin-bottom: 1em;
	font-size: 100%;
	line-height: 150%;
	font-style: italic;
}
#content a:link { 
	color: #888;
}
#content a:visited { 
	color: #888;
}
#content a:hover { 
	color: #BDB76B;
}
#content a:active { 
	color: #F00;
}
#content .news_release h1 { 
	margin-bottom: 10px;
	font-size: 120%;
	color: #600;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform: none;
	font-weight: bold;
	text-align: left;
}
.news_release .news_subtitle { display: none;}
#content h3 { 
	/*margin-bottom: 1%;*/
	margin-top: 1em;
	font-size: 110%;
	color: #600;
	letter-spacing: -0.01em;
}
#content h3 a:link, #content h3 a:visited { 
	font-size: 110%; color: #600; text-decoration: none;
}
#content h3 a:hover { 
	color: #FFF; background: #600; font-size: 110%; text-decoration: none;
}
#content h3 a:active { 
	font-size: 110%; color: #600; text-decoration: none;
}

/* navbar */

#navbar { 
	text-align: left;
	height: 28px;
	text-transform: uppercase;
	color: #A68E5E;
	font-size: 11px;
	font-weight: bold;
	background: url(../images/navbg.jpg) no-repeat scroll 0 0;
	position:relative;
	z-index:500;
}
#navbar ul {
	margin-left: 9px;
}
#navbar li {
	list-style-type: none;
	line-height: 28px;
	word-spacing: 2px;
	position: relative;
	float: left;
}
#navbar li ul {
  display: none;
  position: absolute; 
  top: 28px;
  left: 0;
  margin-left: 0;
  background-color: #D9BA7A;
  width: 140px;
}
#navbar li ul li {
  width: 140px;
  line-height: 20px;
  text-transform: none;
}
#navbar li ul li a:link { 
	color: #534741;
	text-decoration: none;
}
#navbar li ul li a:visited { 
	color: #534741;
	text-decoration: none;
}
#navbar li ul li a:hover { 
	color: #534741;
	text-decoration: none;
	background-color: #CFAB67;
}
#navbar li ul li a:active { 
	color: #534741;
	text-decoration: none;
}
#navbar li > ul {
	top: auto;
	left: auto;
}
#navbar li:hover ul, #navbar li.over ul{ display: block; }
#navbar a {
	display: block;
	padding: 0 5px;
}
#navbar a:link { 
	color: #A68E5E;
	text-decoration: none;
}
#navbar a:visited { 
	color: #A68E5E;
	text-decoration: none;
}
#navbar a:hover { 
	color: #FAFAF7;
	text-decoration: none;
	background-color: #534741;
}
#navbar a:active { 
	color: #A68E5E;
	text-decoration: none;
}
#navbar a:link.active,
#navbar a:visited.active,
#navbar a:hover.active,
#navbar a:active.active { 
	color: #FAFAF7;
	text-decoration: none;
	background-color: #534741;
}



/* footer */

#footer {  
	clear: both;
	padding: 0 30px;
	height: 45px;
	width: 660px;
	font-size: 11px;
	background-color: #000;
	margin: 0 auto;
}
#copyright {
	float: left;
	position: relative;
	top: 15px;
}
#request {
	float: right;
	text-transform: uppercase;
	position: relative;
	top: 15px;
}
#footer a:link { 
	color: #999;
	text-decoration: none;
}
#footer a:visited { 
	color: #999;
	text-decoration: none;
}
#footer a:hover { 
	color: #999;
	text-decoration: none;
}
#footer a:active { 
	color: #999;
	text-decoration: none;
}

/* misc styles */

.img-style-lt {
	float: left;
	padding-right: 5px;
}
.img-style-rt {
	float:right;
	padding-left: 5px;
}
.clearfix {
	clear:both;
	}
.wireframe {
	border: 1px solid black;
}
.color {
	background-color: #CCC;
}

body#popup {
	background: #fff;
}

body#popup #header {
	text-align: left;
	padding: 5px;
	background: #000;
	height: auto; width: auto;
	position: static;
}

body#popup #content {
	background: none;
}

body#popup #bodytext {
	padding: 20px;
}

#credits {
    clear: both;
	font-size:98%;
	line-height:1.3;
	font-family: arial, verdana, tahoma;
    margin: 0 auto;
	padding: 4px 0;
    width: 720px;
}

#credits .credits-lt {float:left; width:360px; text-align:left;}
#credits .credits-rt {float:left; width:360px; text-align:right;}

#credits a:link {
	color: #222222; text-decoration: none;
	}

#credits a:visited {
	color: #222222; text-decoration: none;
	}
#credits a:hover {
	color: #FFF; background: #666666; text-decoration: none;
 	}
#credits a:active {
	color: #222222; text-decoration: none;
	}