
html{
  width: 100%; height: 100%; padding: 0;
  background: url("../images/back.jpg") repeat-x #A6A6A6;
}
body{
  width: 100%; height: 100%;
}
#page{
	width: 960px; margin: 0 auto; padding-bottom: 1em;
	background: url("../images/page_bg.jpg") repeat-y #FFF;
}
#bar_top{
	width: 100%; height: 7px; background: url("../images/bar_top.jpg") no-repeat;
}

#nav_top{
	float: right; display: block; margin: 0; padding: 1em 0;
}
#nav_top li{
  display: block; float: left;
  list-style: none;
  }
#nav_top a{
   display: block; width: 7em; padding: 0.2em 0; margin-left: 0.2em;
   border-top: 3px solid #a0a0a0;
   color: #000; text-align: center;
   text-decoration: none;
 }
#nav_top a.current,#nav_top a:hover{
   color: #0460a1; border-color: #0460a1;
  }
.inner_margin{
	margin: 1em !important;
}

#logo{
  float: left; padding: 4em 2.5em;
 }
 #left, #footer div.left{
   width: 293px; float: left;
 }
#right, #footer div.right{
   width: 665px; float: right;
 }
#teaser{
	  width: 665px; height: 190px;
	  border-bottom: 3px solid #73746f;
}
.header_top{
  border-top: 3px solid #0460a1;
}

#nav_left{
	height: 190px; width: 100%; display: block; margin: 0; padding: 0;
	border-bottom: 3px solid #b9b9b9;
	background: url("../images/nav_left_bg.jpg") no-repeat #F4F4F4;
}
#nav_left li{
  display: block; list-style: none; height: 37px;
}
#nav_left a{
	display: block; margin-left: 45px; line-height: 37px; padding-left: 0.5em;
	color: #767676; background: url("../images/nav_left_li_bg.gif") bottom left no-repeat;
	text-decoration: none;
}
#nav_left a.open, #nav_left a:hover{
	background: url("../images/nav_left_li_bg_current.gif") bottom left no-repeat !important;
	color: #0460a1;
}
#nav_left a.last{
	background: none;
}
#subnav {
  display: block; margin: 0; padding: 0;
  margin-left: 45px !important; margin-top: 30px !important;
 }
#subnav li{
  display: block; list-style: none;
  background: url("../images/subnav_left_dot.gif") no-repeat center left;
  padding-left: 15px;
  }
 #subnav a{
   color: #767676; display: block;
   line-height: 2em;
 }
 
 #footer div.left{
   border-top: 7px solid #0460a1;
   }
 #footer div.right{
   border-top: 7px solid #73746f;
   }

 #nav_bottom{
   display: block; margin: 0; padding: 0.5em 0;
 }
 #nav_bottom li{
   display: block; list-style: none; float: left;
   }
 #nav_bottom a{
   display: block;
   border-right: 1px solid #767676; color: #767676;
   text-decoration: none; padding: 0 1em;
 }
 #nav_bottom a.first{
   padding-left: 0;
 }
 #nav_bottom a.last{
   border-right: none;
 }
#nav_bottom a.open{
   color: #0460a1;
 }
#footer{
  padding-top: 2em;
}
#content_a{
	padding-right: 2em;
}
#content_b{
	width: 49%; float: left;
}
#content_c{
	width: 49%; float: right;
}
