/* EyeSee360 site style sheet for screen presentation on CSS2 compliant browsers

Tested and compatible with the following browsers: 
- Internet Explorer 5.1.2 for Mac OS X
- Firefox 1.0+
- Safari 1.0+
- Internet Explorer 6.0+

*/


body
{
	background-color: #202020;
	margin: 0;
}

img { border: 0; }

a
{
	text-decoration: underline;
	color: #334;
}

a:hover
{
	color: #202D80;
}


#header
{
	background-image: url(/templates/2006_dark/Header-BG.gif);
	background-repeat: repeat-x;
}

#navbar
{
	margin: 0 auto 0 auto;
	padding: 0;
	font-family: Gill Sans, Verdana, Tahoma, Arial, Sans Serif;
	font-size: 13px;
}

#navbar a
{
	color: #E6E6E6;
	font-style: normal;
	text-decoration: none;
	margin: 0 5px 0 5px;
}

#navbar a:hover
{
	color: white;
}

#navbar-left
{
	width: 50%;
	text-align: right;
}

#navbar-center
{
	width: 149px;
	border: 0;
	padding: 0;
	height: 70px;
}

#navbar-center img
{
	display: block;
}

#navbar-right
{
	width: 50%;
	text-align: left;
}

h1, h2
{
	margin: 0;
	padding-bottom: 5px;
	text-decoration: none;
	font-family: Gill Sans, Verdana, Tahoma, Arial;
	background-color: black;
	color: white;
	font-size: 36px;
	text-transform: none;
	text-align: center;
	font-style: normal;
	font-weight: normal;
	line-height: 150%;
}

h2
{
	margin-top: -10px;
	margin-bottom: -1px;
	color: #E6E6E6;
	font-size: 24px;
}

hr
{
	border-color: #333;
	border-width: 1px 0 0 0;
	border-style: solid;
}

#sections
{
	margin: 0 -10px 10px -10px;
	line-height: 180%;
	text-align: center;
	background-color: #404040;
	border: 0;
}

#sections a
{
	color: #E6E6E6;
	font-style: normal;
	text-align: center;
	text-decoration: none;
	margin: 0 5px 0 5px;
	padding: 2px 10px 2px 10px;
}

#sections a:hover
{
	color: white;
}

#sections #current-section
{
	background-color: black;
	color: white;
}

#pagebody
{
	background-color: black;
	border-color: #666;
	border-width: 1px;
	border-style: solid;
	margin: 0px 10px 10px 10px;
	font-family: Lucida Grande, Arial;
	font-size: 9pt;
	line-height: 150%;
	min-height: 300px;
}

#maincontent
{
	padding: 0 10px 10px 10px;
	background-color: white;
	color: black;
}

#notices
{
	text-align: right;
	font-size: 10px;
	color: #CCC;
	padding: 0 10px 10px 10px;
}

#notices a { color: #CCC; }
#notices a:hover { color: white; }
