@charset "utf-8";
/* CSS Document */

/* reset browser*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}

caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
:focus { 
	outline: 0;
}
html { 
	min-height: 100.2%;
	}
.clearit {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
	display: block;
	visibility: hidden;
	}
	
	
/* LAYOUT */

#container {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	z-index: 2;
	width: 980px;
	padding-top: 30px;
	padding-bottom: 30px;
	background-image: url(../images/banner01.png);
	background-repeat: no-repeat;
	background-position: bottom;
}

#homeBanner {
	height: 390px;
	width: 980px;
}
.altContent {
	height: 390px;
	width: 980px;
}
.altContent li {
	background-image: url(../images/bullet_large.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 5px;
	height: 20px;
	padding-left: 25px;
	list-style-type: none;
}
.altBullets a:link, .altBullets a:visited, .altBullets a:active {
	color: #FFFFFF;
}
.altBullets a:hover {
	color: #003366;
}



#homeHeader {
	padding-top: 30px;
	padding-bottom: 0px;
}
#features {
	font-size: 14px;
	line-height: 18px;
	padding: 30px;
}
#feature_community {
	float: left;
	width: 240px;
	margin-right: 20px;
	height: 100px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	padding-right: 10px;
}
#feature_home {
	float: left;
	width: 200px;
	margin-right: 20px;
	height: 100px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	padding-right: 10px;
}
#feature_work {
	float: left;
	width: 200px;
	margin-right: 20px;
	height: 100px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	padding-right: 10px;
}
#feature_other {
	float: left;
	height: 100px;
	width: 180px;
	font-size: 11px;
	line-height: normal;
}

#content {
	background-color: #FFFFFF;
	height: 100%;
}
#contentTop {
	background-image: url(../images/corners_top.png);
	background-repeat: no-repeat;
	height: 10px;
	margin: 0px;
	padding: 0px;
	width: 980px;
}
#centerColumn {
	float: right;
	width: 700px;
	margin-bottom: 30px;
	padding-right: 50px;
}
#footer {
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 40px;
	padding-left: 30px;
	color: #999999;
	font-size: 10px;
	margin-top: -1px;
}

/* navigation */

a:link, a:visited, a:active {
	color: #0099CC;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #003366;
}
#utilityNav {
	color: #497CA8;
}
#utilityNav a:link, #utilityNav a:visited, #utilityNav a:active {
	color: #FFCC00;
	text-decoration: none;
	margin-right: 5px;
	margin-left: 5px;
	font-size: 11px;
}
#utilityNav a:hover {
	color: #FFFFFF;
}
#searchform {
	width: 200px;
}

#mainNav{
	float: right;
	width: 710px;
}
#mainNav ul{}
#mainNav li{
	float: left;
	list-style-type: none;
	}
#navlist {
	width: 750px;
}
#navlist a:link, #navlist a:visited, #navlist a:active {
	display: block;
	padding-top: 8px;
	padding-right: 20px;
	padding-bottom: 8px;
	padding-left: 20px;
	display: block;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 12px;
	text-decoration: none;
	background-color: #003366;
}
#navlist a:hover {
	background-color: #FFA600;
}
#crumbs {
	font-size: 10px;
	margin-right: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E9E9E9;
	margin-left: 20px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

#leftColumn {
	width: 200px;
	float: left;
	margin-bottom: 40px;
}
#leftNav {
	width: 200px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
#leftNav li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	display: block;
	list-style-type: none;
}
#leftNav li a:link, #leftNav li a:visited, #leftNav li a:active {
	color: #0099CC;
	font-size: 12px;
	display: block;
	padding-left: 28px;
	padding-top: 4px;
	padding-bottom: 5px;
}
#leftNav li a:hover {
	background-image: url(../images/bullet.png);
	background-repeat: no-repeat;
	background-position: 7px 6px;
	color: #003366;
	background-color: #EEEEEE;
}
/*#leftNav a.current {
	background-image: url(../images/bullet.png);
	background-repeat: no-repeat;
	background-position: 7px 6px;
}
*/
#leftNav a.current {
	background-color: #EEEEEE;
}

/*#leftNav ul ul {
	padding-bottom: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
#leftNav li li {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: none;
}
#leftNav li li a:link, #leftNav li li a:visited, #leftNav li li a:active {
	font-size: 11px;
	line-height: 16px;
	color: #730A20;
	text-transform: none;
}
#leftNav li li a:hover {
	background-image: url(../images/bullet_greyArrow.png);
	color: #999999;
	background-repeat: no-repeat;
	background-position: 18px 5px;
}
*/
#footer a:link, #footer a:visited, #footer a:active  {
	color: #CB9903;
	text-decoration: none;
}
#footer a:hover {
	color: #999999;
}

/* Text */

body {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #666666;
	background-attachment: scroll;
	background-image: url(../images/back_main.png);
	background-repeat: repeat-x;
	background-position: left top;
}
.phone {
	color: #FFFFFF;
	font-size: 20px;
}
#centerColumn p {
	margin-bottom: 10px;
}
#centerColumn ul, #centerColumn ol {
	margin-bottom: 15px;
	margin-left: 15px;
}
#features p {
	margin-bottom: 9px;
}
#pageTitle {
	font-size: 26px;
	color: #006699;
	padding-top: 60px;
	padding-left: 230px;
	padding-bottom: 60px;
}
#pageTitle.section {
	text-transform: uppercase;
	color: #003366;
}
h1 {
	font-size: 14px;
	color: #333333;
	font-family: Tahoma, "Trebuchet MS", Verdana, Arial;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 5px;
}
h2 {
	font-size: 14px;
	color: #333333;
	margin-bottom: 5px;
	margin-top: 20px;
}
h3 {
	font-weight: bold;
	color: #666666;
	margin-top: 20px;
	margin-bottom: 5px;
}
h4 {
	font-size: 11px;
	text-transform: uppercase;
	margin-top: 10px;
	margin-bottom: 5px;
}
h5 {
	font-style: italic;
	margin-top: 20px;
	margin-bottom: 0px;
}
.introText {
	font-size: 16px;
	color: #8C8C8C;
	line-height: 22px;
	padding-bottom: 15px;
}
.small {
	font-size: 10px;
	text-transform: uppercase;
	background-image: url(../images/arrow_lightblue.png);
	background-repeat: no-repeat;
	background-position: 35px 6px;
}
.form {
	background-color: #EEEEEE;
	border: 1px solid #CCCCCC;
	margin-bottom: 20px;
	padding: 15px;
	font-size: 11px;
}
