@charset "UTF-8";
/** CSS RESET **/
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;
	}
:focus {
	outline: 0;
	}


/** GLOBAL STYLES **/
body {
	background-color: #FCFCFC;
	background:url(images/background.jpg) repeat-x;
	color: #1B1B1B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	line-height:18px;
	}
	a {color:#039;text-decoration:underline;}
	a:hover, a:focus {text-decoration:none;}
	p {padding:6px 4px;}
	h1 {color:#171717;font-size:24px;font-weight:bold;line-height:24px;padding-left:4px;margin-bottom:7px;}
	h2 {font-size:small; font-style:italic; text-transform:uppercase; margin-bottom:10px;}
	h3 {color:#5E5E5E;font-size:14px;font-weight:bold;padding-left:4px;}
	label span {width:80px;}

#container {margin:0 auto;width:960px;}
/** HOMEPAGE **/
#logo {
	float:left;
	margin:0px 0 15px 50px;
}
#navi {
	float:none;
	padding:17px 0 0 25px;
}
#featured {/*border-top:4px solid #CCC;*/}
.bucket {float:left;margin:20px;_margin:16px;width:280px;font-size:11px;}

/** STICKY FOOTER **/
html, body, #wrap {height: 100%;}

body > #wrap {height: auto; min-height: 100%;}

#container {padding-bottom: 100px;}  /* must be same height as the footer */

#footer {
	background: url(images/bgFooter.jpg) repeat-x;
	font-size:x-small;
	position: relative;
	margin-top: -100px; /* negative value of footer height */
	height: 100px;
	clear:both;} 
	#footerContent {margin:0 auto;width:950px;}
		#footerContent a {text-decoration:none;margin:0 4px;}
		#footerContent img {float:left;}
	.footerLoc {float:left;margin:40px 0 0 5px;}
		.footerLoc span {color:#615858;font-size:14px;font-weight:bold;margin:2px 8px;}
		.footerLoc span strong {color:#171717;}
	.footerLegal {float:left;text-align:right;margin:22px 0 0 0;width:515px;_width:505px;}
		.footerLegal img {}

/* NAVIGATION */

.menu {margin-top:20px;}

#nav, #nav ul {float:left;padding:0;margin:0;list-style: none;}
#nav a {display: block;font-weight:bold;font-weight:bold;font-size:18px;color:#525252;text-transform:uppercase;text-decoration:none;}
#nav li {float: left;width: auto;}
#nav span {padding:0 20px;}
#nav li ul li a {font-size:10px;padding:8px 5px;width:180px;margin:2px;}
#nav li ul li a:hover {color:#999;background:#CCC;color:#171717}
#nav li ul {position: absolute;width:194px;left: -999em;background:#FFF;border:2px solid #999;}
#nav li:hover ul {left: auto;}
#nav li:hover ul, #nav li.sfhover ul {left: auto;}

.current {color:#8F7F70;}


/* SUBPAGE STYLES */
.services, .leftContent, .mainContent {color:#5E5E5E;float:left;font-size:small;}
.services {width:185px;margin-top:15px;}
	.services li {list-style:none;text-align:right;line-height:30px;}
	.services li a {text-decoration:none;padding:0 0 2px 2px}
		.linkBlue {color:#6F8B8E;}
		.linkGreen {color:#808D71;}
		.linkOrange {color:#8F7F70;}
		.linkRed {color:#8C7176;}
		.linkCurrent {border-bottom:2px solid #CCC;border-left:4px solid #CCC;}
.leftContent {padding:20px;width:312px;}
	.leftContent img {float:left;margin:0px 10px 5px 1px;}
	.newsLinks {line-height:22px;padding:10px;}
	.mgmtColumns {float:left;width:235px;padding:0 14px;}
.mainContent, .mainContentFull, .mainContentContact {background:#FFF;border:2px solid #667988;border-bottom:7px solid #667988;padding:20px;width:359px;-moz-border-radius-topleft:20px;-moz-border-radius-bottomright:50px;border-top-left-radius: 20px;border-bottom-right-radius: 50px;-moz-box-shadow:rgba(0, 0, 0, 0.5) 5px 5px 5px;-webkit-box-shadow: rgba(0, 0, 0, 0.5) 5px 5px 5px;margin-bottom:20px;}
	.mainContent h2, .mainContentFull h2, .mainContentContact h2 {font-size:18px;font-weight:bold;text-transform:none; font-style:normal;}
	.mainContent li {margin:0 40px;}
	.mainContentFull {float:left;width:532px;}
	.mainContentContact {float:left;width:916px;}
		.floatLeft {
	float:left;
	margin:5px 20px 10px 1px;
}
	
.brdrBlue {border:2px solid #6F8B8E;border-bottom:7px solid #6F8B8E;}
.brdrGreen {border:2px solid #808D71;border-bottom:7px solid #808D71;}
.brdrOrange {border:2px solid #8F7F70;border-bottom:7px solid #8F7F70;}
.brdrRed {border:2px solid #8C7176;border-bottom:7px solid #8C7176;}
	
.clientColumns {float:left;width:150px;padding-left:25px;line-height:25px;}
	.clientColumns ul {margin-top:15px;}
	.clientColumns li {line-height:16px;list-style:none;margin-bottom:16px;}
	
.contactColumns {float:left;padding-left:27px;width:200px;}


/* CLEAR FIX*/
.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 */
	.headlineRed {
	color:#8C7176;
	font-size:16px;
	font-weight:bold;
	line-height:24px;
	padding-left:4px;
	margin-bottom:7px;
}
