body {
	margin: 0px;
	background: url(../images/backing.jpg) top center repeat;
	background-attachment: fixed;
	background-color: #eeeeee;
}

.clear { clear: both; }
.left  { float: left; }
.right { float: right; }
.center { margin: 0px auto; }
sup { display: inline; font-size: 8px; }
#content p sup { display: inline; font-size: 8px; }
.twoCol { width: 47%; padding: 5px; float: left; }
/* -- Header -- */
#header {
	width: 100%;
	height: 153px;
	margin: 0px auto;
	padding: 0px;
	background: url(../images/VoterGenome_Hm-header.jpg) top center repeat-x;
}
#header h1 {
	position: absolute;
	left: -999em;
}
#header p {
	display: block;
	width: 920px;
	height: 133px;
	margin: 0px auto;
	padding: 0px;
}
/*#header p a:hover img { opacity:.60; filter: alpha(opacity=60); -moz-opacity: 0.6; } */
/* -- Main Nav -- */
#mainnav {
	width: 100%;
	height: 40px;
	margin: 0px;
	padding: 2px 0px;
	background: url(../images/VoterGenome_mainnavbk.jpg) top center repeat-x;
}

/*  Nav Menu formatting used throughout in mainnav blocks */
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0 auto;
	list-style: none;
	line-height: 40px;
	width: 900px;
}
#nav a {
	display: block;
	width: 150px;
	height: 40px;
	color: #990000;
	text-decoration: none;
	font-family: Trebuchet MS, Tahoma, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
#nav a b { position: absolute; left: -999em; }

#nav a:hover {
	display: block;
	width: 100%;
	height: 40px;
	color: #EEEEEE;
	font-size: 13px;
}
body#products #mainnav li#products a:link,
 body#products #mainnav li#products a:visited     { background: url(../images/btn_products.jpg) top center; }
body#technology #mainnav li#technology a:link,
 body#technology #mainnav li#technology a:visited { background: url(../images/btn_technology.jpg) top center; }
body#company #mainnav #nav li#company a:link,
 body#company #mainnav #nav li#company a:visited  { background: url(../images/btn_company.jpg) top center; }
body#resources #mainnav #nav li#resources a:link,
 body#resources #mainnav #nav li#resources a:visited { background: url(../images/btn_resources.jpg) top center; }
body#news #mainnav #nav li#news a:link,
 body#news #mainnav #nav li#news a:visited        { background: url(../images/btn_news.jpg) top center; }
body#contact #mainnav #nav li#contact a:link,
 body#contact #mainnav #nav li#contact a:visited  { background: url(../images/btn_contact.jpg) top center; }

#nav li#products a:link    { background: url(../images/btn_products.jpg) bottom center; }
#nav li#products a:visited { background: url(../images/btn_products.jpg) bottom center; }
#nav li#products a:hover   { background: url(../images/btn_products.jpg) top center; }

#nav li#technology a:link    { background: url(../images/btn_technology.jpg) bottom center; }
#nav li#technology a:visited { background: url(../images/btn_technology.jpg) bottom center; }
#nav li#technology a:hover   { background: url(../images/btn_technology.jpg) top center; }

#nav li#company a:link    { background: url(../images/btn_company.jpg) bottom center; }
#nav li#company a:visited { background: url(../images/btn_company.jpg) bottom center; }
#nav li#company a:hover   { background: url(../images/btn_company.jpg) top center; }

#nav li#resources a:link    { background: url(../images/btn_resources.jpg) bottom center; }
#nav li#resources a:visited { background: url(../images/btn_resources.jpg) bottom center; }
#nav li#resources a:hover   { background: url(../images/btn_resources.jpg) top center; }

#nav li#news a:link    { background: url(../images/btn_news.jpg) bottom center; }
#nav li#news a:visited { background: url(../images/btn_news.jpg) bottom center; }
#nav li#news a:hover   { background: url(../images/btn_news.jpg) top center; }

