
body {

}


/* header*/
#header {
	width: 100%;
	height: 100px;
	background: white url('../images/wbllogo.jpg') no-repeat top left;
	margin-left:30px; margin-right:0px; margin-top:0px; margin-bottom:0px;
	
}

#header h1 {
	text-align: left;
	color: #1D294D;
	height:60px;
	font: 1.75em Microsoft Sans Serif, arial;
	padding: 25px 0px 0px 0px;
	margin: 0px 0px 0px 150px;
}




/* menu*/
#menu{

	background: #930020 ;
	width: 100%;
	padding: 5px 0px 0px 170px;
	margin: 10px 0px 10px 0px;
}

#menu ul {
	position: relative;
	padding: 0px 5px 5px 5px;
	margin: 0px 0px 0px 0px;
	/*width: 100%;*/


}

#menu ul li {
	display: inline;
	list-style: none;
	padding: 0px 1.5px 0px 3px;
	margin: 0px 0px 0px 0px;
	border-right: 1px solid #fff;
	font: 0.8em microsoft sans serif, arial;
}

#menu ul li.last {
	border-right:none;
}

#menu ul a:link, #menu ul a:visited {
	font-weight: bold;
	color: white;

}

#menu ul a:hover, #menu ul a:active{
	font-weight: bold;
	color: white;

}




/* highlightedbox */
#highlightedbox {

	align: center;
	border: 1px solid black;
	padding: 0px 10px 0px 10px ;
	margin: 10px 50px 10px 50px;

}

/* content*/
#content {
	display: inline;
	align: left;
	margin: 0px 10px 0px 10px;
	padding: 0px 0px 0px 3px;
	float: right;
	width: 81%;
}

#content ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#content ul li {
	font: 0.8em microsoft sans serif, arial;
	list-style type: none;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
}

#content ul li.bulleted {
	font: 0.8em microsoft sans serif, arial;
	list-style type: disc outside; 
	margin: 0px 0px 7px 17px;
	padding: 0px 0px 0px 3px;
}

#content ol {
	margin: 0px 10px 0px 10px;
	padding: 0px 0px 0px 3px;
}

#content ol li {
	font: 0.8em microsoft sans serif, arial;
	list-style type: decimal;
	margin: 0px 10px 7px 10px;
	padding: 0px 0px 0px 3px;
}

#content label {
	font: 0.8em microsoft sans serif, arial;
}

#content input.textbox {
	margin: 0px 0px 0px 0px;
	width: 300px;
}

#content input.checkbox {
	margin: 0px 0px 0px 0px;
}

#content input.submit {
	margin: 0px 0px 0px 0px;
	width: 100px;
}

#content textarea {
	margin: 0px 0px 0px 0px;
	width: 325px;
	height: 100px;
	font: 0.8em microsoft sans serif, arial;
}

#content img.staffimage {
	margin: 0px 0px 10px 0px;
}

#content p.acrobat {
	padding: 10px 0px 10px 93px;
	margin: 0px 0px 0px 5px;
	background: url('../images/GetAcrobatReader.jpg') no-repeat top left;
	
}


/* container */

#container {
	width: 100%;
}

#container p {
	font: 0.8em microsoft sans serif, arial;
}

#container h2 {
	color: #1D294D;
	font: 1.6em  Microsoft Sans Serif, arial;
}

#container h3 {
	color: #1D294D;
	padding: 0px 0px 0px 0px;
	font: bold 1.4em  Microsoft Sans Serif, arial;
}

#container h4 {
	color: #1D294D;
	font: 1.2em  Microsoft Sans Serif, arial;
}

#container h5 {
	color: #1D294D;
	font: 1em  Microsoft Sans Serif, arial;
}

#container h6 {
	color: #1D294D;
	/*font-weight: bold;*/
	font: bold  0.8em Microsoft Sans Serif, arial;
	margin: 15px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
}

#container a:link, #container a:visited, #container a:hover, #container a:active{
	color: blue;
}

