/* 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:50em;
	margin:1em auto;
}

#banner {
	width:50em;
}
#banner img {
	margin:0 auto;
}
a {
	color:#660000;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
/***************** Topmenu division styles *******************/
#topmenu {
	width: 47em;
	margin:0 auto;
}

#topmenu ul {
	margin:0 auto;
	padding:0.1em;
	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 1.95em;
	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.75em;
   left:0; 
}

/* 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:12.7em; /*** width of drop-down menu ***/
    padding:0.4em 0 0.4em 1em;
    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:1em 1.1em .5em 1.1em;
	margin-left:.5em;
	width:47em;
}	

#content ul {
	padding:1em 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;
}
#content ol {
	margin-left:1.5em;
	padding:.5em;
}
.sitemap {
	margin-left:5em;
	font-size:1.2em;
}
.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:"Trebuchet MS", Helvetica, sans-serif;
	font-size: 1.4em;
	color:#000000;
	font-weight:bold;
	padding:.4em;
	text-align:center;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
}
h4 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:.9em;
	font-weight:bold;
}

p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #000000;
	padding-top:.1em;
	padding-bottom:.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;
	font-size: 1.1em;
	color: #990000;
	font-weight:bold;
}
.red_caption {
	color: #990000;
	text-align:center;
	font-weight:bold;
	font-size:.7em;
}
.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: 18em;
	margin-left:0.9em;
	font-style:italic;
	font-family:"Times New Roman", Times, serif;
	background-color:#D0EAD3;
	border:1px solid #266429;
}

.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;
}

blockquote {
	text-align:center;
	font-weight:bold;
	padding:1.5em 0;
}
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;
}

.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;
}
