﻿body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #3E342B;
	margin: 0px;
	padding: 0px;
	background-image: url('../images/bg.jpg');
	background-repeat: no-repeat;
	background-position: left;
	background-attachment: fixed;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 6pt;
	font-weight: bold;
	color: #8A6110;
	text-align: center;
}
.center {
	text-align: center;
}
hr {
	border: 1px solid #231D17;
	width: 99%;
}
a {
	color: #3E342B; /*Link color*/;
	text-decoration: none;
}
a:hover {
	color: #BF120B; /*Mouse Over color*/;
	text-decoration: none;
}
a:active {
	color: #BF120B; /*Link color*/;
	text-decoration: none;
}
.a {
	font-size: 8pt;
}
.a_center {
	font-size: 8pt;
	text-align: center;
}
.logo
{
	text-align:center;
}
.logo img
{
	padding: 10px 30px 10px 30px;
	border:0px solid #ECE8DC;
}
/* Page Divs */
#wrapper {
	width: 100%;
}
#headerIMG {
	background-image: url('../images/header.png');
	background-position: center;
	background-repeat: no-repeat;
	margin-bottom: 10px;
	height: 295px;
	width: 1000px;
}
#header_slide
{
	height:300px;
}
#cTop {
	background-image: url('../images/top.png');
	background-position: center;
	background-repeat: no-repeat;
	margin: 0px;
	width: 1000px;
	height: 14px;
}
#Content {
	width: 960px;
	background-image: url('../images/middle.png');
	background-position: center;
	background-repeat: repeat-y;
	margin: 0px;
	color: #3E342B;
	padding: 10px 20px;
	text-align: justify;
}
#Content p
{
	padding: 5px 20px;
}
#Content table
{
	margin:0 auto;
}
#Content table tr th
{
	text-align: right;
}
#cBot {
	background-image: url('../images/bottom.png');
	background-position: center;
	background-repeat: no-repeat;
	width: 1000px;
	height: 14px;
	margin-bottom: 10px;
}
#menu {
	width: 1000px;
	height: 40px;
	background-image: url('../images/menu.png');
	background-position: center;
	background-repeat: no-repeat;
	vertical-align: middle;
	margin-bottom: 10px;
}
#links {
	background-image: url('../images/menu.png');
	background-position: center;
	background-repeat: no-repeat;
	vertical-align: middle;
	height: 40px;
	margin-bottom: 10px;
}
#links p {
	line-height: 40px;
	color: #3E342B;
}
/*-- End Page Divs --*/
/* -- Social Media --*/
ul#navigation {
	position: fixed;
	margin: 0px;
	padding: 0px;
	top: 30%;
	left: 0px;
	list-style: none;
	z-index: 9999;
}
ul#navigation li {
	width: 100px;
}
ul#navigation li a {
	display: block;
	margin-left: -2px;
	width: 100px;
	height: 70px;
	background-color: #3C5666;
	background-repeat: no-repeat;
	background-position: center center;
	border: 1px solid #AFAFAF;
/*-moz-border-radius:0px 10px 10px 0px;
   -webkit-border-bottom-right-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -khtml-border-bottom-right-radius: 10px;
    -khtml-border-top-right-radius: 10px;
   -moz-box-shadow: 0px 4px 3px #000;
    -webkit-box-shadow: 0px 4px 3px #000;
    */opacity: 0.6;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
}
ul#navigation .facebook a {
	background-image: url(../images/smedia/facebook.png);
}
ul#navigation .twitter a {
	background-image: url(../images/smedia/twitter.png);
}
/*-- End Social Media --/
/*--Google Map--*/
#search {
	margin-bottom: 10px;
}
#map {
	height: 500px;
	width: 970px;
	margin-top: 10px;
}
#directions-panel {
	float: left;
	height: 100%;
	width: 970px;
	overflow: auto;
	text-align: center;
}
/*-- End Google Map --*/
