#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:0px;
}

#wrapper {
	width:940px;
	padding:0px 17px 0px 18px;
	background:#eaebec;
	float:left;
}

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:Verdana, Geneva, sans-serif;
	font-size:12px;
	background-color:#333;
}

#header_container {
	width:940px;
	padding:0;
	margin:0;
	height:115px;
	text-align:center;
	background:url(../images/header.jpg) no-repeat;
}

#logo {
	float:left;
	width:184px;
	height:115px;
	cursor:pointer;
	padding:0px;
	margin:0px;
}

#menu { /*all other menu styles should be on the menu style sheet*/
	float:left;
	width:756px;
	padding:0;/*This positions the menu horizontally within the header div. This should not exceed the height of the div.*/
	margin:0;
	font-weight:bold;
	color:#FFFFFF;
}

#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:940px;
	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:940px;
	padding:0;
	margin:0;
	float:left;
	background-color:#FFFFFF;
	background-image:url(../images/bg_main.gif);
	background-position:top left;
	background-repeat:repeat-y;
}

#main_left {
	width:184px;
	padding:0;
	margin:0;
	float:left;
}

#left_container {
	width:184px;
	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;
}

#addthis {
	width:184px;
	padding:10px 0;
	margin:0;
	text-align:center;
}

#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:756px;
	padding:0;/*Change for positioning. Remember to adjust width accordingly.*/
	margin:0;
	float:left;
}

#content_container {/*The width, padding, margin, and border should equal the width of the middle container div.*/
	width:744px;
	padding:1px 6px 6px 6px;/*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;
	color:#484849;
}

#content_body {
	padding:0px 60px;
}

.clr {
	clear:both;
}

#footer {
	width:940px;
	padding:0px;/*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;
	float:left;
}

#footer_content {
	width:940px;
	padding:3px 0 3px 0;
	margin:0;
	text-align:right;
	font-size:11px;
}

/*General Styles*/
h1,h2,h3,h4,h5,h6,p {
	padding:0;
	margin:0;
}

p {
	padding:9px 0;
}

#content_body p {
	line-height:160%;
	padding:9px 0;
}

h1 {
	padding:0 0 12px 0;
	font-size:34px;
	font-weight:normal;
	color:#003e74;
}

h2 {
	padding:12px 0 9px 0;
	font-size:22px;
	font-weight:normal;
	color:#929395;
	
}

h3 {
	padding:12px 0 9px 0;
	font-size:22px;
	font-weight:bold;
	color:#000000;
	
}

h4 {
	padding:12px 0 6px 0;
	font-size:14px;
	font-weight:bold;
	color:#929395;
	
}

h5 {
	padding:12px 0 6px 0;
	font-size:14px;
	font-weight:bold;
	color:#000000;
	
}

h6 {
	padding:12px 0 3px 0;
	font-style:italic;
	font-size:12px;
	font-weight:bold;
	color:#003e74;
	
}

a {
	color:#003E74;
}

a:hover {
	color:#CC0000;
}

/* This makes PNG's work in IE6 */

img, div { 
	behavior:url(png/iepngfix.htc);
}

.phone-num {
	font-size:18px;
	font-weight:bold;
	color:#FFF;
	text-align:center;
}

.quote-image {
	padding:5px 0px 25px 13px;
}

.image-header {
	padding-bottom:10px;
}

.page-image-right {
	float:right;
	padding:0px 0px 10px 10px;
}

.page-image-left {
	float:left;
	padding:0px 10px 10px 0px;
}