/* base settings */

body {
	margin: 0;
	padding: 0;
	background-color: white;
	background-image: url( "../img/footersolid.gif" );
	color: black;
	font-family: "Lucida Grande", Tahoma, Verdana, sans-serif;
	font-size: 12px;
}

h4 {color: #000099;}

img {
	border: none;
}

/* header */

#header {
	position: absolute;
	width: 100%;
	height: 96px;
	background-color: #3B3B3B;
	background-image: url( "../img/headerbg.gif" );
}

#headerLogo {
	position: absolute;
	top: 13px;
	left: 13px;
	z-index: 2;
}

#navcontainer { 
	padding-top: 68px;
	padding-left: 12px;
	font-size: 11px; 
}

/* header text */

#navlist a {
	color: #FFFFFF;
	text-decoration: none;
}

#navlist a:hover {
	color: #A8A8A8;
	text-decoration: underline;
}

#navlist	{
	padding: 0;
	margin: 0;
	color: white;
}

#navlist li {
	display: inline;
	padding: 0;
	margin: 0;
	color: #FFFFFF;
}

#navlist ul li a {
	color: #FFFFFF;
	text-decoration: none;
}

#navlist li:before { content: "| "; color: #A8A8A8 }
#navlist li:first-child:before { content: ""; }

/*IE workaround*/
* html #navlist li
{
border-left: 1px solid #A8A8A8;
padding: 0 0.5em 0 0.5em;
margin: 0 0.5em 0 -0.5em;
}

/*Win IE browsers - hide from Mac IE\*/
* html #navlist { height: 1%; }

* html #navlist li
{
display: block;
float: left;
}

/*End hide*/
/*Mac IE 5*/
* html #navlist li:first-child { border-left: 0; }

/* main */

#mainBg {
	position: absolute;
	top: 96px;
	width: 100%;
	height: auto;
	background-image: url( "../img/mainbackground.jpg" );
}

#mainBgTwo {
	width: 746px;
	height: auto;
	background-image: url("../img/mainbg.jpg");
	background-repeat: no-repeat;
}

#mainContent {
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 5px;
	width: 500px;	
}

/* main boxes */

#box {
	background-color: #FFFF99;
	width: 90%;
	border: 1px dashed #000000;
	text-align: center;
	padding: 5px;
	margin: 10px;
}

#box a:link, a:visited, a:hover, a:active {
	color: #000000;
}

/* sidebar */

#sidebar {
	position: absolute;
	top: 93px;
	left: 611px;
	width: 126px;
}

/* footer */

#footershadow {
	width: 100%;
	height: 64px;
	background-image: url( "../img/footershadow.gif" );
}

#footermain {
	width: 700px;
	padding-left: 13px;
	padding-top: 12px;
}

/* formatting - main */

.mainExtra {
	text-align: right;
	border: 0px;
	}

#mainContent a:link, a:visited, a:active {
	color: #660000;
	text-decoration: underline;
}

#mainContent a:hover {
	color: #660000;
	text-decoration: none;
}

#mainContent h2 {
	color: #3b3b3b;
	font-size: 11px;
	font-weight: 100;
}

#mainContent p {
	margin-top: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 10px;
}

.inner {
	float:left;
	margin: 0 10px 10px 0;
}

/* formatting - footer */

.footerText {
	color: #BDC499;
	font-size: 10px;
}

a.footerText:link, a.footerText:active, a.footerText:hover, a.footerText:visited {
	color: #878E77;
}

.needHelp {
	float:right;
}