﻿/* BASIC ELEMENTS */

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: verdana, sans-serif;
	font-size: 11px;
	line-height: 16px;
	background-color: #afbf71;
	text-align: left;
}

p, ol { 
	text-align: left;
    margin-bottom: 12px; 
}

ul {
	list-style-type: disc;
	margin-left: 0;
	padding-left: 15px;
	text-indent: 0;
    margin-bottom: 12px; 
}	

li {
    margin-bottom: 12px; 
}	

h1 {
	font-weight: bold;
	font-size: 14px;
    margin-bottom: 10px; 
	/*line-height: 18px;*/
	color: #36556c;
	text-align: left;
}

h2 {
	font-weight: bold;
	font-size: 12px;
    margin-bottom: 10px; 
	color: #466b82;
	text-align: left;
}

h3 {
	font-weight: bold;
	font-size: 11px;
	margin-top: 10px;
	margin-bottom: 10px;
	/*line-height: 18px;*/
	color: #466b82;
}

a:link {
	text-decoration: underline;
	color: #507632;
}

a:visited {
	text-decoration: underline;
	color: #507632;
}

a:hover, a:active { 
	text-decoration: underline;
	color: #83bf55;
}

hr {
	border: 0;
	background-color: #000000;
	color: #000000;
	height: 1px;
	margin-bottom: 10px;
}

/* PRIMARY LAYOUT ELEMENTS 507632*/

#container {
	width: 780px;
	margin: 0px auto;
	text-align: left;
	position:relative;
	background-color: #ffffff;
	border: 1px solid #000000;
}
#header {
	width: 780px;
	height: 84px;
	background-color: #243f17;
}
#header_home {
	width: 780px;
	height: 250px;
	background-color: #243f17;
}
#topnav {
	width: 780px;
	height: 22px;
	background-color: #243f17;
}
#navigation {
 	padding-top: 0px;
	margin-left: 17px;
	text-align: left;
}

/*#navigation a:link {
	color: #dae689;
	text-decoration: none;
}

#navigation a:visited {
	color: #dae689;
	text-decoration: none;
}

#navigation a:active {
	color: #dae689;
	text-decoration: none;
}

#navigation a:hover {
	color: #ffffff;
	text-decoration: none;
}*/

#date {
	font-family: verdana, sans-serif;
	font-size: 11px;
 	color: #ffffff;
 	padding-top: 2px;
	padding-right: 23px;
	text-align: right;
}
#bkgd_home {
	background-image: url('images/content_bkgd.jpg');
	background-repeat: no-repeat;
	width: 780px;
	height: 197px;
}
#tag {
	width: 470px;
	padding-top: 90px;
	padding-left: 142px;
}

#tag p {
	font-family: verdana, sans-serif;
	font-size: 11px;
 	color: #000000;
	line-height: 18px;
	text-align: justify;
	border-top: 1px solid #000000;
	padding-top: 5px;
}

#tag h1 {
	font-family: verdana, sans-serif;
	font-style: italic;
	font-size: 12px;
 	color: #204973;
}

#content {
	padding: 20px 23px 0 23px;
}

#content img {
	/*margin-top: 5px;*/
	margin-right: 10px;
	float: left;
	border: 1px solid #000000;
}

#btm_container {
	width: 734px;
	height: 70px;
}

#footer {
	/*background-image: url('images/martindale.jpg');
	background-repeat: no-repeat;
	background-position: right;*/
	float: left;
	position: relative;
	width: 576px;
	font-size: 9px;
	color: #747474;
	margin: 30px 0 5px 0;
	text-align: left;
	border-top: 1px solid #747474;
}

#footer a:link {
	color: #466b82;
	text-decoration: underline;
}

#footer a:visited {
	color: #466b82;
	text-decoration: underline;
}

#footer a:active {
	color: #466b82;
	text-decoration: underline;
}

#footer a:hover {
	color: #8ca3b2;
	text-decoration: underline;
}

#martindale img {
	position: relative;
	float: right;
	margin-top: 10px;
	margin-right: 0;
	border: 0;
}

#cleardiv {
	clear: both;
}



