@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	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 */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	background-color: #333333;
	background-image: url(images/bkg_body.jpg);
	background-repeat: repeat-x;
}
#container {
	width: 778px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
#header {
	background-image: url(images/header_bkg_778x124.jpg);
	background-repeat: no-repeat;
	height: 124px;
	width: 778px;
	padding: 0;
} 
#header_image {
	float: right;
	height: 124px;
}
#header1 {
	background-image: url(images/header_bkg_778x28.jpg);
	background-repeat: no-repeat;
	height: 28px;
	width: 778px;
}
#nav {
	height: 25px;
	background-color: #cc0000;
	padding: 0px;
}

#navcontainer {
	float: left;
	width: 100%;
	height: 25px;
	background-color: #FF0000;
}
#navcontainer  ul {
	margin: 0px;
}
#navcontainer li {
	display: inline;
	height: 25px;
}
#navcontainer a {
	float: left;
	padding-right: 25px;
	padding-left: 25px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #999999;
	padding-top: 5px;
	padding-bottom: 4px;
	color: #000000;
	text-decoration: none;
}
#navcontainer a:hover {
	background-color: #666666;
	color: #FFFFFF;
}
#navcontainer a:active {
	background-color: #990000;
	color: #FF0000;
}
	
/* Breadcrumb styles */
/*menu active page buttons*/
body.hm #navcontainer #hm, body.hm #nav #navcontainer #hm a,
body.ab #navcontainer #ab, body.ab #nav #navcontainer #ab a,
body.ct #navcontainer #ct, body.ct #nav #navcontainer #ct a,
body.lo #navcontainer #lo, body.lo #nav #navcontainer #lo a,
body.sv #navcontainer #sv, body.sv #nav #navcontainer #sv a
{
	background-color: #990000;
	color: #ffffff;
}
body.aa #navlist-v #aa, body.aa #sidebar1 #navlist-v #aa a,
body.cv #navlist-v #cv, body.cv #sidebar1 #navlist-v #cv a,
body.ma #navlist-v #ma, body.ma #sidebar1 #navlist-v #ma a
{
	background-image: url(images/sidenav_image_over.jpg);
	color: #ffffff;
}

	
#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px;
	background-color: #999999;
	background-image: url(images/sidebar_grey_200.jpg);
	background-repeat: repeat;
	padding-top: 0px;
	padding-bottom: 15px;
}
	
	#navlist-v/* navigation secondary - sidbar 1 */
 {
}
	
	
#navlist-v  li
{
	list-style-type: none;
}
#navlist-v ul {
	margin: 0px;
	padding: 0px;
}
#navlist-v a {
	text-decoration: none;
	display: block;
	width: 190px;
	padding-left: 10px;
	background-image: url(images/sidenav_image.jpg);
	line-height: 200%;
}
#navlist-top {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	display: inline;
	padding-top: 0px;
}
#navlist-v a:hover {
	line-height: 200%;
	text-decoration: none;
	display: block;
	width: 190px;
	padding-left: 10px;
	background-repeat: no-repeat;
	color: #CCCCCC;
	background-image: url(images/sidenav_image_over.jpg);
}

#navlist-v a:active {
	line-height: 200%;
	text-decoration: none;
	display: block;
	width: 190px;
	padding-left: 10px;
	color: #FF0000;
	background-color: #990033;
	background-image: none;
}
}
#sidebar_image {
	height: 230px;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #666666;
	letter-spacing: .6em;
	font-weight: lighter;
}
h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
	color: #cc0000;
	font-weight: bold;
	font-size: 110%;
}
img {
	border: 0;
}
#mainContent {
	margin-top: 0;
	margin-right: 200px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
#footer {
	background:#DDDDDD;
	height: 40px;
	text-align: center;
	padding-top: 2;
	padding-right: 10px;
	padding-bottom: 2;
	padding-left: 20px;
	margin-top: 20px;
} 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.footer {
	font-size: 80%;
	padding-top: .2em;
}
#footernav {
	color: #990000;
	/* float: right; */
	text-align: center;
	margin-top: .3em;
}
a {
	color: #990000;
}
.fltrtServices {
	float: right;
	width: 176px;
	margin-right: 3px;
	margin-bottom: 10px;
}

