@charset "UTF-8";
/* CSS Document */

body {
	background-color: #fff;
	padding: 0;
	width: 1024px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
	margin-left: -512px; /* half of the width */
	left: 50%;
	position: absolute;
}

.contactbold {
	font-weight:bold;
	margin: 0px;
}
form{
	padding: 0 20px 10px 20px;
	width: 984px;
	float:right;
}

form label{
	display: block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #0d1526;  
	font-weight: bold;
	padding: 10px 30px 0 30px;
}

form label em{
	display:inline;
}

form label strong{
	display: block;
	margin-left: 15px;
	color: #1f5190;
	font-size: 10px;
	font-weight: normal;
	font-style:italic;
	text-transform: uppercase;
}

form .button input{
    font-family:Arial, Helvetica, sans-serif;
    color: #000;
	margin: 5px 0 0 0;
}

#formbody{
	float: left;
	position: relative;
	margin: 15px 0px 30px 0px;
	padding: 0px;
}

.head {
	color: #1f5190;
	font-size: 16px;
	margin-top: 30px;
	margin-bottom: 15px;
	margin-left: 30px;
}

.htext{
	color:#0d1526;
	margin-top: 10px;
}	

legend {
	margin: 0px 30px 0px 30px;
	padding: 0px;
	color: #0d1526;  
	font-weight: bold;
	
}

fieldset.contact {
	width: 964px;
	float:left;
	position: relative;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border: 1px #1f5190 solid;
	background-image:none;
	background-color:#FFFFFF; 
}

fieldset {
	width: 964px;
	float:left;
	position: relative;
	margin-bottom: 0px;
	padding-bottom: 15px;
	background-color: #e6ebf1;
	background-image:url(images/formfieldset_bkgrd.jpg);
	background-repeat: repeat-x;
	border: 1px #1f5190 solid;
}

fieldset.submit {
    float:left;
	position: relative;
	margin-top: 15px;
	margin-left: 30px;
	padding: 0px;
	border-style: none;
	background-color: transparent;
	background-image:none;

}

.required {
	background-color: #d1e3f7;
}

.address {
	width: 200px;
	float:left;
	position:relative;
	padding: 0px;
}

.sidenote {
	float:left;
	position: relative;
	margin-left: 30px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0d1526;
}

.single {
	width: 100%;
	float:left;
	position: relative;
	margin-top: 0px;
	padding: 0px;
}

.field{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0d1526;
	float:left;
	display: block;
	padding: 5px 30px 0 30px;
	margin: 0px;
}

p{
	margin: 0px;
}
.errorHeader {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FF0000;
	font-weight:bold;
	margin-left: 20px;
}
.error {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF0000;
	font-weight:bold;
	margin-left: 30px;	
}

/*Navigation*/

/*top*/

#top_img{ 
	float: left;
	width: 284px;
	height: 82px;
	margin:0;
	padding:0;
	position: relative;
}

#nav_top{
	float: right;
	width: 398px;
	height: 27px;
	position: relative;
	top: 55px;
	margin: 0px;
}

a#home{
	float:left;
	display: block;
	width: 90px;
	height: 27px; /*half the height of image*/
	background-image:url(images/topnav/home.jpg);
	position: relative;
}

a#home:hover{
    background-position: 0 -27px; /*half the height of image*/
}

a#profile{
	float:left;
    display: block;
    width: 80px;
    height: 27px; /*half the height of image*/
	background-image:url(images/topnav/profile.jpg);
	position: relative;
}

a#profile:hover{
    background-position: 0 -27px; /*half the height of image*/
}

a#news{
	float:left;
    display: block;
    width: 72px;
    height: 27px; /*half the height of image*/
	background-image:url(images/topnav/news.jpg);
	position: relative;
}

a#news:hover{
    background-position: 0 -27px; /*half the height of image*/
}

a#team{
	float:left;
    display: block;
    width: 71px;
    height: 27px; /*half the height of image*/
	background-image:url(images/topnav/team.jpg);
	position: relative;
}

a#team:hover{
    background-position: 0 -27px; /*half the height of image*/
}

a#contact{
	float:left;
    display: block;
    width: 85px;
    height: 27px; /*half the height of image*/
	background-image:url(images/topnav/contact.jpg);
	position: relative;
}

a#contact:hover{
    background-position: 0 -27px; /*half the height of image*/
}

a#team:active{
    background-position: 0 -27px; /*half the height of image*/
}

#container {
     float: left;
	 width: 1024px;
	 display: block;
	 overflow: hidden;
	 position: relative;
	 margin-top: 10px;
	 height:1%;
	 
}

#footer {
    width: 974px;
    height: 20px;
	display: block;
	font-size: small;
	background-color: #fff;
	color: #1f5190;
	padding: 5px 25px 0px 25px;
}

.footleft {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
	float: left;
}

.footrt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
	float: right;
}
