/*---------------------font styling---------------------*/
h1 {
	font:italic bold 24px/34px "Times New Roman", Times, serif;
	color: #014284;
	}

p {
	font: 12px Arial, Helvetica, sans-serif;
	color: #000000;
}
b {
	font-weight:bold;
	}

/*----------------------Positioning--------------------*/
#wrapper {
	background: url(../images/wrapperbg.gif) repeat-x;
}
body {
	background: url(../images/bodybg.gif) repeat-y;
	margin: 0px;
	padding: 0px;
}
#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;
	}

/*------------------------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 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 120px;
	width:350px;
	
		}
	
#footer ul {
	overflow: hidden;
	list-style: none;
	position: relative;
	margin: 0;
	padding:0 0 0 0px;
	height: 40px;
	width: 350px;
	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;
	
}

.body {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; line-height: normal; font-weight: normal; color: #000000; text-decoration: none}
.head {  font-family: Arial, Helvetica, sans-serif; font-size: 18px; font-weight: bolder; color: #000000; font-style: normal}
.bodySmall { font-family: Arial, Helvetica, sans-serif; font-size: 9px; font-style: normal; line-height: normal; font-weight: normal}
.bodyList { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; line-height: 24px; font-weight: bold; color: #000000}
