/***********************************************/
/* HTML tag styles                             */
/***********************************************/

html, body { height: 100%; padding: 0; margin: 0; }

body{
	font: 11px Verdana, Arial,sans-serif;
	color: #0A2F7A;	
	line-height: 1.166;	
	background:  url(/images/mainBG.gif);
	background-repeat: repeat-y;
	}

a:link{	
	color: #0a2f7a;
	text-decoration: underline;
	}
	
a:hover{	
	color: #9dc2e9;
	text-decoration: none;
	}
	
a:visited{
	color: #0a2f7a;
	text-decoration: underline;
	}
	
a:visited:hover{
	color: #9dc2e9;
	text-decoration: underline;
	}
	

/* defines font size, font family, and color for basic HTML elements */
td, ol, dl, dt, dd, blockquote { font-family: Verdana, Arial, sans-serif; font-size:11px; color:#0A2F7A; }
p { font-family: Verdana, Arial, sans-serif; font-size:11px; color:#0A2F7A; padding: 5px 0 5px 0; margin: 0;}

/************** header tag styles **************/

h1{
	font: bold 12px Verdana, Arial,sans-serif;
 	color: #0A2F7A;
	font-style: italic;
 	margin: 0px;
 	padding: 12px 0px 7px 0px;
}

h2{
 	font: bold 14px Verdana, Arial,sans-serif;
 	color: #0A2F7A;
 	margin: 0px;
	padding: 0px;
}

h3{
 	font: bold 14px Verdana, Arial,sans-serif;
	font-style: italic;
	font-weight: bold;
	text-align: left;
 	color: #0A2F7A;
 	margin: 0px;
	padding: 0px 0px 0px 0px;
}

h4{
 	font: bold 12px Verdana, Arial,sans-serif;
	font-style: normal;
	font-weight: bold;
	text-align: left;
 	color: #0A2F7A;
 	margin: 0px;
	padding: 10px 0px 10px 0px;
}



/************ Styles for top section **************/

#masthead{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 56px;
	background-image: url(../images/masthead_bg.gif);
	background-repeat: no-repeat;
	background-color: #185698;
	z-index: 9;	
	border: 0px solid red;
}


#logo img{
	position: absolute;
	height: 101px;
	width: 86px;
	top: 5px;
	left: 37px;
	padding: 0px;
	margin: 0px;
	z-index: 10;
}

#subpictile{
	position: absolute;
	top: 57px;
	width: 100%;
	height: 101px;
	background-image: url(../images/subpictile.gif);
	background-position: bottom left;
	background-repeat: repeat-x;
	background-color: #C9DAEC;
	z-index: 6;
}

.eventRule {
	background-color: #6F9BFE;
	margin: 5px 0;
	}
	
/************ Top Utility Navigation **************/

#topnavcontainer{
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #FFF;
	height: 101px;
	background-image: url(../images/subpic.jpg);
	background-repeat: no-repeat;
	list-style-type: none;
	z-index: 8px;
}

#navlist {
	position: absolute;
	top: 2px;
	left: 185px;
	padding: 0px;
	margin: 0;
}
	
#navlist li {
	display: inline;
	list-style-type: none;
	padding: 0px 0px 0px 0px;
	margin: 0;
}

#navlist li a{
	text-decoration: none;
	color: #FFF;
}



/************** Left Nav styles ****************/	
#pagenav{
	position: static;
	top:0px;
	left:0px;
	float: left;
	width:170px;
	height: auto;
	padding: 158px 0 30px 0;
	margin: 0 0 0 -10px;
	background-color: #C9DAEC;	
	font: small Verdana,sans-serif;
	z-index: 11;
	border: 0px solid red;
}
		
ul#nav { 
	position: relative;
	top: 0px; 
	left: 0px; 
	margin: 0; 
	padding: 0; 
	list-style-type: none; 
	width: 170px; 
	height: auto;
	background-color: #C9DAEC;
	border: 0px solid red;
}

ul#subnav { 
	position: relative; 
	top: 0px; 
	left: 0px; 
	margin: 0px; 
	padding: 0px; 
	list-style-type: none; 
	margin-bottom: 12px;
	width: 170px; 
	height: auto;
	border: 0px solid;
}
/*IE6 fix in IEfixes.css*/
/** html ul#subnav { 
	position: relative; 
	top: 0px; 
	left: 0px;
	margin-left: -5px;
	padding: 0px; 
	list-style-type: none; 
	margin-bottom: 10px;
	width: 170px; 
	height: auto;
	border: 0px solid;
}*/


ul#subnav li{ 
	position: relative; 
	top: 0px; 
	left: 0px; 
	margin: 0px; 
	padding: 0px; 
	list-style-type: none; 
	margin-bottom: 12px;
	width: 170px; 
	height: auto;
	border: 0px solid;
}

