@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background: center top url(images/pagebg.jpg) no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}

h1 { 
	font-size:37px;
	font-variant:normal;
	font-weight:normal;
	color:#004f82;
}

h2 {
	font-size:36px;
	font-variant:normal;
	font-weight:normal;
	color:#CCC;
}

h3 {
	font-size: 18px;
	font-variant:normal;
	font-weight:normal;
	color:#1d608c;
	margin-bottom: 0px;
}

h4 {
	font-size: 18px;
	font-weight:normal;
	color:#CCC;
	margin-bottom: 0px;
}

h5 {
	font-size: 16px;
	font-weight:bold;
	color:#669900;
	margin-bottom: -10px;
}
.clear {clear:both;}

.wrapp {
	width:900px;
	margin: 0 auto;
	background-color:#FFF;
	-moz-box-shadow: 0px 6px 10px rgba(0, 0, 0, .3);
	-webkit-box-shadow: 6px 2px 10px rgba(0, 0, 0, .3);
	box-shadow: 0px 6px 10px rgba(0, 0, 0, .3);
}

.readmore { 
	margin:-7px 0 0 0; 
	padding:0 0 0 13px; 
	color:#2080a8;
	background: url(images/arrow.png) left no-repeat; 
}
	
.readmore a {  color:#2080a8; } 

.logo {
	background: url(images/logo.png) no-repeat top left;
	position:absolute;
	margin-left:15px;
	height: 119px;
	width:243px;
	float:left;
}

.head {
	margin: 0 auto;
	width:900px;
	height: 97px;
}

.head ul {
	float:right;
	position: inline;
	margin-top:55px;
	list-style:none;
	width: 600px;
}

.head ul li {
	float:left;
	padding:7px;
}
.head ul li a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:17px;
	color:#cce3f1;
	text-decoration:none;
}

.head ul li a:hover {
	color:#FFF;
}


.topimg1 {
	height:255px;
	width:900px;
	background-image:url(images/indeximg.jpg);
}

.content {
	width:900px;
	line-height: 1.5em;
	background: url(images/contgrad.jpg) top repeat-x;
}

.index_leftcol {
	width:480px;
	padding: 5px 20px 20px 40px;
	border-right: 1px dashed #CCC;
}

.index_rightcol {
	width:320px;
	padding-right:15px;
	display:inline;
	float:right;
}

.bottomboxes {
	border-top: #ccc 1px solid;
	height:185px;
	padding-left:17px;
	background-color:#fbfbfb;
}

.bottomCell {
	margin: 13px 20px 0 0;
	float:left;
	width:262px;
	height:135px;
	border: 1px solid #ccc;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 10px 0 0 10px;
	
	-moz-box-shadow: 0px 3px 5px rgba(0, 0, 0, .1);
	-webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, .1);
	box-shadow: 0px 3px 5px rgba(0, 0, 0, .1);
}
.bottomCell a { color:#2080a8; }
.bottomCell p {
	width:180px;
	margin-top: 5px;
	margin-bottom: 10px;	
}

.bottomCell h4 {
	margin:0;
}

.footer {
	height: 150px;
	margin-top: -11px;
	padding-top: 5px;
	background: url(images/footbg.jpg) repeat-x top; 
}

.footermenu {
	color:#116794;
	text-align:center; 
	line-height:3em;
}

.footermenu a {
	color:#116794;
	text-decoration:none;
	
	
	
}


/* --- Innerpage --- */


.topimg2 {
	height:133px;
	width:900px;
	background-image:url(images/innerimg.jpg);
}

.inner_leftcol {
	width:555px;
	padding: 5px 20px 20px 40px;
	border-right: 1px dashed #CCC;
}

.inner_leftcol img {
	float:right;
	margin: 0 10px;
}

.inner_rightcol {
	width:240px;
	padding-right:15px;
	display:inline;
	float:right;
}