﻿html {
	background: #FFFFFF;
}
body {
	color: black;
}
HR {
	height: 8px;
	background: #000000;
	display: block;
}
/* GENERAL STYLES */
a.button {
	position: relative;
	background: #5e7285;
	border-top: 1px solid #a3b5d4;
	padding: 6px 9px;
	border: 1px solid #a3b5d4;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
}
a.button:hover {
	background: #4a5969;
}
p::selection, li::selection, a::selection {
	background: #251440;
}
p::-moz-selection, li::-moz-selection, a::-moz-selection {
	background: #251440;
}
#container {
	position: relative;
	padding-top: 15px;
}
/* HEADER */
#header {
	background: white;
}
#header img {
	float: left;
}
#header #header_slogan {
	font-size: 24px;
	line-height: 26px;
	font: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
	float: right;
	text-decoration: none;
	color: #85A1BC;
	text-align: center;
	margin: auto;
}
/* TOP_NAV */
#top_nav {
	background: black;
	font-family: Arial, Helvetica, sans-serif;
}
#top_nav li {
	float: left;
	background: black;
	list-style: none;
	padding: 6px 6px;
	height: 14px;
	line-height: 14px;
	border: 1px solid black;
}
#top_nav li.selected, #top_nav li:hover {
	background: #536475;
	text-decoration: underline;
	border: 1px solid #161e2a;
}
#top_nav li a {
	color: white;
	text-decoration: none;
	display: block;
}
/* BANNER */
#banner {
	background: white;
	margin-top: 5px;
	margin-bottom: 5px;
	position: relative;
	border-bottom: medium black solid;
}
#banner img {
	float: left;
	padding: 0 0 6px 0px;
}
/* MAIN */
#main {
	clear: both;
}
#main #a {
	color: blue;
	text-decoration: underline;
}
#main col_1 {
	float: left;
	text-align: justify;
}
#main col_2 {
	float: right;
	border-left: 1px gray solid;
}
#main #col_2 img {
	padding-bottom: 6px;
}
#main h1 {
	color: black;
	font-size: 28px;
	line-height: 29px;
	margin-top: 3px;
	margin-bottom: 6px;
}
#main #cityslug {
	font-variant: small-caps;
	font-weight: bolder;
	font-size: smaller;
}
#main p {
	color: black;
	font-size: 16px;
	line-height: normal;
	font-style: normal;
	text-indent: 15px;
	padding-bottom: 3px;
	display: block;
}
#main h4, #main h3 {
	color: #131828;
}
#main h3 {
	margin-bottom: 0;
}
#main h4 {
	margin-bottom: 9px;
}
#main ul li {
	margin-left: 15px;
	margin-bottom: 10px;
	line-height: 18px;
	font-size: 13px;
}
#main #sub1 h3 {
	font-size: 36px;
	margin-top: -17px;
}
#main #sub1 p {
	font-weight: bold;
}
#main #sub1 li {
	list-style: none;
	float: left;
	margin-left: 0;
	margin-right: 5px;
}
#main #sub2 li {
	font-weight: bold;
	list-style: none;
	margin-left: 0;
	padding-left: 15px;
	background: url(../img/bullet.png) no-repeat 0 50%;
}
#main #sub3 {
	margin-top: 143px;
}
#main #sub3 p {
	font-size: 12px;
}
#main #sub3 p:first-child {
	background: url(../img/border2.png) repeat-x 0 100%;
	padding-bottom: 14px;
	margin-bottom: 14px;
}
#main #sub3 li {
	background: url(../img/border2.png) repeat-x 0 100%;
	font-weight: bold;
	font-style: italic;
	padding-bottom: 14px;
	margin-bottom: 14px;
	margin-left: 0;
	list-style: none;
}
#main #sub3 li:last-child {
	background: none;
}
#main img {
	float: right;
	padding: 0 0 0 0;
}
/* FOOTER */
#footer {
	background: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	margin-top: 6px;
	margin-left: auto;
	margin-right: auto;
}
#footer li {
	color: white;
	float: left;
	background: black;
	list-style: none;
	padding: 6px;
	line-height: 14px;
	border: 1px solid black;
}
#footer li a {
	color: white;
	text-decoration: none;
	display: block;
}
