﻿/* CSS layout */
body {
	margin: 0;
	padding: 0;
	background-color: #360000;
	background-image: url('images/bg.png');
	background-repeat: repeat-x;
	padding-top: 45px;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	font-weight: lighter;
	color: #6F0000;
	margin-left: 10px;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #333333;
}

ul {
	font-size: .8em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}

img {
	border-style:none;
}

a {
	color: #000000;
	text-decoration:none;
}

li.nodecoration {
	list-style-type:none;
}

#wrapper {
	width: 800px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 0px;
	background-color: #ffffff;
}

#masthead {
	background-color: #ffffff;
	margin-left: 10px;
	margin-bottom: -15px;
	margin-top: 5px;
}

#top_nav {
	background-image: url('images/menu_img.jpg');
	height: 165px;
	border-top: 2px solid #2D0000;
	border-bottom: 2px solid #2D0000;
	margin-bottom: 15px;
}

#container {
	min-width: 400px;
	margin-top: 15px;
}

#right_col {
	width: 350px;
	float: right;
	border-left: 2px solid #2D0000;
	margin-top: -15px;
}

#page_content {
	margin-right: 375px;
}

#contact_container {
	min-width: 330px;
}

#contact_right_col {
	width: 470px;
	float: right;
	margin-top: -15px;
}

#contact_page_content {
	margin-right: 470px;
}


#footer {
	clear: both;
	background-color: #2D0000;
	height: 30px;
}

#btg {
	clear: both;
	background-color: #ffffff;
	height: 30px;
	margin-top: 10px;
	margin-right: 5px;
	float: right;
}


.masthead {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	padding-top: 10px;
}

.content {
	margin-left: 25px;
}

.margin_right {
	margin-right: 10px;
}

.map_margin {
	margin-left: 2px;
	margin-top: -10px;
	margin-bottom: 15px;
}

.center	{
	text-align: center;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: .7em;
	margin-left: 15px;
	padding-top: 7px;
}

/* MENU */
#menu {
	background: #2D0000;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 0em;
}
#menu li {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
#menu a {
	background: #2D0000;
	color: #ffffff;
	display: block;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
	font-weight:normal;
}
#menu a:hover {
	background: #000000;
	color: #fff;
	padding-bottom: 8px;
}