* {
	margin: 0;
	padding: 0;
}
body {
	text-align: center;
}
#wrapper {
	text-align: left;
	margin: auto;
	width: 810px;
	margin-top: 37px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a, .fakelink {
	text-decoration: underline;
	color: #d21135;
}
a:hover, .fakelink:hover {
    cursor: pointer;
	text-decoration: none;
}
a img {
	border: none;
}
.clear {
	clear: both;
}
/* header */
#header {
	background: url(../images/head_bg.jpg) no-repeat bottom;
	height: 26px;
	width: 801px;
	position: relative;
	padding-top:88px;
}
#logo {
	display: block;
	background: url(../images/logo.jpg) no-repeat;
	width: 158px;
	height: 52px;
	position: absolute;
	top: -17px;
	left: 0;
}

#division {
	position: absolute;
	font-size:19px;
	color: #94a3bc;
	top: 53px;
	left: 32px;
}
#head_b {
	position: absolute;
	background: url(../images/head_butt.jpg) no-repeat;
	width: 56px;
	height: 53px;
	top: -19px;
	left: 191px;
}
#header ul {
	color: #29477a;
	/*left: 295px;  -- This is the original positioning code for the top navigation. */
	height: 19px;
	position: absolute;
	top: 32px;
	text-align: right; /* This is one of the new lines of code to properly position the top navigation. */
	right: 1px; /* This is the most important line of code for properly positioning the top navigation. */
}
#header li {
	float: left;
	list-style: none;
}
#header li a {
	text-decoration: none;
	color: #29477a;
}
#header li a:hover {
	text-decoration: underline;
}
#login_box {
	float: left;
	color: #d4dae4;
}
#search_box {
	float: right;
}

#login_box .inp_text,
#search_box .inp_text {
	background: url(../images/input_bg.gif) no-repeat;
	width: 112px;
	height: 14px;
	border: none;
	margin-right: 7px;
	float: left;
	padding: 2px 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#login_box span {
	display: block;
	float: left;
	padding-left: 24px;
	padding-right: 18px;
	margin-top: 2px;
}
#login_box .button,
#search_box .button {
	background: url(../images/login_go.gif) no-repeat;
	width: 29px;
	height: 18px;
	border: none;
	float: left;
	cursor: pointer;
}
#search_box .button {
	margin-right: 11px;
}

/* content */
#content {
	background: url(../images/content_bg.gif) repeat-y left;
}
#left_column {
	float: left;
	width: 196px;
	min-height: 300px;
	text-align: center;
}
#navigation {
	padding: 15px 20px;
	font-size: 12px;
	text-align: left;
}
#navigation li {
	list-style: none;
	background: url(../images/list.gif) no-repeat 0 4px;
	position: relative;
	width: 154px;
	margin: 0;
	padding-left: 12px;
}
#navigation a {
	color: #213e6f;
	display: block;
	padding: 2px 2px 3px;
	width: 150px;
	text-decoration: none;
}
#navigation li:hover {
	#margin-bottom: -3px;
}
#navigation li.first:hover {
	#margin-bottom: 0;
}
#navigation li li:hover {
	margin-bottom: 0;
}
#navigation li:hover a {
	text-decoration: underline;
	background: #d4dae4;
}
#navigation li ul {
	position: absolute;
	left: 166px;
	top: 0;
	background: url(../images/submenu_bg.png);
	display: none;
}
#navigation li:hover ul {
	display: block;
	z-index: 10;
}
#navigation li li {
	padding: 0;
	background: none;
	width: 166px;
}
#navigation li li a,
#navigation li:hover li a  {
	color: #213e6f;
	padding: 4px 10px 5px;
	width: 146px;
	text-decoration: none;
	background: none;
}
#navigation li li a:hover {
	background: #94a3bc;
	color: #d4dae4;
	text-decoration: underline;
}
#left_column .box {
	padding: 20px 24px 27px;
	font-weight: bold;
	color: #213e6f;
}
#left_column .box h2 {
	font-size: 19px;
	font-weight: normal;
	color: #94a3bc;
	line-height: 19px;
	margin-bottom: 5px;
}
.box_img {
	width: 151px;
	height: 95px;
	background: #9fa0a4;
	margin: auto;
	margin-bottom: 35px;
}
.box_img img {
	width: 151px;
	height: 95px;
}

#content_box {
	float: left;
	width: 565px;
	padding-left: 15px;
	_padding-left: 7px;
	padding-top: 11px;
}
#content_box h1 {
	font-size: 19px;
	color: #94a3bc;
	font-weight: normal;
	padding-bottom: 4px;
	padding-top: 5px;
}
#content_box p {
	line-height: 13px;
	margin-bottom: 10px;
}
#content_box li {
	margin-left: 15px;
	margin-bottom: 13px;
}
#content_box .list {
	padding-top: 7px;
}
#content_box .list li {
	list-style: none;
	background: url(../images/list.gif) no-repeat 0 3px;
	padding-left: 15px;
	margin-left: 0;
	line-height: 13px;
}
#content_box .list li .title {
	font-weight: bold;
	color: #213e6f;
}

/* footer */
#footer {
	/*background: url(../images/footer_bg.jpg) no-repeat;*/
	height: 27px;
	padding: 5px 10px;
	color: #213e6f;
}
