body {
	margin-top: 10px;
	background-image:url(images/page_bg.jpg);
	background-position:center;
	background-repeat:repeat-y;
	background-color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
}
a:link {
	text-decoration: none;
	color:#000033;
}
a:visited {
	text-decoration: none;
	color:#000033;
}
a:active {
	text-decoration: none;
	color:#000033;
}
a:hover {
	text-decoration: none;
	color:#960000;
}
.menu_style{
	background-color:#ffffff;
	padding:0px;
}
.header_style{
	padding-left:5px;
	padding-right:5px;
}
.anim_style{
	padding-left:5px;
	padding-right:5px;
}
.article_style{
	background-image:url(images/section_bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#ffffff;
	padding-top:10px;
	padding-right:25px;
	padding-left:25px;
	border:1px solid #666666;
}
.welcome_style{
	background-color:#000000;
	border:1px solid #666666;
}
.services_style{
	background-image:url(images/section_bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#ffffff;
	border:1px solid #666666;
	padding-top:10px;
	padding-right:25px;
	padding-left:25px;
}
.services_style a{
	font-size:14px;
	font-weight:bold;
	text-decoration: none;
	color:#000033;
}
.services_style a:visited {
	text-decoration: none;
	color:#000033;
}
.services_style a:active {
	text-decoration: none;
	color:#CCCCCC;
}
.services_style a:hover {
	text-decoration: underline;
	color:#ff0000;
}
.about_style{
	background-image:url(images/section_bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#ffffff;
	padding-top:10px;
	padding-right:25px;
	padding-left:25px;
	border:1px solid #666666;
}
.about_style a{
	font-size:14px;
	font-weight:bold;
	text-decoration: none;
	color:#000033;
}
.about_style a:visited {
	text-decoration: none;
	color:#000033;
}
.about_style a:active {
	text-decoration: none;
	color:#CCCCCC;
}
.about_style a:hover {
	text-decoration: underline;
	color:#ff0000;
}
.footer_style{
	background-image:url(images/foot_bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	color:#ffffff;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	border:1px solid #666666;
}
.footer_style a:link {
	text-decoration: underline;
	color:#999999;
}
.footer_style a:visited {
	text-decoration: underline;
	color:#999999;
}
.footer_style a:active {
	text-decoration: underline;
	color:#999999;
}
.footer_style a:hover {
	text-decoration: underline;
	color:#ffffff;
}
.newsclass{
filter:progid:DXImageTransform.Microsoft.alpha(opacity=80); /*Specify fade effect in IE. Remove if desired.*/
-moz-opacity: 0.8; /*Specify fade effect in Firefox. Remove if desired.*/
text-decoration: none;
text-align:left;
}
.rsstitle{ /*shared class for all title elements in an RSS feed*/
font-weight: bold;
font-size:14px;
color:#333333;
text-decoration:none;
}
.rssdate{ /*shared class for all date elements in an RSS feed*/
color:#666666;
font-size: 12px;
}
.rssdescription{ /*shared class for all description elements in an RSS feed*/
font:Arial, Helvetica, sans-serif;
font-size:13px;
}
.map_title{
	color:#ff0000;
	font-size:14px;
	font-weight:bold;
}
.map_address{
	color:#666666;
	font-size:12px;
	font-weight:bold;
}
.map_phone{
	color:#999999;
	font-weight:bold;
	font-size:11px;
}
.map_link{
	font-size:12px;
	font-weight:bold;
}
.map_link a:link {
	text-decoration: none;
	color:#0000ff;
}
.map_link a:visited {
	text-decoration: none;
	color:#0000ff;
}
.map_link a:active {
	text-decoration: none;
	color:#0000ff;
}
.map_link a:hover {
	text-decoration: none;
	color:#ff0000;
}
.map_newwin{
	color:#dddddd;
	font-size:10px;
	font-weight:bold;
}
.maincell{
	border-left:1px solid #666666;
	border-right:1px solid #666666;
}
.padding5px{
	padding:5px;
}
.tablesingleborder{
  border:1px solid #666666;
}
.staff_container{
	position:relative;
	left:0px;
	top:0px;
	text-align:left;
	width:100%;
	height:100%;
}
.jessica{
	position:absolute;
	left:0px;
	top:0px;
}
.brandi{
	position:absolute;
	left:0px;
	top:0px;
}
.rj{
	position:absolute;
	left:0px;
	top:0px;
}
.betsy{
	position:absolute;
	left:0px;
	top:0px;
}
.heading_text{
	font-size:16px;
	font-weight:bold;
}
.bodycopy{
	font-size:12px;
}
.faded_img{
	border: 1px solid #666666;
	filter:alpha(opacity=90); 
	-moz-opacity: 0.90; 
	opacity: 0.90;
}
.faded_img:hover{
	filter:alpha(opacity=100); 
	-moz-opacity: 1; 
	opacity: 1;
}