/* Last Updated: 10/25/06 13:00PM */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000033;
	margin: 0;
}
#container {
	width: 770px;;
	margin: 0;
	padding: 0;
}

/* ---(GENERAL)--- */
a:link {
	color: #369;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #369;
}
a:hover {
	text-decoration: underline;
	color: #c00;
}
a:active {
	text-decoration: none;
	color: #f00;
}
.clear {
	clear: both;
}
div.svrNote {
	width: 100%;
	text-align: right;
	color: #fff;
	padding: 0;
	margin: 0;
}

/* ---(HEADER)--- */
#header {
	background-color: #c03;
	width: 760px;
	height: 147px;
	margin-left: 0;
	padding-left: 0;
}
#header div.blank {
	height: 44px;
}
#header img {
	float: left;
	margin-left: 0;		/* Fix for Mac IE */
}
#subMenu {
	clear: both;
	background-color: #036;
	width: 760px;
	height: 29px;
	margin: 0;
	padding: 0;
}
#subMenu img {
	float: left;
	margin: 0;
	padding: 0;
}

/* ---(SUBHEADER)--- */
#subHeader {	
	width: 760px;
	border-top: 1px solid #003;
	background-color: #069;
}	
#subHeader div.title {
	width: 574px;
	background: url(../_imgs/shdr_rgtline.gif) repeat-y top right;
	background-color: #069;
	float: left;
}
#subHeader div.title div.blank {
	height: 24px;
}
#subHeader div.options img {
	/* float: left; */
	/* margin-left: 0;		/* Fix on Mac IE */
}
#subHeader img {
	margin-left: 0;		/* Fix on Mac IE */
}

/* ---(ADMIN SUBHEADER)--- */
#adminSubHeader {
	border-top: 1px solid #003;
	background-color: #069;
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:5px;
	width: 740px;
	font-size:10pt;
	font-weight:bold;
	color: #fff;
}
#adminSubHeader a {
	color: white;
}
#adminSubHeader a:hover {
	text-decoration: underline;
}

/* ---(CONTENT-WRAPPER)--- */
table.contentWrapper {	/* Fix issue that long text or URL breaking the float design */
	width: 760px;
}
table.contentWrapper td.content {
	width: 534px;
	vertical-align: top;
}
table.contentWrapper td.content #content {
	padding-bottom: 0;
}
table.contentWrapper td.resources {
	width: 180px;
	vertical-align: top;
}

/* ---(CONTENT)--- */
#content {
	width: 534px;
	float: left;
	background: url(../_imgs/intbody_leftline.jpg) repeat-y top right;
	padding: 10px 15px 20px 25px;
	line-height: 17px;
}
#content p {	
	font-size: 12px;
	color: #003;
	margin: 10px 5px 5px 0;
}
#content div.static p, #content p.static {
	margin: 10px 5px 5px 15px;
}
#content h2 {
	font-size: 18px;
	color: #003;
	line-height: 20px;
	margin: 0;
}
#content h3.title {
	font-size: 15px;
	color: #369;
	line-height: 17px;
	margin: 15px 0 0 0;
}
#content h4.stateTitle {
	font-size: 14px;
	margin: 0;	
}
#content div.breadcrumb {
	font-size: 11px;
	padding-bottom: 5px;
	font-family: verdana, arial;
}	
#content ul.subItemList {
	list-style: none;
	margin: 10px 0 0 0;
	padding: 0 0 0px 12px;
}	
#content ul.subItemList li {
	padding: 3px 0 3px 15px;
	background-image: url(../_imgs/ico_sublinkitem.gif);
	background-repeat: no-repeat;
	background-position: 0 7px;
	font-weight: normal;
}	
div.noResCol {
	width: 714px;
	float: left;
	background: url(../_imgs/shim.gif) repeat-y top right;
}

/* ---(ADMIN CONTENT)--- */
#adminContent {
	width: 730px;
	min-height: 250px;
	height:auto !important;
	padding: 10px 15px;
}
#adminContent h2 {
	margin: 15px 0 5px 0;
	padding: 0;
}

table.adminList {
	border: none;
	border-collapse: collapse;
	width: 500px; 
}

table.adminList th
{
	font-weight: bold;
	background: #D8D8D8;
}

table.adminList td.section
{
	background: #E8E8E8; 
}

table.adminList th, table.adminList td
{
	border: 1px solid gray;
	padding: 5px;
}

table.adminListNoStyle th, table.adminListNoStyle td
{
	border: none;
	padding: 0px;
}

/* ---(RESOURCES)--- */
#resources {
	width: 180px;
	height: 390px;	/* Set the height so it can contains 13 links without overlapping the last link with footer */
	float: left;
	padding: 14px 0 20px 4px
}
#resources ul.reslist {
	list-style: none;
	margin: 0;
	padding: 0;	
}
#resources ul.reslist li {
	padding: 3px 0 13px 0;
	background: url(../_imgs/intbody_navlinediv.gif) repeat-x bottom left;
}

/* ---(FOOTER)--- */
p.footer a {
	color: #fff;	
}
#footer {
	background-color: #036;
	text-align: center;
	width: 760px;
	color: #ccc;
	padding: 10px 0;
	line-height: 18px;
	font-size: 12px;
}
#footer a {
	color: #fff;
}
#footer a:hover {
	text-decoration: underline;
}

/* ---(ADMIN FOOTER)--- */
#adminFooter {
	width: 760px;
	text-align: center;
}
#adminFooter div.bottomBorder {
	border-bottom: 5px solid #036;
}
#adminFooter h5 {
	margin: 4px 0;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
}

