/* CSS Document */

/* Zero down margin and paddin on all elements */
* {
  margin: 0;
  padding: 0;
}

body {
	font: 62.5%/1.6 Geneva, Arial, Helvetica, sans-serif;
	background-image: url(images/body_bg.gif);
}

h1 {
  font-size: 1.5em;
  font-weight: normal;
  color: #3F5F3F;
  padding: 3px 25px;
  border-bottom: thin;
  border-bottom-style: solid;
  border-bottom-color: #A4D39A;
}

h2 {
  font-size: 1.3em;
  font-weight: normal;
}


h1, h2 {
  margin-bottom: .2em 0;
}

p {
  
 font-size: 1.4em;
 margin: 0 0 12px 0;
}


#branding {
  height: 179px;
  background-image: url(images/masthead.jpg);
  background-repeat: no-repeat;
}
	
#mainNav {
  list-style: none;
  background-image: url(images/menu_bg.jpg);
  height: 37px;
}

#image_holder {
  background-image: url(images/pictureholder.jpg);
  height: 315px;
}

#divider {
  background-image: url(images/divider.jpg);
  background-repeat: no-repeat;
  height: 22px;
}

#section {
  background: url(images/section_bg.jpg) no-repeat;
  height: 44px;
}

#main_area {
  background-image: url(images/bg_repeat.jpg);
}


/* The Core 
================================= */


#wrapper {
  width: 788px; 
  margin: 10px auto 0 auto; 
  text-align: left;
  background: #fff;
}

#main_area p {
  font-size: 1.2em;
  padding: 5px 25px;
}


#main_area td {
  font-size: 1.2em;
}

#mainNav li { 
 font-size: 12px;
 color: #FFFFFF;
} 

/** Left Floats **/

.page_lists {
  float: left;
  margin: 5px 20px 5px 12px;
  width: 245px;
  padding: 10px;
  background-color: #99CC99;
}

.page_lists ul {
  margin: 0;
  padding: 0;
  font-size: 1.1em;
  list-style-image: url(images/bullet.gif);
  list-style-position: inside;
}

.page_lists_lar {
  float: left;
  margin: 5px 20px 5px 12px;
  width: 245px;
  padding: 10px;
  background-color: #99CC99;
}

.page_lists_lar ul {
  margin: 0;
  padding: 0;
  font-size: 1.1em;
  list-style-image: url(images/bullet.gif);
  list-style-position: inside;
}

.page_lists_right {
  float: right;
  margin: 5px 20px 5px 25px;
  width: 245px;
  padding: 10px;
  background-color: #99CC99;
}

.page_lists_right ul {
  margin: 0;
  padding: 0;
  font-size: 1.1em;
  list-style-image: url(images/bullet.gif);
  list-style-position: inside;
}




/** Navigation **/
#mainNav ul {
	margin: 0 0 0 90px;
	padding: 0;
	list-style: none;
	height: 37px;
	background-repeat: no-repeat;

}

#mainNav ul li {
	float: left;
	text-align: center;
	
}


#mainNav ul a {
	display: block;
	color: #330000;
	padding: 0 23px;
	line-height: 36px;
	background: url(images/bg_nav.gif) no-repeat;
	text-decoration: none;
}

#mainNav ul a:hover {
	background: url(images/bg_nav_ov.gif) no-repeat;
	color: #660000;
}




#footer { 
  background: url(images/footer.jpg) no-repeat;
  height: 61px;
} 

#end_center {
  width: 788px;
  margin: 0 auto;	
}

#end_center p {
  font-size: 1.1em;
  text-align: center;
  color: #fff;
  margin: 0;
  padding: 0;
}
#end_center a {
  font-size: 1.1em;
}
#end_center a:link,#end_center a:visited {
  font-size: 1em;
  color: #CCCCCC;
  text-decoration: none;
}

#end_center a:hover { 
  color: #FFFFFF;
  text-decoration: underline;
}

