@charset "utf-8";
/* CSS Document */
body{
margin:0;
padding:0;
font-size:80%;
}

#container{
margin:0 auto;
width:auto;
max-width:995px;
min-width:875px;
border:4px solid #516CC2;
}
#header p{
margin:0;
padding:0;
}

#banner{
height:100px;
}

#header-imgs img{
vertical-align:middle;
}
#header-imgs{
float:left;
}
.custserv-header{
float:left;
width:450px;
padding-top:15px;
}
.custserv-header p{
font-size:14px;
line-height:27px;
}
#login-column{
width:168px;
border-right:3px solid black;
}
#content-column-full{
width:810px;
}
#content-column{
width:600px;
border-right:3px solid black;
}
#content-column2{
width:100%;;
}

#logo-column img{
margin-bottom:10px;
}
#logo-column{
width:200px;
}
#main_nav_wrap{
background:#516CC2;
}
#navblu{
border-left:1px solid white;
margin:0 auto;
width:800px;
height:26px;
}

#navblu a{
color:#ffffff;
text-decoration:none;
float:left;
padding:5px;
border-right:1px solid white;
line-height:16px;
}

#navblu a:hover{
color:#ff0000;
text-decoration:none;
}

.column{
vertical-align:top;
}

#crumbs{
border-bottom:1px solid black;
}

#footer{
border-bottom:3px solid black;
border-top:3px solid black;
}

.home-search-left{
float:left; width:230px;
}

.home-search-left input{
padding:0; height:20px
}

.home-search-right{
float:left;
width:335px;
padding:5px;
}
.home-search-container{
border-top:3px solid black;
margin-bottom:30px;
}
#login_area{
border-bottom:3px solid black;
margin-bottom:10px;
}

h1{
color:#516CC2;
border-bottom:3px solid #516CC2;
}

.menu_list {	
	width: 150px;
}
.menu_head {
	padding: 5px 10px;
	cursor: pointer;
	position: relative;
	margin:1px;
    font-weight:bold;
    background: #eef4d3 url(/images/left.png) center right no-repeat;
}
.menu_body {
	display:none;
}
.menu_body a{
  display:block;
  color:#006699;
  background-color:#EFEFEF;
  padding-left:10px;
  font-weight:bold;
  text-decoration:none;
}
.menu_body a:hover{
  color: #000000;
  text-decoration:underline;
  }
