/* CSS Document */
html { height:100%; margin-bottom: 1px; }
body {
	background-image:url(../images/pagebg.gif);
	background-color: #b9e2f8;
	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.gif);
	background-repeat: repeat-y;
	margin: 0 auto;
	width: 978px;
	min-height:100%;
	padding-left: 3px;
	padding-right: 3px;
}

.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 20px 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 40px 4px 40px;
margin-right: 0px;
border-right: 1px solid #92c0da;
color: black;
background: url(media/bluetab.gif) top left repeat-x; /*THEME CHANGE HERE*/
}

.bluetabs li a:visited{
color: #000000;
}

.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 #92c0da; /*THEME CHANGE HERE*/
border-width: 1px 1px;
font:normal 10px Verdana;
line-height:18px;
z-index:100;
background-color: #c5d8e3;
width: 200px;
visibility: hidden;
}

.dropmenudiv_b a{
	width: auto;
	display: block;
	text-indent: 10px;
	border: 0 solid #92c0da; /*THEME CHANGE HERE*/
	border-bottom-width: 1px;
	padding: 2px 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: #dbe4ea;
text-decoration:none;
}

.search {
	display: inline;
padding-left: 40px;
}

.searchfield {
	top: 1px;
	position: relative;
}
.searchbutton {
	top: 6px;
	position: relative;
}
.bannercontainer {
width: 978px;
margin: 0 auto;
}

.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: -2px;
	border:0;
}

.bannercontainer a{
text-decoration:none;
}

.introcontainer {
	width: 492px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12pt;
	color: #434343;
	margin-top: 140px;
}
.buttoncontainer {
	width: 237px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12pt;
	color: #434343;
	margin-top: 224px;
	margin-bottom: 40px;
}
