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

body{
background:url(images/bg.jpg) top repeat-x #14324a;
margin:0px;
padding:0px;
font-family:Arial;
color: #666666;
font-size:11px;


}
* {
padding: 0;
margin: 0;
}
html, body {
height: 100%;
}

#contentbg{
width:932px;
margin:0px auto;
min-height: 100%;
background:url(images/bg.png) ;


}
* html #contentbg {
height: 100%;
}
.content{
width:900px;
margin:0px auto;
padding-bottom:40px;

}
.header{
width:900px;
height:100px;
background-color:#f5f8ef;
}
.footer{
width:900px;
height:80px;
border-top:1px solid #ffffff;
background-color:#f5f8ef;
clear:both;
}
.logo{
margin-left:27px;
padding-top:36px;
float:left;

}
.button{
width:546px;
padding-top:36px;
float:right;

}
.button ul
{
list-style:none;
display:inline-table;

}
.button ul li{

border-left:1px solid #CCCCCC;
width:135px;
height:37px;
display:inline-table;
padding-top:20px;
text-align:center;
}
.mainimg{
float:left;
}
.empty{
clear:both;	
}
.tmedia{
float:left;
padding:30px;
background:url(images/gray_bg.gif) no-repeat;
height:189px;
width:304px;
color:#FFFFFF;
}
.tmedia h1{
color:#FFFFFF;
font-weight:normal;
margin-top:20px;
font-family:Arial;
text-align:justify;
font-size:12px;
margin-bottom:10px;
}
.tmedia p{
font-weight:normal;
margin-bottom:10px;
}
.bottombar{
clear:both;
background-color:#d1d9c1;
border-bottom:1px solid #ffffff;
height:9px;
}
.boxleft{
width:536px;

background-color:#f5f8ef;
float:left;
}
.boxleftwide{
width:900px;
min-height:240px;
background-color:#f5f8ef;
float:left;
}

.boxright{
width:304px;
padding:30px;
color:#747673;
min-height:180px;
height:100%;
float:left;
background-color:#e7e9e4;
}
.cont{
	background-color:#e7e9e4;
	width:900px;
	height:auto;
}
.boxright ul
{
list-style:none;
display:inline;
}
.boxright ul li{
margin-left:13px;
list-style-image:url(images/bullet.gif);
padding-top:20px;

}
.box{
height:310px;
width:150px;
background-color:#FFFFFF;
float:left;
margin-left:23px;
margin-top:29px;
}
.boxcontent{
padding:8px;
margin-top:5px;
}
.date{
color:#000000;
font-weight:bold;
}

#horiz-nav{
	width:546px;
padding-top:36px;
float:right;
list-style:none;
}

#horiz-nav li{
float:left;
border-left:1px solid #CCCCCC;



}
#horiz-nav li a{
display:block;

}
#horiz-nav li a:hover, #horiz-nav li a:focus{
background-color:#4da0ee;
}
#horiz-nav li:hover *{

	display:block;

}
#horiz-nav li ul{
top:80px;
	
	display:none;
	position:absolute;
}
#horiz-nav li ul .no{
padding-left:0px;
}
#horiz-nav li ul li{

	float:none!important;
}

#horiz-nav li ul li a{
	
	
	
	display:block;
	text-decoration:none;
	width:145px;
	height:40px;
	
	padding-top:10px;
	padding-left:10px;
	background-color:#0057a9;
	text-align:left;
	color:#FFFFFF;
	}
/*END HORIZ-NAV*/
.contactform h2{
	font:14px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
font-weight:bold;
margin-bottom:20px;
}
.contactform .label
{
float:left;
width:90px;	
font:11px Arial, Helvetica, sans-serif;
font-weight:bold;
margin-bottom:5px;
}

.contactform .iput{
float:left;
width:200px;
margin-bottom:5px;

}
.iput input[type=text]
{
	border:none;
width:201px;
height:29px;
background:url(images/text.png) no-repeat;

}
.iput textarea
{
	border:none;
width:201px;
background:url(images/textarea.png) no-repeat;
height:120px;
}
.iput input[type=submit]
{
	
background:url(images/submit.png) no-repeat;
width:69px;
height:30px;
border:none;
text-align:right;
}
.powered{
	margin-top:20px;
float:right;	
margin-right:10px;
font:11px Arial, Helvetica, sans-serif;

}
.copyright{
	font:11px Arial, Helvetica, sans-serif;
		margin-top:40px;
float:left;	
margin-left:10px;
}
.conte{
padding:20px;	
padding-top:30px;
}

h2{
text-transform:uppercase;
	margin-bottom:20px;
}

.form-div {
  width:350px;
}

.form-div .submit {
background:url(images/submit.png) no-repeat;
width:69px;
height:30px;
border:none;
cursor:pointer;
text-align:right;
}

.form-div .label {
  display: block;
 float:left;
width:90px;	
font:11px Arial, Helvetica, sans-serif;
font-weight:bold;
margin-bottom:5px;
}

.form-div .form-row {
  padding: 5px 0;
  clear: both;

}

.form-div label.error {
  
  display: block;
  float: left;
  color: red;
  padding-right: 10px;
}

.form-div input[type=text] {
border:none;
width:201px;
height:29px;
background:url(images/text.png) no-repeat;
}
.form-div textarea {
width:201px;
background:url(images/textarea.png) no-repeat;
height:120px;
border:none;
}
.form-div textarea {

}
.heading{
	background-color:#CCCCCC;
	height:30px;
	padding-left:10px;
	font: 12px/30px Arial, Helvetica, sans-serif; 
	font-weight: bold;
	clear:both;
	margin-top:30px;
	margin-bottom:10px;
}