@charset "UTF-8";

body {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background: #FFFFFF;
	background-image: url(images/background.jpg);
	background-attachment: fixed;
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}
.container {
	width: 760px;  /* this will create a container 80% of the browser width */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
}
p.headers {
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
} 
.footertext {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #E2E2E2;
}
a.footer:link {color: #FFFFFF; font-size: 10px; text-decoration:none; }
a.footer:visited {color: #FFFFFF; font-size: 10px; text-decoration:none; }
a.footer:hover {text-decoration:underline; }
a.footer:active {color: #C80A0A; }

p.testimonialhead {
	font: 11px Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #40648C;
}
#testimonialtext {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #AB3021;
}
.datetext {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #999999;
}
a:link {
	color: #00355D;
}
a:visited {
	color: #00355D;
}
a:hover {
	color: #C80A0A;
}
a:active {
	color: #DF0000;
} 
p.servicesbody {
	text-align: justify;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}
p.iaptext {
	text-align: justify;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}
p.serviceslists {
	text-align: justify;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}
.newsheadlines {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: underline;
	color: #00355D;
}



/* begin styles for RSS Feed and Services menu

     This is the most basic style to use for a list with no bullets */


.rss_box {
	 width: 249px;
	 background-image: url(SpryAssets/rss_back.jpg);
	 background-repeat: no-repeat;
	 background-color: #FFFFFF;
	 padding-top: 5px;
	 padding-left: 5px;
	 padding-right: 5px;
	 padding-bottom: 1px;
	 text-align: left;
	 vertical-align: top;
}
.contentbox {
	padding: 5px;
}
.servicesbox {
	width: 242px;
	padding: 2px;
}
.rss_title, rss_title a {
}
.rss_items {
	height: 277px;
    list-style:none;
	margin-top: 10px;
	margin-left:7px;
	margin-right:7px;
    padding:0;
}
.rss_item  {
  font-size: x-small;
  margin-bottom:8px;
}
.rss_item a:link, .rss_item a:visited, .rss_item a:active {
	font-weight: bold;
	color: #00355D;
	text-align: justify;
}
.rss_item a:hover {
	color: #C80A0A; 
}
.rss_date {
	font-size: xx-small;
}
