html, body {
color:#000000;
font-size:100%;
text-align:center;
background:#666666;
}

* {
font-family:Arial,Helvetica,sans-serif;
margin:0;
padding:0;
}
.languagetoolbar {
margin:0;
padding:0;
text-align:left;
width:455px;
}
#major_div {
margin-left:auto;
margin-right:auto;
text-align:center;
width:974px;
min-height:1024px;
}
#main_content {
border:medium none;
float:left;
margin:0;
padding:0;
text-align:left;
width:774px;
}
.left_column {
border:medium none;
float:left;
height:auto !important;
margin:0;
min-height:350px;
padding:0;
width:200px;
}
.right_column {
border:medium none;
float:left;
margin:0;
padding:0;
text-align:left;
width:150px;
}
.languagetoolbar {
margin:0 auto;
padding:0;
}
.language_surround {
margin-top:20px;
text-align:center;
width:974px;
}
.site_surround {
background:#fff;
border:1px solid #D0D0D0;
margin-left:auto;
margin-right:auto;
width:974px;
}
div.footer-logos {
clear:both;
text-align:center;
width:974px;
}

.provider_info_table .column1{width:25%;}
.provider_info_table .column2{width:25%;}
.provider_info_table .column3{width:50%;}

/*CIS Visual Styles*/
#header1 {
	height: 80px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-repeat: repeat-y;
}
#header2 {
	height: 139px;
}
#header1 {
	background-image: url("../images/Header1.png");
}
#header2 {
	background-image: url("/images/HeaderBottom-default.png");
}
#header1 h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #FFFFFF;
	text-align:left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:25px;
	padding-top: 40px;
	padding-right: 0;
	padding-left: 150px;
}
#footer_content{background:white}
#footer1 {
	background-image: url("/images/FooterTop.png");
	height: 119px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
}
#footer2 {
	background-image: url("../images/FooterBottom6.png");
	height: 101px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 





/*Nav styles */
#nav {padding-top:20px;}
#nav ul{padding:0;margin:0}
#nav li{display:block;height:30px; list-style:none; margin: 0 0 10px 0;}
#nav li a{display:block; float:left; line-height:30px; background-color:#358893; width:10em;color:#FFFFFF;padding-left:10px;font-weight:bold;font-size:80%;text-decoration:none;}
#nav li span{background:url("/images/bullet.png"); background-repeat:no-repeat; height:30px; width:30px;float:left;}
#nav li .bullet{background:url("/images/bullet.png"); background-repeat:no-repeat; height:30px; width:30px;float:left;}

#nav li #search{
	display:block;
	float:left;
	height:30px;
	background-color:#358893;
	width:10em;
	color:#FFFFFF;
	padding-left:8px;
	font-weight:bold;
	font-size:80%;
}

#nav li form{
	padding:0px;
	margin: 0;
}
#nav li #search  .searchbox{
	padding:0;
	background-image: url("/images/Go-left.png");
	background-repeat: no-repeat;
	background-position: right;
	background-color: #FFFFFF;
	width: 100%;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 20px;
}
#nav li #search  label{
	display: none;
}

.SearchBtn{
	padding:0;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}