@charset "utf-8";

body{
	background: url(../img/bg_tile.gif) 0 0 repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
}
body.contact{
	background: url(../img/bg_tile_contact.gif) 0 0 repeat-x;
}
ul, p {
	font-size: .8em;
	color: #333;
}
a{
	color: orange;
	text-decoration: none;
}
a:hover{
	color: #ff6900;
}
span, label{
	color: orange;
}
h1{
	color: orange;
	font-size: 1.4em;
	border-bottom: 1px dotted #bdbdbd;
	padding: 0 0 12px 0;
	margin: 20px 0 8px 0;
}
#container{
	width: 960px;
	margin: 0 auto;
}
#header{
	height: 103px;
}
* html #header{
	margin-bottom: -1px;
}
#header img{
	float: left;
	position: relative;
	top: 20px;
}
#header ul{
	float: right;
	color: white;
	list-style-type: none;
	margin: 35px 0 0 50px;
	color: orange;
}
#header ul li{
	float: left;
	width: 130px;
	padding: 20px 0;
	text-align: center;
}
#header ul li.hi{	
	background: url(../img/nav_bg.gif) 10px 5px no-repeat;
}
#content{
	clear: both;
	background: url(../img/main_bg.jpg) 0 0 no-repeat;
}
#contentWork{
	background: url(../img/work_bg.jpg) 0 0 no-repeat!important;
}
#contentNone{
	clear: both;
	background: none;
}
#contentInner{
	width: 400px;
	margin: 40px 0 0 280px;
	padding: 30px 0 0 0;
	height: 386px;
	color: #333;
	line-height: 1.2em;
}
#footer{
	padding: 5px 0 40px 0;
	background-color: white;
	float: left;
	width: 960px;
}
#footerLeft{
	float: left;
	margin: 20px 0 0 40px;
	width: 300px;
}
* html #footerLeft{
	margin: 20px 0 0 20px;
}
#footerLeft img{
	margin: 0 10px 0 0;
	float: left;
}
#footerLeft h2{
	color: orange;
	font-size: .8em;
	float: left;
	margin: -3px 0 0 0;
}
#footerLeft p{
	font-size: .7em;
	float: left;
	margin: 18px 0 -2px 0;
	width: 120px;
}
#footerMiddle{
	float: left;
	margin: 20px 0 0 0;
	width: 300px;
}
#footerMiddle div{
	height: 46px;
	width: 300px;
}
#footerMiddle div label{
	float: left;
	width: 130px;
	text-align: right;
	margin: 0 5px 0 0;
	padding-top: 5px;	
	font-size: .7em;
	font-weight: bold;
}
#footerMiddle input{
	width: 150px;
	height: 20px;
	border-top: 1px solid #bdbdbd;
	border-left: 1px solid #bdbdbd;
	border-bottom: 1px solid #dbdbdb;
	border-right: 1px solid #dbdbdb;
	background-color: #f3f1f1;
}
#footerRight{
	margin: 20px 0 0 0;
	float: left;
	width: 278px;
}
#footerRight textarea{
	width: 278px;
	height: 110px;
	border-top: 1px solid #bdbdbd;
	border-left: 1px solid #bdbdbd;
	border-bottom: 1px solid #dbdbdb;
	border-right: 1px solid #dbdbdb;
	background-color: #f3f1f1;
}
#footerRight input.btn{
	width: 47px;
	height: 19px;
	float: right;
	margin: -2px 0 0 0;
}
p.copy{
	clear: both;
	font-size: .7em;
	text-align: center;
	background: url(../img/bottom_bg.gif) 0 0 repeat-x;
	height: 40px;
	padding: 10px 0;
	width: 100%;
	color: #333;
	margin-top: 20px;
}
#map{
	float: left;
	width: 480px;
	margin-top: 50px;
	height: 500px;
}
#contentMap{
	margin-left: 20px;
	line-height: 1.2em;
	padding-bottom: 50px;
}
#contentMap h1{
	float: left;
	width: 480px;
	margin: 45px 0 10px 0;
}
#contentMap form{
	margin-top: 50px;
}
#contentMap label{
	display: block;
	margin: 10px 0 5px 0;
	font-size: .8em;
}
#contentMap .input{
	width: 200px;
	padding: 5px 0;
	border-top: 1px solid #bdbdbd;
	border-left: 1px solid #bdbdbd;
	border-bottom: 1px solid #dbdbdb;
	border-right: 1px solid #dbdbdb;
	background-color: #f3f1f1;
}
#contentMap textarea{
	width: 476px;
	height: 100px;
	border-top: 1px solid #bdbdbd;
	border-left: 1px solid #bdbdbd;
	border-bottom: 1px solid #dbdbdb;
	border-right: 1px solid #dbdbdb;
	background-color: #f3f1f1;
}
#contentMap .submit{
	float: right;
	margin-top: -1px;
	margin-right: 5px;
}