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

body {
	margin: auto;
}

#wrapper {
	margin: 0 auto;
	width: 1000px;
	background-image: url(../images/layout/contentbg.jpg);
	background-repeat: repeat-y;
}

#header {
	background-image: url(../images/layout/home-header.jpg);
	background-repeat: no-repeat;
	height: 136px;
}

#login {
	padding: 56px 46px 0 0;
	float: right;
}

#loginbutton {
	background-image: url(../images/loginoff.jpg);
	background-repeat:no-repeat;
	height: 41px;
	width: 142px;
}

#loginbutton a {
	background-image: url(../images/loginoff.jpg);
	background-repeat:no-repeat;
	height: 41px;
	width: 142px;
	display: block;
}

#loginbutton a:hover {
	background-image: url(../images/loginon.jpg);
	background-repeat:no-repeat;
	height: 41px;
	width: 142px;
}

#banner {
	background-image: url(../images/layout/home-banner.jpg);
	background-repeat: no-repeat;
	height: 480px;
}

#navcontainer {
}

#home {
	background-image:url(../images/nav/homeoff.jpg);
	background-repeat: no-repeat;
	width: 41px;
	height: 96px;
}

#home a {
	background-image:url(../images/nav/homeoff.jpg);
	background-repeat: no-repeat;
	width: 41px;
	height: 96px;
	display: block;
}

#home a:hover, #home a.active {
	background-image:url(../images/nav/homeon.jpg);
	background-repeat: no-repeat;
	width: 41px;
	height: 96px;
}

#about {
	background-image:url(../images/nav/aboutoff.jpg);
	background-repeat: no-repeat;
	width: 41px;
	height: 94px;
}

#about a {
	background-image:url(../images/nav/aboutoff.jpg);
	background-repeat: no-repeat;
	width: 41px;
	height: 94px;
	display:block;
}

#about a:hover, #about a.active {
	background-image:url(../images/nav/abouton.jpg);
	background-repeat: no-repeat;
}

#services {
	background-image:url(../images/nav/servicesoff.jpg);
	background-repeat: no-repeat;
	width: 41px;
	height: 94px;
}

#services a {
	background-image:url(../images/nav/servicesoff.jpg);
	background-repeat: no-repeat;
	width: 41px;
	height: 94px;
	display: block;
}

#services a:hover, #services a.active {
	background-image:url(../images/nav/serviceson.jpg);
	background-repeat: no-repeat;
}

#mission {
	background-image:url(../images/nav/missionoff.jpg);
	background-repeat: no-repeat;
	width: 41px;
	height: 94px;
}

#mission a {
	background-image:url(../images/nav/missionoff.jpg);
	background-repeat: no-repeat;
	width: 41px;
	height: 94px;
	display: block;
}

#mission a:hover, #mission a.active {
	background-image:url(../images/nav/missionon.jpg);
	background-repeat: no-repeat;
}

#contact {
	background-image:url(../images/nav/contactoff.jpg);
	background-repeat: no-repeat;
	width: 41px;
	height: 96px;
}

#contact a {
	background-image:url(../images/nav/contactoff.jpg);
	background-repeat: no-repeat;
	width: 41px;
	height: 96px;
	display: block;
}

#contact a:hover, #contact a.active {
	background-image:url(../images/nav/contacton.jpg);
	background-repeat: no-repeat;
}

#content {
	background-image: url(../images/layout/headingbar.jpg);
	background-repeat: no-repeat;
	padding: 8px 0 10px 0;
}

#leftcol {
	width: 230px;
	float: left;
}

#serviceslist {
	padding: 0px;
	border-right: 2px solid #677d9a;
}

#leftcol ul {
	list-style: circle;
}

#leftcol ul li {
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	font-weight: bold;
	padding-bottom: 15px;
}

#leftcol ul li a {
	color: #FFF;
}

#leftcol ul li a:hover {
	color: #23353f;
}

#middlecol {
	width: 460px;
	padding-left: 20px;
	float: left;
}

#loginbox {
	width: 350px;
	height: 170px;
	padding-top: 25px;
	background-color: #fff;
	border: medium #586578 solid;
}

#widerightcol {
	width: 700px;
	padding-left: 15px;
	float: left;
}

#rightcol {
	width: 272px;
	padding: 0 0 0 0px;
	float: right;
}

#contactform {
	padding-left: 10px;
	border-left: 2px solid #677d9a;
}

#contentclear {
	height: 13px;
	clear: both;
}

#footer {
	background-image: url(../images/layout/footer.jpg);
	background-repeat: no-repeat;
	height: 43px;
	padding: 20px 0 0 0;
	clear: both;
}

#footerlinks a {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	margin: 0;
	padding: 0;
}

#footerlinks a:hover {
	color: #23353f;
}

/* --------------------------------------- Text Styles ---------------------------------------- */

.white {
	color: #fff;
}

.blue {
	color: #23353f;
}

p {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #fff;
	padding-top: 0px;
	margin-top: 0px;
}

a {
	font-family: "Times New Roman", Times, serif;
	color: #23353f;
	text-decoration: none;
}

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 25px;
	font-weight: normal;
	color: #cccab3;
	padding-top: 0px;
	margin-top: 0px;
}

h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #fff;
	margin: 0;
	padding: 0;
}

h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #fff;
	margin: 0;
	padding: 0;
}

