/* CSS Document */
body{
	background:#000033;
	font-size:16px;
	}
img{
	border:none;
}
h1,h2,h3,h4,h5,h6{
	padding:0px;
	margin:15px 0px;;
	}
img{
	border-radius:5px;
	margin:5px 10px;
	}
#container{
	width:960px;
	margin:0 auto;
	background:#FFF;
	border-radius:5px;
	height:auto;
	}
#header{
	height:105px;
	padding:0 10px;
	}
#header_title{
	margin:0px;
	margin-left:-20px;
	padding-bottom:5px;
	vertical-align:middle;
	}
#address_top{
	float:right;
	text-align:right;
	padding-right:10px;
	font-size:12px;
	padding-top:15px;
	}
#sidebar{
	float:right;
	width:280px;
	margin-left:20px;
	padding-left:20px;
	padding-bottom:15px;
	border-left: dashed 1px #CCCCCC;
	}
#navigation_top{
	background: #003399;
	color:#ffffff;
	height:45px;
	padding-left:5px;
	margin-top:10px;	
	}	
#navigation_top a{
	display:block;
	float:left;
	width:auto;
	text-decoration:none;
	color:#ffffff;
	padding:5px 12px;
	line-height:35px;
	}
#navigation_top a:hover{
	background: #0066FF;
	color:#ffffff;
	line-height:35px;
	}
#content{
	padding:0 20px;
	}
	
#contact_form{
	background:#ffffff;
}	

label#name,label#email,label#phone,label#comments{
	background:#ffffff;
	vertical-align:top;
	width:150px;
	display:block;
	float:left;
	font-weight:bold;
	height:35px;
}

input#name,input#email,input#phone{
	border-radius:5px;
	height:30px;
}

textarea#comments{
	border-radius:5px;
}	
	
#footer{
	height:55px;
	background:#0066FF;
	color:#ffffff;
	padding-top:15px;
	padding-left:10px;
	font-size:14px;
	clear:both;
	}	
#footer a{
	text-decoration:none;
	color:#222222;
}	


#footer a:hover{
	color:#ffffff;
}

#footer_left{
	float:left;
	width:475px;
	display:block;	

}

#footer_right{
	float:right;
	width:465px;
	display:block;
	text-align:right;
	padding-right:10px;

}
