﻿@charset "utf-8";
/************************* BODY/HTML */
body {
	margin: 0px;
	background: #DADCD9;
	font: medium Arial, Helvetica, sans-serif;
}

/************************* LAYOUT */
#bounds {
	z-index: 1;
	width: 822px;
	margin: 20px auto;
	background: url(../images/bg.jpg) repeat-y;
}

#bounds #header {
	position: relative;
	height: 85px;
	background: url(../images/header.jpg) no-repeat top;	
}

#bounds #header #logo {
	position: absolute;
	top: 22px;
	left: 20px;
	font-size: 10px;
	color: #AB0534;
}

#bounds #header #search {
	top: 35px;
	font-size: small;
	color: #666;
	font-weight: bold;
	position: absolute;
	right: 80px;
}

#bounds #content {
	z-index: 1;
	position: relative;
	width: 770px;
	margin: 0px 0 0px 25px;
	padding-bottom: 20px;
}

#inner {
	position: relative;
	margin: 0px 0 0px 21px;	
	width:777px;
	height: 33px;
	background: url(../images/red-bg.jpg) repeat-x top;	
}

#bounds #header #search span {
	padding-left: 10px;
}

#bounds #menu {
	position: relative;
	z-index: 100;
	left: -1px;
	width: 777px;
	margin: 0 auto;
	height: 30px;
	background: url(../images/menu-bg.jpg) no-repeat;
}
#bounds #footer {
	position: relative;
	height: 76px;
	background: url(../images/footer.jpg) no-repeat bottom;
}

#bounds #inner #small-lock {
	position: absolute;
	right: 0;
}

#bounds #flash-content {
	position: relative;
	z-index: 1;
	left: -4px;
}

#left-home{
width: 500px;
float:left;
}

#right-home {
margin-top:30px;
	margin-right: 10px;
	float: right;
	width: 190px;
	padding:5px;
	background-color:#b40337;
	color:#fff;
}

#right-home  a{
color:#fff;
font-weight:bold;
}

#map-lock {
	margin-top: 25px;
	position: relative;
	margin-right: 10px;
	float: right;
	width: 302px;
	height: 413px;
	background: url(../images/map.jpg) no-repeat;
}

#right-image {
	margin-top: 25px;
	position: relative;
	margin-right: 10px;
	float: right;
	width: 302px;
}

#right-image img{
padding-bottom:5px;
}

#small-lock {
	z-index: 2;
	right: 0;
	position: absolute;
	bottom:-50px;
}

/************************* GLOBALS */
.no-border { border: none; }
.left { float: left; }
.right { float: right; }
.clear { clear: both; }

/************************* FORMS */
input.button {
	border: none;
	background: transparent;
	font-weight: bold;
	font-size: small;
	color: #666;
	padding: 0;
}

input.textfield {
	background-color: #fff;
	border: 3px solid #C1D1E8;
}
input.textfield:focus {
	border: 3px solid #AB0534;
}

/************************* CONTENT */
#content h1,
#content h2 {
	margin: 0;
	font-weight: normal;
	font-size: large;
	color: #AB0534;
	padding-top: 20px;
}

#content h2 a {
	font-size: small;
	font-weight: bold;
	color: #AB0534;
}

#content h3 {
	font-size: small;
	font-weight: bold;
}

#content p {
	font-size: small;
}

#content .info-pane {
	padding-left: 20px;
	width: 710px;
}

#content .info-pane-inner {
	width: 420px;
	padding-left: 20px;
}

#content .sidebar-pane {
	text-align: center;
	width: 320px;
}

#content ul li {
	font-size: small;
	margin-top:10px;
	margin-bottom:20px;
}

#content ul li ul li {
	margin-bottom:5px;
	list-style: disc;
}


/************************* FOOTER */
#footer span {
	position: absolute;
	left: 40px;
	bottom: 25px;
	color: #AB0534;
	font-size: x-small;
	
}

#footer div.sitemap {
	position: absolute;
	right: 40px;
	bottom: 25px;
}

#footer div.sitemap a {
	color: #AB0534;
	font-size: x-small;
	text-decoration: none;
}