/*main frame*/
body {
	color: #000;
	font-size: 12px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 0;
}
body a {
	color: #000;
	text-decoration: underline;
}
body a:hover { color: #eb6a27; text-decoration: underline; }
 img { border-width: 0; }
.head-top {
	width: 930px;
	height: 30px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.head-wrapper {
	width: 920px;
	height: 10px;
	text-align: left;
}
.LogoTitleBox {
	text-align: center;
	width: 965px;
	height: 134px;
	margin-left: auto;
	margin-right: auto;
	order-bottom-style: solid;
	order-right-style: solid;
}
.logo {
	width: 217px;
	height: 134px;
	background-image: url(../images/global/logo.png);
	text-align: left;
	float: left;
	background-repeat: no-repeat;
}
.title {
	width: 748px;
	height: 134px;
	background-image: url(../images/global/TitleBg.png);
	float: right;
	background-repeat: no-repeat;
}
/*.wrapper { background-color: #fff; text-align: left; width: 920px; height: 100%; margin-right: auto; margin-left: auto; order-bottom-style: solid; order-right-style: solid; }*/
.wrapper {
	background-image: url(../images/global/wrapper-bg-950.png);
	background-repeat: repeat-y;
	text-align: center;
	width: 950px;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
	order-bottom-style: solid;
	order-right-style: solid;
	padding-left: 15px;
}
.body_wrapper {
	width: 910px;
	height: 100%;
	background-color: #FFF;
	padding-right: 10px;
}
.villages {
	height: 20px;
	font-weight: bold;
	font-size: 11px;
	color: #0b1269;
	text-align: center;
	padding-top: 117px;
	letter-spacing:1px;
	padding-right: 45px;
}

/*.content_wrapper { width: 760px; height: auto; float: right; }*/
.content_wrapper {
	width: 750px;
	height: auto;
	float: right;
	text-align: left;
}
.header {
	text-align: center;
	width: 920px;
	height: 160px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 1px;
}
#nav_v {
	width: 150px;
	height: 500px;
	float: left;
	margin-left: 10px;
}
.nav_h_wrapper {
	width: auto;
	padding-bottom: 10px;
	background-color: #FFF;
	float: left;
}
#nav_top {
	height: 30px;
	margin-bottom: 20px;
	width: 400px;
}
.searchbox {
	float: right;
	width: 267px;
	padding-bottom: 4px;
	background-color: #CCC;
	padding-right: 3px;
	padding-top: 2px;
	padding-left: 5px;
}
.footer-bg {
	background-image: url(../images/global/footer-bg-950.png);
	background-repeat: no-repeat;
	background-position: 0 top;
	width: 950px;
	height: 25px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-right: 15px;
}
.footer {
	text-align: right;
	width: 920px;
	height: 200px;
	padding-bottom: 0px;
	background-color: #0b1269;
	color: #FFF;
	background-repeat: no-repeat;
	background-position: top;
	background-image: url(../images/global/footer.gif);
}
.footer-txt {
	margin-right: 20px;
	padding-top: 160px;
}
.footer a {
	text-decoration: none;
}
.footer a:hover {
	text-decoration: underline;
}
/*general*/
.align-left{
	text-align: left;
}
.align-right{
	text-align: right;
}
.align-center{
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	vertical-align: middle;
}
h1 { font-size: 17px; font-weight: bold; margin: 2px 0 5px; }
h2 { font-size: 15px; font-weight: bold; margin-top: 10px; margin-bottom: 5px; }
h3 { font-size: 13px; font-weight: bold; margin-top: 5px; margin-bottom: 5px; }
.colm_left { float: left; }
.colm_right { float: right; }
.width_50percent { width: 50%; }
.dummie { content: ".";  display: block; height:  0;  clear: both; visibility:  hidden;}
.dotline {
	width: 100%;
	height: 1px;
	margin-top: 8px;
	margin-bottom: 8px;
	border-top: 1px dashed gray;
}
.dotlineside { margin-top: 8px; margin-bottom: 8px; width: 99%; height: 1px; border-top: 1px dashed gray; }
.padding-10px {
	padding: 10px;
}
.font-red {color: #FF0000}
.font-italic { font-style: italic; }
.font-small { font-size: 11px; }
/*tables*/
.tables_basic_border {
	border: 1px solid #7d7d7d;
}
.tables_basic_border td{ padding: 3px 4px; }
.bg {
	background-attachment: fixed;
	background-image: url(../images/global/bg-2300x2656.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.emergency {
	padding-bottom:5px;
	font-size: 14px;
	font-weight: bold;
	background-color: #0b1269;
}

.boxhead    {
	font-weight: bold;
	cursor: pointer;
	padding-top:5px;
	padding-bottom:5px;
	width: 182px;
	border-bottom: 1px solid #369
}

.box_visible    {
	margin-top: 0px;
	width: 178px;
	padding-top:5px;
	padding-bottom:5px;
	border-right: 1px solid #0b1269;
	border-bottom: 1px solid #0b1269;
	border-left: 1px solid #0b1269;
	text-align: left;
	padding-left: 2px;
	vertical-align: top;
}

.box_visible td { 
	padding-top:8px;
	padding-bottom:8px;
	font-size: 12px;}

.box_hidden { display: none }
.spacer-h-menu { height: 10px; width: 100%;}
.eskombanner {
	position: relative;
	top: -10px;
}
