/* --- this section is for base elements ---*/

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
margin: 0;
padding: 0;
border: 0;
}

body {
	color: Black;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	text-align: center;
	background: #84764c;
}

/* hide from IE mac \*/
html {
    min-height: 100%;
    margin-bottom: 1px;
}
/* end hiding from IE5 mac */

p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	text-align: left;
	padding: 0;
	margin: 0;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: left;
	margin: 0 0 5px 0;
	padding: 0;
}

/*li {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}*/

a:link {
	color: #851417;
	text-decoration: none;
}

a:visited {
  color: #84764c;
  text-decoration: none;
}

a:hover {
	color: Black;
	text-decoration: none;
	background-color: #c0ad75;
}

a:active {
	color: #851417;
}

/* --- this section is for classes ---*/

.bold	{
	color: #851417;
	font-weight: bolder;
	font-size: 16px;
	font-variant:small-caps;
}

.ulindent {
	text-align: left;
	text-indent: -14px;
	padding: 0 120px 10px 25px;
	list-style: inside;
}

.mainnavvisit {
	color: #851417;
	background-color: #c0ad75;
}

.newsheader {
	color: #851417;
	font-variant: small-caps;
	padding: 0 0 0 10px;
}

/*hides the elements for screen viewing i.e. h1 */

.hiddenfromscreen {
	display: none;
}

/* --- this is for the container ---*/

#container {
	width: 752px;
	margin: 10px auto 10px auto;
	padding: 0 0 10px 0;
	border: 1px solid #000000;
	background: url(../images/nav_bar.jpg) top left repeat-y;
	background-color: White;
}

html> body #container {
	width: 750px;
	margin: 10px auto 10px auto;
}

/* --- this is for the header ---*/

#header {
	text-align: left;
}

#logo {
	background: #851417 url(../images/logo.jpg) no-repeat left;
	text-align: right;
	height: 95px;
	width: auto;
	margin: 0;
	padding: 0;
}

#logo img {
	margin: 0;
	padding: 0;
	vertical-align: top;
}

#clear {
	clear: both;
	margin: 0;
	padding: 0;
	max-height: 0;
}

/* --- this section is for left navigation ---*/

#navigation {
	float: left;
	width: 230px;
	background-color: #851417;
	border-right: 10px solid #c0ad75;
	text-align: right;
	margin: 0 20px 0 0;
	padding: 0;
}

html>body #navigation {
	float: left;
	width: 220px;
	background-color: #851417;
	border-right: 10px solid #c0ad75;
	text-align: left;
	margin: 0 20px 0 0;
	padding: 0;
}

#button {
	width: 190px;
	padding: 0;
	margin: 25px 0 auto 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: right;
	background-color: #851417;
	color: White;
	font-weight: bolder;
}

#button ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}

html>body #button ul {
	list-style: none;
	margin: 0 -5px 0 0;
	padding: 5px 0 0 10px;
	border: none;
}
	
#button li {
	margin: 10px 0 0 0;
	padding: 0;
}

#button li a {
	display: block;
	margin: 0;
	padding: 5px 25px 5px 0;
	color: White;
	text-decoration: none;
	width: 100%;
}

html>body #button li a {
	width: 100%;
}

#button li a:hover {
	color: #851417;
	background-color: #c0ad75;
}

/* --- This is for the content --- */
html>body #content {
	float: right;
	margin: 0;
	padding: 0;
	min-height: 330px;
	text-align: left;
}

#content {
	margin: 0;
	padding: 0;
	float: right;
	width: 500px;
}

#content h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: left;
	margin: 0 0 5px 0;
	padding: 25px 0 0 0;
}

#content h2 {
	color: #851417;
	text-align: left;
	font-size: 14px;
	font-weight: bolder;
	font-family: Arial, Helvetica, sans-serif;
	margin: 10px 0 0 0;
}

#content h3 {
	color: #851417;
	text-align: left;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 10px 0 0 0;
}

#content p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	text-align: left;
	margin: 0;
	line-height: 18px;
}

#content img {
	margin: 0 75px 15px 30px;
	border: 2px solid #851417;
	float: right;
}

/*#content ul {
	list-style: inside;
	text-align: left;
}*/

#content ul li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
}

/* --- For The Footer Section --- */
#footer {
	clear: both;
	background: url(../images/nav_bar.jpg) repeat-y left top;
	padding: 25px 0 0 0;
	margin:  25px 0 0 0;
	height: 15px;
 }

/*html>body #leftfoot {
	margin: 100px 0 0 40px;
}*/

#contact_info {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	float: left;
	margin: 100px 0 0 22px;
	color: white;
}

html>body #contact_info {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	float: left;
	margin: 100px 0 0 42px;
	color: white;
}

#rightfoot {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: right;
	float: right;
	margin: 0 25px 0 0;
	color: Black;
	height: 15px;
}

#rightfoot a:hover {
	background-color: #c0ad75;
	color: Black;
	text-decoration: none
}

/* --- For Extra Divs ---*/
#linklist {
	margin: 0 0 0 10px;
	padding: 0 0 0 10px;
	text-align: left;
}

#linklist ul {
	list-style: none;
	padding: 0;
	margin: 0 150px 0 0;
}

#linklist2 {
	margin: 0 0 0 10px;
	padding: 0 0 0 10px;
	text-align: left;
}

#linklist2 ul {
	list-style: none;
	padding: 0;
	margin: 0 0 0 0;
}