﻿@import url(layout.css);
img {
	border:none;
}

body {
	color: #666666;
	font-size: 13px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height:160%;
	background:#ECF3E4 url(../images/background_slice.png) repeat-y center 0;
	width:100%;
}

h1{
	color: #7F8976;
	font-size: 20px;
	font-family:  "Century Gothic", Arial, Helvetica, sans-serif;
	margin:0px 0 30px 0;
}
h2{
	color: #FF9864;
	font-size: 15px;
}
h3{
	font-size: 13px;
}
.highlight
{
	font-family:  "Century Gothic", Arial, Helvetica, sans-serif;
	color: #7F8976;
	font-size: 18px;
	line-height:160%;
}
a {
	color: #FF873F;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

#container {
	background-color: #fff;
	width: 820px;
	margin: 0 auto;
	border-top: 0;
	border-bottom: 0;
	min-height: 520px;
	}
#masthead {
	text-align: right;
	width: 760px;
}
#tagline
{
	color:#FF9864;
	font-family:  "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 17px;
	margin:25px 0 0 0;
	font-weight:bold;
}
#page_content li 
{
	list-style-image:url(../images/bullet.gif);
	padding-bottom:8px;	
}
#column_l {
	float:left;
	width: 120px;
	margin-bottom: 30px;
	padding-right: 30px;
	background-color: #fff;
}
#column_l ul
{
	list-style-type: none;
	margin:0;
	padding:0;
}
#column_l li
{
	list-style-image:none;
	padding-bottom:10px;
	line-height:130%;
	color:#7F8976;	
}
#column_l li a:hover
{
	color:#7F8976;
	text-decoration:none;
}
#column_r {
	width: 600px;
	margin-bottom: 30px;
	float: right;
}
.note{
	font-size:10px;
	margin: 50px auto;
}
.imgheading { margin-bottom:20px; }
#footer {
    margin: 0 auto;
	width: 820px;
	padding: 20px 0;
}
/* Styles for Masthead */
#masthead img { 
	float: left; 
}
#masthead p {
	font-size: 11px;
	color: #fff;
	margin: 10px 10px 0;
}

/* Styles for Navigation */
#navigation {
	overflow: hidden;
	border-top:dotted 1px #7F8976;
	border-bottom:dotted 1px #7F8976;

}
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
	padding:0;
}
#navigation a {
	color: #7F8976;
	text-decoration: none;
	display: block;
	padding: 3px 20px;
}
#navigation a:hover, #navigation a.selected {
	color: #fff;
	text-decoration: none;
	background-color: #7F8976;
}
#navigation a:hover { background-color: #A0A899; }

/* Styles for Footer */
#footer p {
	color: #404040;
	font-size: 11px;
	line-height: 14px;
	margin: 1px;
	padding: 1px;
}
#footer a {
	color: #404040;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline ;
}
.right { float:right; }
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.clear
{ clear:both; }
