#center { /*This is what makes the website center in the window*/
	width:998px; /*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;
	background-color:#CFEFE0;/*#CCCCCC;*/
}

#header_container {
	width:998px;
	padding:0;
	margin:0;
	height:331px;
	text-align:center;
	background-image:url(../images/bg_header.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}

#menu_top {
	width:998px;
	padding:0;
	margin:0;
	float:left
}

#flash {
	width:998px;
	padding:51px 0 0 0;
	margin:0;
	float:left;
}

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

#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:998px;
	padding:0;
	margin:0;
	float:left;
	text-align:left;	
	background-image:url(../images/bg_main.jpg);
	background-position:top left;
	background-repeat:repeat-y;
}

#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:998px;
	padding:0;
	margin:0;
	float:left;
	background-image:url(../images/bg_background.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}

#main_left {
	width:261px;
	padding:0;
	margin:0;
	float:left;
	background-image:url(../images/bg_left.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	height:339px;
}

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

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

#main_middle {
	width:477px;
	padding:0;
	margin:0;
	float:left;
	background-image:url(../images/bg_content.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}

#main_content_text {
	width:457px;
	padding:10px;
	margin:0;
}

#main_right {
	width:260px;
	padding:17px 0 0 0;
	margin:0;
	float:left;
}

.right_buttons {
	width:235px;
	padding:15px 0 5px 25px;
	margin:0 0 22px 0;
	font-size:17px;
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
}

#right_load {
	background-image:url(../images/bg_loadboard.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	height:52px;
}

#right_request {
	background-image:url(../images/bg_request.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	height:54px;
}

#right_testimonials {
font-size:15px;
	background-image:url(../images/bg_testimonials.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	height:51px;
}

#right_text  {
	width:240px;
	padding:0 10px;
	margin:0;
	float:left;
}

.clr {
	clear:both;
}

#footer {
	width:998px;
	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;
	height:114px;
	background-image:url(../images/bg_footer.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	font-size:12px;
}

#footer_content {
	width:998px;
	padding:0 0 0 0;
	margin:0;
	font-weight:bold;
	text-align:center;
}

#footer_bottom {
	width:998px;
	padding:9px 0 0 0;
	margin:0;
	color:#FFFFFF;
	font-weight:bold;
}

#footer_menu {
	width:473px;
	padding:0 0 0 26px;
	margin:0;
	float:left;
}

#footer_copyright {
	width:473px;
	padding:0 26px 0 0;
	margin:0;
	text-align:right;
	float:left;
}

.footer_text {
	padding:0 15px 0 0;
	margin:0;
}

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

p {
	padding:9px 0;
}

h1 {
	padding:0 0 12px 0;
	font-size:24px;
	font-weight:bold;
	color:#666666;
}

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

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

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

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

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

a {
	color:#0000FF;
}

a:hover {
	color:#FF0000;
}


/*LIST STYLES*/

#content_container ul {
	padding:0;
	margin:0 0 0px 2px;
	/*list-style-image:url(../images/bullet_orange.jpg);*/
	list-style-type:none;
}

#main_content li {
	float:none;
	padding:0 0 6px 10px;
}

#main_content ul li a {
	PADDING:0;
	DISPLAY:inline;
	COLOR:#021756;
	TEXT-DECORATION:underline;
}

ol {
	padding-top:0;
	margin-top:3px;
}

ol li {
	padding-bottom:6px;
}

ol.long li {
	margin-bottom:12px;
}

blockquote {	
	margin-top:3px;
	padding-top:0;
}