/* CSS Document */


/* Universal ****************************************** */
* html body, div, ul, ol, li, p, h1, h2, h3, h4, h5, dl, dt, dd, form, fieldset, label, table, tr, td, button, img {
	margin: 0;
	padding: 0;
	border: none;
	}

body {
	font: normal .8em/1.2em Arial, Helvetica, sans-serif;
	text-align: center; /* centers the page wrap */
	/*background: #aed58c;*/
	background: #f2f0e7 url('../images/homepage_BG.gif') repeat-y 50% 0;
	margin: 0;
	padding: 0;
	}

p {
	font: normal 1em/1.5em Arial, Helvetica, sans-serif;
	padding-bottom: 1em;
	}

#wrap {
	width: 954px; /* 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 1024x768 screen resolution */
	margin: 0 auto;
	text-align: left;
	}

#wrap a {
	color: #0db14b;
	text-decoration: underline;
	}

#wrap a:hover {
	color: black;
	text-decoration: underline;
	/*background: yellow;*/
	}

.number-bullets {
	list-style: inside decimal;
	}

.bullet-indent {
	margin: 1em;
	}

/* Top Navigation ****************************************** */

#topnav-wrap {
	width: 934px;
	margin-right: 20px;
	color: #666;
	float: left;
	position: absolute;
	z-index: 503;
	}

.topnav {
	font-size: .8em;
	padding-top: 7px;
	}

.topnav ul {
	float: right;
	list-style: none;
	}

.topnav li {
	display: inline;
	margin-right: 1em;
	float: left;
	}

#topnav-wrap a, #footer a {
	color: #666;
	text-decoration: none;
	}

#topnav-wrap a:hover, #footer a:hover {
	color: #0db14b;
	text-decoration: underline;
	}

/* Header ****************************************** */

#header {
	width: 954px;
	}

#header-main {
	clear: both;
	padding-top: 40px;
	}

#logo { /* total width is 357px */
	width: 337px;
	margin-left: 20px;
	float: left;
	}

#logo img {
	vertical-align: middle;
	}

#logo em {
	float: left;
	margin-left: 76px;
	font-size: .85em;
	color: #666;
	}

#logo p {
	padding: 0;
	}

#sites {
	width: 424px;
	float: right;
	padding-top: 1em;
	padding-right: 10px;
	text-align: right;
	}

#sites button {
	vertical-align: middle;
	padding-bottom: .2em;
	background: none;
	cursor: pointer;
	}

#mainimage {
	width: 954px; /* don't use height; causes main image to cover up the numbered pagers */
	overflow: hidden; /* done't use float; it doesn't work well with IE here */
	border-top: 1px solid #fff;
	/*background: #cecece;*/ /* for testing placement */
	position: relative; /* prevent main image from covering up menu */
	z-index: 500; !important /* prevent main image from covering up menu; keep at 500 */
	}

/* Websites Dropdown  ****************************************** */

#websites-dropdown {
	width: 160px;
	/*margin: 2em;*/
	float: left;
	}

#websites-dropdown h2 {
	width: 158px;
	padding: .5em 0;
	border: 1px solid #ccc;
	text-align: center;
	background: url('../images/website-dd_button_BG.gif') repeat-x 0 0;
	font: bold 1em/1em Arial, Helvetica, sans-serif;
	color: #555;
	}

#websites-dropdown li {
	margin-right: 0;
	}

#websites-dropdown .trigger a {
	text-decoration: none;
	display: block;
	color: #555;
	background: url('../images/dropdown_arrow.png') no-repeat 0 0;
	margin: 0 0 0 1.5em;
	}

#websites-dropdown .trigger a:hover {
	color: #999;
	background-position: 0 -28px;
	}

#websites-dropdown .trigger.active a {
	background-position: 0 -56px;
	}

.toggle_container {
	list-style: none;
	font: normal 1em/1.2em Arial, Helvetica, sans-serif;
	background: #d2edf3;
	float: right;/*overflow: hidden;*/
	}

.toggle_container li {
	width: 160px;
	border-bottom: 1px solid #aaa;
	padding: 0 20px;
	float: right;
	margin-right: 0;
	}

.toggle_container li:hover {
	background: #b4e2ec;
	}

.toggle_container li h3 {
	left: -9999px;
	position: relative;
	}

.toggle_container li a {
	color: #000;
	text-decoration: none;
	width: 160px;
	display: block;
	}

#websites-dropdown .toggle_container li a:hover {
	text-decoration: none;
	}

.toggle_container p {
	margin-top: 1em;
	}

li.noborder {
	border-bottom: none;
	}

/* Content  ****************************************** */

#content {
	width: 954px;
	clear: left;
	}

h1 {
	font-size: 2em;
	font-weight: normal;
	padding-bottom: 2em;
	line-height: 1em;
	}

h2 {
	font-size: 1.5em;
	font-weight: normal;
	padding-bottom: 1em;
	line-height: 1.2em;
	}

h3 {
	font-size: 1.1em;
	font-weight: bold;
	}

/* Footer ****************************************** */

#footer { /* total width is 954px */
	width: 914px;
	padding: 1em 0;
	float: left;
	border-top: 2px solid #0db14b;
	margin: 20px 20px 0 20px;
	}

*:first-child+html #footer {
	margin-top: 20px;
	}

#footer p {
	font: normal .8em/1em Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	}

.legal {
	float: left;
	}

.copy {
	float: right;
	}
