body {
	background-color: #B7C5CA;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../images/bg.gif);
}
a {
	color: #00c;
	text-decoration: none;
}
a:hover {
	color: #3758f5;
	text-decoration: underline;
}
#header_pict {
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #000099;
	float: left;
}
#logo {
	border-width: 1px 0 0 1px;
	border-style: solid;
	border-color: #000099;
	float: left;
}
#page_body {
	border: 1px solid #000066;
	background-color: #FFFFFF;
}
#menu {
	background-color: #EBEEF1;
	float: left;
	width: 160px;
	display: block;
	border-width: 0 1px 1px 0;
	border-color: #999999;
	border-style: solid;
}
#content {
  width: 580px;
}
#content .box {
	background-color: #EBEEF1;
	border: 1px solid #999;
	position: relative;
	left: 35px;
	float: left;
	width: 520px;
	display: block;
	margin-bottom: 15px;
}
#content .box .boxtitle {
	font-weight: bold;
	background-color: #B7C5CA;
	padding: 5px;
	background-image: url(../images/box_title.gif);
	height: 13px;
	background-repeat: repeat-x;
}
#blue_banner {
	background-color: #375895;
	height: 19px;
	clear: both;
	margin: 0px;
	color: #FFFFFF;
	background-image: url(../images/blue_banner.gif);
	background-repeat: repeat-x;
	border-width: 1px;
	border-top-style: solid;
	border-color: #000099;
}
.blue_banner_ext {
	background-color: #000066;
	height: 19px;
	margin: 0px;
	width: 50px;
	float: right;
}
.clearer {
	display: block;
	clear: both;
}
#all {
	color: #000000;
	width: 100%;
	clear: both;
}
#all #main {
	width: 763px;
	text-align: left;
}
#all #main #head {
	clear: both;
	display: block;
}
#all #main #center {
	clear: both;
	width: 761px;
	background-color: #fff;
	border: 1px solid #006;
	margin: 0px;
	display: block;
}
#all #main #center #content {
	float: left;
	background-color: #ffffff;
}
#all #left {
	float: left;
	width: 10%;
}
#all #left #left_head {
	height: 152px;
}
#all #main #blue_banner ul {
	list-style-type: none;
	float: right;
	margin: 2px;
}
#all #main #blue_banner li {
	float: right;
	width: 90px;
	text-align: center;
}
#all #main #content .box p {
	text-align: justify;
	margin: 10px 7px;
	font-size: 11px;
}
#all #main #blue_banner a {
	color: #fff;
	text-decoration: none;
}
#all #main #blue_banner a:hover {
	color: #9af;
}	
.half_w_box {
	display: block;
	width: 48%;
	float: left;
	padding: 3px;
}	
#all #main #center #menu #contacts {
	font-size: 11px;
	font-weight: bold;
	color: #000033;
	text-align: left;
	margin: 20px 0 20px 3px;
}
#all #main #center #menu #contacts a {
	color: #0066CC;
	text-decoration: none;
}
img.photo {
	border: 1px solid #000000;
	margin: 2px 4px 2px 2px;
}
#all #main #center #menu .menu_title {
	background-image: url(../images/box_title.gif);
	background-repeat: repeat-x;
	border-top: 1px solid #999;
	height: 18px;
	font-size: 11px;
	font-weight: bold;
	padding: 2px 5px;
}
#all #main #center #content .box .photo_container {
	float: left;
	padding: 8px 2px 2px 4px;
}
#all #main #center #menu ul {
	margin: 10px 0px 10px 20px;
	font-size: 11px;
	padding: 0px;
	list-style-image: url(../images/menu_arrow.gif);
}
/*
#services_menu {
	color: #FFFFFF;
	background-image: url(../images/blue_banner.gif);
	background-repeat: repeat-x;
	z-index: 1;
	height: 37px;
	width: 112px;
	left: 520px;
	top: 182px;
	position: absolute;
}
*/
#all #main #center #menu a {
	color: #142387;
}
#all #main #center #path_box {
	padding: 7px;
	font-size: 9px;
	color: #999999;
}
#copyright {
	text-align: center;
	width: 100%;
	font-size: 9px;
	color: #333333;
	margin-top: 15px;
}
#content .navigation_box {
	background-color: #FFFFFF;
	position: relative;
	left: 35px;
	float: left;
	width: 520px;
	display: block;
	margin-bottom: 15px;
}
#content .navigation_next {
	text-align: right;
	float: right;
	width: 250px;
	font-weight: bold;
}
#content .navigation_prev {
	text-align: left;
	float: left;
	clear: none;
	width: 250px;
	font-weight: bold;
}
/* ------------------------------------ newsletter */
#nl_form {
	font-size: 11px;
	margin: 20px 50px;
	text-align: center;
	border-width: 1px 0px;
	border-color: #ccc;
	border-style: solid;
}
#nl_form label {
	font-weight: bold;
	float: right;
	padding-right: 10px;
}
input.text {
	border: 1px solid #006;
}
.ajax_msg {
	background-color: #006;
	color: #fff;
	font-weight: bold;
}
.error {
	color: #f00;
	font-weight: bold;
}
input.error_field {
	border: 1px solid #f00;
	background-color: #fee;
}
