body
{
	background-color: #4f81b0;
	font-size:62.5%;
	font-style: normal;
	font-family: Arial, Verdana, sans-serif;
	color: white;
	margin: 0px 0px 15px 0px;
	background-image: url(../images/background.gif);
	background-position: top;
	background-repeat: repeat-x;
}

/*-- General stuff that affects the entire page goes here --*/



ul
{
	padding: 0px;
	margin: 0px 0px 10px 0px;
	
}


li
{
	list-style: none;

	padding: 0px 0px 0px 37px;
	margin: 0px 0px 5px 0px;

	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 10px 3px;


}

li.current
{
	border-top: 2px solid #4f81b0;
	border-bottom: 2px solid #4f81b0;
	padding-top: 5px;
	padding-bottom: 5px;
	font-style: italic;

}

p
{
	margin: 0px 0px 10px 0px;
	padding: 0px;

}


a
{
	font-weight: normal;
}

a:link 
{
	color: #000000; 
	text-decoration: underline;
}

a:visited 
{
	color: #6C2481;
	text-decoration: underline;
}

a:hover 
{
	color: #275989;
	text-decoration: none;
}


h2
{
	font-size: 1.1em;
	font-weight: bold;
	font-style: italic;
	width: 99%;
	padding: 0px;
	margin: 0px 0px 10px 0px;
	
}


h3
{
	font-size: 1.1em;
	font-weight: bold;
	font-style: italic;
	padding: 0px;
	margin: 10px 0px 5px 0px;
}

address
{
	font-style: normal;
	padding: 0px;
	margin: 0px;

}

/* ------ Central Wrapper ----- */
div#wrapper 
{
	width: 770px;

   	margin-top: 0px;
	margin-bottom: 0px;
    	margin-left: auto;
    	margin-right: auto;

	padding: 0px;

	background-color: #ffffff;
	background-image: url(../images/page.gif);
	background-repeat: repeat-y;

}

/* ------ Header Section ------ */


div#header
{
	width: 770px;
	height: 254px;
	position: relative;

	margin: 0px;
	padding: 0px;

	background-image: url(../images/header.jpg);
	background-position: top left;
	background-repeat: no-repeat;
		
}



div#pagetitle
{

	font-size: 2.7em;
	font-weight: normal;

	margin: 10px 10px 30px 10px;

	padding: 0px 0px 2px 0px;
	
	width: 200px;
	color: white;
	text-align: left;

	float: right;
	position: absolute; 
	bottom: 0px; 
	left: 520px;

		
}

div.headerhome
{
	background-image: url(../images/header_splash2008.jpg) !important;
}


/* ------ Main Section (Contains sidebar, content and details) ------ */

