/***********
* Defaults *
***********/

body 
{ 
	background: url(../images/backgrounds/back-2006-1.jpg) fixed no-repeat #fff;
	font: 11px verdana, sans-serif; 
	color: #666; 
	margin: 0px; 
}

p 
{ 
	font: 8pt verdana, sans-serif;
	text-align: left;
	margin: 20px 10px 20px 10px; 
}

ul { margin: 10px 30px 10px 50px; }

td { vertical-align: top; font: 8pt verdana, sans-serif; }

img { border: none;}

h1 { font: bold 16pt arial, sans-serif; margin: 10px 10px 10px 10px;
	 color: black;}
h2 { font: bold 12pt arial, sans-serif; margin: 10px 10px 10px 10px;
	 color: black;}
h3 { font: bold 10pt arial, sans-serif; margin: 10px 10px 10px 10px; }

a { color: black;  text-decoration: none; }
a:hover { color: black; background-color: #ddddff; text-decoration: none; }

/*********************
* Homepage rollovers *
*********************/

#survey
{
	width: 150px;
	height: 234px;
	background: url(../images/home/survey_ro.jpg) no-repeat;
}

#latest-news
{
	width: 150px;
	height: 234px;
	background: url(../images/home/news_ro.jpg) no-repeat;
}

#academy
{
	width: 150px;
	height: 234px;
	background: url(../images/home/academy_ro.jpg) no-repeat;
}

.rollover 
{
	display: block;
	float: left;
	display: inline;
}
.rollover img 
{
	width: 100%;
	height: 100%;
	border: 0;
}
.rollover:hover 
{
	visibility: visible;
}
.rollover:hover img 
{
	visibility: hidden;
}


/*************
* Navigation *
*************/

/* Fix IE. Hide from IE Mac */
* html ul li { height: 1%; }
* html ul li a { height: 1%; }
/* End */

ul.top-nav-list
{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
				
}

li.top-nav-list
{
	list-style-type: none;
	padding: 4px 0px 4px 0px;
	width: 140px;
	background: #fff;
	margin: 0px;
	border-bottom: 1px solid #ccc;
	filter: alpha(opacity=75);-moz-opacity:.75;opacity:.75;
}

ul.sub-nav-list
{
	list-style-type: none;
	padding: 0px;
	margin: 3px 0px 0px 0px;
}

li.sub-nav-list
{
	padding: 4px 0px 4px 0px;
	list-style-type: none;
	background-color:#666666;
	margin-top: 1px;
	font-size: 10px;
	color: white;
}

li.sub-nav-list2
{
	padding: 4px 0px 4px 0px;
	list-style-type: none;
	background-color:#666666;
	margin-top: 1px;
	font-size: 12px;
	color: #FF9900;
}

li a
{
	color: black;
}


/****************
* Other classes *
****************/

.header { 
			border-bottom: solid 1px #999;
		  }

.sidenav {	position: absolute;
			left: 80px; 
			width: 140px;
			padding: 0px;
		}

.right { float: right;
		 margin: 20px 20px 8px 10px;
		 border: 1px solid #D1D1D1;
		 }

.left { float: left;
		 margin: 0px 20px 8px 10px;
		 border: 1px solid #D1D1D1;
		 }

		
.homepage_image {
padding-right: 10px;
padding-top: 10px;}

#homepage_table {
margin-left: 10px;
margin-bottom: 20px;}

.smallfont { font-size: 8pt;}

.smallmargin { margin: 0px 10px 0px 5px;}

.content { border-left: solid 1px #d1d1d1;
		   border-top: solid 1px #d1d1d1; }

.floatright { float: right;
			  margin: 0px 20px 8px 20px;}

.messiah {	float: left;
			margin-left: 0px;
			font: 7pt verdana, sans-serif;
			border-bottom: 1px solid #b1b1b1;
			border-top: 1px solid #b1b1b1;}

.form { border: 1px solid #ccc; }

.title { font-weight: bold;
		 padding-top: 15px; 
		 vertical-align: top;}

/****************
* Layout ID's   *
****************/

#wrap
{
	width: 550px !important;
	width/**/: 799px;
	padding-left: 249px;
}

#rightside	
{	
	background: url(../images/rightside.gif) repeat-y;
	padding-top: 15px; 
}

#footcontent 
{	
	margin-top: 50px;
	padding: 10px;
	border-bottom: 1px solid #999;
	border-top: 1px solid #999;
}


#page
{
	background: url(../images/page-background.jpg) no-repeat;
	padding-top: 10px;
	padding-left: 10px;
	padding-top: 10px;
	
}

