* {
	margin:0;
	padding:0;
	
}


body {
	zfont-family:Arial, Helvetica, sans-serif;
	font-family: 'Droid Serif', serif;
	font-size:13px;
	color:#545454;
	background-color:#26509C;
}

/* slightly enhanced, universal clearfix hack */
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

a:active
{
outline: none;
}

a:focus
{
-moz-outline-style: none;
outline: none;
}

a {
text-decoration:none;
}


.wrapper {
	width:1060px;
	background-color:#FFF;
	min-height:500px;
	margin:0 auto;
-webkit-box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 1);
-moz-box-shadow:    1px 1px 5px 0px rgba(50, 50, 50, 1);
box-shadow:         1px 1px 5px 0px rgba(50, 50, 50, 1);
}

.header {
	width:1000px;
	padding:0 30px;
	height:126px;
	margin:0 auto;
	background: url(../images/header_bg.jpg) repeat-x top left #fff;
	
}

.logo {
	position:relative;
	top:20px;
	float:left;
	width:153px;
	display:block;
}

.header_right {
	width:800px;
	height:126px;
	float:right;
}

.search {
	width:800px;
	zbackground-color:red;
	height:50px;
	position:relative;
}

.nav {
	width:800px;
	height:76px;
	font-size:15px;
}

.nav ul {
	float:right;
}

.nav li {
	float:left;
	zmargin:0 5px;
	border-right:1px dotted #ccc;
	padding:0 20px;
	color:#545454;
	margin-top:20px;

}


.nav li a {
	color:#545454;
}

.nav li a:hover {
	color:#174592;
}

.search input {
	padding:3px;
	padding-left:24px;
	border:1px solid #ccc;
	zbackground: url(../images/search.jpg) no-repeat left center;
	height:18px;
	position:relative;
	top:20px;
	font-size:12px;
	margin-right:10px;
	zfloat:right;
}

.search a {
	zdisplay:block;
	font-size:12px;
	padding:4px 10px;
	background-color:#000;
	color:#fff;
	position:relative;
	top:20px;
	float:right;
}
			
.content {
	font-family:Arial, Helvetica, sans-serif;
	padding:40px 30px;
	margin-bottom:5px;
	min-height:400px;
}

.content h1 {
	font-size:22px;
	padding-bottom:30px;
	font-family: 'Droid Serif', serif;	
}

.content h2 {
	font-size:18px;
	color:#000;
	padding:2px 0;
	border-bottom:3px solid #285daf;
	font-family: 'Droid Serif', serif;	
}

.menu {
	width:250px;
	float:left;
}

		

.menu li{
	font-size:13px;
	padding:10px 0;
	border-bottom:1px dotted #ccc;
	
}

.menu li:hover{
	background-image:url(../images/arrow.jpg);
	background-repeat: no-repeat;
    background-position: right; 
}

.menu li a {
	color:#545454;
	
}

.menu li a:hover {
	color:#386CBB;
}


.article {
	width:650px;
	float:left;
	margin-left:50px;
}


.article h1 {
	font-size:22px;
	padding-bottom:30px;
	font-family: 'Droid Serif', serif;		
}

.article p {
	line-height:150%;
	padding-bottom:20px;
	text-align:justify;
}
	


.footer {
	background-color:#26509C;
	color:#fff;
	font-size:12px;
	padding-bottom:10px;
	width:1060px;
	margin:0 auto;
}

.footer ul {
	float:right;
	margin-top:10px;
}

.footer li {
	float:left;
}


.footer li a {
	color:#fff;
	padding:0 20px;
	border-right:1px solid #fff;
}

.footer p {
	float:left;
	margin-top:10px;
}




.news {
	width:650px;
	float:left;
	margin-left:50px;
}


.news p{
	border-top:1px solid #ccc;
	padding:10px 10px;
	padding-left:0;
}

.news p span{
	width:450px;
	margin-bottom:5px;
	display:block;
}

.news a {
	color:#285daf;
}

.news p:hover{
	background-color:#f4f4fb;
}



.contact-table {
	float:right;
	width:450px;
	margin-right:50px;
	line-height:150%;
}

.contact-table h1{
	width:450px;
	font-size:20px;
	padding:10px 0;
	margin-bottom:20px;
	border-bottom:3px solid #285daf;
}

form textarea{
	resize:none;
	padding:5px;
	border:1px solid #ccc;
	margin-bottom:10px;
}

form label{
	width:440px;
	display:block;
}

form label span{
	color:red;
}

form input{
	margin-bottom:10px;
	border:1px solid #CCC;
	padding:5px;
}

form input[type="text"]{
	width:440px;
}

form input[type="radio"]{
	margin-left:15px;
	margin-right:3px;
}

form input[type="submit"]{
	background-color:#285CAE;
	color:#fff;
	border:none !important;	
}

.address-container {
	width:430px;
	float:left;
}

.address {
	width:430px;
	background-color:#e9e9e9;
	border:1px solid #c9c7c7;
	height:160px;
	float:left;
	margin-bottom:20px;

}


.address h1 {
	font-size:18px;
	padding:20px 0;
	padding-left:15px;	
}

.address p {
	margin-bottom:2px;
	padding-left:15px;
	font-size:12px;

}

.address p span {
	width:70px;
	display:block;
	float:left;
}

.index_content {
	width:560px;
	float:left;
}

.index_content h1, .latest_news h1 {
	font-size:18px;
	letter-spacing:1px;
	padding-bottom:20px;
}

.index_content h1 span, .latest_news h1 span {
	color:#285daf;
}

.index_content p {
	margin-bottom:15px;
	line-height:150%;
	text-align:justify;
}

.latest_news {
	width:336px;
	float:right;
}

.latest_news h1 {
	background: url(../images/news_border.jpg) no-repeat left bottom;
	padding-bottom:10px;
}

.latest_news li {
	padding:15px 0;
	border-bottom:1px dotted #ccc;
}

.latest_news p {
	color:#666;
	font-size:12px;
	margin-bottom:2px;
}

.latest_news a {
	color:#285daf;
	font-size:12px;
}

.latest_news a:hover {
	text-decoration:underline;
}

#data {
	width:500px;
	padding:10px 20px 50px 20px;
	
}

#data h1 {
	font-size:15px;
	font-weight:bold;
	margin-bottom:20px;
	color:#545454;
	padding-bottom:5px;
	border-bottom:1px solid #ccc;	
}

#data p {
	color:#545454;
	margin-bottom:10px;
}

#data input {
	float:left;
	margin-top:20px;
}

#data span {
	float:left;
	margin-top:20px;
	font-style:italic;
	margin-left:5px;
	font-size:12px;
	color:#545454;
}

#data .button {
	float:left;
	display:block;
	margin-top:20px;
	padding:5px 10px;
	background-color:#285DAF;
	color:#FFF;
	margin-bottom:40px;
	cursor:pointer;
	border:none;
	font-weight:bold;
}

#data .button:disabled {
	background-color:#8c9cb4;
	cursor:default;
}

.search button {
	background: url(../images/search.jpg);
	border:none;
	width:24px;
	height:24px;
	position:absolute;
	left:1px;
	top:21px;
	cursor:pointer;
}


.search form {
	float:right;
	position:relative;
}


.result a{
	color:#545454;
	margin-bottom:5px;
	display:block;
}

.result a:hover {
	text-decoration:underline;
	color:#285daf;
}










