body{
	margin: 0;
	padding: 0;
}

p,img,a,ul,li,h1, .font{
	margin: 0;
	padding: 0;
	outline: none;
	border: none;
	font: 15px Tahoma, Geneva, sans-serif;
}

#container{
	width: 1024px;
	margin: 0 auto;
}

#home_nav{
	width: 280px;
	float: left;
}

.home_sub_nav{
	background: #0b3476;
	width: 251px;
	border-radius:15px;
	height: 73px;
	margin-bottom: 5px;
}

.home_sub_nav a{
	font: 18px Tahoma, Geneva, sans-serif;
	color: #fff;
	text-decoration: none;
	float: left;
	width: 251px;
	text-align: center;
	line-height: 73px;
}

.shadow_bg{
	background: url(images/bg_shadow.gif) no-repeat;
	width: 362px;
	height: 443px;
	margin: 5px auto 0;
	padding: 30px 40px;
}

.title{
	font-size: 18px;
	color: #242e26;
	margin-bottom: 10px;
}

.mar20{
	margin-top: 20px;
}

.mar30{
	margin-top: 30px;
}

.pad20{
	padding: 0 20px;
}

.s30{
	line-height: 30px;
}

.pattern{
	float: left;
	margin: 10px 10px 10px 15px;
}

.left_div{
	width: 48%;
	float: left;
	border-right: 1px solid #5fa147;
}

.right_div{
	width: 48%;
	float: left;
}

.green1{
	color: #263998;
}

.green2{
	color: #263998;
}

.red{
	color: #a60a0a;
}

.p14{
	font-size: 14px;
}

.p16{
	font-size: 16px;
}

.p20{
	font-size: 20px;
}

.contact{
	font-size: 20px;
	line-height: 40px;
	width: 315px;
	margin: 0 auto;
}

.contact2{
	font-size: 16px;
	line-height: 25px;
	width: 315px;
	margin: 0 auto;
}

.center{
	text-align: center;
}

.clear{
	clear: both;
}

label{
	float: left;
	font: 20px Tahoma, Geneva, sans-serif;
	padding-top: 5px;
	width: 71px;
	margin-bottom: 10px;
}

.input{
	background: url(images/input.gif) no-repeat;
	width: 241px;
	height: 38px;
	float: left;
	margin-bottom: 10px;
}

input{
	border: none;
	background: none;
	font: 20px Tahoma, Geneva, sans-serif;
}

.textarea{
	background: url(images/textarea.gif) no-repeat;
	width: 312px;
	height: 208px;
	margin-bottom: 10px;
}

textarea{
	width: 312px;
	height: 208px;
	border: none;
	background: none;
	font: 20px Tahoma, Geneva, sans-serif;
}	

#submit{

}

.nav {
background:#e61e21;
    border-radius: 15px;
width:1006px;
height:60px;
position:relative;
font-family: Tahoma, Geneva, sans-serif;
font-size:18px;
z-index:2;
margin-bottom: 10px;
}

.nav div{
	border-right: 0px solid #747f4b;
	width: 1px;
	height: 30px;
	margin-top: 15px;
	float: none;
}

.nav .select {
margin:0; 
padding:0 0 0 20px; 
list-style:none; 
white-space:nowrap;
}

.nav li {
float:left;
}

.nav .select a {
display:block; 
height:60px; 
float:left; 
font-size: 18px;
padding:0 20px; 
text-decoration:none; 
line-height:60px; 
white-space:nowrap; 
color:#fff;
margin-left:20px;
}

.nav .select a b {
display:block; 
padding:0 30px 10px 15px; 
}

.nav .select a:hover, 
.nav .select li:hover a {
background: none;
cursor:pointer; 
color:#a0a0a0;
}

.nav .select a:hover b, 
.nav .select li:hover a b {
display:block; 
padding:0 30px 9px 15px; 
cursor:pointer;
}

.nav .sub {
display:none;
}

/* IE6 only */
.nav table {
border-collapse:collapse; 
margin:-1px; 
font-size:1em; 
width:0; 
height:0;
}

.nav .sub {
margin:0; 
padding:0 0 0 60px;
list-style:none;
	background: #e61e21;
    border-radius: 0px 0px 15px 15px;
    border: 2px solid #fff;
width: 605px;
margin-left: 120px;
height: 34px;
}
.nav .select .sub a:hover, 
.nav .select .sub li:hover a, 
.nav .select .sub li, 
.nav .select .sub li a{background:none; background-image: none;}

.nav .select :hover .sub {
width: 605px;
height: 34px;
display:block; 
position:absolute;
float:left;
top:60px; 
left:0; 
text-align:center;
}

.nav .select :hover .sub li a 
{display:block;height:30px; line-height:30px; float:left; padding:0 20px 0 5px; margin:0; white-space:nowrap; color:#fff;font-size:18px;}

.nav .select :hover .sub li a:hover 
{color:#a0a0a0;}
.button{
	background: #0b3476;
    width: 251px;
    border-radius: 15px;
    margin: 10px;
    display: block;
    margin-bottom: 5px;
    padding: 20px;
	text-align: center;
    text-decoration: none;
    color: #FFF;
    font: bold 26px Arial;
}