#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:11px;
	background-color:#013600;/*#006056;/*#A9B5C0*/
}

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

#header_top {
	width:975px;
	padding:0;
	margin:0;
}

#header_left {
	width:247px;
	padding:0;
	margin:0;
	float:left;
}

#header_logo {
	width:247px;
	padding:0;
	margin:0;
}


#header_right {
	width:728px;
	padding:0;
	margin:0;
	float:left;
}

#header_address {
	width:728px;
	padding:0;
	margin:0;
}

#address {
	width:538px;
	padding:70px 0 0 190px;
	margin:0;
	text-align:left;
	color:#023401;
	font-size:14px;
	font-style:italic;
}

.address_bullet {
	padding:0 3px;
}

#header_bottom {
	width:975px;
	padding:0;
	margin:0;
}

#menu { /*all other menu styles should be on the menu style sheet*/
	width:975px;
	padding:0;/*This positions the menu horizontally within the header div. This should not exceed the height of the div.*/
	margin:0;
}

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

#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_top.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}

#main_repeat {
	width:975px;
	padding:0;
	margin:0;
	float:left;
	background-image:url(../images/bg_repeat.jpg);
	background-position:top left;
	background-repeat:repeat-y;
}

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

#main_flash {
	width:335px;
	padding:0;
	margin:0;
	float:left;
}

#left_address {
	width:318px;
	padding:18px 0 0 17px;
	margin:0;
	color:#FFFFFF;
	font-size:13px;
}

#left_container {
	width:178px;
	padding:13px 157px 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_news {
	width:318px;
	padding:18px 0 0 17px;
	margin:0;
}

#marqueecontainer {
	position: relative;
	width:150px; /*marquee width */
	height:200px; /*marquee height */
	/*background-color: white;*/
	overflow:hidden;
	padding:2px 0 2px 4px;
	color:#FFFFFF;
}

body#home #marqueecontainer {
	height:75px; /*marquee height */
}

#marqueecontainer h1,
#marqueecontainer h2,
#marqueecontainer h3,
#marqueecontainer h4,
#marqueecontainer h5,
#marqueecontainer h6 {
	color:#FFFFFF;
}

#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:640px;
	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:557px;
	padding:60px 10px 10px 73px;/*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-column{
	width:279px;
	float:left;
	margin:0;
	padding:0px
}

.right-column{
	float:left;
	width:278px;
	margin:0;
	padding:0px
}

.clr {
	clear:both;
}

#footer {
	width:975px;
	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;
	/*background-image:url(../images/bg_repeat.jpg);
	background-position:top left;
	background-repeat:repeat-y;*/
	text-align:center;
}

#footer_content {
	width:797px;
	padding:5px 0 5px 178px;
	margin:0;
	text-align:center;
	font-size:11px;
}

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

p {
	padding:9px 0;
}

p.exec-list {
	padding:10px 0 0 10px;
}

p.home-short {
	padding:6px 0 0 0;
}

h1 {
	padding:0 0 8px 0;
	font-size:20px;
	font-weight:bold;
	color:#666666;
	font-family:Georgia, "Times New Roman", Times, serif;
}

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

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

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

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

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

a {
	color:#0000FF;
}

a:hover {
	color:#FF0000;
}

/*ul {
	padding-top:3px;
	padding-bottom:9px;
	margin-top:0;
	margin-bottom:0;
}

li {
	padding-bottom:6px;
}*/


/*LIST STYLES*/

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

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

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

#content_container ul li ol {
	list-style-type:disc;
	margin:5px 0 10px 10px;
}

#home_content ul {
	margin:0 0 0 8px;
	list-style-type:disc;
}

#home_content ul li {
	margin:0 0 0 8px;
}