@charset "UTF-8";
body {
	font: small Verdana, Arial, Helvetica, sans-serif;
	background: #d1d3d4 url('../images/highlight.png') no-repeat left top;
	margin: 0;
/*  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;
}
ul {
	list-style: square;
}
a {
	color: #1f4394;
	text-decoration: none;
}
p {
	padding: 5px 0 0 0;
	margin: 0;
}
h3 {
	color: #FF0000;
	font-weight: normal;
	font: 110%;
	padding: 0;
	margin: 0;
}
.myHeader {
	font: bold;
	font-size: 100%;
	color: #ad0010;
	font-weight: bold;
}
img {
	border-style: none;
}
/* styles for slideshow images */
#slideshow {
	position: relative;
	height: 552px;
}
#slideshow DIV {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8;
	opacity: 0.0;
	height: 552px;
}
#slideshow DIV.active {
	z-index: 10;
	opacity: 1.0;
}
#slideshow DIV.last-active {
	z-index: 9;
}
#slideshow DIV IMG {
	height: 552px;
	display: block;
	border: 0;
	margin-bottom: 10px;
}
.oneColFixCtr #container {
	width: 900px;
	 /* background: url(../images/centerColumn.png) repeat-y top; */;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page 
	padding: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.copyright {
	padding: 5px 0 20px 0;
	color: #999999;
	font-size: 75%;
}
.oneColFixCtr #mainContent {
	padding: 0 50px;
}
.clearfloat {
	/* This clearing element forces the #container div to contain all child floats */
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}
.content {
	padding: 20px 20px;
/*background:url('images/headerShadow.png') repeat-x 50% top;*/background-image: url('../images/headerShadow.png');
	background-repeat: repeat-x;
	background-position: 50% top;
}
.content a {
	color: #FF0000;
	text-decoration: none;
}
.content p {
	color: #333333;
}
.nav {
}
.nav_text {
	color: #000000;
	padding: 15px 20px 10px 20px;
	font-size: 110%;
}
/*  ----- Blue Tabbed Navigation --------  */
.tab_nav {
	margin: 0;
	padding: 0 0 0 3px;
	background: none;
	list-style-type: none;
	float: left;
	font-size: 100%;
}
.tab_nav li {
	margin: 0 1px 0 1px;
	padding: 0;
	float: left;
	width: auto;
}
.tab_nav a {
	float: left;
	padding: 0 10px 0 3px;
	color: #FF7500;
	text-decoration: none;
	line-height: 3.8;
	height: 32px;
	text-align: center;
	background: none;
	font-weight: bold;
}
.tab_nav a:hover {
	color: #CF0000;
}
.tab_nav li.current a {
	color: #FF7500;
	font-weight: bold;
}
.tout a {
	color: #FFFFFF;
	text-decoration: none;
}
.tout a:hover {
	color: #CCCCCC;
}
/*tabs*/
.tabs {
	text-align: left;
	width: 905px;
	float: left;
	padding-top: 10px;
}
.tabs ul {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.tabs ul li {
	float: left;
	background: url('../images/tab_bg.png') no-repeat;
	width: 297px;
	height: 144px;
}
.heading {
	float: left;
	color: #FFF;
	font-size: 16px;
	width: 250px;
	padding-left: 30px;
	padding-top: 10px;
}
.tab_txt {
	float: left;
	width: 250px;
	padding-left: 30px;
	padding-top: 8px;
	font-weight: bold;
	font-size: 13px;
	font-family: "Arial", Helvetica, sans-serif;
}
.tab_txt a {
	color: #000;
}
.tab_img {
	float: left;
	width: 250px;
	padding-left: 20px;
	padding-top: 8px;
	font-weight: bold;
	font-size: 13px;
	font-family: "Arial", Helvetica, sans-serif;
}

.tab_imgB {
	float: left;
	width: 250px;
	padding-left: 60px;
	padding-top: 8px;
	font-weight: bold;
	font-size: 13px;
	font-family: "Arial", Helvetica, sans-serif;
}
.tab_img a {
	color: #000;
}
.read_more {
	float: left;
	width: 200px;
	padding-left: 30px;
	padding-top: 10px;
}
.read_more a {
	color: #FFF;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
}
