﻿/**********************************************************************
 * Styles.css                                                         *
 *                                                                    *
 * This file is initially empty and you can add any additional styles *
 * or modify any of the styles defined in BaseStyles.css              *
 * This file will never be overwritten.                               *
 *                                                                    *
 * For example, if you want to override just the top padding for a    *
 * menu, you can simply add the following lines:                      *
 *                                                                    *
 * .menus {                                                           *
 * 	padding-top: 20px;                                            *
 * 	}                                                             *
 *                                                                    *
 * This will keep all the other styles of the "menus" style as-is,    *
 * but modify the top padding to be 20px.                             *
 *                                                                    *
 * You can also, add a new style by just specifying it.               *
 *                                                                    *
 * .menus {                                                           *
 * 	padding-top: 20px;                                            *
 * 	text-align: center;                                           *
 * 	}                                                             *
 * 	                                                              *
 * In the above case, we added the text-align style.  This style was  *
 * not specified in the original declaration of the menus style.      *
 *                                                                    *
 **********************************************************************/
 
 /*
#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: 750px;
	margin: 0;
	font: 12px/22px Verdana, Arial, sans;
	color: #000;
}
a  {
	color: #1C3F94;
}
strong {
	font-weight: bold;
}


.last {
	margin: 0;
	border: 0;
}
#header {
	width: 750;
	height: 200px;
	padding: 0 0 0 4px;
	float: left;
	overflow: hidden;
	font: 12px/22px Verdana, Arial, sans;
	
}
.admin-link {
	font-style: italic;
	font-size: 10px;
	width: 100px;
	float: right;
	margin: 10px 25px 12px 0;
}
#search {
	display: block;
	float: right;
	width: 800px;
	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: 1px 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 1px 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;
	font: 12px/22px Verdana, Arial, sans;
}
#footer p {
	font-size: 10px;
	line-height: 12px;	
	margin: 0 0 15px 0;
	/*font: 12px/22px Verdana, Arial, sans;*/
}
#footer p.phone {
	font-size: 12px;
	margin-top: 15px;
	/*font-weight: bold;*/
}
#footer img {
	margin: 15px 0 8px 0;
	border: 0 none;
}
.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; }

.left{
	padding: 10px 5px;
	text-align: left;
	font-weight: bold;
	}
 .leftlist
 {
 	text-align: left;
 	padding: 10px;
 }
 