﻿/*----------------------------------------------------------------------------------------------------------------------------------*/
* {
border-style: solid;
	float:none;
border-width:0px;
	margin:0;
	padding:0;
}

body {
	background-position: center top;
	padding-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	color: #000000;
	font-size: 12px;
	background-color: #391B03;
	background-repeat: repeat-y;
	background-image: url('../images/main_bg.jpg');
}
#container {
	width: 740px;
	background: none center
top;
	text-align: left;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	margin: 20px auto 0 auto;
}

h1 {
	color: #391B03;
	font-size: 18px;
	font-weight: 400;
}

h2 {
color:#602C22;
font-size:30px;
}

h3 {
	color: #FFFFFF;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 21px;
	background-color: #7AABA1;
	background-repeat: no-repeat;
	padding-left: 5px;
	padding-top: 0px;
}
h5 {
	color: #602C22;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
}

#header {
	border: 1px solid #3A1C04;
	width: 740px;
	height: 260px;
	background: center top;
	text-align: center;
	background-image: url('../images/header_bg.png');
}

#barWrapper {
	clear: both;
	height: 21px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 21px;
	background-color: #391B03;
	padding: 0;
	list-style-type: none;
}

ul#mainNav {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 21px;
	width: 740px;
	border-right-style: solid;
	border-right-width: 2px;
	border-right-color: #391B03;
}
ul#mainNav li {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 21px;
	width: 92px;
	list-style-type: none;
	height: 21px;
}
ul#mainNav a {
	display: block;
	width: auto;
	color: #fff;
	font-size: 14px;
	line-height: 21px;
	text-align: center;
}
ul#mainNav a:hover {
	background: #62B5C7;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 21px;
	width: 92px;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
a:hover {
	color: #808080;
	font-style: normal;
}

#contentWrapper {
clear:both;
background:none no-repeat;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#000;
line-height:21px;
list-style-type:disc;
height:auto;
border-style:none;
padding:43px;
}

#addColumn {
	float: left;
	width: 240px;
	list-style-position: inside;
	color: #000000;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#addColumn p {
	margin-bottom: 20px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#content {
	margin-left: 253px;
	list-style-type: circle;
	list-style-position: outside;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
}
#content h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #7AABA1;
	padding-left: 5px;
	line-height: 21px;
}
#content p {
	margin-bottom: 20px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	width: 320px;
	text-align: left;
	list-style-type: disc;
}

#footer {
clear:both;
height:50px;
background:none no-repeat;
text-align:center;
color:#333;
font-size:11px;
font-family:Arial, Helvetica, sans-serif;
line-height:16px;
border-color:#FFF;
border-style:none;
}

#footer a {
color:#333;
text-decoration:none;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
line-height:21px;
}

#footer a:hover {
color:#000;
text-decoration:underline;
}

.clearFix {
clear:both;
}


