@charset "utf-8";

#header .Nav a:link {
	text-decoration: none;
	color: #FFFFFF;
}
#header .Nav a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
#header .Nav a:hover {
	text-decoration: none;
	color: #8BC5CF;
}
#footer a:link {
	text-decoration: none;
	color: #000;
}
#footer a:visited {
	text-decoration: none;
	color: #000;
}
#footer a:hover  {
	text-decoration: none;
	color: #5E211B;
}
.column2 a:link {
	text-decoration: none;
	color: #000;
}
.column2 a:visited {
	text-decoration: none;
	color: #000;
}

.column2 div:hover  {
	text-decoration: none;
	background-color: #8BC5CF;
}


#mainContent a:link {
	text-decoration: none;
	color: #5E211B;
}
#mainContent a:visited {
	text-decoration: none;
	color: #5E211B;
}

#mainContent a:hover  {
	text-decoration: none;
	color: #5E211B;
}

img { 
	border-style: none; 
}


body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #682414;
	background-image: url(../Images/Background-image.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
}
p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 85%;
	text-align: justify;
}
h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 125%;
	font-weight: 400;
	color: #5E211B;
}
address {
	font-style: normal;
	font-size: 14px;
}

h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 110%;
	font-weight: 400;
	
}

h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 98%;
	font-weight: 500;
	color: #5E211B;
	line-height: 180%;
	display: inline;
}
ul {
	list-style-type: none;
	right: 0px;
	display: inline;
}
hr	{
	width: 100%;
	height: 1px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#container  {
	width: 780px;
	height: auto;
	margin: 0 auto;
}
#header  {
	min-height: 140px;
} 
#header img   {
	float: left;
}
#header .Nav  ul{
	list-style-type: none;
	float: right;
	margin-top: 70px;
	height: 34px;
	width: 330px;
	background-image: url(../Images/NavBar.png);
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 13px;
	text-align: center;
	padding-right: 40px;
	padding-left: 40px;
}
#header   .Nav ul li{
	display:inline;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	font-size: 0.9em;
	font-weight: 00;
	margin-right: 8px;
	margin-left: 8px;
}
#banner {
	height: 320px;
	background-image: url(../Images/TitleBanner.png);
}
#Content  {
	background-color: #EDEDED;
	padding: 20px;
}

#footer  {
	height: 135px;
	padding-left: 50px;
	padding-right: 50px;
	background-image: url(../Images/sitemap.png);
} 
#footer div {
	width: 150px;
	margin-right: 20px;
	float: left;
}
#footer .crafty2 {
	padding-top: 25px;	
}
#footer ul li  {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.85em;
	font-weight: 400;
	line-height: 1.3em;
}

