/* CSS Document */

html body, div, ul, li, p, h1, h2, h3, dl, dt, dd, form, fieldset {
	margin: 0;
	padding: 0;
	border: none;
	}

body {
	font: normal .8em/1em Arial, Helvetica, sans-serif;
	text-align: center; /* centers the page wrap */
	/* background: #f8f8f8; */
	}

#wrap {
	width: 760px; /* width must be specified so that when text is re-aligned left, the page doesn't go all the way to the left; optimized for 800x600 screen resolution */
	margin: 0 auto;
	text-align: left;
	background: white;
	}

#header {
	width: 720px;
	height: 110px;
	margin-top: 20px;
	padding: 20px;
	padding-bottom: 15px;
	position: relative;
	background: #096 url(../images/headerBG.jpg) no-repeat top right;
	clear: both;
	}

* html #header {
	padding-bottom: 10px;
	}

a {
	color: #00a160;
	}

h1 {
	position: absolute;
	left: -999em;
	font: normal 2em/1em Arial, Helvetica, sans-serif;
	margin-top: .2em;
	display: inline;
	}

h2 {
	padding: 1em 0 1em 0;
	font: bold 1.5em/1em Arial, Helvetica, sans-serif;
	}

h3 {
	padding-bottom: .5em;
	padding-top: 1.5em;
	font: bold 1em/1em Arial, Helvetica, sans-serif;
	}

#logo {
	width: 300px;
	float: left;
	text-align: left;
	}

#category-wrap {
	position: absolute; /* prevents the drop-down from bumping the header down when hovered over */
	float: right;
	width: 460px;
	right: 0; /* needed to float right in Firefox */
	}

#content {
	width: 760px;
	float: left;
	}

#usercallout {
	padding-top: .5em;
	}

.green {
	color: #00a160;
	}

#usergreeting {
	width: 50%;
	float: left;
	color: #999;
	height: 1.1em; /* needed to prevent text from cutting off in IE6 */
	}

#useraccess {
	width: 50%;
	float: right;
	text-align: right;
	font-size: .85em;
	}

#useraccess li {
	display: inline;
	margin-left: 1em;
	}

#maincontent {
	width: 760px;
	float: left;
	padding: 1em 0;
	}

#recent dt a {
	cursor: pointer;
	}

#footer { /* total width is 760px */
	clear: both;
	width: 760px;
	background: #ececec;
	font-size: .85em;
	float: left;
	}

/*#footer ul {
	width: 740px;
	padding: 10px;
	background: #00a160;
	}

#footer li {
	display: inline;
	padding-right: 2em;
	}*/

#colinks { /* total width is 760px */
	width: 740px;
	padding: 10px;
	padding-bottom: 2px;
	float: left;
	}

#copyright {
	width: 370px;
	float: left;
	padding-top: 3em;
	color: #666;
	}

#footerlogos {
	width: 370px;
	float: right;
	text-align: right;
	}

#footerlogos img {
	padding-left: 2em;
	padding-top: 1em;
	border: none;
	}

#searcharea {
	width: 240px;
	float: right;
	text-align: right;
	padding: .6em 10px .5em 0;
	}

#legend {
	width: 760px;
	float: left;
	margin-top: .5em;
	}

#legend ul {
	list-style: none;
	}

#legend li {
	display: inline;
	padding-right: 1em;
	font: normal .85em/1em Arial, Helvetica, sans-serif;
	}

#legend li img {
	width: 10px;
	height: 10px;
	}

#list {
	float: left;
	width: 760px;
	padding: 1em 0;
	}
	
#headings {
	background: #ececec;
	}
	
#headings td {
	padding: .5em 0;
	}