/* CSS Document */

/* ------------------------------- formatting ----------------------------- */

body {
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
	}

h1 {
	font-family: Arial, sans-serif;
	font-size: 120%;
	color: #0071bc;  /*  blue */
	margin-top: 0px;
	}

h2 { 
	font-family: Arial, sans-serif;
	font-size: 105%;
	color: #0071bc; /* blue */
	}
	
h3 { 
	font-family: Arial, sans-serif;
	font-size: 100%;
	color: #0071bc; /* blue */
	}

h4 {font: bold small Verdana, sans-serif;
	color: #0071bc; /* blue */
	margin-bottom: 2px;
	}

h5 {
	font: italic bold small Arial, sans-serif;
	color: #f7931e;  /* orange */
	margin-top: 2px;
	}

	
p, li {		font-family:  Verdana, sans-serif;
	}


#otherleftstuff p {
	font: 70% Verdana, sans-serif;
	}
	
div#footer p {
	margin: 4px;
	font: 70%;
	text-align: center;
	}
	
a {
	color: #0077c7;		/* bright blue */ 
	}
	
a:hover {
	color: #9C191E;	  /* maroon */
	}

hr {
	color: #4094d6;   /* pale blue */
	height: 1px;
	}
	
a img {
	border: 0px none;
	display: block;			/* removes extra space underneath caused by default text-alignment */
	}

div#top a {
	display: block;			/* makes the background hover effect work in Mozilla */
	width: 255px;
	background-color: #fff;  /* white */
	}

div#top a:hover {
	background-color: #fff;  /*  white */
	}


.button {
	padding: 2px;
	font: bold small verdana, sans-serif;
	color: #fff;
	background-color: #0077c7;  /* blue  */
	border: 1px solid #000;   /* black */
	}



.bold {font-weight: bold;}
.red {color: #DF0000;}

	

p.crumbtrail {
	margin: 10px 24% 0px;
	font-size: x-small;
	}
	
.divide {
	text-align: center;
	color: #778899;  /* lighter dark blue */
}

div#center ul li {
	list-style-type: square;
	margin: 0;
	padding: 0;
	font-family:  Verdana, sans-serif;
}


.box 	{
	width: 125px;
	height: 200px;
	padding: 0;
	margin: 2px 0;
	border: 1px solid #000;
	font: 12px verdana, lucida, sans-serif;
	}




/************** Small Text styles **************/

	div#center p.small 		{  font-family:Arial,Helvetica,sans-serif; font-size:0.8em;  }
	div#center .small 		{  font-family:Arial,Helvetica,sans-serif; font-size:0.8em;  }
	.smallBold 	{  font-family:Arial,Helvetica,sans-serif; font-size:0.8em; font-weight:bold; }
	.xSmall {  font-family:Arial,Helvetica,sans-serif; font-size:0.7em;	}	
	.xxSmall  {  font-family:Arial,Helvetica,sans-serif; font-size:0.6em;	}
	.bold {  font-weight: bold;}
   

/************** Image styles **************/
.imageLeft{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 5px 5px 5px 0px;
}

.imageRight{
	float: right;
	padding: 0px 0px 0px 10px;
	margin: 5px 0px 5px 5px;
}

/* ------------------------------- layout ----------------------------- */

#top {
	padding: 5px;
	height: 90px;
	background: #fff;
	border-bottom: 1px solid #0071bc;
	}
	
#center {
	margin: 0px 20%; 
	padding: 1% 3%;
	background: #fff;
	color: #000;
	}

#left {
	position: absolute;
	padding: 0px;
	top: 100px;
	width: 20%;
	background: #f5f5f5;
	color: #000;
	}

#otherleftstuff {
	width: 88%;
	padding: 10px 6% 40px 6%;
	}
		
div#topcontent {
	position: absolute;
	top: 10px;
	right: 0px;
	width: 80%;
	}

#topcontent h2, #topcontent p {
	display: inline;
	margin-right: 0.5em;
	}

#footer {
	clear: both; 
	border-top: 1px solid #bbc3d3;
	border-bottom: 1px solid #bbc3d3;
	background-color: #f5f5f5;
	font-size: 70%;
	color: #4094d6;
	}
#validation {
	clear: both; 
	float:left;
	}


/*
------------------------------ Navigation ------------------------------ 
List tips courtesy of A List Apart: http://www.alistapart.com/stories/taminglists/
*/

ul#mainnav {
	list-style: none;
	margin: 0px;
	padding: 0px;
	background-color: #f5f5f5;
	}
		
ul#mainnav li {
	display: block;
	border-top: 1px solid #A5B5C6;
	}

ul#mainnav li a {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 6px 6%;
	background-color: #0071bc;
	font: bold 0.8em /1.5 arial, sans-serif;/* If you get an unwanted gap after your a block (IE-Win) try increasing the line height		*/
	color: #fff;
	text-decoration: none;
	width: 88%;				/* 	Causes Problems in IE5-Mac and Netscape/Mozzilla - see next fix		*/
	}

ul#mainnav li a:hover { 
	background-color: #4094d6;
	color: #fff;
	}

div#topcontent ul {
	position: absolute;
	right: 0px;
	list-style: none;
	margin: 0px 0px 40px 0px;
	}
div#topcontent ul li {
	display: inline;
	padding: 0 0.5em;
	border-left: 1px solid #0077c7;	
	}
div#topcontent ul li.first {
	border-left: 0px none;
	}
div#topcontent ul li a {
	font: 0.7em /1 verdana, sans-serif;	}
