#center { /*This is what makes the website center in the window*/
	width:975px; /*This needs to be the maximum width of the website. This is determined by the graphic.*/
	margin:0 auto;
	padding:0;
}

body {
	margin:0;/*This adds spacing around the entire website. If the design calls for there to be no spacing above the website the margin can be set at 0 */
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#4F5559;
	background-color:#FFFFFF;
}

#header_container {
	width:975px;
	padding:0;
	margin:0;
	height:149px;
	background-image:url(../images/bg_header_main.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}

#header_home {
	width:355px;
	padding:0;
	margin:0;
	float:left;
}

#header_home a {
	text-decoration:none;
}

#header_search {
	width:620px;
	padding:70px 0 0 0;
	margin:0;
	float:left;
}

#header_search form {
	padding:0;
	margin:0;
	text-align:right;
}


#menu { /*all other menu styles should be on the menu style sheet*/
	width:975px;
	padding:0 0 0 0;/*This positions the menu horizontally within the header div. This should not exceed the height of the div.*/
	margin:0;
	float:left !important;
	float:none;
}

#main {/*To add an expanding background for the whole site, even if it is just solid colors, add a repeating image to this div*/
	width:975px;
	padding:0;
	margin:0;
	background-color:#FFFFFF;
	text-align:left;
}

#main_bg {/*To add an expanding background for the whole site, even if it is just solid colors, add a repeating image to this div*/
	width:975px;
	padding:0;
	margin:0;
	float:left;
}

#main_content {/*This is the container that holds the left and middle divs. I used this to make positioning easier. If this were a two column layout we wouldn't need this.*/
	width:975px;
	padding:0;/*Change for positioning. Remember to adjust width accordingly.*/
	margin:0;
	float:left;
	/**/
}

#content_container {
	width:975px;
	padding:0;
	margin:0;
	background-color:#FFFFFF;
}

#content_header {
	width:975px;
	padding:0;
	margin:0;
	background-position:top left;
	background-repeat:no-repeat;
	float:left;
	height:81px;
}/*Specific content_header styles are in the unique stylesheet*/

#bread_crumb {
	width:955px;
	padding:10px 10px 0 10px;
	margin:0;
	float:left;
	font-size:11px;
	color:#000000;
}

#bread_crumb a {
	color:#000000;
	padding-right:10px;
}

#bread_crumb a:hover {
	color:#CC0000;
}

/*General Page Styles*/
#general_left {
	width:360px;
	padding:0;
	margin:0;
	float:left;
}

#general_left_content {
	width:330px;
	padding:10px 15px 10px 15px;
	margin:0;
	float:left;
}

#general_right {
	width:615px;
	padding:0;
	margin:0;
	float:left;
}

#general_right_content {
	width:585px;
	padding:10px 15px 10px 15px;
	margin:0;
	float:left;
}

/*Services Page Styles*/
#services_bg {
	width:975px;
	padding:10px 0 30px 0;
	margin:0;
	float:left;
	background-image:url(../images/bg_main.gif);
	background-position:top left;
	background-repeat:no-repeat;
}

#services_left_content {
	width:360px;
	padding:0;
	margin:0;
	float:left;
}

#services_left_image {
	width:342px;
	padding:0 0 0 18px;
	margin:0;
}

#services_middle_content {
	width:190px;
	padding:0;
	margin:0;
	float:left;
}

#services_middle_menu {
	width:190px;
	padding:0;
	margin:0;
}

#services_right_content {
	width:425px;
	padding:0;
	margin:0;
	float:left;
}

#right_content_text {
	width:405px;
	padding:0 10px 0 10px;
	margin:0;
	float:left;
}

#right_content_bottom_text {
	width:405px;
	padding:30px 10px 0 10px;
	margin:0;
	text-align:center;
	float:left;
}

/*Inside Service Pages*/

#services_left_caption {
	width:332px;
	padding:30px 10px 0 18px;
	margin:0;
}

#services_middle_round {
	width:190px;
	padding:20px 0 0 0;
	margin:0;
	text-align:center;
}

#services_middle_round a {
	font-weight:bold;
	text-decoration:none;
	font-size:13px;
}

#services_project_text {
	width:245px;
	padding:0;
	margin:0;
	text-align:left;
	float:left;
}

#services_project_image {
	width:160px;
	padding:0;
	margin:0;
	float:left;
}

#services_project_image img {
	padding:0;
	margin:0;
	border:0;
}

#project_specs {
	width:245px;
	padding:0;
	margin:0;
	float:left;
}

#more_link {
	width:245px;
	padding:15px 0 0 0;
	margin:0;
}

#more_link a {
	color:#9EA900;
	font-weight:bold;
	text-decoration:none;
}

#more_link a:hover {
	color:#002D62;
}

.clr {
	clear:both;
}

#footer {
	width:975px;
	padding:0;/*If you need to have more padding on the left or right remember to adjust the the width accordingly. (Subtract both left and right padding from width.*/
	margin:0;
	height:28px;
	background-image:url(../images/bg_footer.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	color:#002D62;
}

#footer_content {
	width:975px;
	padding:0;
	margin:0;
	text-align:center;
	font-size:12px;
	font-weight:bold;
}

/*General Styles*/
h1,h2,h3,h4,h5,h6,p {
	padding:0;
	margin:0;
}

p {
	padding:0 0 18px 0;
}

h1 {
	padding:0 0 12px 0;
	font-size:24px;
	font-weight:bold;
	color:#002D62;
}

h2 {
	padding:12px 0 9px 0;
	font-size:18px;
	font-weight:bold;
	color:#4F5559;
	
}

h3 {
	padding:0px 0 9px 0;
	font-size:16px;
	font-weight:bold;
	color:#002D62;
	
}

h3.project_head {
	font-size:16px;
	padding-bottom:30px;
	padding-left:10px;
	text-transform:uppercase;
}

h4 {
	padding:12px 0 6px 0;
	font-size:14px;
	font-weight:bold;
	color:#4F5559;
	
}

h5 {
	padding:12px 0 6px 0;
	font-size:13px;
	font-weight:bold;
	color:#002D62;
	
}

h6 {
	padding:6px 0 15px 0;
	font-size:12px;
	font-weight:bold;
	color:#002D62;
	
}

a {
	color:#002D62;
}

a:hover {
	color:#CC0000;
}

/*LIST STYLES*/

#content_container ul {
	padding:0;
	margin:9px 0 0 25px;
	list-style-type:disc;
}

#content_container li {
	float:none;
	padding:0 0 0 0;
	margin:0 0 10px 0;
}

#content_container ul li ul {
	display:block;
}

#content_container ul li a {
	PADDING:0;
	DISPLAY:inline;
	COLOR:#002D62;
	TEXT-DECORATION:underline;
}

ol {
	margin-top:0px;
	padding-top:0;
}

ol li {
	padding-top:0;
	margin-top:0;
	padding-bottom:0;
	margin-bottom:0;
}