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

/* ----------------------------------------- general --------------------------------------------*/

*{
	margin: 0;
}

html, body {
	height: 100%;
}
body {
	text-align:left;
	font-family: Verdana, Geneva, sans-serif;
	background-repeat: repeat-x;
	background-position: bottom;
	font-size: 12px;
	background-color: #E4E4E4;
	color: #666;
}	
h1 {
	color: #000;
	display: block;
	height: 20px;
	line-height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EFEFEF;
	margin-bottom: 12px;
	font-size: 16px;
	}
h2{
	color: #039;
	display: block;
	height: 20px;
	line-height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EFEFEF;
	margin-bottom: 12px;
	font-size: 14px;
	}
h3{
	color: #666;
	display: block;
	height: 20px;
	line-height: 20px;
	margin-bottom: 12px;
	font-size: 12px;
}
p{
	margin-bottom: 12px;
}
ul, li{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
*:focus {
	outline: none /*--fix dotted border on links--*/
}
.clear {
	clear: both;
	
}

/*			main structure

			#container
			#header
			#main_nav
			#content
			#footer				*/
			
/* ------------------------------------- main structure ---------------------------------------------*/
#container{
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -80px; /* the bottom margin is the negative value of the footer's height */
	width: 800px;
	background-color: #FFF;
	border-right-width: 3px;
	border-left-width: 5px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #D2D2D2;
	border-left-color: #D6D6D6;
}
#header{
	height: 100px;
	background-repeat: no-repeat;
	background-image: url(../images/bg-2.gif);
}
#main-nav{
	height: 25px;
	background-color: #039;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #36C;
	width: 800px;
}
#content{
	height: auto;
	width: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}
.footer, .push {
	height: 80px;
	width: 801px;
	margin: 0 auto;
}
.footer{
	background-color: #666;
}
/* ----------------------------------------main structure adds --------------------------------------*/
#container .col-right{
	height: auto;
	width: 580px;
	float: right;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;

}
#container .col-left{
	width: 180px;
	height: auto;
	padding: 10px;

}
#container .col-left ul{
}
#container .col-left ul li {
	display: block;
}
#container .col-left ul li a{
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-left: 5px;
	display: block;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	color: #03C;
	background-color: #F5F5F5;
}
#container .col-left ul li a:hover{
	text-decoration: underline;
}
#container .col-center{
		padding: 10px;
}
#header .logo{
	height: 50px;
	width: 200px;
	position: absolute;
	top: 27px;
	left: 25px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
}

#main-nav ul{
	line-height: 25px;
	position: relative;
}
#main-nav ul li{
	float: left;
}
#main-nav ul li a{
	color: #FFF;
	font-size: 12px;
	text-decoration: none;
	height: 25px;
	padding-right: 10px;
	padding-left: 10px;
	display: inline-block;
}
#main-nav ul li a:hover{
	color: #FFF;
	background-color: #36C;
	height: 25px;

}
#main-nav ul li .current{
	color: #FFF;
	background-color: #36C;
	height: 25px;

}
.footer ul{
	width: 450px;
	float: left;
	position: relative;
	top: 10px;
	left: 10px;
}
.footer ul li {
	display: block;
	float: left;
	color: #8F8F8F;
}
.footer ul li a{
	padding: 5px;
	color: #FFF;
	text-decoration: none;
	font-size: 11px;
}
.footer ul li a:hover{
	text-decoration: underline;
}
.footer .contact{
	height: auto;
	width: 310px;
	float: right;
	font-size: 10px;
	color: #FFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #7E7E7E;
	padding-left: 10px;
	position: relative;
	top: 10px;
}
/* ----------------------------------------misc classes --------------------------------------*/

.img-right {
	display: block;
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
	background-color: #E4E4E4;
	border: 5px solid #F8F8F8;
}
.img-left {
	background-color: #E4E4E4;
	display: block;
	margin-bottom: 10px;
	margin-right: 10px;
	float: left;
	border: 5px solid #F8F8F8;
}
.img-big {
	height: auto;
	width: 560px;
}
.img-medium {
	height: auto;
	width: 270px;
}
.img-small {
	height: 200px;
	width: 183px;
}

.pdf{
	display: block;
	margin-bottom: 12px;
	background-image: url(../images/pdf.png);
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 5px;
	padding-left: 5px;
	text-align: right;
	background-position: right;
	background-color: #F8F8F8;
}
.pdf a{
	text-decoration: none;
	color: #36C;
}
.pdf a:visited{
	color: #939;
	text-decoration: underline;
}
.pdf a:hover{
	text-decoration: underline;
	color: #36C;
}
.construction{
	height: 30px;
	background-color: #F2F2F2;
	line-height: 30px;
	text-align: center;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	border: 1px solid #E9E9E9;
	background-image: url(../images/alert.gif);
	background-repeat: no-repeat;
	background-position: 230px;
	color: #B0B0B0;
}
.map{
	margin-left: 20px;
	float: left;
	margin-top: 10px;
	border: 5px solid #F5F5F5;
}
.aux-box{
	width: 430px;
	float: left;
	display: block;
	margin-left: 20px;
	padding: 10px;
	background-color: #F5F5F5;
}
/* ------------------------------------------form---------------------------------------------*/

.form_1{
	width: 258px;
	padding: 20px;
	background-color: #F5F5F5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #039;
	height: auto;
	float: left;
}
.label_1{
	display: block;
	margin-top: 10px;
	margin-bottom: 5px;
	width: 250px;
}
.input_1{
	display: block;
	width: 250px;
	border: 1px solid #E4E4E4;
	color: #666666;
	padding: 3px;
	font-size: 12px;
}
.textarea_1{
	display: block;
	width: 252px;
	border: 1px solid #E4E4E4;
	padding: 3px;
	color: #666666;
}
.button_1{
	display: block;
	margin-top: 10px;
	margin-right: 45px;
}
