/* CSS Document */

body {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #000000
}

body a{
color: #0e4a78;
text-decoration: none
}

#wrapper {
	width: 990px; 
	display:table;
}

#topGrey {
	height: 56px;
	width: 140px;
	background-image: url(../../includes/img/top.jpg);
	background-repeat: repeat-x;
	padding-left:850px;
	line-height: 56px;
	background-position:left top;	
}

#logoArea {
	width: 340px;
	height: 214px;
	background-color:#0e4a78;
	float: left;
}


#flashArea {
	width:650px;
	height:214px;
	float: left
}


#nav {
	width:210px;
	float:left;
	
}

/*.linklist ul{
	list-style:none; 
	margin: 0px; 
	padding: 0px; 
	background-color:#ECF3F9;
	

}

.linklist ul li{
	background-image:url(../../../includes/img/navButton.jpg);
	background-repeat:no-repeat; 
	background-position:left; 
	border-bottom: 1px solid #D3DCE3; 
	height: 39px;
	line-height:35px;
	color:#312C29;	
	text-decoration:none;	
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif
}

.linklist ul li a{
	width:178px;
	color:#312C29;	
	text-decoration:none;	
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding-left:32px;
}
.linklist ul li a:hover{

	color:#312C29;		
	text-decoration:none;	
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../../../includes/img/activeButton.jpg);
	background-repeat:no-repeat;
	background-repeat:repeat;
	height: 39px;

	display: block;

	
}*/
.linklist a{
	background-image:url(../../includes/img/navButton.jpg);
	background-repeat:no-repeat; 
	background-position:left; 
	border-bottom: 1px solid #D3DCE3; 
	height: 39px;
	line-height:35px;
	width:178px;
	color:#312C29;	
	text-decoration:none;	
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding-left:32px;
	display:block;
}
.linklist a:hover{
	color:#312C29;		
	text-decoration:none;	
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../../includes/img/activeButton.jpg);
	background-repeat:no-repeat;
	background-repeat:repeat;
	height: 39px;
	display: block;
	
}

#listing {
padding-left: 35px;

}

#list li
{

	background-image:url(../../includes/img/bullets.jpg);	
	background-position:left top;
	margin-left:0px;
	padding-left:15px;
	background-repeat:no-repeat;
	line-height:20px;
	list-style:none;
	
	
}
.list li
{
	background-image:url(../../includes/img/bullets.jpg);	
	background-position:left top;
	margin-left:0px;
	padding-left:15px;
	background-repeat:no-repeat;
	line-height:20px;
	list-style:none;
	text-decoration:underline;
	
}
#content {
	width: 769px;
	float:right;
	padding-left: 8px;
	
}
.text {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: 900;
	color: #0e4a78;
	font-style:italic;
	text-align:left;
}


#text {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: 900;
	color: #0e4a78;
	font-style:italic
}

.textbox 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	width:143px;
	height:18px;	
}
.textarea
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	width:178px;
	height:36px;	
}

hr {
border: #154f7c 1px solid;
}

#contentImage {
float: left;
padding: 5px;
}

#form {
width: 293px;

}

#greenBox {
width:284px; 
height:150px; 

}

#greenBoxTop {
width:266px; 
height:41px; 
float:left;
border-top: 1px solid #a1ce02;
border-left: 1px solid #a1ce02;
}

#footer {
height: 47px;
width: 950px;
background-color:#0e4a78;
color: #FFFFFF;
float: left;
vertical-align: middle;
text-align:center;
padding-top: 19px;
padding-left: 40px;
}

#footer a{
color: #FFFFFF;
text-decoration:underline;
}

#text {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: 900;
	color: #0e4a78;
	font-style:italic;
	text-align:left;
}
#pageContent
{
	color: #000000;
	text-align:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

 #contentgreen {
	background: url(../../includes/img/greenback.jpg); 
	background-repeat:repeat-y; 
	background-position:left;
	clear:both;
	

}
/********************************************
   Clearfix
********************************************/
.clearfix:after {
  content: ".";
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}
.clearfix {
  display: inline-block; /* Fixes IE/Mac */
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


