﻿/*
#1C3F94 (ADA Blue)
#3855A1 (navigation normal)
#142C76 (navigation highlight)
#909295 (only found on the vertical grey bar between logo and links in header)
*/

html {
	background: #fff;
}
body {
	width: 950px;
	margin: 0;
	font: 12px/22px Verdana, Arial, sans;
	color: #000;
}

H1 {font-size:140%; font-weight:bold; margin-bottom:.7em}
H2 {font-size:135%; font-weight:bold; margin-bottom:.7em}
H3 {font-size:130%; font-weight:bold; margin-bottom:.7em}
H4 {font-size:125%; font-weight:bold; margin-bottom:.7em}
H5 {font-size:120%; font-weight:bold; margin-bottom:.7em}
H6 {font-size:110%; font-weight:bold; margin-bottom:.7em}


a  {
	color: #1C3F94;
}
strong {
	font-weight: bold;
}
.last {
	margin: 0;
	border: 0;
}
#header {
	width: 100%;
	height: 203px;
	padding: 0 0 0 12px;
	font: 11px/22px Verdana, Arial, sans;
	float: right;
	overflow: hidden;
}
.admin-link {
	font-style: italic;
	font-size: 10px;
	width: 100px;
	float: right;
	margin: 10px 25px 12px 0;
}
#search {
	display: block;
	float: right;
	width: 200px;
	margin: 0 10px 0 0;
}
#search label {
	font-size: 10px;
}
#search .input-text {
	width: 108px;
}
#search .input-submit {
	width: 28px;
	font-size: 10px;
	padding: 0;
}
.logo2 {
	margin: 2px 0 0 0;
	float: left;
}
#recently {
	width: 204px;
	float: right;
	font-size: 10px;
	line-height: 12px;
	padding: 5px 0 5px 20px;
	margin: 5px 7px 0 15px;
	color: #1C3F94;
	border-left: 1px solid #909295;
}
#recently div {
	overflow: hidden;
	clear: both;
	margin: 0 0 25px 0;
}
#recently div.last {
	margin: 0;
}
#recently div img {
	float: left;
	width: 30px;
	margin: 0 6px 0 0;
}
#recently div p {
	float: left;
	width: 150px;
}
#breadcrumb {
	clear: both;
	text-align: right;
	font-size: 10px;
	margin: 0 25px 0 0;
}
#sidebar {
	width: 194px;
	height: 650px;
	float: left;
	background: #1C3F94;
	text-align: right;
	color: #fff;
	
}
#sidebar a {
	color: #fff;
	font-style: italic;
	font-size: 10px;
}
.logo1 {
	margin: 25px 2px 0 0;
}
#navigation {
	position: relative;
	margin: 39px 0 0 0;
	clear: both;
	display: inline-block;
}
#navigation li {
	display: block;
	width: 194px;	
}
#navigation ul li{
	width: 250px;
}
#navigation a {
	padding: 0 15px 0 0;
	margin: 0 0 3px 0;
	font-style: normal;
	background: #3855A1;
	text-decoration: none;
	font-size: 13px;
	line-height: 20px;
	height: 20px;
}
#navigation a:hover {
	color: #fff;
	background: #142C76;
}
#content {
	position: relative;
	width: 582px;
	height: 439px;
	overflow-y: scroll;
	overflow-x: hidden;
	padding: 0 12px 0 12px;
	float: left;
}
#footer {
	margin: 0 15px 0 0;
	
}
#footer p {
	font-size: 10px;
	line-height: 12px;
	margin: 0 0 15px 0;
}
#footer p.phone {
	font-size: 12px;
	margin-top: 15px;
}
#footer img {
	margin: 15px 0 8px 0;
}
.map {
	position: relative;
	width: 529px;
	height: 294px;
	background: url(../img/map-whole.png) no-repeat;
	margin: 10px 0;

}
.map p {
	width: 132px;
	font-size: 10px;
	line-height: 12px;
	font-style: italic;
	color: #1C3F94;
	position: absolute;
	top: 10px;
	right: 70px;
}
.map-link {
	display: block;
	position: absolute;
	width: 40px;
	height: 40px;
	text-indent: -9999px;
	overflow: hidden;
}
#m1 { right: 10px ;top: 0; }
#m2 { right: 47px ;top: 48px; }
#m3 { right: 69px ;top: 107px; }
#m4 { right: 114px ;top: 191px; }
#m5 { right: 131px ;top: 90px; }
#m6 { right: 233px ;top: 210px; }
#m7 { right: 200px ;top: 124px; }
#m8 { left: 198px ;top: 83px; }
#m9 { left: 110px ;top: 164px; }
#m10 { left: 115px ;top: 27px; }

ul {list-style-position:inside};
