@charset "UTF-8";
body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background: #d1dff5 url(../images/page_bg.gif) repeat-x;
	margin-top: 30px;
	margin-bottom: 50px;
}
h1 {
	color: #00ABCA;
	font-size: 1.4em;
	padding-left: 0px;
	margin: 0px 0px 15px 52px;
	padding-top: 40px;
}
h2 {
	font-size: 1.1em;
	padding-left: 52px;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	color: #00ABCA;
}
h3 {
	color: #FFFFFF;
	font-size: 0.7em;
	margin: 0px 51px 4px 0px;
	padding: 3px 5px 2px;
	font-weight: bold;
	border-bottom: 1px none #16B2CE;
	border-top: 1px none #30BAD4;
	background: #00ABCA;
}
#wrapper {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
#logo {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
#navigation {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}

 .kwicks {
     list-style-type: none;
     list-style-position:outside;
     position: relative;
     margin: 0;
     padding: 0;
 }
 
 .kwicks li{
	display: block;
	overflow: hidden;
	padding: 0;
	cursor: pointer;
	float: left;
	width: 196px;
	height: 38px;
	margin-right: 0px;
	background-image:url(../images/kwicks_sprite.jpg);
	background-repeat:no-repeat;
}
.kwicks a{
	display:block;
	height:38px;
	text-indent:-9999px;
	outline:none;
}

#kwick1 {
	background-position:0px 0px;
}
#kwick2 {
	background-position:-196px 0px;
}
#kwick3 {
	background-position:-392px bottom;
}
#kwick4 {
	background-position:-588px 0px;
}
#kwick5 {
	background-position:-784px 0px;
}

#kwick1.active, #kwick1:hover {
	background-position: 0 bottom;
}
#kwick2.active, #kwick2:hover{
	background-position: -196px bottom;
}
#kwick3.active, #kwick3:hover {
	background-position: -392px bottom;
}
#kwick4.active, #kwick4:hover {
	background-position: -588px bottom;
}
#kwick5.active, #kwick5:hover {
	background-position: -784px bottom;
}
#map {
	width: 978px;
	margin: 0px auto;
	padding: 0px;
	background: #FFFFFF;
	float: left;
	border-right: 1px solid #cecece;
	border-left: 1px solid #cecece;
}
#content {
	width: 978px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	clear: none;
	height: auto;
	float: left;
	background: #FFFFFF;
	border-right: 1px solid #cecece;
	border-left: 1px solid #cecece;
	margin-top: 0px;
}
.content a {
	color: #00ABCA;
	text-decoration: none;
}
.content a:hover {
	color: #FFFFFF;
	background: #0FB0CE;
}
#bodycopy {
	border-right: 1px solid #DFDFDF;
}
#footer {
	margin: 0px auto;
	padding: 0px;
	clear: both;
}
#leftcolumn {
	float: left;
	width: 680px;
}
.leftcolumn  p {
	margin: 0px;
	color: #333333;
	padding: 0px 25px 15px 52px;
	font-size: 0.8em;
	line-height: 1.5em;
}
.bodycopy a {
	color: #00ABCA;
	text-decoration: none;
}
.leftcolumn li {
	list-style: square inside;
	color: #676767;
	margin: 0px 8px 0px 40px;
	padding: 0px;
	font-size: 1.0em;
	line-height: 1.8em;
}
#rightcolumn {
	float: right;
	width: 271px;
	margin: 0px;
	padding-top: 82px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.rightcolumn {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	list-style-position: outside;
	list-style-image: none;
	list-style-type: none;
	position: relative;
}
.rightcolumn p {
	font-size: 0.7em;
	color: #333333;
	margin: 0px 58px 10px 5px;
	padding: 0px;
	line-height: 1.4em;
}
.rightcolumn ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


.rightcolumn li {
	list-style: url(none) none outside;
	overflow: hidden;
	margin: 0px;
	width: 105px;
	height: 105px;
	float: left;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#copyright {
	float: left;
	clear: both;
}
.copyright {
	color: #00ABCA;
	margin: 0px;
	padding: 5px 0px 0px 36px;
	font-size: 0.7em;
}
#footernav {
	float: right;
}
.bottomnav {
	list-style: url(none) none outside;
	margin: 0px;
	padding: 4px 30px 0px 0px;
}

.bottomnav li {
	display: inline;
	font-size: 0.7em;
	padding-right: 3px;
	list-style-position: outside;
	list-style-image: none;
	list-style-type: none;
	color: #22B6D1;
}
.bottomnav li a {
	color: #22B6D1;
	text-decoration: none;
}
.bottomnav a:hover {
	text-decoration: underline;
}

