#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;
}

#header_container {
	width:975px;
	padding:0;
	margin:0;
	height:308px;
	background-image:url(../images/bg_header.gif);
	background-position:top left;
	background-repeat:no-repeat;
}

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

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

#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;
	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;
	background-image:url(../images/bg_main.jpg);
	background-position:top left;
	background-repeat:repeat-y;
}

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



#left_container {
	width:330px;
	padding:14px 0 0 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;
}

#left_content_left {
	width:140px;
	padding:0 12px 0 29px;
	margin:0;
	float:left;
}

#left_content_right {
	width:140px;
	padding:0 8px 0 0;
	margin:0;
	float:left;
}

.left_newsletter {
	width:100px;
	padding:4px 0 5px 40px;
	margin:0 0 10px 0;
	height:16px;
	background-image:url(../images/bg_button_newsletter.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	color:#4C4040;
}

#left_signup {
	width:140px;
	padding:0;
	margin:0;
}

.left_menu_header {
	width:137px;
	text-transform:uppercase;
	color:#6E6567;
	border-bottom:1px #333333 dashed;
	padding:0;
	margin:0 0 0 3px;
}

.left_menu_content {
	width:140px;
	padding:0;
	margin:0;
}

#left_filters {
	width:140px;
	padding:10px 0 0 0;
	margin:0;
}

#left_filters select {
	border:1px #8F8A8B inset;
	color:#4C4040;
	background-color:#E1E2CF;
}

#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:645px;
	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:583px;
	padding:32px 30px 0 32px;/*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;
}


#home_content{
	float:left;
	width:493px;
	margin:0;
	padding:5px;

}

#awards{
	float:left;
	width:80px;
	margin:0;
	padding:18px 0 0 0;

}

.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:56px;
	background-image:url(../images/bg_footer.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	float:left;
}

#footer_left {
	width:300px;
	padding:7px 0 5px 29px;
	margin:0;
	float:left;
}

#footer_right {
	width:646px;
	padding:15px 0 0 0;
	margin:0;
	float:left;
	text-align:center;
	font-size:11px;
}

/*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:20px;
	font-weight:bold;
	color:#756D6E;
}

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

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

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

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

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

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

a {
	color:#0000FF;
}

a:hover {
	color:#CC0000;
}

.left_newsletter a {
	color:#3E3839;
	text-decoration:none;
}

#footer a {
	text-decoration:none;
}

#footer img {
	text-decoration:none;
	margin-left:6px;
}

/*LIST STYLES*/

#content_container ul {
	padding:0;
	margin:9px 0 0px 2px;
	list-style-type:disc;
}

#content_container li {
	float:none;
	padding:0 0 6px 15px;
	line-height:150%;
}

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

.required {
	color:#CC0000;
	padding-right:5px;
	font-size:14px;
}

.privacy {
	padding-left:20px;
}

.footer_text {
	color:#756D6E;
	text-decoration:underline;
	float:left;
	padding-top:8px;
}