* {
	margin: 0;
	padding: 0;
}
body {
	background: #272727;
	text-align: center;
	margin-top: 24px;
}
#wrapper {
	width: 840px;
	margin: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
}
.clear {
	clear: both;
}
a {
	color: #033864;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: none;
}
td {
	vertical-align: top;
}

/* header */
#header {
	background: url(images/head_bg.jpg) repeat-x;
	height: 83px;
	position: relative;
	font-size: 10px;
	color: #003768;
	text-align: right;
	padding: 7px;
}
#header a {
	color: #003768;
	text-decoration: none;
	font-weight: bold;
}
#header a:hover {
	text-decoration: underline;
}
#logo {
	background: url(images/logo.jpg) no-repeat;
	width: 222px;
	height: 84px;
	position: absolute;
	left: 6px;
	top: 5px;
	display: block;
}
#keller {
	position: absolute;
	background: url(images/keller.jpg) no-repeat;
	width: 98px;
	height: 49px;
	display: block;
	right: 7px;
	top: 40px;
	display: block;
}

/* navigation */
#navigation {
	background: url(images/nav_bott_bg.jpg) no-repeat bottom;
	height: 31px;
	margin-bottom: 2px;
}
#navigation li {
	float: left;
	list-style: none;
	position: relative;
	height: 29px;
}
#navigation li#nav_services {
	width: 105px;
}
#navigation li a {
	display: block;
	float: left;
	height: 29px;
	color: #fff;
	text-decoration: none;
	padding: 0 24px;
	line-height: 29px;
	font-weight: bold;
	background: url(images/nav_bg.jpg) repeat-x top;
}
#navigation li.padd a {
	padding: 0 24px 0 25px;
}
#navigation li a:hover {
	color: #F3BA1F;
	background: url(images/nav_bg.jpg) repeat-x bottom;
}

#navigation li ul {
	position: absolute;
	top: 29px;
	left: 0;
	width: 235px;
	border: solid 1px #000;
	border-top: none;
	z-index: 100;
	background: url(images/subnav_bg.jpg) repeat-x top #094076;
	padding: 5px 0;
	display: none;
}
#navigation li:hover ul {
	display: block;
}
#navigation li ul li {
	float: none;
	height: auto;
}
#navigation li ul li a {
	background: none;
	line-height: 14px;
	padding-top: 5px;
	padding-bottom: 5px;
	height: auto;
	float: none;
}
#navigation li ul li a:hover {
	background: none;
}
/* content */
#content {	
	background: url(images/content_bg.gif) repeat-y;
}
#content_bott {
	background: url(images/content_bottom.jpg) no-repeat bottom;
}
#content_inner {
	background: url(images/content_top.jpg) no-repeat top;
	min-height: 400px;
	_height: 400px;
	padding-bottom: 40px;
}
/* left column */
#left_column {
	float: left;
	width: 515px;
	background: url(images/left_bg.jpg) no-repeat top;
	padding-top: 37px;
	margin-top: 30px;
	margin-left: 18px;
	_margin-left: 9px;
	margin-right: 16px;
	line-height: 16px;
}
#left_column h1 {
	font-size: 14px;
	color: #01335C;
	margin-bottom: 18px;
}
#left_column h1 sup,
#left_column p sup {
	line-height: 8px;
	font-size: 8px;
}
#left_column p {
	margin-bottom: 20px;
}
#left_column ul,
#left_column ol {
	margin-bottom: 10px;
}
#left_column li {
	margin-left: 20px;
	margin-bottom: 5px;
}

/* right column */
#right_column {
	margin-top: 48px;
	width: 280px;
	background: url(images/right_left.jpg) no-repeat left top;
	float: left;
}
#right_column .inner {
	background: url(images/right_top.jpg) no-repeat 10px 0;
	min-height: 280px;
	_height: 280px;
	padding: 19px;
}
#right_column .inner img {
	border: solid 1px #023A69;
	margin-bottom: 10px;
}


#contact td {
	padding-bottom: 15px;
}
#contact p {
	margin-bottom: 10px;
}
#links td {
	vertical-align:bottom;
}
#links td {
	text-align: center;
}
#links td td {
	text-align: left;
}
.b_em {
	font-weight: bold;
	font-size: 22px;
	line-height: 24px;
}
.big {
	font-size: 16px;
}

#user_login {
	padding: 20px 15px;
}
#user_login div {
	clear: both;
	margin-bottom: 10px;
}
#user_login span {
	display: block;
	float: left;
	width: 120px;
}
#user_login input.inp_text {
	width: 200px;
}
#user_login a {
	font-size: 10px;
	font-weight: normal;
}
/* footer */
#footer {
	text-align: center;
	color: #686868;
	font-size: 10px;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 10px;
}
#footer ul {
	display: block;
	height: 20px;
	padding-left: 100px;
	font-weight: normal;
	margin-bottom: 3px;
}
#footer li {
	list-style: none;
	float: left;
	line-height: 14px;
}
#footer li span {
	padding: 0 19px 0 20px;
	background: url(images/footer_bullet.gif) no-repeat center center;
	height: 14px;
	display: block;
	float: left;
}
#footer li a {
	color: #FDE5A5;
	text-decoration: none;
	float: left;
}
#footer li a:hover {
	text-decoration: underline;
}