/* navigation */
#navigation {
	/*clear:left;*/
	width: 15%;
	float: left;
	height: 100% ;
	margin: 5px 0px 0px 0px;
}

#navigation ul {
	position: relative;
	padding: 0px 0px 0px 0px;
	height: 100% ;
	margin: 0px 0px 0px 0px;
}

#navigation ul li {
	font-weight: bold;
	color: white;
	background: #1D294D;
	list-style: none;
	padding: 5px 5px 5px 5px;
	border-bottom: 1px solid white;
	font: 0.8em microsoft sans serif, arial;
}

#navigation ul li.last {
	border-bottom: none;
	font-weight: bold;
	color: white;
}

#navigation ul li.subnav {
	border-bottom: 1px dashed white;
	font: 0.75em microsoft sans serif, arial;
	padding: 2.5px 5px 2.5px 15px;
	font-weight: bold;
	color: white;
	/*list-style: disc inside;*/
}

#navigation ul li.lastsubnav {
	border-bottom: 1px solid white;
	font: 0.75em microsoft sans serif, arial;
	padding: 2.5px 5px 5px 15px;
	font-weight: bold;
	color: white;
	/*list-style: disc inside;*/
}

#navigation ul li.topnav {
	border-bottom: 1px solid white;
	font: 0.8em microsoft sans serif, arial;
	padding: 5px 5px 5px 5px;
	font-weight: bold;
	color: white;
	text-decoration: none;
}

#navigation ul a:link, #navigation ul a:visited {
	font-weight: bold;
	color:white;
	text-decoration: none;
}

#navigation ul a:hover, #navigation ul a:active {
	font-weight: bold;
	color: white;
	text-decoration: none;
}

/* footer*/
#footer {
	clear:both;
	width: 100%;
	/*background: url('../images/ioelogo4.jpg') no-repeat bottom right;*/
	padding: 0px 0px 0px 10px;
	border-top: 3px solid #930020;
	margin: 30px 0px 15px 0px;
	
}


#footer ul {
	position: relative;
	/*height: 25px;*/
	padding: 3px 0px 2px 0px;
	margin: 0px 0px 0px 0px;
	
}

#footer ul li {
	display: inline;
	list-style: none;
	padding: 0px 12px 0px 0px;
	font: 0.6em microsoft sans serif, arial;
}

#footer ul li.last {

}

#footer ul a:link, #footer ul a:visited, #footer ul a:hover, #footer ul a:active{
	font-weight: bold;
	color:blue;
}

#footer h6 {
	font: 0.6em microsoft sans serif, arial;
	font-weight: bold;
	color: #1D294D;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}


#footer p {
	font: 0.6em microsoft sans serif, arial;
	color: #1D294D;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

/* breadcrumbs */
#breadcrumbs {
	width: 100%;
	padding: 0px 0px 7px 180px;
	margin: 0px 0px 0px 0px;
	font: 0.7em microsoft sans serif, arial;
}

#breadcrumbs a:link, #breadcrumbs a:visited, #breadcrumbs a:hover, #breadcrumbs a:active{
	color:blue;
}

/* adjacentboxes */
#adjacentboxes {

	align: center;
	border: 1px solid line; 
	padding: 0px 0px 10px 0px ;
	margin: 0px 0px 0px 0px;
	width: 45%;
	float: left;

}

/* adjacentboxcontainer*/
#adjacentboxcontainer{

	align: center;
	padding: 5px 15px 5px 15px ;
	margin: 0px 0px 0px 0px;

}


/* adjacentboxleft */
#adjacentboxleft {

	border: 1px solid black;
	padding: 5px 5px 15px 5px ;
	margin: 0px 15px 0px 0px;
	width: 45%;
	float: left;
}


/* adjacentboxright */
#adjacentboxright {
	border: 1px solid black;
	padding: 5px 5px 15px 5px ;
	margin: 0px 0px 0px 15px;
	width: 45%;
	float: right;

}