/*IE6 fix in IEfixes.css*/
/*
* html ul#subnav li{ 
	position: relative; 
	top: 0px; 
	left: 0px; 
	margin: 0px; 
	padding: 0px; 
	list-style-type: none; 
	margin-bottom: 12px;
	width: 170px; 
	height: auto;
	border: 0px solid;
}*/

ul#subnav2 { 
	position: relative; 
	top: 0px; 
	left: 0px; 
	margin: 0px; 
	padding: 0px; 
	list-style-type: none; 
	margin-bottom: 0px;
	margin-left: 10px;
	width: 170px; 
	height: auto;
	border: 0px solid;
}

/*IE6 fix in IEfixes.css*/
/** html ul#subnav2 {
	position: relative;
	text-align: left;
	width: 140px;
	margin-left: 5px;
	}*/
	
ul#subnav2 li{ 
	position: relative; 
	top: 0px; 
	left: 0px; 
	margin: 0px; 
	padding: 0px; 
	list-style-type: none; 
	margin-bottom: 12px;
	width: 170px; 
	height: auto;
	border: 0px solid;
}

ul#nav li { 
	margin: 0; 
	padding: 0; 
	background-position:bottom; 
	margin-bottom: 12px;
	border: 0px solid red;
}

/*IE6 fix in IEfixes.css*/
/** html ul#nav li  { 
	margin: 0; 
	padding: 0; 
	background-position:bottom; 
	margin-bottom: 12px;
	border: 0px solid red;
}*/

ul#subnav li{ 
	margin: 0; 
	padding: 0; 
	height: auto;
	margin-bottom: 0px; 
	border: 0px solid blue;
}

/*IE6 fix in IEfixes.css*/
/** html ul#subnav li{ 
	margin: 0; 
	padding: 0; 
	height: auto;
	margin-bottom: 0px; 
	border: 0px solid green;
}*/
	
ul#nav li a {
	margin: 0;
	padding: 0; 
	display: block; 
	width: 170px; 
	margin-bottom: 0px;
	border: 0px solid blue;
	
}

/*IE6 fix in IEfixes.css*/
/** html ul#nav li a { 
	margin: 0;
	padding: 0; 
	display: block; 
	width: 170px; 
	margin-bottom: 0px;
	border: 0px solid blue;
}*/

ul#subnav li a {
	margin: 0;
	padding: 0; 
	display: block; 
	width: 170px; 
	margin-bottom: 0px;
}

/*IE6 fix in IEfixes.css*/
/** html ul#subnav li a {
	margin: 0;
	padding: 0; 
	display: block; 
	width: 170px; 
	margin-bottom: 0px;
}*/
	
/************* Left Navigation container styles **************/

.leftnavcontain{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	background-color: #c9daec;	
	height: 100%;
	
}

.leftnavcontain li{
	font: 11px Arial,sans-serif;
 	color: #912527;
 	margin-left: 15px; 	
	padding: 0px 5px 5px 2px;
	list-style:outside;
}
	
#leftnav li{
	list-style-type: none;
	position: absolute;
	top: 0px;
	left: 0px;
	padding-left: 0px;
	margin-left: 0px;
}


/*************** Mid Section layout styles ******************/

#pagecontain{
	position: absolute;
	min-height: 100%;
	padding: 0;
	left: 0px;
	right: 0px;
	width:100%;	
}

/*IE6 fix in IEfixes.css*/
/** html #pagecontain { height: 100%; }*/

#contentcontainer{
	margin: 165px 0 0 180px;
	width: auto;
	padding: 0 20px 20px 0;
}

/*IE6 fix in IEfixes.css*/
/** html #contentcontainer { padding: 165px 0 45px 10px; width: 75%; }*/

/**************** Content Styles ********************/
.searchResultsInstContainer {
	float: left;
	clear: none;
	width: 47%;
	margin: 12px 12px 0 0;	
}
.searchResultsDesc {
	margin-left: 5px;
	margin-top: 8px;
 }
.story {
	padding: 10px 0px 0px 20px;
}
/****************************************************/


/********* Footer styles **********/
#footer {
	left: 0;
	bottom: 0;
	width: 100%;
	font-size: 10px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #898364;
}

#footer div {
	padding: 5px 5px 5px 5px;
	}

#footer a {
	font-size: 10px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}

#breakSpace {
	display: none;
	}

/********************* end **********************/

/* STYLES FOR THE FORGOT PASSWORD FORM
----------------------------------------------- */

form#password label { 
	font-weight:bold;
	}
form#password span.help {
	display:block;
	font-weight:normal;
	color: #444;
	}
form#password input {
	display:block;
	}
form#password input.button {
	font-size: 11px;
	font-weight:bold;
	padding:1px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #686868;
	}
p#tryAgain {
	color: #900;
	background-color: #FFF7DF;
	border: 1px solid #900;
	display:block;
	padding:4px;
	margin:5px 0;
	}

.mail {color: #900;
	font-style:italic;
	}


