body {
    font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 1.3;
	color: #333;
}

h1, h2, h3, h4, h5, h6 {font-weight:bold;color:#333;}

#header {
	height: 159px;
	background: url(../images/2020header.jpg) no-repeat;
	position: relative;
}

#flash_header {
	margin-top: -1px;
}

#content {
	margin-right: 0;
	width: 780px;
}

#r_content {
	width: 610px;
	font-size: 11px;
}

#image_content {
	width: 150px;
	overflow: hidden;
	margin-right: 0;
	margin-top: -20px;
}

#image_content img {
	margin-top: 20px;
}

.container {
	width: 960px;
}

.span-12, div.span-12
{
	width: 960px;
}

#content_wrapper {
	background: url(../images/content-bg.png) repeat-y;
	margin-bottom: 20px;
}

#footer {
	height: 108px;
	background: url(../images/2020footer.jpg) no-repeat;
}

#terms_bar {
	margin-top: 10px;
	font-weight: bold;
}

#terms_bar a {
	color: #333;
	text-decoration: none;
}
#terms_bar a:hover {
	text-decoration: underline;
}
#footer #map {
	line-height: 1.4;
	color: #fff;
	height: 108px;
	float: right;
	width: 460px;
}

#footer #map td {
	text-align: right;
}

#footer #map a {
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	white-space: nowrap;
}

#footer #map a:hover {
	text-decoration: underline;
}

#navigation {
	height: 100%;
	background: #c1d9f0;
	width: 160px;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 0.95em;
}

#navigation ul {
	padding: 0;
	margin: 0;
}

#navigation li {
	padding: 0;
	list-style: none;
	margin-bottom: 1px;
	overflow: hidden;
}

#navigation a {
	display: block;
	width: 160px;
	height: 18px;
	padding-left: 10px;
	background: url(../images/nav-links.png) no-repeat top left;
	font-weight: bold;
	color: #7c858d;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 16px;
}

#navigation a:hover {
	background: url(../images/nav-links.png) no-repeat bottom left;
	color: #fff;
}

#navigation a.selected {
	background: url(../images/nav-links.png) no-repeat bottom left;
	color: #fff;
}

#navigation .sub_nav li {
	margin-bottom: 0 !important;
}
#navigation .sub_nav li a {
	background: #c2cad3;
	text-transform: none;
}
#navigation .sub_nav li a:hover {
	background: #c2cad3;
	color: #AF2A3A;
}
#navigation .sub_nav li a.selected {
	background: #c2cad3;
	color: #AF2A3A;
}

#header-contact {
	font-weight: bold;
	color: #fff;
	margin-top: 32px;
	margin-left: 240px;
}

#header-contact ul {
	margin: 0;
	padding: 0;
}

#header-contact li {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}

#search_bar {
	padding-left: 10px;
	background: url(../images/search_bar_bg.png) repeat-x;
	height: 26px;
	width: 950px;
}

#search_bar input {
	margin: 0 10px 0 -1px;
}

#section
{
	width: 170px;
	font-size: 1.3em;
	font-weight: bold;
	color: #AF2A3A;
	height: 30px;
	line-height: 30px;
}

#section_ticker_bar {
	clear: both;
	margin-bottom: 0;
}

#ticker_bar
{
	width: 604px;
}

/* liScroll style declarations */

.tickercontainer { /* the outer div with the black border */
background: #fff; 
width: 790px;
height: 27px; 
margin: 0; 
padding: 0;
overflow: hidden; 
}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
position: relative;
left: 10px;
top: 8px;
width: 780px;
overflow: hidden;
}
ul.newsticker { /* that's your list */
position: relative;
left: 750px;
font: bold 10px Verdana;
list-style-type: none;
margin: 0;
padding: 0;

}
ul.newsticker li {
float: left; /* important: display inline gives incorrect results when you check for elem's width */
margin: 0;
padding: 0;
list-style-type: none;
background: #fff;
white-space: nowrap;
}
ul.newsticker a {
white-space: nowrap;
padding: 0;
color: #AF2A3A;
font: bold 10px Verdana;
margin: 0 50px 0 0;
text-decoration: none;
} 
ul.newsticker a:hover {
text-decoration: underline;
}
ul.newsticker span {
margin: 0 10px 0 0;
}



#hm-cctv-camera {
	background: url(../images/cctv-camera.jpg) no-repeat;
	width: 610px;
	height: 235px;
	margin-bottom: 20px;
}

ul.errorlist { margin:0 !important; padding:0 !important; }
.errorlist li { font-size:12px !important; display:block; padding:4px 5px 4px 25px; margin:0 0 3px 0; border:1px solid red; color:white; background:red url(../admin/img/admin/icon_alert.gif) 5px .3em no-repeat; }
ul.messagelist { padding:0 0 5px 0; margin:0; }
ul.messagelist li { font-size:12px; display:block; padding:4px 5px 4px 25px; margin:0 0 3px 0; border-bottom:1px solid #ddd; color:#666; background:#ffc url(../admin/img/admin/icon_success.gif) 5px .3em no-repeat; }

/* NEWS */

div.post
{
	padding: 0 5px 0 0;
	margin-bottom: 10px;
}

div.post h1, .posts_index h1
{
	color: #AF2A3A;
	margin-top: 0px;
	font-size: 1.8em;
	margin-bottom: 6px;
}

.posts_index h1 {
	margin-bottom: 5px;
}

.post .header {
	font-size: 1.4em;
}

.post a {
	color: #AF2A3A;
	text-decoration: none;
}
.post a:hover {
	text-decoration: underline;
}

.post .date
{
	float: left;
	margin-right: 5px;
}

.content strong
{
	font-weight: bold;
}

.content em
{
	font-style: italic;
}

.posts_index .image
{
	height: 72px;
	width: 80px;
	float: left;
}

#options {
	margin-bottom: 10px;
	font-size: 10px;
}

#options a {
	color: #AF2A3A;
	text-decoration: none;
}

#options a:hover {
	text-decoration: underline;
}

#skip a, #skip a:hover, #skip a:visited
{
position:absolute;
left:0px;
top:-500px;
width:1px;
height:1px;
overflow:hidden;
}

#skip a:active, #skip a:focus
{
position:static;
width:auto;
height:auto;
}