/*---------------------font styling---------------------*/
h1 {
	font:italic bold 22px/34px "Times New Roman", Times, serif;
	color: #014284;
	}

p,li {
	font: 12px Arial, Helvetica, sans-serif;
	color: #000000;
}
.legal {
	font-size:10px;
	}


/*----------------------Positioning--------------------*/
#wrapper {
	background: url(../images/wrapperbg.gif) repeat-x;
}
body {
	background: url(../images/bodybg.gif) repeat-y;
	margin: 0px;
	padding: 0px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #000000;
}
#slogan {
	float:right;
	clear:right;
	width: 530px;
	padding: 24px 0 0 0;
	font:italic bold 24px/34px "Times New Roman", Times, serif;
	color: #014284;
	text-align:center;
	}

#contact {
	float:right;
	clear:right;
	width: 530px;
	text-align:center;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color: #FFFFFF;	
	padding:3px 0;
	}
#services {
	float:right;
	clear:right;
	width: 530px;
	text-align:center;
	color: #014284;
	font: bold 13px/20px "Times New Roman", Times, serif;
	text-transform: uppercase;
	}
	
#mainbranding {
	float:left;
	clear:right;
	}
#footer {
clear:both;
}
#header{
	width:775px;
}

#primarycontent{
	float:right;
	width:620px;
}

#content {
	clear:both;
	width:775px;
	}
.nobg {
background: #94B8E9 ;
border:none;
margin:5px 5px;
padding-top:10px;
clear:both;

}

/*------------------------navigation----------------------*/

#mainnav{
	margin: 0;
  	padding: 0;
	width:140px;
	float:left;
}

#mainnav ul {
  margin: 0 10px;
  padding: 0;
  list-style-type: none;
}

#mainnav li {
  display: inline: /* :KLUDGE: Removes large gaps in IE/Win */
}

#mainnav ul a {
	display: block;
	width: 120px;
	height: 25px;
	color: #FFFFFF;
	text-decoration: none;
	background: #94B8E9 url(../images/lnavbg.jpg) no-repeat center center;
	font: bold 11px/25px "Times New Roman", Times, serif;
	text-align: center;  
}

#mainnav a:hover, .selected a {
  background: #94B8E9 url(../images/lnavbgon.jpg) no-repeat center center;
  color: #fff;
}

#mainnav .first a {
  height: 40px;
  line-height: 40px;
}

#footer{	
	height:50px;
	margin:40px 0 0 90px;
	width:620px;
	
		}
	
#footer ul {
	overflow: hidden;
	list-style: none;
	position: relative;
	margin: 0 0 0 15px;
	padding:0 0 0 0px;
	height: 40px;
	width: 550px;
	list-style-image: none;
}

#footer ul li{
float: left;
	margin: 0 1px 0 0;
	height: 40px;
	}

#footer ul li a{
	text-align:center;
	line-height:27px;
	color: #014284;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	display: inline;
	padding: 0 5px;
	text-decoration: underline;
	height: 40px;	
}

#footer ul a:hover{
	color:#dddddd;
}

#wrapper #footer .footeron {
	color:#FF0000;
	
}

/*------------------------table----------------------*/
.tblhead {
	background:#8CB4E7;
	color:#014284;
	line-height:20px;
	font-weight:bold;
	padding:2px 5px;
}

.tbl2 {
	padding:5px;
	background:#E1ECFA;
}