/* CSS Document */
html { height:100%; margin-bottom: 1px; }
body {
	background-image:url(../images/pagebg.gif);
	background-attachment: fixed;
	background-position:center;
	background-color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	color: black;
	height: 100%;
	text-align: center;
	margin: 0 0 0 1px;
}

* html .container {
height:100%; /* lte IE6 treats height as min-height */
}

.container {
	/* background-image: url(../images/bodybg.jpg); */
	background-color: #f9f8f7;
	margin: 0 auto;
	width: 978px;
	min-height:100%;
	padding-left: 0px; /* add left pixel border to blog pagebg has actual border*/
	padding-right: 0px; /* add right pixel border to blog pagebg has actual border*/
}

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #4d4d4d;
	text-align: right;
	vertical-align: bottom;
	padding-left: 50px;
	padding-right: 20px;
	display: inline;
	border-left: 3px;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #bebebe;
	text-align: center;
	vertical-align: bottom;
	padding-top: 50px;
	padding-bottom: 10px;
	padding-left: 20px;
}

hr.rule2 {
	height:1px;
	width:100%;
	color:#ece9e6;
	background-color:#ece9e6;
	margin: 0px 0px 0px 0px;
   }
   
.bluetabs{
	width: 978px;
	text-align:center;
	border-bottom: 0px solid #323232;
	background-image:url(../images/navbg.gif);
	margin:0 auto;
/* background: #d0ddc5; */
}

.bluetabs ul{
	padding: 5px 10px 22px 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	font: bold 10px Verdana;
	list-style-type: none;
	text-align: right; /*set to left, center, or right to align the menu as desired*/
	text-decoration: none;
}

.bluetabs li{
display: inline;
}

.bluetabs li a{
text-decoration: none;
padding: 5px 60px 4px 40px;
margin-right: 0px;
border-right: 0px solid #c0c778;
color: #8b1200;
background: url(media/bluetab.gif) top left repeat-x; /*THEME CHANGE HERE*/
}

.bluetabs li a:visited{
color: #d66d3e;
}

.bluetabs li a:hover{
	text-decoration: none;
	color: #000000;
}

.bluetabs li.selected{
}

.bluetabs li.selected a{ /*selected main tab style */
background-image: url(media/bluetabactive.gif); /*THEME CHANGE HERE*/
border-bottom-color: white;
}

.bluetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_b{
position:absolute;
top: 0;
border: 1px solid #bdbdbd; /*THEME CHANGE HERE*/
border-width: 1px 1px;
font:normal 10px Verdana;
line-height:18px;
z-index:100;
background-color: #fbfbfb;
width: 200px;
visibility: hidden;
}

.dropmenudiv_b a{
	width: auto;
	display: block;
	text-indent: 10px;
	border: 0 solid #bdbdbd; /*THEME CHANGE HERE*/
	border-bottom-width: 1px;
	padding: 10px 0;
	text-decoration: none;
	color: black;
	text-align: left;
	background: url(../images/dropdownbg.gif) top left repeat-x;
}

* html .dropmenudiv_b a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/
color: black;
background-color: #dfdfdd;
text-decoration:none;
}

.search {
	display: inline;
padding-left: 40px;
}

.searchfield {
	top: 3px;
	position: relative;
}
.searchbutton {
	top: 7px;
	position: relative;
}
.bannercontainer {
width: 978px;
margin: 0 auto;
background-color: white;
}

.bannercontainer ul{
	padding: 0px 0px 0px 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	font: bold 10px Verdana;
	list-style-type: none;
		text-align: left;
}

.bannercontainer li{
	display: inline;
}

.bannercontainer img{
	margin-right: -2px;
	margin-bottom: -1px;
	border:0;
}

.bannercontainer a{
text-decoration:none;
}

.introcontainer {
	width: 380px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12pt;
	color: #868686;
}

