/* Base styles */

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	color:#333;	
	background:#f0e3d0 url(../images/bodybg-2.gif) scroll 0 0;
	line-height: 140%;
	text-align:center;
}
input, textarea, select{
	font: normal 11px Arial;
	line-height:1.2em;
	text-align:left;
}
p, ul{
	line-height:1.8em;	
	margin-bottom:20px;
	font-size:1.09em;
}
h1{
	font-size:2.18em; /*24px*/
	font-weight:normal;
	margin-bottom:15px;	
	line-height:1;
}
h2{
	font-size:1.27em; /*14px*/
	line-height:1.5em;	
	
}
h3{
	font-size:1.22em; /*13px*/
	margin-top:5px;	
	line-height:1.5em;
	font-weight:normal;
	padding-left:1px;	
}
h4{
	font-size:1.09em;
	padding-left:2px;
	line-height:1.5em;
	font-weight:normal;
	margin-bottom:8px;
}

a{
	text-decoration:none;
	color:#3d6e89;
}
a:hover, a:focus{
	cursor:pointer;	
	text-decoration:underline;	
}

/* Utils */
.clear{
	clear:both;
}
div.clear{
	line-height:1px;
	font-size:0;
	height:0;
}
.left{
	text-align:left;
}
.centered{
	text-align:center;
}
.right{
	text-align:right;
}
.floatLeft{
	float:left;
}
.floatRight{
	float:right;
}
.hasPrev{
	margin-left:10px;
}
.hasNext{
	margin-right:10px;
}
.hasAbove{
	margin-top:12px;
}
.hasBelow{
	margin-bottom:12px;
}

.bold{
	font-weight:900;
}
.inline{
	display:inline;
}
.visible, 
.expanded{
	display:block;
}
.hidden{
	display:none;
}
.uppercase{
	text-transform:uppercase;
}
.highlight, 
.required{
	color:#f19606;
}
.required{
	padding-right:5px;
}
.spacer{
	height:20px;
}

/* Lists */
.inlineList li{
	display:inline;
	float:left;
}
.bulletList{
	padding-left:50px;
}
.bulletList li{	
	background:url(../images/bullet.gif) no-repeat left 6px;
	padding-left:20px;
}
.simpleList{
	list-style:none;
	margin-left:3px;
}

/* Layout */

.container{
	width:772px;
	margin:0 auto;
	background-color:#fff;
	border:1px solid #9dbcd3;
	text-align:left;
}
.headerShadow{
	background:url(../images/headershadow.gif) left bottom;
	height:303px;
}
.header{
	background:#5d90b8 url(../images/headerwithgraphic.gif) 0 0;	
	height:298px;
	color:#e9e7e2;
	position:relative;
}
.headerInner{
/*	background:url(../images/graphic.gif) right top no-repeat;		*/
}
.logo{
	margin-left:0;
	margin-top:0;
}
#mainNav{
	margin-bottom:0;
	margin-left:75px;
	padding-top:80px;
	width:690px;
}
* html #mainNav{
	height:30px;
}
#mainNav li{
	padding-right:125px;
	*padding-right:135px;
	font-size:1.45em;
	text-transform:uppercase;
}
#mainNav li.last{
	padding-right:0;
}

#mainNav li .firstLetter{
	font-size:1.45em;
}
#mainNav li a{
	color:#b3d6ef;
}
#mainNav a:hover, 
#mainNav a:focus{
	text-decoration:none;
	color:/*#e3eff6*/#ef950a;
}
#mainNav .current{
	color:#e3eff6;
}
.body{
	min-height:450px;	
}
* html .body{
	height:450px;	
}
.bodyInner{
	padding:40px 40px 40px;
}
.pageTitle{
	color:#ef950a;
	margin-bottom:35px;
}
.hasListAfter{
	margin-bottom:0;
}
p+ul{
	margin-top:0;
}
.footer{
	padding:15px;
	color:#999;	
}
#partners label{
	width: 60px;
	display:block;
	float:left
}
.articles li{
	padding-bottom:8px
}
.articleTitle{
	font-size:1.09em;	
}
