/* 
	Colors
	light grey: #C2C2C2
	light light grey (content bg); #F6F6F6;
	border grey: #D2D2D2;
        light blue: #4A79A5;
*/
	
/* Compatibility fix, margin and padding clearer */

body, h1, h2, h3, h4, form, p, a, a:hover {
	/*padding: 0;*/
	margin: 0;
	border: 0;
	/*list-style-type: none;*/
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
	}
	
body {
	background: url('../images/contentwrapperbg.gif') repeat-y center center;
	}
	
div#floatclearer {
	clear: both;
	height: 20px;
	color: white;
	}
	
div#contentwrapper a:hover {
	text-decoration: underline;
	}
	
/* font content formatting */

h1, h2, h3, h4 {
	font-family: 'Trebuchet MS', sans-serif;
	}
	
h1, h2 {
	font-size: 24px;
	}
	
h3 {
	font-size: 18px;
	color: #454545;
	font-weight: lighter;
	}
	
/* styling for anything in the masthead div */

div#mastheadwrapper {
	background: #4A79A5;
	color: white;
	}
	

div#masthead {
	width: 785px;
	margin: 0 auto;
	height: 125px;
	}
	
div#masthead h1 {
	font-size: 32px;
	font-weight: lighter;
	padding-top: 10px;
	}
	
div#masthead ul#smallnav {
	float: right;
	margin-top: 5px;
	list-style-type: none;
	}
	
div#masthead ul#smallnav li {
	float: left;
	padding-left: 5px;
	color: #C2C2C2;
	}
	
div#masthead ul#smallnav li a {
	color: #C2C2C2;
	font-weight: bold;
	}
	
div#masthead ul#smallnav li a:hover {
	color: white;
	}
	
div#masthead p.slogan {
	float: right;
	clear: right;
	margin-top: 5px;
	font-weight: bold;
	}
	
div#masthead p.slogan a {
	color: white;
	}
	
div#masthead ul#topnavigation {
	float: left;
	margin-top: 28px;
        padding:0;
	}
	
div#masthead ul#topnavigation li {
	float: left;
	background: #4A79A5;
	text-align: center;
	font: bold 14px 'Trebuchet MS';
        list-style-type: none;
        padding:0;
	}
	
div#masthead ul#topnavigation li a {
	width: 85px;
	height: 19px;
	display: block;
	background: url('../images/mainnav.gif') no-repeat top left;
	padding-top: 5px;
	color: black;
	}
	
body.home div#masthead ul#topnavigation li.home a {
	background: url('../images/mainnavcurrent.gif') no-repeat top left;
	color: black;
	}
	
div#masthead ul#topnavigation li a:hover {
	background: url('../images/mainnavhover.gif') no-repeat top left;
	color: white;
	}
	
div#masthead div#searchbar {
	float: right;
	clear: right;
	width: 196px;
	height: 28px;
	background: #4A79A5 url('../images/searchbar.gif') no-repeat top left;
	margin-top: 24px;
	}
	
div#masthead div#searchbar input {
	float: left;
	margin: 5px 0 0 10px;
	border: 1px solid #D2D2D2;
	}
	
div#masthead div#searchbar input.button {
	float: right;
	margin: 3px 5px 0 0;
	width: 60px;
	height: 22px;
	border: 0;
	background: blue url('../images/searchbutton.gif') no-repeat top left;
	color: white;
	font-weight: bold;
	padding-bottom: 3px;
	}
	
div#masthead h3 {
	color: #C2C2C2;
	}
	
/* main content formatting */

div#contentwrapper {
	width: 755px;
	margin: 0 auto;
	padding-top: 20px;
	}
	
div#maincontent {
	float: left;
	background: #F8F8F8 url('../images/maincontentbg.gif') repeat-y top left;
	width: 485px;
	}
	
div#maincontent .first {
	background: url('../images/maincontenttopbg.gif') no-repeat top left;
	}
	
div#maincontent .last {
	background: url('../images/maincontentbottombg.gif') no-repeat bottom left;
	}
	
div#contentwrapper p {
	line-height: 1.2em;
	}
	
/* subcontent formatting */

div#subcontent {
	float: right;
        margin-bottom: 20px;
	width: 252px;
	}

div#subcontent div#toplineright{
	margin: 0 0 5px 0;
	padding: 0;
	}

div#subcontent .box {
	background: url('../images/subcontentbg.gif') repeat-y top left;
	margin: 0;
	}
div#subcontent input {
	margin: 0;
	margin-left: 10px;
	}

/*
div#subcontent p {
	padding: 0;
	padding-left: 10px;
	clear: left;
	background: url('../images/subcontentbg.gif') repeat-y top left;
	}
div#subcontent form, div#subcontent div#links {
	margin-bottom: 20px;
	width: 252px;
	background: url('../images/subcontentbg.gif') repeat-y top left;
	}
#loginform {
        background: url('../images/subcontentbg.gif') repeat-y top left;
        {

*/
ul#subnav {
	list-style-type: none;
        /*background: url('../images/subcontentbg.gif') repeat-y top left;
	margin-left: 50px;
	line-height: 12px;
	padding-bottom: 12px;*/
	padding-left: 10px;
        }


div#subcontent form input {
	border: 1px solid #D2D2D2;
	}
	
div#subcontent form input.button {
	border: 0;
	background: url('../images/loginbutton.gif') no-repeat top left;
	float: right;
	margin-right: 5px;
	padding-bottom: 3px;
	height: 22px;
	width: 59px;
	font-weight: bold;
	color: white;
	}
	
div#subcontent form p.login {
	width: 200px;
	padding-left: 30px;
	height: 30px;
	line-height: 15px;
	}
	
div#subcontent form p strong {
	float: left;
	clear: left;
	}
	
div#subcontent form p input {
	float: right;
	clear: right;
	}
	
div#subcontent h2 {
	padding-bottom: 10px;
	}
	
div#subcontent .first {
	background: url('../images/subcontenttopbg.gif') no-repeat top left;
	}
	
div#subcontent .last {
	background: url('../images/subcontentbottombg.gif') no-repeat bottom left;
        margin-bottom: 25px;
	}
	
div#subcontent p.forgotpass {
	float: left;
	}
	
/*
div#subcontent ul li {
	list-style-image: url('../images/listdot.gif');
	margin-left: 50px;
	line-height: 12px;
	padding-bottom: 12px;
	padding-left: 5px;
	}
	

div#subcontent p.last, div#subcontent div#links p.last {
	color: white;
	height: 10px;
	padding: 0;
	}
*/	
div#subcontent div#links p {
	padding: 10px 10px;
	}
	

/* site wide content formatting */

#breadcrumb {
        background: #fff;
        background-image:none;
        padding-bottom: 5px;
        }

a {
        color: #4A79A5;
}	
h1, h2 {
	padding-top: 5px;
	padding-left: 10px;
	}
	
h3 {
	padding-left: 10px;
	}
	
p {
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	}
	
	
div#footer {
	clear: both;
	border-top: 1px solid #D2D2D2;
	}
	
div#footer p {
	float: left;
	}
	
div#footer p.right {
	float: right;
	}
	
	

















































/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

