/* CSS Document */
body{
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bg_body.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00305a;
}
h1{
	margin: 0px;
	font-size: 16px;
	color: #ccaa9b;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 80px;
}
h2{
	font-size: 18px;
	font-weight: lighter;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c5c3c3;
}
h3{
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}
h4{
	font-size: 18px;
	margin: 0px;
	padding: 5px;
	font-weight: lighter;
}
h5{
	color: #ccaa9b;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}
a{
	text-decoration: none;
	font-weight: bold;
	color: #516f99;
}
a:hover{
	text-decoration: underline;
}
#container{
	clear: both;
	width: 925px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/bg_container.jpg);
	background-repeat: no-repeat;
	height: 300px;
}
#paper{
	float: right;
	width: 820px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #c5c3c3;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #c5c3c3;
	background-image: url(../images/bg_paper.jpg);
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccaa9b;
}
#top_home{
	height: 49px;
}
#top{
	height: 72px;
	text-align: right;
	padding-right: 40px;
}
#header{
	height: 62px;
	padding-top: 40px;
	padding-left: 50px;
}
#home_content_left{
	width: 387px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #c5c3c3;
	padding: 12px;
}
#content_left{
	padding: 12px;
}
#content_right{
	padding: 12px;
}
#home_content_right{
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
}
#main_nav{
	background-color: #FFFFFF;
	height: 37px;
	background-image: url(../images/bg_main_nav.jpg);
	background-repeat: no-repeat;
	padding-left: 80px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccaa9b;
}
#main_nav ul{
	margin: 0px;
	padding-top: 11px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#main_nav li{
	display: inline;
}
#main_nav a{
	font-size: 14px;
	background-color: #FFFFFF;
	padding: 10px;
}
#main_nav a:hover{
	text-decoration: none;
	background-color: #e7d9b1;
}
#banner{
	background-image: url(../images/banners/bg_banner.jpg);
	background-repeat: repeat-y;
	text-align:right;
	font-weight:bold;
	font-size:14px;
}

#banner a {
	color:#000033;
	background-color:#FFFFFF;
}	

#content{
	background-color: #FFFFFF;
}
#footer{
	background-color: #e7d9b1;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ccaa9b;
	text-align: center;
}
#left_nav{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#left_nav li{
	padding-top: 8px;
	padding-bottom: 8px;
	background-image: url(../images/left_nav_call.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 8px;
}
#footer ul{
	margin: 0px;
	padding: 0px;
}
#footer li{
	display: inline;
	padding-right: 6px;
	padding-left: 6px;
}
.home_news{
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #c5c3c3;
	border-bottom-color: #c5c3c3;
	border-left-color: #c5c3c3;
	margin-bottom: 12px;
}
.design_team{
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c5c3c3;
}
.text_field{
	border: 1px solid #999999;
	margin-bottom: 12px;
	width: 180px;
}
.send_btn{
	background-color: #1E2F37;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #FFFFFF;
	font-weight: bold;
	width: 86px;
}
.clear-left  {
	clear:left;
}