/* ---(HOMEPAGE)--- */
#homeFact {
	float: left;
	width: 216px;
	background: url(../_imgs/hp_body_rightline_b.gif) repeat-y top right;	
}
#homeFact ul.linkItem {
	list-style: none;
	margin-left: 0;
	margin-top: 10px;
	padding: 0 0 5px 15px;
}	
#homeFact ul.linkItem li {
	padding: 3px 0 3px 15px;
	background-image: url(../_imgs/ico_linkitem.gif);
	background-repeat: no-repeat;
	background-position: 0 5px;
	font-weight: bold;
}	
#homeMap {
	float: left;
	width: 339px;
	background: url(../_imgs/hp_body_rightline_b.gif) repeat-y top right;	
}
#homeMap div.content {
	clear: left; 
	text-align: center;
}
#homePolling {
	float: left;
	width: 205px;
}

/* ---(CONTENT FORM)--- */
#content div.mainForm, #adminContent div.mainForm {
	width: 500px;
	margin-left: 15px;
}
#content div.mainForm div.entry, #adminContent div.mainForm div.entry {
	padding: 3px;
}
#content div.mainForm div.entry h3, #adminContent div.mainForm div.entry h3 {
	float: left;
	width: 100px;
	margin: 0;
	padding: 2px 0 0 0;
	font-size: 12px;
	font-weight: bold;
	font-family: verdana, arial;
	text-align: left;	
}
#content div.mainForm div.entry h3 ul.reqYes li, table.boxEntry ul.regYes li {	
	background: url(../_imgs/ico_reqyes.gif) no-repeat top left;
	background-position: 0 2px;
	padding-left: 10px;
}
#content div.mainForm div.entry h3 ul.reqNo li, table.boxEntry ul.regNo li {
	background: url(../_imgs/ico_reqno.gif) no-repeat top left;
	background-position: 0 2px;
	padding-left: 10px;
}
#content div.mainForm div.entry p {
	padding: 0 0 0 100px;
	margin: 0;
	font-size: 11px;
}
.btn {
	background: #efefef url(../_imgs/bg_btn.gif) repeat-x top;
	width: 115px;
	cursor: pointer;
	font-weight: bold;
	color: #232323
}
.widebtn {
	width: 150px;
}
form {
	padding: 0;
	margin: 0;
}
input {
	width: 250px;
}
select {
	width: 255px;
}
textarea {
	width: 350px;
	height: 100px;
}
input.chkbox {
	width: 15px;
	vertical-align: middle;
}
.required {
	font-size: 11px;
	color: maroon;
	font-weight: normal;
}

/* ---(SEARCH RESULT PAGE)--- */
div.infoBlock {
	margin: 0;
	padding: 0;
}
div.infoBlock div.leftContent {
	width: 290px;
	float: left;
}	
div.infoBlock div.rightContent {
	width: 225px;
	float: right;
}
div.infoBlock h5, div.qaBlock h5 {
	font-size: 14px;
	color: #000;
	line-height: 17px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 10px 0;
	padding: 0;
	color: #c00;
}
div.infoBlock p {
	line-height: 18px;
	margin: 0 0 0 10px;
	padding: 0 0 0 10px;
}
div.qaBlock p {
	line-height: 18px;
	margin: 0 0 0 10px;
	padding: 0;
}
div.qaBlock div.qtn {
	line-height: 18px;
	margin: 0 0 10px 10px;
	font-weight: bold;
}
div.qaBlock div.ans {
	line-height: 18px;
	margin: 0 0 25px 10px;
}
div.qaBlock div.stateLine {
	border-top: 1px dashed #666; 
	border-bottom: 5px solid #fff;
}
div.qaBlock ol {
	margin-left: 25px; 
	padding-left: 0
}
div.qaBlock ol li div.newsDate {
	color:#008000; 
	padding-bottom: 2px
}


/* ---(POPUP)--- */
body.popup {
	font-family: Arial, Helvetica, sans-serif;
}
#popupHeader {
	/* background-color: #c03; */
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	height: 60px;
}
#popupHeader h3 {
	float: left;
	width: 275px;
	margin: 0;
	padding: 0;
}
#popupHeader p {
	float: right;
	margin: 0;
}
#popupContent {
	clear: both;
	margin: 10px 5px 5px 15px;
}
div.mainForm {
	width: 100%;
	margin: 0;
}
div.mainForm h3 {
	font-size: 14px;
	margin: 0;
	padding: 5px 0;	
}
div.mainForm p {
	margin: 0;
	padding: 0 0 5px 0;
}

/* ---(LOCATOR)--- */
div.locator table {
	width: 400px;
	margin-top: 15px;
}
div.locator table label {
	font-weight: bold;
	width: 100px;
	font-family: Verdana, Arial;
}
div.locator table input {
	width: 200px;
}
div.locator table select {
	width: 206px;
}
div.locator table td {
	padding: 3px 2px 3px 10px;
}
div.locationDetail {
	margin: 10px;
	font-family: Verdana, Arial;
	line-height: 20px;
}
/* ---(PRINT-THIS STYLES)--- */
#header_print, #subHeader_print {
	display: none;
}

/* ---(UC)--- */
div.uc {
	width: 300px;
	border: 2px dashed maroon;
	background-color: #FFFFCC;
	padding: 10px;
	margin: 10px;
	font-size: 12px;
	font-weight: bold;
	font-family: verdana;
	color: #707070;
	text-align: left;
}
div.uc li {
	list-style: square;
	line-height: 18px;
}
.red {
	color: red;
}

.sponsor { padding: 0px; margin: 0px; margin-top: 5px; vertical-align: top; text-align: center; }
.sponsor img { border: 0px; }