/* Oregon stylesheet */
/* Universal selector */
/* Remove all default margins and padding */
* {
	padding:0; 
	margin:0;
}

body {
	background-color: #266429;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
}

#container {
	background-color:#fff;
	width:960px;
	margin:1em auto;
}

#banner {
	width:950px;
	height:7.5em;
	position:relative;
	float:left;
	background: url(images/header-plain-940.jpg) no-repeat 0 0;
}
#banner img {
	margin:0 auto;
}

a {
	color:#660000;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
/***************** Topmenu division styles *******************/
#topmenu {
	width: 960px;
	margin-left:.5em;
}

#topmenu ul {
	margin:0 1em;
	padding:0;
	list-style-type: none; /***Remove bullets from ul in the topmenu***/
}

#topmenu li {
	float: left;
	font-size:.8em;
	font-weight:bold;
	
	border:1px solid #266429;
	border-right:1px solid black;
	list-style-type:none;
	text-align:center; /***Centers text in topmenu ***/
	position:relative; /***Required for drop-down menus ***/
}

#topmenu a {
	background: #266429;
	color: #fff;
	display: block;
	margin: 0 auto;
	padding:.25em 3em;
	text-decoration: none;
}
#topmenu a:hover {
	background: #fff;
	color: #266429;
	font-weight:bold;
}  
/* Drop-down menu styles */
/* Applies to drop-down menus in topmenu */
#topmenu li ul{
    position:absolute;
	z-index:101;
    visibility:hidden;
}

/* Make drop-down visible on navbar hover */
#topmenu li:hover ul,
#topmenu li a:hover ul{ /* IE6 hack */
   visibility:visible;
   top:1.7em;
   left:-1em; 
}

/* Applies to links on the drop-down menu */
#topmenu li:hover ul li a,
#topmenu li a:hover ul li a{ /* IE6 hack */
    background:#ccc;   /* Removes background image */
    color:#000;
    text-align:left;
    display:block;
    width:164px; /*** width of drop-down menu ***/
    padding:0.4em 0.2em;
    height:auto;    
}

/* Hover on drop-down menu links */
#topmenu li:hover ul li a:hover,
#topmenu li a:hover ul li a:hover{ /* IE6 hack */
  background: #aaa; 
  color:#000;
  
}

/* IE6 hack applies to its table drop-down */
#topmenu table {
    margin:-1px; 
    border-collapse:collapse; 
    position:absolute;
    top:0;
    left:0;
    z-index:100;
}

#content {
	padding:0 1.1em .5em .5em;
	margin-left:1em;
	width:900px;
}	

#content ul {
	padding:.9em 0;
}
#content ul li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	line-height:1.2em;
	font-weight:normal;
	color: #000;
	list-style-type: disc;
	margin-left: 2em;
	margin-bottom:.2em;
}
#content ol {
	margin-left:1.5em;
	padding:.5em;
	width:94%
}
#content ol li {
	line-height:1.2em;
	font-size:.9em;
	padding-bottom:.2em;
}
.sitemap {
	margin-left:5em;
	font-size:1.1em;
}
.sitemap a:link {
	text-decoration:underline;
}
.sitemap a:hover {
	text-decoration:none;
}
	
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:1.5em;
	font-weight:normal;
	color: #266429;
	text-align:center;
	padding-top:10px;
}
h2 {
	font-family:Georgia, 'Times New Roman', Times, serif;
	font-weight:normal; 
	font-size:2em; 
	letter-spacing:2px; 
	text-align:left;
	color: #266429;
	padding:.3em 0 .5em 0;
}
h2.5 {
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	font-size: 1.3em;
	color:#000000;
	font-weight:bold;
	padding:.2em;
	text-align:center;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: normal;
	margin:.3em 0;
	padding:1px 0;
}
h4 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
	font-weight:bold;
	padding-top:.3em;
}
h5 {
	font-size:1em;
	color:#fff;
	text-align:center;
	font-weight:normal;
}
h1#bannertext {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.3em;
	width:960px;
	right:1.5em;
	top:3em;
	position:absolute;
	z-index:101;
	text-align:right;
	font-variant:small-caps;
	
}
p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
	padding-top:.2em;
	padding-bottom:.4em;
	line-height:1.2em;
}

.text {
	color: #000000;
	padding-top:.1em;
	padding-bottom:.2em;
	font-size:1.1em;
	font-weight:normal;
}

.green {
	color: #266429;
	text-align:center;
	line-height:1.5em;
}
.green_caption {
	color: #266429;
	text-align:center;
	font-weight:bold;
	font-size:.8em;
}
.red {
	font-family:Arial, Helvetica, sans-serif;

	color: #990000;
	font-weight:bold;
}
.red_caption {
	color: #990000;
	text-align:center;
	font-weight:bold;
	font-size:.7em;
	line-height:1em;
}
.red_header {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.1em;
	color:#990000;
	font-weight:bold;
	text-align:center;
}

.Gold_Line_BG {
	background-image: url(images/Gold_Line_BG.jpg);
	background-repeat: repeat-x;
	background-position: center;
	padding:.2em 0;
}

.testimonial {
	float:left;
	padding:.5em;
	width: 300px;
	margin-left:0.9em;
	font-style:italic;
	font-family:"Times New Roman", Times, serif;
	background-color:#D0EAD3;
	border:1px solid #266429;
}
blockquote {
	padding:.75em;
	width: 98%;
	margin:1em 0;
	background:transparent url(images/open-quote-green.gif) no-repeat 0 0;
}
.quote {
	text-indent: 1.5em;
	font-size:1em;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#D0EAD3;
	border:1px solid #266429;
}
blockquote span {
	color:#990000;

}
.quote-alt {
	text-indent: 1.5em;
	font-size:1em;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#f0f0f0;
	border:1px solid #999999;
}

.more {
	padding-top:1em;
	font-weight:bold;
	font-size:.9em;
	text-align:right;
}
#testimonial_wide .more a:link {
	color:#990000;	
}
#testimonial_wide .more a:visited {
	color:#990000;	
}
.text_green_huge2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 25px;
	color: #266429;
}

.text_green_large {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #266429;
}

.gold_dash {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #C7A569;
}


p.green {
	color: #3A9543;
}

.Form_Labels {
	font-family: "Times New Roman", Times, serif;
	font-size: .9em;
	font-weight: bold;
	color: #000000;
}
.Form_Result {
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	font-weight: bold;
	color: #CC0000;
}
.p_large {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:.8em;
	color: #000000;
	font-weight:bold;
}
.contact_head {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:.9em;
	color:#266429;
	font-weight:bold;
	margin-left:1em;
}
.contact_text {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:.9em;
	color:#000000;
	margin-left:1em;
}
.contact_text_lg {
	font-size:1em;
	font-weight:bold;
}

.FAQ_titles {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #000000;
	background-color: #D0EAD3;
	padding-left: .5em;
}
.FAQ_Answers {
	font-family:Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #000000;
	border: thin solid #D0EAD3;
	padding: .3em;
	line-height:1.2;
}

.small {
	font-family: "Times New Roman", Times, serif;
	font-size: .8em;
}
#footer {
	font-size:.7em;
	color:#fff;
	text-align:center;
	margin-top:-1em;
	padding-bottom:.5em;
}
#footer a:link {
	color:#fff;
	text-decoration:underline;
}
#footer a:visited {
	color:#fff;
	text-decoration:none;
}
#footer a:hover {
	color:#fff;
	text-decoration:none;
}

