/* 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: #B9CAD7;
	margin: 0;
}

img { border: 0; }

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

a:hover
{
	color: #202D80;
}


#header
{
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(/templates/2006_blue/Header-BG.gif);
	background-repeat: repeat-x;
	width: 100%;
}

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

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

#navbar a:hover
{
	color: black;
}

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

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

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

h1, h2
{
	margin: -10px -10px 0 -10px;
	padding-bottom: 5px;
	text-decoration: none;
	font-family: Gill Sans, Verdana, Tahoma, Arial;
	background-color: #E7EDF1;
	color: black;
	font-size: 36px;
	text-transform: none;
	text-align: center;
	font-style: normal;
	font-weight: normal;
	text-shadow: 0px 2px 3px gray;
	line-height: 150%;
	border-bottom: white;
	border-width: 0 0 1px 0;
	border-style: none none solid none;
}

h2
{
	color: #334;
	font-size: 24px;
}

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

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

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

#sections a:hover
{
	color: black;
}

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

#pagebody
{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background-color: white;
	padding: 10px;
	border-color: #666;
	border-width: 1px;
	border-style: solid;
	margin: 70px 10px 10px 10px;
	font-family: Lucida Grande, Arial;
	font-size: 9pt;
	line-height: 150%;
	min-height: 300px;
}

#maincontent
{
	margin: -10px;
	padding: 10px;
}

#notices
{
	text-align: right;
	font-family: Verdana, Tahoma, Arial;
	font-size: 9px;
	margin-right: 10px;
	margin-bottom: 10px;
}
