html {
	margin:0px;
	padding:0px;
	height:100%;
	background-color: #FFFFFF;
}

body {
	padding:0px;
	height:100%;
	background-color: #FFFFFF;
	position: relative;
	bottom: 0px;
	width: 100%;
}

.maincontain
{
   min-height:100%;
   position:relative;
}


.headerbar
{
	height: 50px;
	width: 100%;
	background-image: url(../graphics/header_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;

}

#wrapper{
	background-color:#ffffff;
	width:986px;
	position:relative;
	margin: 0 auto;
	min-height:350px;
}

.logos
{


	width: 200px;

}

#headermenu
{
	min-height:33px;
	background-color:#003CB8;
	width:986px;
	background-image: url(../graphics/nav_bg.gif);
	background-repeat: no-repeat;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: center;
	padding-top: 15px;
	font-weight: bold;
}

#headermenu a
{
	color: #FFFFFF;
	text-decoration: none;
}

#headermenu a:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}

#contentwrap
{
	float: right;
	width: 760px;

	min-height: 200px;
}
#footerbar
{
	padding-top:10px;
	color:#000000;
	font-weight:bold;
	clear: both;

	height: 135px;
	background-image: url(../graphics/footer_bg.gif);
	background-repeat: repeat-x;
	background-position: 0px 75px;
	position:absolute;
	bottom:0px;
	left:0px;
	margin-bottom: -22px;
	right: 0px;

}
.reg th
{
	color: #FFFFFF;
	background-color: #00274C;
	text-align: left;

}

#leftwrap
{
	float: left;
	width: 200px;

}
.leftnav
{
	margin-top: 15px;

}
.leftnav p
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0075A9;
	padding-top: 8px;
	padding-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	list-style-type: none;
	list-style-position: outside;

}

.leftnav p a
{
	color: #0075A9;
	text-decoration: none;
}
.leftnav p a:hover
{
	color: #0075A9;
	text-decoration: underline;
}

.breadcrums
{
	margin-bottom: 5px;
	padding-top: 7px;
	padding-bottom: 9px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
.breadcrums a
{
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}

.breadcrums a:hover
{
	font-size: 12px;
	color: #0075A9;
	text-decoration: none;

}
.breadcrums a.current
{
	font-size: 12px;
	color: #0075A9;
	text-decoration: none;
	font-weight: bold;
}
.jobbox
{
	background-color: #F1F1F2;
	padding: 10px;
}

.headercontent
{
	width:986px;
	margin: 0 auto;
	height: 50px;
}
.hleft
{
	float:left;
	height: 50px;
	position: relative;
}

.hright
{
	float:right;
	height: 50px;
}

#tel
{
	padding: 10px;
	border: 0px solid #0071A6;
	position: absolute;
	width: 130px;
	left: 300px;
	top: 6px;
	z-index: 4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #0075A9;
	background-image: url(../graphics/call_bg.gif);
	background-repeat: no-repeat;
	height: 50px;
	
}

.footercontent
{
	width:986px;
	margin: 0 auto;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: left;
}
.footercontent img
{
	margin-bottom: 5px;

}

#sitemap li
{
	list-style-image: url(../graphics/bullet.gif);

}