body {
	font-size: 75%;
	font-family: Verdana, Tahoma, Geneva, Arial, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0;
	color: #333;
}

a:link 		{ color: #303A7F; }
a:visited 	{ color: #4e5ecc; } 
a:hover 	{ color: #303A7F; }
a:active 	{ color: #303A7F; } 

h1 {
	color: #636780;
	margin: 0;
	font-weight: normal;
	font-size: 2.4em;
}

h1.pagetitle {
	margin-top: 35px;
	margin-left: 7px;
}

h2 {
	font-size: 1.3em;
	text-align: left;
	width: 100%;
	border-bottom: solid 1px #A6BEFF;
	padding-bottom: 3px;
}

hr {
	border: none;
	border-top: solid 1px #3F72FF;
	margin: 0;
}

fieldset
{
    border: solid 1px #A6BEFF;
    padding: 5px;
	margin-bottom: 10px;
}

address
{
	font-style: normal;
}

a.bullet_link {
	background-image: url(../site_images/bullet_drop.png);
	background-position: left;
	background-repeat: no-repeat;
	padding: 2px 2px 2px 20px;
	font-weight: bold;
	display: block;
}

a.acrobat_link {
	background: url(../site_images/icons/acrobat.png) no-repeat left;
	padding: 3px 22px;
	display: block;
}

a.folder_link {
	background: url(../site_images/icons/folder.png) no-repeat left;
	padding: 3px 22px;
	display: block;
	font-weight: bold;
}

div.folder_content {
	padding: 5px 0 10px 20px;
	border-bottom: solid 1px #303A7F; 
	margin-bottom: 10px;
}

div#wrapper {
	text-align: left;
	width: 800px;
	margin: 20px auto;
	position: relative;
	
}

div.profile {
	padding-bottom: 5px;
	clear: both;
}

h2.profile_title {
	float: left;
	clear: both;
}

div.profile p {
	text-align: justify;
}

div.profile img {
	float: left;
	border: solid 2px #A6BEFF; 
	margin: 10px 20px 10px 0;
	clear: both;
}

div.profile ul {
	margin-left: 35px;
}

div.profile li {
	margin-left: 15px;
	list-style-type: square;
	margin-bottom: 5px;
}

div#map_sidebar {
	float: left; 
	width: 23%; 
	height: 450px; 
	overflow: visible; 
	padding: 5px;
	font-size: .9em;
}

div.map_sidebar_link {
	padding-left: 3px; 
	margin: 2px;
	clear: both;
}

div.map_sidebar_link a {
	display: block;
	padding: 3px;
}

div.map_sidebar_link a:hover {
	background-color: #E0ECFE;
}

table.production {
	font-size: .8em;
}

td.dark_top {
	border-top: solid 1px #9F9F9F;
}

td.dark_bottom {
	border-bottom: solid 1px #9F9F9F;
}

td.dark_right {
	border-right: solid 1px #9F9F9F;
}

td.light_bottom {
	border-bottom: solid 1px #BFBFBF;
}

div#header {
	height: 119px;
	background: url(../site_images/header_background.png) no-repeat;
}

img#logo {
	margin: 7px 0 0 25px;
}

div#subheader {
	margin: 2px 0;
}

div#navigation {
	background-color: #303A7F;
	padding: 0 5px;
	color: #fff;
	float: left;
	width: 457px;
}


div#navigation a {
	display: block;
	margin: 0;
	color: #fff;
	text-decoration: none;
}

div#navigation ul.menu
{
	margin: 0;
	padding: 0;
	list-style: none;
}

div#navigation li.menu_item
{
	margin-right: 3px;
	padding: 5px 6px;
	list-style: none;
	display: inline;
	font-weight: bold;
	background: url(../site_images/navigation_seperator.png) left no-repeat;
	cursor: pointer;
	
	float: left;
	position: relative;
	
	z-index: 99;
}

div#navigation li.menu_item:hover,
div#navigation li.submenu_item:hover {
	background-color: #3F72FF;
	text-decoration: underline;
}

div#navigation li.menu_item:hover ul {
	display: block;
}

div#navigation ul.submenu {
	display: none;
	position: absolute;
	list-style: none;
	background-color: #4E5ECC;
	margin: 5px -11px;
	padding: 0;
	
	width: 230px;
	
	border-left: solid 5px #303A7F;
	border-bottom: solid 5px #303a7f;
	border-right: solid 3px #303a7f;
}

div#navigation li.submenu_item a
{
	padding: 5px 15px;
	display: block;
	background: url(../site_images/bullet_arrow.png) left no-repeat;
}


div#pagetitle_wrapper {
	background: url(../site_images/pagetitle_background.png) repeat-x;
	float: left;
	clear: left;
	height: 76px;
	width: 467px;
	overflow: hidden;
}


div#header_seperator {
	background-color: #3F72FF;
	height: 5px;
	clear: both;
}

div#content {
	background: url(../site_images/watermark_drop.gif) right top no-repeat;
	min-height: 410px;
	padding-right: 175px;
	margin: 10px 5px;
	line-height: 1.4em;
}

div#footer {
	border-top: solid 1px #A6BEFF;
	padding: 5px;
	font-size: .9em;
	color: #3F72FF;
	clear: both;
}
