/* === defauls belows === */
body {
	padding:0px;	
	margin:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#1b385a;
	background:#eee;
}

a{
	color:#205a9e;
	text-decoration: none;
	font-size:inherit;
}
a:hover {
	text-decoration: underline;
}

h1, h2, h3, form, ul, p{
	margin:0px;
	padding:0px;
	font-size:inherit;
	font-weight:normal;
}
select, option, input, textarea{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
 	color:#333333;
}
input, textarea{
	width:100%;
}

textarea{
	height:150px;
}

img{
	border:none;
	padding:0px;
	margin:0px;
	display:block;
}

ul{
	padding:0px;
	margin:0px;
}
ol{
	padding:0px;
	margin:0px;
}
li{
	padding:0px;
	margin:0px;
}

.clear{
	clear:both;
}

/* end of defauls */


#wrapper{
	margin:0px auto;
	width:800px;
}

#top{
	background:url(img/top-bg.jpg) top right no-repeat;
	width:100%;
	height:106px;
}

#top ul{
	float:right;
	padding:40px 20px 0px 0px;
}

#top ul li{
	float:left;
	background:url(img/nav-divider.jpg) 100% 0px no-repeat;	
	list-style-type:none;
	padding:0px 8px;
}

#top ul li.last{
	background:none;
}

#logo{
	display:block;
	float:left;
	width:322px;
	height:106px;
	background:url(img/logo.jpg) 0 0 no-repeat;
}

#banner{
	height:217px;
	background:url(img/banner.jpg) 0 0 no-repeat;
}

#footer{
	height:29px;
	background:url(img/footer-bg.jpg) 0 0 no-repeat;
	padding:6px 20px 0px 20px;
}

#footer p{
	float:left;
	color:#b0b0b0;
}

#footer ul{
	float:right;
}

#footer ul li a{
	color:#0b4589;
}

#footer ul li{
	float:left;
	background:url(img/footer-divider.jpg) 100% 0px no-repeat;	
	list-style-type:none;
	padding:0px 8px;
}

#footer ul li.last{
	background:none;
}

#content{
	background:url(img/content-bg.jpg) 0 0 repeat-y;
	padding:14px 23px 14px 23px;
}

.underline{
	text-decoration:underline;
}

.left-side{
	float:left;
	width:500px;
	line-height:24px;
}

.right-side{
	float:right;
}

#content .box .bottom{
	background:url(img/box-bottom.jpg) bottom left no-repeat;
	padding:10px 12px 10px 12px;
}

#content .box{
	width:193px;
	background:#f1f1f1 url(img/box-top.jpg) top left no-repeat;
	font-size:11px;
	margin-bottom:20px;
	line-height:18px;
}

#content .box img{
	clear:both;
	margin:0px auto;
	padding-top:10px;
}

#head{
	background:url(img/head-bg.jpg) 0 0 no-repeat;
	font-size:20px;
	color:#fff;
	height:35px;
	padding:11px 0px 0px 26px;
}

#content .left-side.contact{
	width:280px;
}

#content .right-side.contact{
	width:450px;
}

#map{
	width: 100%;
	height: 400px;
}


#content form{
	padding-top:20px;
}

#content form p{
	font-weight:bold;
	font-size:12px;
}

#content form .submit{
	width:auto;
}

iframe{
	width:425px;
	height:350px;
} 