html,body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

div {
	font-size: 11px;
	color: #666;
}

#menu { display:none; }

/* Standard-Link-Formating */
a { color: #666; text-decoration: none; }
a:visited { color: #666; text-decoration: none; }
a:active { color: #666; text-decoration: none;  }
a:hover { color: #666; text-decoration: underline; }

img {
	border: none;
}

h1 {
	color: #0076bf;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 20px;
}

h2 {
	color: #0076bf;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 5px;
}

*:not(hr) h1 {
	margin-top: 33px;
}

hr {
	height: 1px;
	border: none;
	color: #b7d7ec;
	background-color: #b7d7ec;
	margin-top: 9px;
	margin-bottom: 9px;
}


.hr2 {
	border: none;
	height: 1px;
	color: #e3eff8;
	background-color: #e3eff8;
	/*margin: 0px;*/
	margin-right: 30px;
}

*:not(hr) hr {
	margin-top:12px;
	margin-bottom:17px;
}

*:not(hr) .hr2 {
	margin-top:5px;
	margin-bottom:5px;
	margin-right: 30px;
}

li {
	padding-bottom: 8px;
}

input, select, textarea {
	
	font-size: 10px;
	color: #666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

textarea {
	 height: 82px; 
}

#box {
	margin-left: 13px;
	background-color: #000000;
	width: 952px;
	overflow: hidden;
}

#box_border_v {
	height: 100%;
	background-image: url(../../img/border_v.gif);
	padding: 0 3px 3px 3px;
}

#box_main {
	padding-right: 0px;
	background-color: #000000;
	
}

#box_header{
	height: 70px;
}

#box_header_top_menu {
	position: absolute;
	left: 545px;
	top: 15px;
	width: 400px;
	color: #ffffff;
	text-align: right;
	
}

#box_header_top_menu a {
	font-size: 10px;
	color: #fff;
	
}

.hide {
	position: absolute;
	visibility: hidden;
}

#box_header_main_menu {
	background-image: url(../../img/bt_top_menu_bg.gif);
	
	height: 24px;	
}

#box_header_main_menu a {
	margin-top: 1px;
	border-left: 1px solid #4099cf;
	border-right: 1px solid #00408b;
	padding: 4px 50px 7px 50px;
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	float: left;
}

#box_header_main_menu a.headline {
	margin: 0px;
	background-image: url(../../img/bt_top_menu_bg_on.gif);
	border-left: 1px solid #00408b;
	border-right: 1px solid #00408b;
	padding: 5px 50px 7px 50px;
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	float: left;
}

#box_content {
	clear: both;
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
}

#box_home_news {
	background-color: #e5f1f8;
	border-top: 1px solid #b8d7ec;
	margin: 15px 0 10px 0 ;
	padding: 0 10px 15px 20px;
	height: 110px;
}

#box_home_news h1 {
	margin:  15px 0 15px 0 ;
	color: #0076bf;
}

#box_home_news strong {
	color: #000;
	font-weight: bold;
	min-width: 200pt;
}

#box_border_h {
	background-image: url(../../img/border_h.gif);
	height: 3px;
}

#box_navigation {
	background-color: #e5f1f8;
	float: left;
	width: 158px;
	margin-right: 20px;
	padding-top: 31px;
	border-right: 1px solid #b8d7ec;
}

#box_navigation a {
	color: #000;
	padding-right: 10px;
}

#box_navigation a:hover {
	text-decoration: underline;
}

#box_navigation ul {
	list-style-type: none;
	background-color: #e5f1f8;
	margin-left: 0px;
	margin-top: -10px;

}

*:not(hr) #box_navigation ul {
	margin-top:0px;
	
}

#box_navigation li {
	padding-left: 15px;
	padding-top: 6px;
	padding-bottom: 6px;
	
}

*:not(hr) #box_navigation li {
	margin-left:-40px;
	padding-left: 15px;
}

#box_navigation li.menu_on {
	background-color: #b7d7ec;
	background-image: url(../../img/nav_open.gif);
	background-position: right;
	background-repeat: no-repeat;
	font-weight: bold;
	margin-top: 1px;
	margin-bottom: 5px;
	border-top: 1px solid #6fadd7;
	border-bottom: 1px solid #6fadd7;
	line-height: 12px;
	height: 12px;
}

