@charset "UTF-8";
/* CSS Document */

body{
	background:#2a3753 url('/local/img/blkTop.png') repeat-x top;
}

.container{
	position:relative;
	width:960px;
	margin:0 auto;
	z-index:0;
}

h1{
	background-image:url(/local/img/logo.png);
	width:509px;
	height:234px;
	position:absolute;
	top:0;
	left:-170px;
	text-indent:-9999px;
	z-index:1;
}

h2{
	font-size:3em;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#333;
	font-weight:normal;
	padding-top:10px;
	padding-left:15px;
	padding-bottom:5px;
	float:left;
	clear:right;
}

h3{
	font-size:1em;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#745f38;
	font-weight:normal;
	padding-top:27px;
	padding-left:20px;
	padding-bottom:3px;
	float:left;
	clear:right;	
}

.clear{
	clear:both;
}

p{
	font-size:.9em;
	font-family:Arial, Helvetica, sans-serif;
	padding:18px;
	padding-top:20px;
	line-height:1.4em;
	width:500px;	
}

p+p{
	padding-top:8px;
}

a{
	color:#4c70ac;
}

.content{
	position:relative;
	top:80px;
	width:100%;
	background:#fff;
	height:396px;
	z-index:2;
}

.contentCenter{
	position:relative;
	background:#f9f6ed url(/local/img/contBg.png) repeat-x;
	height:376px;
	width:941px;
	top:10px;
	left:9px;
}

.colLeft{
	position:relative;
	width:582px;
	float:left;
	clear:right;
}

img{
	position:relative;
	float:left;
	clear:right;
}

#footer{
	position:relative;
	top:70px;
	overflow:hidden;
}

#footer p{
	color:#bed1ea;
	font-size:11px;
}

#footer a{
	color:#fff;
}