div#main
{
	width: 720px;

	margin: 0px 0px 0px 25px;
	padding: 0px;

	color: black;

	background-image: url(../images/sidebar.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;

}


div#main:after
{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}


/* ------ Side bar section ------ */

div#sidebar
{
	border-top: 1px solid #777777;
	border-bottom: none;
	
	padding: 0px 0px 130px 0px;
	margin: 0px 10px 0px 0px;

	width: 197px;
	font-size: 1.2em;

	float: left;


}

div#sidebar:after
{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

div#sidebar ul
{
	padding: 0px 0px 10px 0px;
	margin: 0px;
	
}


div#sidebar li
{
	list-style: none;
	padding: 0px 0px 0px 20px;
	margin: 0px 0px 5px 0px;

	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px;


}

div#sidebar li.current
{
	border-top: 2px solid #4f81b0;
	border-bottom: 2px solid #4f81b0;
	padding-top: 5px;
	padding-bottom: 5px;
	font-style: italic;
	background-image: url(../images/bullet_current.gif) !important;
}


div#sidebar h1
{
	font-size: 1.1em;
	font-weight: bold;

	padding: 5px;
	margin: 10px 0px 5px 0px;

	color: white;
	background-image: url(../images/headingshade.jpg);
	background-repeat: repeat-y;
	background-position: left;
}


div#logo
{

	padding: 115px 10px 10px 10px;
	margin: 0px;

	background-image: url(../images/logo_new_shade.jpg);
	background-repeat: no-repeat;
	background-position: 1px 0px;

}



div#logo span
{
	display: none;
}

div#logo p
{
	padding: 0px;
	margin: 0px;

}

div#logo a
{

}

div#sidebarlinks
{
	width: 175px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;


}



/* ------ Main Information Section ------ */

div#content
{
	width: 511px;
	font-size: 1.2em;
	font-weight: normal;
	
	padding: 0px;
	margin: 0px;
	float: left;



}

div#content:after
{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

div#content h1
{
	font-size: 1.2em;
	font-weight: normal;
	margin: 0px;
	padding: 5px 10px 5px 10px;
	background-color: #4f81b0;
	

	background-image: url(../images/headingshade.jpg);
	background-repeat: repeat-y;
	background-position: left;
	width: 491px;
	border-top: 1px solid #777777;
	border-left: 1px solid #777777;
	border-right: 1px solid #777777;
	border-bottom: none;	
	color: #ffffff;
}

div#content div.panel
{

	border-top: none;
	border-left: 1px solid #777777;
	border-right: 1px solid #777777;
	border-bottom: 1px solid #777777;
	padding: 10px;
	
	margin: 0px 0px 10px 0px;
	width: 491px;	

	background-color: #ffffff;
	background-image: url(../images/panelshade.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

div#content div.panel:after
{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

div#content div.panel em
{
	font-weight: bold;
	text-decoration: none;
	font-style: normal;
	
}

/*----- Details section for external links/logos -----*/

div#details
{

	width: 698px;
	background-color: #ffffff;
	margin: 0px 25px 0px 25px;
	padding: 10px;

	border: 1px solid #777777;
	color: black;

	background-image: url(../images/panelshade.gif);
	background-repeat: repeat-x;
	background-position: bottom;

	font-size: 1.2em;
}

div#details:after
{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

div#details img
{
	border: none;

	padding: 0px;
	margin: 0px 10px 0px 0px;

	clear: none;
	vertical-align: top;
	float: left;

}

div#details p
{
	margin: 0px;
	padding: 0px 0px 5px 0px;
}


div#details ul
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
	

}

div#details ul li
{
	background-image: none;
	padding: 0px;
	display: inline;
}


/*--------------- Footer ----------------*/

div#footer
{
	width: 720px;
	text-align:left;
	font-size: 0.9em;
	font-weight: normal;
	color: #ffffff;

	padding: 20px 25px 0px 25px;	
	margin: 0px;

	position: relative;

	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	background-position: top;

	background-color: #4f81b0;


}

div#footer:after
{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

div#footer p
{
	margin: 2px;
	padding: 0px;
}


div#info
{
	width: 50%;;
	float: left;
	text-align: left;
}

div#design
{
	width: 47%;
	float: right;
	text-align: right;
}




/* ------- misc formatting ------- */
p.quote
{
	font-style: italic;
}



div.contact
{
	padding-top: 20px;	
}

div.contact img
{
	float: left;
	margin-right: 5px;
}



div.person
{
	padding: 0px;
	float: left;
	width: 100%;
	margin-bottom: 10px;
}

div.person img
{
	border: 1px solid #777777;
	float: left;
	margin-right: 5px;
	padding: 5px;
}

div.person h2
{
	font-size: 1.1em;
	font-weight: bold;
	font-style: italic;
	width: auto;
	padding: 0px;
	margin: 0px 0px 5px 0px;

}

div.person p
{
	margin-top: 0px;
	margin-bottom: 0px;
}


div.team
{
	margin-bottom: 20px;	
}

div.team img
{
	float: left;
}

div.team p
{
	margin-bottom: 3px;
}

div.persondetails
{
	float: left;
	width: 410px;
}



div.persondetails abbr
{
	font-weight: bold;
}

span.alert
{
	color: red;
	font-weight: bold;
}


div.sitemap
{
	margin-left: 10px;
}

div.sitemap span
{
	font-size: 1.2em;
	font-weight: normal;
	margin: 0px 0px 15px 0px;
	padding-left: 25px;
	display: block;

	background-image: url(../images/bullet_current.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;

	
}

div.sitemap ul
{
	font-size: 1.1em;	
	font-weight: normal;
	margin: 0px 0px 15px 25px;
}

div.pictures img

{
	display: block;
	padding: 7px;
	border: 1px solid #898989;
	margin: 0px auto 10px auto;

	background-color: #F4F4FF;
	
	
}

div.news li

{
	list-style: none;
	padding: 0px;
	margin: 0px 0px 5px 0px;
	background-image: none;

}

div.news em
{
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
};
}