#box_navigation li.menu_off {
	background-color: #b7d7ec;
	background-image: url(../../img/nav_close.gif);
	background-position: right;
	background-repeat: no-repeat;
	font-weight: bold;
	margin-bottom: 5px;
	border-top: 1px solid #6fadd7;
	border-bottom: 1px solid #6fadd7;
	line-height: 12px;
	height: 12px;
}


#box_navigation li.menu_off a {
	color: #666;
	padding: 0px;
	margin: 0px;
}

#box_navigation li.active {
	background-color: #fff;
	font-weight: bolder;
	padding-bottom: 5px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-right: none;
}

#box_copy {
	width: 747px;
	padding: 10px 0px 0px 20px; 
	float: left; 
}

#box_copy_3col {
	width: 507px;
	padding: 10px 0px 0px 20px; 
	float: left; 
}

#box_location {
	margin-top: 22px;
	font-size: 10px;
}

*:not(hr) #box_location {
	margin-top:10px;
}

#box_text {
	padding: 0px 0px 30px 0px;
}

#box_text a {
	text-decoration: underline;
}

.box_blue {
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
	border-top: 1px solid #6fadd7;
	border-bottom: 1px solid #6fadd7;
	border-left: 1px solid #b8d7ec;
	border-right: 1px solid #b8d7ec;
	background-color: #e5f1f8;
}

*:not(hr) .box_blue td {
	padding: 2px;
}

#box_right {
	float: right; width: 220px;
	margin-left: 20px;
	padding-right: 23px;
	line-height: 17px;
}

#box_home_right {
	position: relative;
	float: right;
	margin-top: 12px;
	margin-right: 7px;
	margin-left:  7px;
	line-height: 17px;
	
}

#box_search {
	background-color: #0076bf;
	padding: 13px 10px 18px 10px;
	color: #fff;
	font-weight: bold;
}

#box_promo {
	float: right; width: 220px;
	margin-top: 0px;
	margin-left: 15px;
}

#box_promo a img {
	margin-top: 20px;
	border: 1px solid #0076bf;
	height: 105px;
	width: 197px;
}

#btn {
	background-color: #e5f1f8;
	float: right;
	color: #0076bf;
	border: 1px solid #b8d7ec;
	padding: 4px 6px 4px 6px;
	font-size: 10px;
	font-weight: bold;
	width: 10%;
	text-align: center;
	margin: 0px;
}

#box_footer {
	color: #bbb;
	font-size: 10px;
	text-align: center;
	float: left;
	padding-top: 30px;
}

#box_footer a {
	color: #bbb;
	text-decoration: underline;
}

#box_footer_home {
	background-color: #ffffff;
	color: #bbb;
	font-size: 10px;
	text-align: center;
	margin: 0px;
	padding: 10px;
}

#box_footer_home a {
	color: #bbb;
	text-decoration: underline;
}

.box_home_promo {
	border: 1px solid #0076bf;
	margin-bottom: 12px;
	height: 105px;
}

.bgr_blue_1 { background-color: #b7d7ec; }
.bgr_blue_2 { background-color: #e3eff8; }

.txt_white {
	color: #fff;
}

.txt_bld_blue {
	color: #4c85a7;
	font-weight: bold;
}

.txt_menu {
	color: #fff;
	font-weight: bolder;
}

.breadCrumbOff {color:#0076bf;}
#breadCrumbBox {color:#666;margin:0px 0px 20px 0px}
a.breadCrumbLnk,a.breadCrumbLnk:visited,a.breadCrumbLnk:visited:hover {color:#666;}

.cases-head {
	background-color: #0076bf;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 700;
	color: #FFFFFF;
	padding: 3px;
}
.cases-sub {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 700;
	color: #333333;
	padding: 5px 3px 3px 5px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #333333;
}
.cases-item {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 400;
	color: #666666;
	padding: 2px 2px 2px 7px;
}
.other-item {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 400;
	color: #666666;
	padding: 4px 4px 4px 7px;
}

