@charset "utf-8";
/* CSS Document */
html{
	background-image:url(bg.jpg);
	background-repeat:no-repeat;
}
body{


}
#container {
  margin:auto;
  margin-top:31px;
  width: 963px;
  background-image:url(site_images/content_bg.jpg); 
  background-repeat:repeat-y; 
 
}

#header {
	background-image:url(site_images/bg_header.jpg); 
	background-repeat:repeat-x;
	width: 963px; 
	height:51px;
	color:#f8982b;
	text-align:right;
}
#header_2{
	/*background-image:url(site_images/bg_header_img.jpg); */
	
	width: 963px; 
	height:292px;
}
#menu{
	width: 963px;
	height:80px;
	text-align:center;
	}
#main_content{
	margin-top:-1px;
	background-image:url(site_images/content_bg1.jpg); 
	background-repeat:repeat-y;
	
	/*height:402px;*/

}

#footer {
	background-image:url(site_images/footer.jpg);
	background-color:#efefef;
	background-repeat:no-repeat;
	height:60px;
	clear:both;
} 
#header a{
	color:#f8982b;
	font-size:10px;
	font-stretch:wider;
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#header_links{
	float:right;
	margin-right:20px;
	margin-top:18px;
	font-size:10px;
	font-weight:bold;
}
#menu_links{
	padding-top:15px;
	bottom:80px;
	}
#menu_links a{
	font-size:10px;
	color:#f8982b;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-weight:bold;
	

}
.sp{
	font-size:10px;
	color:#f8982b;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-right:5px;
	margin-left:5px;
	width:1px;
}
#content{
	padding-right:25px;
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	padding-left:20px;

}
#left_content{
	float:left;
	width:330px;
	text-align:right;
	margin-right:40px;
	
	

}
#v_sp{
	background-image:url(site_images/sp.jpg);
	background-repeat:repeat-y;
	float:left;
	height:250px;
	width:1px;
	
}
#right_content{
	float:left;
	padding-left:40px;

}
.heading{
	font-size:25px;
	color:#f8982b;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.text{
	color:#FFFFFF;
	font-size:12px;
}

#footer_right{
	padding-top:20px;
	margin-left:30px;
	font-size:10px;
	float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;

}
#footer_right a,#footer_left a{
	left:10px;
	color:#FFFFFF;
	font-size:10px;
	text-decoration:none;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;

}
#footer_left{
	padding-top:20px;
	margin-right:30px;
	font-size:10px;
	float:right;
	font-family:Verdana, Arial, Helvetica, sans-serif;

}
#menu_div{
	margin-left:30px;
	margin-top:8px;
	vertical-align:middle;
}
.menu_contents{
	background-image:url(site_images/menu_surface.jpg);
	background-repeat:no-repeat;
	display:none;
	height:27px;
	text-align:left;
	
}
.menu_contents a{
	
	font-size:10px;
	color:#3c3b43;
	font-weight:bold;
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.menu_contents a:hover{
	color:#FFFFFF;

}
.spacer{
	height:5px;
	margin-top:0px;
	margin-bottom:0px;
	
}
#footer_msg{
	text-align:center;
	padding-top:10px;
	color:#999999;
	font-size:10px;

}
.sub_heading{
	font-size:13px;
	color:#FFFFFF;
	font-family:tahoma;
	font-weight:bold;
	letter-spacing:1px;
	
		
}
.text{
	width:500px;
	padding-bottom:30px;
	padding-top:5px;
	letter-spacing:1px;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:justify;


}
.image{
	padding-top:15px;

}
.full_content{
	width:800px;
	
	
}
.cap{
	font-size:16px;
	font-weight:bold;

}
.points{
	list-style:inside;
	list-style-type:circle;
}
.links{
	font-size:12px;
	color:#FFFFFF;

}
a{
 color:#FFFFFF;
}
.text_fields {
	border: 0px solid #D7E5F2;
	border-collapse: collapse;
	width:130px;
}
.button {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:5px 5px 5px 5px;
	font-size:11px;
	letter-spacing:-1px;
}
.news_section{
		background-image:url(site_images/top.png);
		background-repeat:no-repeat;
		
	
	}
<!-- news CSS -->

div#news {
  margin: 2em 0 1em 1em;  /* margin for the entire div surrounding the news list */
  border: 1px solid #000; 
  background: #FFE9AF; 
}

div#news h2 {
   line-height: 2em;
   background: #fff;
}

.NewsSummary {
    padding: 0.5em 0.5em 1em; /* padding for the news article summary */
    margin: 0 0.5em 1em 0.5em; /* margin to the bottom of the news article summary */
    border-bottom: 1px solid #ccc; 
}
NewsSummary hr{
	color:#666;	
}
.NewsSummaryPostdate {
  font-size: 90%;
  color:#CCC;
  font-size:10px;
  padding-bottom:5px;
 }

.NewsSummaryLink {
    font-weight: bold;
    padding-top: 0.2em;
	font-size:11px;
	padding-bottom:3px;

}
.NewsSummaryLink a {
	text-decoration:none;
	

}

.NewsSummaryCategory {
  font-style: italic;
  margin: 5px 0;
 }

.NewsSummaryAuthor {
  font-style: italic;
  padding-bottom: 0.5em;
}

.NewsSummarySummary, .NewsSummaryContent {
  line-height: 140%;
  color:#CCC;
  font-size:10px;
  padding-top:4px;
 
  
 }

.NewsSummaryMorelink {
  padding-top: 0.5em;
  color:#FFF;
  font-size:11px;
  text-transform:lowercase;
  text-decoration:underline;

}
.NewsSummaryMorelink a{
 	text-decoration:none;
}

#NewsPostDetailDate {
  font-size: 90%;
  margin-bottom: 5px;
  font-weight: bold;
  }

#NewsPostDetailSummary {
   line-height: 150%;
   }

#NewsPostDetailCategory {
  font-style: italic;
  border-top: 1px solid #ccc;
  margin-top: 0.5em;
  padding: 0.2em 0;
}

#NewsPostDetailContent {
  margin-bottom: 15px;
  line-height: 150%;
  }

#NewsPostDetailAuthor {

  padding-bottom: 1.5em;
  font-style: italic;
}


/* to add specific style to the below divs, uncomment them. */

/* 
#NewsPostDetailTitle {}
#NewsPostDetailHorizRule {}
#NewsPostDetailPrintLink {}
#NewsPostDetailReturnLink {}
*/

<!-- /news CSS -->