BODY {
	padding: 0px;
	Margin: 0px 0 0 0;
	color: #6d6d6d;
	background:#ffffff;
	font:12px Arial;
}

@font-face {
    font-family: 'AlternateGothic2BTRegular';
    src: url('images/altgot2n-webfont.eot');
    src: url('images/altgot2n-webfont.eot?#iefix') format('embedded-opentype'),
         url('images/altgot2n-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}


/*-----menu------*/
.menu {height:104px;
padding-right:20px;
padding-top:33px;
}
.menu a{
padding-left:35px;
font-family: 'AlternateGothic2BTRegular';
font-weight:normal;
color:#a4a4a4;
font-size:20px;
text-decoration:none;
float:left;
}

.menu a:hover{
color:#537388;
text-decoration:none;
}
/*-----Main Content horizontal------*/


.box h3{
font-family: 'AlternateGothic2BTRegular';
padding:10px 0 0px 0px;
margin:10px 0 0 30px;
color:#000000;
font-weight:normal;
font-size: 20px;
text-decoration:none;
text-align:left;
}
.box p{
font-size:12px;
font-weight:normal;
color: #5e5e5e;
padding: 0px 30px 10px 30px;
line-height:16px;}

.box a {
color: #537388;
font-weight:bold;
text-decoration:none;
}
.box a:hover {
color: #000000;
text-decoration:none;
}
.box img {margin: 10px 30px 10px 30px;
float:left;}

.box form{
font:normal 11px Arial;
line-height:15px;
color: #a4a3a3;
}
.box ul{
font-size:12px;
font-weight:normal;
color: #5e5e5e;
padding: 0px 30px 10px 30px;
line-height:16px;}

.sep-h {width:5px;
background: url(images/sep-h.jpg) repeat-x top center;
margin: 0;
}

.sep-v {width:5px;
background: url(images/sep-v.jpg) repeat-y top center;
margin: 0;
}
/*-----Footer------*/

.footer{ 
height:88px;
width:871px;
background: url(images/logofoot.jpg) no-repeat bottom right;
font: 11px Arial;
color: #868686;
padding:0;
	}
	
.footer p{
padding:0 12px;}
	
.footer A{
	font: 11px Arial;
	color: #537388;
	FONT-WEIGHT: normal;
	text-decoration:none;
	margin:0px 3px 0 3px;
	padding:0 10px;
}

.footer A:hover {
color: #000000;
text-decoration:none;
}

/*-----Input forms and elements------*/
.formleft{
position:relative;
text-align:right;
right: 56%;
margin:20px 0 -120px 0px;
}
.formright{
position:relative; 
float:left; 
left:48%; 
top:-160px;
margin:100px 0 -100px 0px;
}
input{
left: 30px;
margin:5px;
height:22px;
background:#ffffff;
border:1px solid #ebebeb;
}
textarea{
height:150px;
width:260px;
background:#ffffff;
border:1px solid #ebebeb;
}
.submitbuton {float:right;
margin-top:110px;
margin-right:80px;
border: none;
color:#868686;
background:transparent;
font-family: 'AlternateGothic2BTRegular';
font-size:17px;
text-decoration:none;

}

.submitbuton:hover {
color:#537388;}
