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

.header {
	background-image:url(../assets/images/banner-bg.png);
	background-repeat:repeat-x;
	width:100%;
	height:71px;
}

#logo {
	background-image:url(../assets/images/logo.png);
	background-repeat:no-repeat;
	width:161px;
	height:44px;
	margin:13px 0 0 10px;
}

.banner {
	width:960px;
	margin:0 auto;
	position:relative;
}

.nav {
	position:absolute;
	bottom: 0px;
	right: 0px;
	background-image:url(../assets/images/links-bg.png);
	background-repeat:repeat-x;
	height: 24px;
	padding:0 25px;
}

.nav a:link {color:#139e57; font-size:12px; text-decoration:none;}
.nav a:visited {color:#139e57; font-size:12px; text-decoration:none;}
.nav a:hover { color: #333333; font-size:12px; text-decoration:none;}
.nav ul {list-style:none;}
.nav li {float:left;margin-left:15px; margin-top:4px;}

#sub-links a:link {color:#333333; font-size:12px; text-decoration:none;}
#sub-links a:visited {color:#333333; font-size:12px; text-decoration:none;}
#sub-links a:hover { color: #000000; font-size:12px; text-decoration:none;}
#sub-links ul {list-style:none;}
/*sub-links li {float:left;margin-left:15px; margin-top:4px;}*/

.banner .nav p {
	line-height:25px;
}

#content {
	background-color:#FFFFFF;
}

.footer {
	width:960px;
	background-image:url(../assets/images/footer-bg.png);
	background-repeat:repeat-x;
	background-color:#FFF;
	margin:0 auto;
	height:154px;
}