/* @group resets and clearfix */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/*inline clearing div*/
.clear {
  overflow: hidden;
	clear:both;
	height:0;
	margin:0;
	font-size: 1px;
	line-height: 0;
}

/*clearing class*/

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* @end */

/* @group layout styles */

html {
	text-align: center;
}

body {
	width: 850px;
	text-align: left;
	margin: 0 auto;
}

.header {
	height: 157px;
	background: url(../images/header-background.png) no-repeat left bottom;
	margin-top: 10px;
}

.lefthead {
	float: left;
	display: inline;
	width: 571px;
	padding-left: 0px;
	margin-left: 0px;
}
.headtag {
	float: left;
	display: inline;
	margin-top: 30px;
	height: 101px;
}

.coupon {
	margin-top: 30px;
	margin-left: 1px;
	display: inline;
}

.contentwrapper {
	background: url(../images/content-back.png) repeat-y left top;
	padding-left: 31px;
	padding-right: 31px;
}

.contentfooter {
	background: url(../images/content-footer.gif) no-repeat 0 bottom;
}
.contenthead {
	float: left;
	height: 66px;
	width: 624px;
}

.content {
	float: left;
	width: 357px;
	border-top: 1px solid #ccc;
	padding-left: 18px;
	padding-right: 17px;
	padding-top: 15px;
	padding-bottom: 80px;
}

.listleft {
	width: 170px;
	padding-top: 0;
	margin-top: 0;
	float: left;
	clear: left;
}

.listright {
	width: 170px;
	padding-left: 16px;
	padding-top: 0;
	margin-top: 0;
	float: left;
}

img.rightbar {
	float: left;
	border-left: 1px solid #ccc;
}

.callout {
	text-transform: uppercase;
	font: 13px/28px Arial, Helvetica, Geneva, sans-serif;
	text-align: center;
	background-color: #999;
	color: #fff;
	text-shadow: #444 0 -2px 3px;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	padding-top: 2px;
	clear: both;
}

.footer {
	height: 114px;
	background: url(../images/footer-back.png) no-repeat left top;
	padding-left: 170px;
	padding-top: 12px;
	font-size: 14px;
}

.address {
	width: 200px;
	color: #fff;
	float: left;
}

.city {
	font: bold 14px "Times New Roman", Times, serif;
	text-transform: uppercase;
}

.street {
	font: 12px Arial, Helvetica, Geneva, sans-serif;
}

.phone {
	font: bold 15px "Times New Roman", Times, serif;
}
.locations {
	color: #fff;
	font: bold 12px "Times New Roman", Times, serif;
	text-transform: uppercase;
	padding-top: 7px;
	display: inline-block;
	clear: left;
}
/* @end */

/* @group navigation */

/* @group left navigation */

#leftnav {
	border-right: 1px solid #ccc;
	width: 150px;
	float: left;
	margin-top: 38px;
	padding-bottom: 80px;
}
#leftnav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#leftnav ul li {
	background: url(../images/leftnav-back.png) no-repeat center top;
	width: 150px;
}

#leftnav a {
	display: block;
	color: #fff;
	background: url(../images/leftnav-tab.png) no-repeat scroll center bottom;
	width: 126px;
	text-align: center;
	text-decoration: none;
	font: 14px Arial, Helvetica, Geneva, sans-serif;
	margin: 0 auto;
	padding-top: 10px;
	padding-bottom: 2px;
}

#leftnav a:hover {
	background: url(../images/leftnav-tab-active.png) no-repeat scroll center bottom;
}

#leftnav ul ul li {
	background-image: none;
	border-bottom: 1px solid #ccc;
}

#leftnav ul ul li a {
	background-image: none;
	color: #333;
	font-size: 11px;
	text-align: left;
	padding-left: 15px;
	padding-top: 4px;
	padding-bottom: 4px;
	margin: 0;
	width: 135px;
	display: block;
}

#leftnav ul ul li a.current {
	background-color: #ccc;
}

#leftnav ul ul li a.current:hover {
	background-color: #ccc;
}

#leftnav ul ul li a:hover {
	background-color: #e6e5e5;
	background-image: none;
}

#leftnav blockquote {
	color: #245897;
	text-align: center;
	font: italic 12px Georgia, "Times New Roman", Times, serif;
	padding-right: 7px;
	padding-left: 7px;
	display: block;
	width: 136px;
	margin: 0;
	padding-top: 30px;
}

#leftnav cite {
	float: right;
}

#leftnav a.sidebar  {
	color: #245897;
	font: italic bold 9px Georgia, "Times New Roman", Times, serif;
	background-image: none;
	width: 150px;
	margin: 0;
	padding-top: 10px;
	clear: right;
	text-decoration: underline;
	text-transform: uppercase;
}

#leftnav a:hover.sidebar {
	text-decoration: none;
	background-image: none;
}

/* @end */
.topnav {
	height: 24px;
	float: left;
	padding-left: 45px;
	margin-top: 1px;
	display: block;
}
.topnav ul {
	height: 24px;
	margin: 0;
	width: 526px;
	float: left;
}

.topnav ul li {
	display: inline;
	text-align: center;
	margin: 0;
	float: left;
}

.topnav li.about {
	width: 121px;
	border-right: 1px solid #fff;
}

.topnav li.system {
	width: 136px;
	border-right: 1px solid #fff;
}

