@charset "utf-8";
/* CSS Document */

body {
	background: #FFFFFF url(images/background.gif) repeat;
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	text-align: center;
}
#header {
	height: 90px;
	width: 960px;
	margin: auto;
	position: relative;
	border-bottom: 3px solid #697b83;
}
#header #logo {
	position: absolute;
	left: 35px;
	top: 5px;
}
#header #slogan {
	font-size: 10px;
	color: #000000;
	position: absolute;
	left: 5px;
	bottom: 2px;
}

#header #nav {
	position: absolute;
	right: 0px;
	bottom: 0px;
}
#header #nav a {
	font-size: 16px;
	color: #FFFFFF;
	line-height: 27px;
	height: 27px;
	width: 90px;
	background: url(images/nav_button.png) no-repeat;
	display: block;
	float: left;
	text-decoration: none;
	margin-right: 10px;
}
#header #nav a:hover {
	color: #cc9900;
}
#welcome {
	width: 960px;
	margin: auto;
	height: 225px;
	background: #3a4448;
	text-align: left;
	position: relative;
}
#welcome #welcome_text {
	position: absolute;
	width: 275px;
	right: 30px;
	top: 30px;
	font-size: 11px;
	color: #b9e5f9;
	line-height: 16px;
}
#welcome #welcome_text h1 {
	font-size: 21px;
	color: #FFFFFF;
	font-weight: normal;
	margin: 0px 0px 20px;
	padding: 0px;
}
#main {
	margin: auto;
	width: 960px;
	background: #697b83;
}
#main #content {
	width: 660px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	position: relative;
	padding-top: 30px;
}
#main #content #left {
	width: 400px;
	float: left;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 16px;
}
#main #content #left_img {
	float: left;
	margin-right: 10px;
	margin-bottom: 20px;
}
#main #content #right {
	float: right;
	width: 210px;
	font-size: 12px;
	line-height: 16px;
	color: #FFFFFF;
	position: relative;
}
#main #content #right_img {
	margin-bottom: 10px;
}
#main #content #right #quote {
	font-size: 14px;
	line-height: 21px;
	font-weight: bold;
}
#main  #content  #right #side {
	margin-top: 10px;
}
#main #content h1 {
	font-size: 21px;
	font-weight: normal;
	color: #FFFFFF;
	margin: 0px 0px 20px;
	padding: 0px;
}
#main #content h2 {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
#main  #content  .headerrow {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	background: #4277AD;
}
#main #content a {
	color: #c1ed3e;
	text-decoration: none;
}
#main #content a:hover {
	color: #D5A111;
}
#main #content #map {
	z-index: 99;
	position: relative;
}


#footer {
	width: 960px;
	height: 60px;
	background: #697b83 url(images/footer_back.jpg) no-repeat center bottom;
	font-size: 10px;
	color: #FFFFFF;
	line-height: 18px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 25px;
}
#footer .padding {
	padding-top: 20px;
}
#footer a {
	color: #c1ed3e;
	text-decoration: none;
}
.clear {
	clear: both;
	height: 0px;
}
.caption {
	font-size: 10px;
}
.alert {
	font-weight: bold;
	color: #FF0000;
}
hr {
	line-height: 0px;
	background: #CCCCCC;
	height: 0px;
	padding: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #CCCCCC;
}
