@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/home-bk.jpg");
	background-repeat: repeat-x;
	background-color: #005c66;
}

/********** 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;
}

#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 **********/

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

#content-container h3{
	font-family: "Times New Roman", serif;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: bold;
	color: #e5e5e5;
	border-bottom: 1px #58a7b0 solid;
	margin-bottom: 5px;
}

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

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

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

.number-item{
	font-size: 22px;
}

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

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

.footer-item{
	width: 200px;
	height: 110px;
	float: left;
	margin-top: 10px;
	padding-top: 8px;
	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;
}

.footer-item a{
	color: #484848;
	text-decoration: none;
	font-weight: bold;
}

.footer-item a:hover{ text-decoration: underline; }