.topnav li.employment {
	width: 110px;
	border-right: 1px solid #fff;
}

.topnav li.community {
	width: 156px;
}

.topnav a {
	display: block;
	font: bold 11px/24px Arial, Helvetica, Geneva, sans-serif;
	text-decoration: none;
	color: #fff;
	background: url(../images/topnav-back.png) repeat-x left top;
}

.topnav a:hover {
	text-decoration: underline;
	color: #eee;
}

.topnav a.current {
	text-decoration: underline;
	color: #eee;
}

.content a {
	color: #333;
	font: 12px/21px Arial, Helvetica, Geneva, sans-serif;
}

.content a:hover {
	text-decoration: none;
}

.contenthead img {
	float: left;
	display: inline-block;
	padding-right: 1px;
	margin-left: -1px;
}

a.button {
	float: left;
	background: url(../images/button-r.png) no-repeat scroll right top;
	display: block;
	height: 36px;
	padding-right: 44px;
	padding-top: 0;
	color: #000;
	text-decoration: none;
	font: 14px "Times New Roman", Times, serif;
	padding-left: 0;
	margin-top: 30px;
}

a.button span {
	display: block;
	line-height: 28px;
	padding-left: 54px;
	padding-top: 8px;
	background: url(../images/button-l.png) no-repeat scroll left top;
}

a.button:hover span {
	text-decoration: underline;
}

a.bodybutton {
    background: url(../images/button-right.png) no-repeat scroll top right; 
	display: block;
	float: left;
	height: 30px;
	padding-right: 11px;
	text-decoration: none;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	margin-left: 30px;
	margin-top: 16px;
}
a.bodybutton span {
	background: url(../images/button-left.png) no-repeat scroll left top; 
	display: block;
	line-height: 30px;
	padding-right: 0;
	padding-left: 11px;
}

a.bodybutton:hover span{
	text-decoration:underline;
}


/* @end */

/* @group text styles */

h1 {
	display: inline;
	width: 162px;
	height: 131px;
	text-indent: -9999px;
	margin: 0 0 0 39px;
	float: left;
	background: url(../images/header-logo2.png) no-repeat;
}

.header h1 a {
	display: inline;
	text-indent: -9999px;
	height: 131px;
	width: 162px;
	float: left;
}

h2 {
	color: #245897;
	font: 15px Arial, Helvetica, Geneva, sans-serif;
	padding-bottom: 10px;
}

.content p {
	font: 13px/15px Arial, Helvetica, Geneva, sans-serif;
	padding-bottom: 10px;
}

p.blue {
	color: #245897;
	font: italic 12px/15px Arial, Helvetica, Geneva, sans-serif;
	padding-bottom: 20px;
}
.listitle {
	text-transform: uppercase;
}
.listitle a {
	color: #245897;
	font: 15px Arial, Helvetica, Geneva, sans-serif;
	text-decoration: none;
}

.listitle a:hover {
	text-decoration: underline;
}

.space {
	padding-top: 18px;
}

.listitleital a {
	font-style: italic;
}

ul.textlist {
	font: 13px/15px Arial, Helvetica, Geneva, sans-serif;
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 20px;
	padding-bottom: 10px;
}

span.right {
	display: inline-block;
	float: right;
	padding-top: 5px;
	padding-right: 5px;
}

.left {
	float: left;
}

span.red {
	color: red;
}
/* @end */

/* @group Form Styles */

form#marginForm {
	padding-bottom: 75px;
	clear: both;
}
#marginForm fieldset{
	color: #245897;
	display: block;
	border: 0 solid #FFFFFF;
	font: .7em Arial, Helvetica, Geneva, sans-serif;
	padding-right: 1em;
	padding-top: 0;
	padding-left: 0;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
}

#marginForm fieldset.radio{
	margin: 0 0 0 -1em;
	border: 0 solid #FFFFFF;
}

#marginForm fieldset.radio input{
	position: relative;
	clear: both;
	float: left;
}

#marginForm fieldset.radio label{
	position: relative;
	top: -1.25em;
	display: inline;
	width: auto;
	margin: 0 0 0 8em;
	font-weight: bold;
	font-weight: normal;
}

#marginForm fieldset.radio legend{
	float: left;
	font-weight: bold;
}

#marginForm input{
	position: relative;
	left: 9em;
	display: block;
	top: -1.5em;
	width: 199px;
}

#marginForm fieldset.radio input.submit {
	position: relative;
	display: block;
	left: 10em;
}

#marginForm textarea{
	position: relative;
	left: 9em;
	display: block;
	top: -1.7em;
	width: 203px;
	height: 146px;
}

#marginForm input.submit{
	clear: both;
	top: 0;
}

#marginForm label{
	clear: both;
	float: left;
	display: block;
	width: 9em;
	font-weight: bold;
	margin-top: -.9em;
}

#marginForm label.first{
	margin-top: 1em;
}

#marginForm select{
	position: relative;
	top: -1.5em;
	left: 9em;
	display: block;
}

#message {
	padding-top: 15px;
	font: bold 12px Arial, Helvetica, Geneva, sans-serif;
	color: #245897;
	display: block;
}
p.bigred {
	font: bold 13px Arial, Helvetica, Geneva, sans-serif;
	color: #fff;
	background-color: red;
	text-align: center;
	margin-top: .5em;
	padding: .5em;
	margin-left: 7.5em;
	margin-right: 4em;
}



/* @end */