#nav li#contact a:link    { background: url(../images/btn_contact.jpg) bottom center; }
#nav li#contact a:visited { background: url(../images/btn_contact.jpg) bottom center; }
#nav li#contact a:hover   { background: url(../images/btn_contact.jpg) top center; }

#nav li { /* all list items */
	float: left;
	width: 150px; /* width needed or else Opera chucks a wobbly */
	height: 40px;
	text-align: center;
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #FFEEC4;
	color: #6E2E16;
	width: 154px;
	font-size: 12px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	border: 1px solid #6E2E16;
}
#nav li ul a { color: #6E2E16; text-decoration:none; }

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
/* --- End of nav formatting --- */

/* -- Content Formatting -- */
#content {
	display: block;
	width: 880px;
	margin: 0px auto;
	padding: 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333333;
	background: url(../images/VoterGenome_contentback.jpg) top center repeat-y;
}
#content a:link    { color: #006; text-decoration: underline; }
#content a:visited { color: #006; text-decoration: underline; }
#content a:hover   { color: #600; text-decoration: none; }

#content h1 {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 22px;
	color: #000066;
	padding: 0px;
	margin: 0px;
	line-height: 1.5em;
}
#content h2 {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 18px;
	color: #006;
	font-style: italic;
	padding: 0px;
	margin: 0px;
	line-height: 1.5em;
}
#content h3 {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 15px;
	color: #006;
	padding: 10px 0px 0px 0px;
	margin: 0px;
	line-height: 1.1em;
}
#content p, #content ul {
	font-size: 12px;
	line-height: 1.7em;
}

#content #newsPalette {
	display: block;
	width: 236px;
	margin: 0px;
	padding: 0px;
	float: right;
	font-family: Helvetica, Tahoma, Arial, sans-serif;
}
	#newsPalette #top {
		width: 210;
		margin: 0px auto;
		padding: 13px;
		background: url(../images/newsPalletteBack.png) top center repeat-y;
	}
	#newsPalette h1 {
		position: absolute;
		left: -999em;
	}
	#newsPalette ul {
		font-size: 10px;
		padding-top: 20px;
	}
	#newsPalette ul li {
		list-style-image: url(../images/bullet_star.gif);
		line-height: normal;
	}
	#newsPalette li b { font-size: 11px; }
	#newsPalette #bottom {
		width: 210px;
		height: 20px;
		margin: 0px auto;
		padding: 10px;
		background: url(../images/newsPalletteBottom.png) top center no-repeat;
	}

#content .caption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #333;
}

/* -- Kicker Panel formatting -- */
#content div.kickerPanel3 {
	display: block;
	width: 290px;
	background: url(../images/kickerPanel_back.png) top center no-repeat;
}
#content div.kickerPanel3 h1 {
	color: #660000;
	font-size: 14px;
	text-align: right;
	padding: 10px 15px 6px 15px;
	margin: 0px;
}
#content div.kickerPanel3 p {
	/*background: url(../images/kickerPanel_back.png) bottom center no-repeat;*/
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	line-height: 1.3em;
	padding: 4px 15px;
	margin: 0px;
}
#content div.kickerPanel3 p b {
	font-size: 11px;
}
#content div.kickerPanel3 p.bottom {
	display: block;
	width: 290px;
	height: 24px;
	padding: 0px;
	margin: 0px;
	background: url(../images/kickerPanel_btm.png) bottom center no-repeat;
}

/* -- Footer -- */
#footer {
	display: block;
	width: 880px;
	margin: 0px auto;
	padding: 10px 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	line-height: 1.5em;
	background: url(../images/VoterGenome_contentbottom.jpg) top center no-repeat;
}
#footer a:link    { color: #333; text-decoration: underline; }
#footer a:visited { color: #333; text-decoration: underline; }
#footer a:hover   { color: #006; text-decoration: none; }

