﻿/*----------------*/
body 
{
	background-color: #abd9ee;	
}
div.Page
{
	width: 900px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	background-color: #ffffff;
}
		
/*----------------*/
div.Banner
{
	background-position: left top;
	width: 900px;
	height: 121px;
	background-image: url('../MasterPictures/Banner.jpg');
	background-repeat: no-repeat;
}

	div.EmailLink
			{}
	div.Search
			{}				
		
		
/*----------------*/
div.Navigation
{
	width: 900px;
	height: 43px;
	display: block;
	vertical-align: middle;
	text-align: center;
}

		
/*----------------*/
div.MasterContent
{
	width: 900px;
}
div.MainMenu
{
	float:left;
	width:162px;
	height:242px;
	background-image: url('../MasterPictures/Menu_Back.jpg');
}		
		
/*----------------*/	
div.Footer
{
	width: 900px;
	height: 62px;
	font: normal 8pt Arial;
	color: #808080;
	text-decoration: none;
}
div.Footer a{
	font: normal 8pt Arial;
	color: #808080;
	text-decoration: none;
}
	div.GlobalLinks
			{
				width: 900px;
				height: 21px;
				text-align: center;
			}
	div.CopyRight
			{
				text-align: center;
				width: 900px;
				height: 20px;
			}
	div.Bar
			{
				width: 900px;
				height: 15px;
				background-image: url('../MasterPictures/BottomBar.jpg');
			}
	div.BlankSpaceBelow
			{
				width: 900px;
				height: 6px;
			}
	.LinkSpace
	{
		margin: 0px 4px;
	}
		
p.Opening
{
	color: #7c7c7c;
	font-family: Arial;
	margin-top: 20px;
	font-size: 14px;
	line-height: 16px;
	margin-left: 30px;
	width:590px;
}	
h1.Green
{
	color: #5e9613;
	margin-left: 30px;
	margin-top: 20px;
	font-family: Arial;
	font-size: 16px;
	line-height: 20px;
	width: 590px;
	margin-bottom: 0px;
	font-weight: normal;
}

A:visited
{
	text-decoration: none;
	color: #68afd6;
}
			
/*----------------*/	
.wrapper1
{
	font: normal 12pt Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0px;
}
.wrapper1 a
{
		color: #005596;
		text-decoration: none;
}
.wrapper1 a:hover 
{
	color: #68afd6;
}
.wrapper
{
	width:760px;
	margin-right: auto;
	margin-left: auto;
}

.nav
{
	float:left;
}
.nav-wrapper {
	clear: both;
	float:left;
}

.nav ul
{
	padding: 4px 0px 0px 0px;
	height: 43px;
	float: left;
	margin: 0px;
	list-style: none;
	font-size: 14px;
}
.nav li
{
	float: left;
	position: relative;
	z-index: 1;
	padding-right: 40px;
	padding-left: 40px;
}
.nav li.last {
	background:none;
}
.nav li:hover
{
	z-index: 2;
	cursor: pointer;
}
.nav li a
{
	display: block;
	line-height: 43px;
	overflow: hidden;
	float: left;
	cursor: pointer;
}
.nav li ul
{
	width: 138px;
	height: auto;
	margin: 0px;
	padding: 7px 0px 7px 0px;
	list-style: none;
}
.nav li:hover li, .nav li.active li
{
	width: 100%;
	padding: 1px 0px 2px 0px;
	background: none !important;
}
.nav li:hover li a, .nav li.active li a
{
	background-position: none !important;
	color: #FFFFFF;
	background: none !important;
	line-height: normal;
	width: 123px;
	padding: 3px 3px 3px 12px;
	text-indent: 1px;
	font-size: 12px;
}
.nav li:hover li a:hover, .nav li.active li a:hover
{
	color: #fff;
	background: #165B9F !important;
	text-decoration: none;
	line-height: normal;
}
/*IE*/
.nav li li a:hover,.nav li li a:hover {
	color: #fff;
	background: #165B9F !important;
	text-decoration: none;
	line-height: normal;
}

.nav li:hover .sub,
.nav li.hover .sub {
	display:block;
}
.nav li .sub
{
	display: none;
	position: absolute;
	top: 43px;
	left: 30px;
	width: 138px;
	background-color: #003b63;
}
.ParentItem
{
float:left;
}

div.Title
{
	float: left;
	margin-top: 100px;
	margin-left: 30px;	
	font-family: Arial;
	font-weight: bold;
	font-size: 20px;
	color: #68afd6;
}

      
      
      

/*--MENU--------------*/
ul.vert-one
{
	margin: 100px 0 0 0;
	padding: 0;
	list-style-type: none;
	display: block;
	width: 62px;
	height: 22px;
}
ul.vert-one li
{
	margin: 0;
	padding: 0;
}
ul.vert-one li a
{
	display: block;
	text-decoration: none;
	width: 132px;
	height: 19px;
	color: #005596;
	text-align: right;
	padding-right: 30px;
	padding-top: 3px;
	font-weight: bold;
	font-family: Arial;
	font-size: 12px;
}
ul.vert-one li a:hover
{
	background-color: #e8f6ff;
}
ul.vert-one li a.current,ul.vert-one li a.current:hover{background-image: url('../MasterPictures/Menu_Sel.jpg');}

#list a{
color:#000000;
}


