@charset "utf-8";

html {overflow-y: scroll;}

body { font-family:Arial, sans-serif; background-color:#CCC;}

body p {font-size: 15px; text-align:justify;}

h1 {
	color: #aaa;
	font-size: 42px;
	font-stretch:narrower;
	margin: 10px 0;}
	

h2 {
	color: #1d1d1d;
	font-size: 22px;	}	
	
h3 {
	color: #0d3a64;
	font-weight: bold;
	font-size: 18px;
	text-align: center;	
	line-height: 45px;}
	
h4 {
	color: #FFF;
	font-size: 13px;
	text-align: left;}	

#container {
	width: 1200px;
	margin: 0 auto;
	background-color:#FFF;}

#content {overflow: hidden;}

#content p { line-height: 20px;}

#header { background: url(../images/background-top.jpg) left repeat-x;}

.main{ 
	width: 800px;
	float: left;}
	
.main-inner { padding: 20px;}

.side {
	width: 400px;
	float: left;
	text-align: center;}
	
.box { 
	height: 72px;
	width: 373px;	
	background-color: #334f77;
	margin-left: 15px;
	margin-bottom: 10px;
	display: inline-block;}
	
.box p {
	color: #FFF;
	font-size: 24px;
	margin-left: 65px;}

#nav {font-size: 22px; width: 360px; background-color: #334f77; margin-left: 25px; text-align: left; text-indent: 50px;}
#nav ul {padding: 0; }
#nav li {list-style: none; padding-top: 15px;}

ul.top-level { background:#334f77;}
ul.top-level li {
 border-bottom: #fff solid;
 border-width: 10px;
}

#nav a {
 color: #fff;
 cursor: pointer;
 display:block;
 height:48px;           
 text-decoration:none;
 width:100%;
}
 
#nav a:hover{
 text-decoration:none;
}

#nav li:hover {
 background: #7588a3;
 position: relative;
}

#footer { border-top: #334f77 solid 17px; max-width: 1200px; text-align:center; padding-top: 20px;}

.column{ display: inline-block; width: 25%; margin-bottom: 20px;}

.addcolumn{ width: 21%; margin-right: 25px; }


#address {
	width: 1200px;
	background-color: #334f77;
	line-height: 18px;
	display:inline-block;
		}
		
.add1 {
	width: 200px;
	padding-left: 220px;
	float: left;}

.add2 {
	float: left;
	width: 200px;
	padding-left: 90px;}

.add3 {
	float: left;
	width: 200px;
	padding-left: 150px;}
	
.disclaimer {
	font-size: 15px;
	text-align:justify;
	font-style:italic;
	width:1175px;
	margin: 0 auto;
	padding-top: 15px;}	

.privacy {text-align: center; font-size: 15px; }
.privacy a {text-decoration: none; color: #0d3a64;}
