@charset "utf-8";
/* CSS Document */

html {
	background: transparent url(../images/bg.gif) repeat;	
}

body {
	background: transparent url(../images/top-bg.gif) repeat-x;	
	padding-bottom: 1em;
}

h1 {
	font: normal normal 1.2em/1.8em Georgia, "Times New Roman", Times, serif;
	margin-bottom: 1em;
}

h2 {
	font: normal normal 1.2em/1.8em Georgia, "Times New Roman", Times, serif;
	margin-bottom: 1em;
}

p {
	font: normal normal 1.3em/1.6em "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-bottom: 1em;
}

#container {
	width: 1020px;
	margin: 0 auto;
}

#logo {
	height: 102px;
	margin-left: 41px;
}

#nav {
	background: #000;
	height: 45px;
	margin-left: 41px;
}

#nav ul li {
	float: left;
}

#nav ul li a {
	text-indent: -9999px;
	height: 41px;
	display: block;
	margin-right: 50px;
	margin-top: 4px;
}

#nav ul li a#home_btn {
	background: #000 url(../images/home_off.jpg) no-repeat;
	width: 80px;
}

#nav ul li a#home_btn:hover {
	background: #000 url(../images/home_on.jpg) no-repeat;	
}

#nav ul li a#home_btn.active {
	background: #000 url(../images/home_active.jpg) no-repeat;	
}

#nav ul li a#about_btn {
	background: #000 url(../images/about_off.jpg) no-repeat;
	width: 93px;
}

#nav ul li a#about_btn:hover {
	background: #000 url(../images/about_on.jpg) no-repeat;
	width: 93px;
}

#nav ul li a#about_btn.active {
	background: #000 url(../images/about_active.jpg) no-repeat;
	width: 93px;
}

#nav ul li a#contact_btn {
	background: #000 url(../images/contact_off.jpg) no-repeat;	
	width: 93px;
}

#nav ul li a#contact_btn:hover {
	background: #000 url(../images/contact_on.jpg) no-repeat;
	width: 93px;
}

#nav ul li a#contact_btn.active {
	background: #000 url(../images/contact_active.jpg) no-repeat;
	width: 93px;
}

#nav ul li a#links_btn {
	background: #000 url(../images/links_off.jpg) no-repeat;
	width: 80px;
}

#nav ul li a#links_btn:hover {
	background: #000 url(../images/links_on.jpg) no-repeat;	
}

#nav ul li a#links_btn.active {
	background: #000 url(../images/links_active.jpg) no-repeat;	
}

#top {
	background: #01245c url(../images/banner.jpg) no-repeat;
	height: 436px;
	padding: 40px 0 0 40px;
}

#top p,#top ul li {
	color: #fff;
	font-weight: bold;
	font-size: 1.3em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#top-info {
	width: 560px;	
	float: left;
	margin: 80px 86px 0 15px;;
}

#top-info p {
	line-height: 1.6em;
}

#top-contact {
	margin-top: 80px;
	float: left;
}

#top-contact ul li {
	line-height: 1.6em;
	margin-bottom: 12px;
}

#content {
	width: 924px;
	margin: 0 auto;
	background: #fff;
	padding: 0 12px 24px 24px;
}

#main-content {
	width: 550px;
	float: left;
	padding-top: 24px;
}

#main-content img {
	outline: 1px solid #ccc;
	padding: 4px;
	margin: 2em 0.1em;
}

#main-content img.center {
	outline: 1px solid #ccc;
	padding: 4px;
	margin: 2em auto;
	display: block;
}

#main-content ul.address {
	margin-top: 40px;
}

#main-content ul li {
	font-size: 1.3em;
	line-height: 1.6em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;	
	margin-top: 6px;
}

#main-content ul.accessibility {
	margin-left: 20px;
	margin-top: 0;
}

#main-content ul.sitemap-list {
	margin-top: 0;
}

#main-content ul.accessibility li {
	font-size: 1.3em;
	line-height: 1.6em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	list-style-type: disc;
}

#main-content ul li a {
	color: #01245C;	
}

#main-content ul li a:hover {
	text-decoration: none;
	color: #4BA6FE;
}

#main-content h2 {
	font-size: 1.2em;	
}

#side-content {
	float: right;
	width: 299px;
	background: #e3e3e3;
	padding:24px;
}

#side-content h2 {
	border-bottom: 1px solid #898787;
	font-size: 1.2em;
}

#side-content ul li {
	list-style-type: disc;
	margin-left: 14px;
	font: normal normal 1.3em/1.6em "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#footer {
	margin-left: 48px;	
	margin-top: 4px;
}

#footer p {
	font: normal normal 1em/1.6em "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	float: left;
}

#footer ul {
	float: right;
	margin-right: 48px;
}

#footer ul li {
	display: inline;	
}

#footer ul li a {
	font: normal normal 1em/1.6em "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #010101;
}

#footer ul li a:hover {
	text-decoration: none;	
}
