body {
	margin: 0 auto;
	padding: 0;
	font-family: verdana, "Lucida Grande", arial, helvetica, sans-serif;
	color: #333;
	background-image: url(/img/bluefade.gif);
	background-repeat: repeat-x;
	background-color: #fff;
	text-align: center;
}

a {text-decoration: underline; }
a:link { color: #000; }
a:visited { color: #000; }


a.attention { color: #900; }

a.current {
	color: #600;
	font-weight: bold;
	text-decoration: none;
}

a.current:hover {
	color: #600;
	background: transparent;
}

a img {
  border: none;
}

form { margin: 0; padding: 0; }

p {
	font-size: 13px;
	margin: 0 0 15px 0;
	padding: 0;
}

h1 {
	padding: 0;
	margin: 0 0 20px 0;
	color: #000;
	font-size: 1em;
	font-weight: bold;
	line-height: .5em;
}

h2 {
	margin: 10px 0 1px 0px;
	font-size: 14px;
	line-height: 16px;
	color: #000;
	font-weight: bold;
	padding: 0;
}

h3 {
	margin: 20px 0 3px 0;
	color: #666;
	font-size: 12px;
	padding: 0;
	font-weight: normal;
}

small {
  font-size: 10px;
  color: #666;
}

.biggrey {
	font-size: 1.4em;
	font-family: "Helvetica Neue Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 0.05em;
	font-weight: bold;
	color: #999999;
}

.caps {
	text-transform: uppercase;
	font-size: 11px;
}

.boldcaps {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
}


.faq {
	margin: 0 0 2em 2em;
	text-align: left;
	font-size: 135%;
}


.faq h4 a {
	color: #000;
	text-decoration: none;
}

.faq h4 {
	letter-spacing: -0.03em;
	color: #333;
	font-weight: bolder;
}

.faq p {
	font-size: 60%;
	font-weight: normal;
	line-height: 1.4;
}

.faq-questions {
	float: right;
	margin: 0 0 1em 2em;
	width: 250px;
	border: thin solid #999999;
	display: none;
}

.faq-questions h4 {
	border-bottom: 1px solid #ddd;
}

.faq-questions li {
	margin-bottom: 0.2em;
	text-align: left;
	font-size: 70%;
}

.faq-title h2 {
	text-align: left;
	margin: 0 0 0.2em 0;
	font-size: 200%;
	letter-spacing: -1px;
	font-weight: normal;
	clear: left;
	color: #4E463F;
	
}

.breadcrumb {
	float: right;
	text-decoration: none;
	margin-right:10px;
}

.breadcrumb a:hover, a.attention:hover { color: #fff; background-color: #333; text-decoration: none; }

/*------------------------------------------------------
PAGE LAYOUT
------------------------------------------------------*/
#pagewrapper { 
    border: solid 2px #BF5C18;
	width:1018px;
	margin-left:-150px;
	background-color: #FFF;
	margin: 0px auto auto;
	text-align: center;
	height: auto;
}

#topcol1 {
	width: 240px;
	float: left;
	text-align: justify;
}

#topcol2 {
	float: left;
	width: 228px;
}

#topcol3 {
	float: left;
	width: 240px;
	text-align: justify;
}

#stateseal {
	text-align: center;
	clear: right;
}

#titletext {
	display: block;
	float: none;
	clear: left;
}

#searchform {
	text-align: center;
	background-color: #FFF;

}

#results {
	text-align: center;
	background-color: #FFF;
	font-weight: bold;

}


#results-positive {
	text-align: center;
	background-color: #FF0000;
	font-weight: bold;

}

#results-negative {
	text-align: center;
	background-color: #999;
	font-weight: bold;

}

#footer {
	font-size: 0.7em;
	color: #999999;
	width: 100%;
	margin-left:-2px;

}

#footer a {
	text-decoration: none;
	font-size: 1em;
	color: #999999;
}

#footer a:hover, a.attention:hover { color: #fff; background-color: #333; text-decoration: none; }
