/* CSS Document */

body {
	margin: 0;
	padding: 0px;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 13px;
	color: #000000;
	background-image: url(images/background-home.gif);
	background-position: top center;
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}

a {
	font-weight: bold;	
	text-decoration: none;
	color: #FFFFFF;
}

/************* HEADER ************/

#header {
	width: 961px;
	height: 148px;
	margin: 0px auto;
	background-image: url(images/header-logo-home.gif);
	background-position: top center;
	background-repeat: no-repeat;
}

/************* MENU ************/

#menu {
	width: 961px;
	height: 33px;
	margin: 0px auto;
	padding-top: 8px;
	background-image: url(images/nav-background-home.gif);
	background-position: top center;
	background-repeat: repeat-x; 
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: center;
}

#menu li {
	display: inline;
}

#menu a {
	padding: 0 6px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

/************* CONTENT ************/

#top-content {
	width: 961px;
	margin: 0px auto;
	text-align: center;
}

.left-top-content {
float: left;
width: 671px;
height: 398px;
border-top: 1px solid #9f9f9f;
border-right: 1px solid #9f9f9f;
border-bottom: 1px solid #9f9f9f;
border-left: 1px solid #9f9f9f;
}

.right-top-content {
float: left;
width: 287px;
height:388px;
text-align: center;
border-top: 1px solid #9f9f9f;
border-right: 1px solid #9f9f9f;
border-bottom: 1px solid #9f9f9f;
background-color: #990300;
padding-top: 10px;
}

#map {
width: 958px;
margin: 0px auto;
border-right: 1px solid #9f9f9f;
border-left: 1px solid #9f9f9f;
}

#content {
	width: 961px;
	margin: 0px auto;
	text-align: center;
}

.left {
float: left;
width: 388px;
height:296px;
text-align: left;
border-left: 1px solid #9f9f9f;
border-right: 1px solid #9f9f9f;
}

.middle {
float: left;
width: 281px;
height: 296px;
border-right: 1px solid #9f9f9f;
font-size: .9em;
text-transform: uppercase;
text-align: left;
}

.right {
float: left;
width: 288px;
height: 296px;
border-right: 1px solid #9f9f9f;
}

#lower-content {
    clear: both;
    width: 960px;
	height: 74px;
	margin: 0px auto;
	text-align: center;
	border-right: 1px solid #9f9f9f;
}

.middle a:link, .middle a:visited, .middle a:active, .middle a:hover {
    padding: 12px 5px 11px 5px;
	text-decoration: none;
	color: #fff;
	display: block;
	font-weight: bold;
	background-image: url(images/button-home-bckgrnd.gif);
	background-position: top center;
	background-repeat: repeat;
}

/************* FOOTER ************/

#footer {
clear: both;
width: 961px;
margin: 0px auto;
padding: 3px;
font-size: .9em;
line-height: 1.5em;
text-align: center;
color: #161615; 
}

#footer a:link, #footer a:visited, #footer a:active {
color: #990300;
}

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

/************* NAVIGATION ************/
.right-top-content a {
padding: 4px 0 4px 0;
text-decoration: none;
font-size: 90%;
color: #fff;
display: block;
font-weight: bold;
text-transform: uppercase;
border-top: 1px dotted #fff;
}