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

/* CSS Reset by Rik Lomas */
*{margin:0;padding:0}iframe,a img,fieldset,form,table{border:0}h6,h5,h4,h3,h2,h1,caption,th,td{font-size:100%;font-weight:normal}dd,dt,li,dl,ol,ul{list-style:none}legend{color:#000}button,select,textarea,input{font:100% serif}table{border-collapse:collapse}caption,th,td{text-align:left}

body,html{
	font-family: Helvetica, Arial, sans-serif;
	background-image: url("img/page-title-bk.jpg");
	background-repeat: repeat-x;
	background-color: #dedede;
}

/********** Header **********/
#header{
	width: 100%;
	height: 125px;
	background: url("img/header-bk.png") repeat-x;
}

#header-container{
	width: 800px;
	height: 125px;
	margin: 0 auto;
}

#logo{
	width: 226px;
	height: 80px;
	background: url("img/logo.png") no-repeat;
	float: right;
	margin-top: 25px;
}

/********** Navigation **********/
#links{
	width: 500px;
	height: 20px;
	float: left;
	margin-top: 90px;
	font-size: 14px;
}

#links ul,li{
	display: inline !important;
}

#links li{
	margin: 0 10px 0 0;
	height: 20px !important;
	padding-bottom: 10px;
}

#links li:hover{
	background: url("img/link-hover.png") repeat-x;
}

#links .active a{
	color: #005c66 !important;
}

#links a{
	color: #585858;
	text-decoration: none;
}

/********** Content **********/

#page-title{
	width: 800px;
	height: 100px;
	margin: 0 auto;
	padding-top: 35px;
}

#page-title h3{
	font-size: 36px;
	color: #f3f2f2;
}

#wrapper{
	background: url("img/content-bk.png") repeat-x;
	width: 100%;
	min-height: 400px;
	float: left;
	padding-top: 20px;
	margin-top: -35px;
}

#content-container{
	width: 800px;
	margin: 0 auto;
}

#content-container h2{
	font-family: "Times New Roman", serif;
	font-size: 24px;
	width: 800px;
	font-weight: bold;
	border-bottom: 1px solid #58a7b0;
	text-transform: uppercase;
	color: #545454;
	margin-top: 5px;
	float: left;
}

#content-container h3{
	font-size: 20px;
	text-transform: uppercase;
	font-weight: bold;
	color: #545454;
	border-bottom: 1px #58a7b0 solid;
	margin-bottom: 5px;
}

#content-container p{
	color: #545454;
	font-size: 14px;
	margin: 5px 0 5px 0;
}

.content-wrapper{
	float: left;
	width: 800px;
}

.left-column{
	width: 380px;
	min-height: 100px;
	float: left;
}

.right-column{
	width: 380px;
	min-height: 100px;
	float: right;
}

.item-left{
	width: 380px;
	float: left;
	margin: 10px 0 10px 0;
}

.item-right{
	width: 380px;
	float: right;
	margin: 10px 0 10px 0;
}

.item-list{
	margin-left: 5px;
}

.item-list ul,li{
	list-style: outside;
	list-style-type: none;
}

.item-list li{
	display: list-item !important;
	border-bottom: 1px #909090 solid;
	color: #545454;
	padding: 3px 0 3px 0;
}

.item-list li:hover{
	background-color: #CCCCCC;
}

#content-container a{
	text-decoration: none;
	color: #005c66;
}

#content-container a:hover{ text-decoration: underline; }

#contactform input{
	margin: 5px 0 5px 10px;
	height: 20px;
	font-size: 18px;
}

#contactform textarea{
	margin-left: 75px;
}

#submit{
	font-size: 18px !important;
	background-color: #005c66;
	border: 1px #f4f4f4 solid;
	color: #f4f4f4;
	padding: 3px;
	height: auto !important;
	margin-left: 75px !important;
}

#submit:hover{ background-color: #12808c; }

/********** Footer **********/
#footer{
	width: 100%;
	height: 128px;
	background: url("img/footer-alt.png") repeat-x;
	float: left;
}

#footer-container{
	width: 800px;
	height: 128px;
	margin: 0 auto;
}

.footer-item{
	width: 300px;
	height: 103px;
	float: left;
	margin-top: 15px;
	padding-top: 10px;
	border-left: 1px solid #454545;
}

.footer-item h3{
	font-size: 14px;
	color: #5a5a5a;
	text-transform: uppercase;
	margin-left: 5px;
}

.footer-item p{
	margin: 3px 0 0 10px;
	font-size: 12px;
	color: #454545;
}