/* BODY STYLING
----------------------------------------------- */

body {
	margin:0px;
	padding:0px;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../img/background-fade.jpg);
	background-repeat: repeat-x;
	font-size: 96%;
}


a:link, a:hover, a:active {
	text-decoration:underline;
	color:#384049
}

img { border-style:none }

em {
	color: #515B68;
	font-style: normal;
}

strong { color: #515B68; }
.skip {
	height: 1px;
	width: 1px;
	overflow: hidden;
	position: absolute;
	visibility: hidden;
}

abbr, acronym {
	cursor: help;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}


/* TABLE STYLING lee_d. 06-Feb-2008
----------------------------------------------- */
table {
border: 1px solid #515B68;
text-align: left;
font-size: 96%;

}
table tr td {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 96%;
		padding: 3px 8px;
		border-left: 1px solid #D9D9D9;
}
table tr th {
 		background-color:	#7a842c;
		color:				#ffffff;
		font-size:			96%;
		font-weight:		bold;
		padding:			3px 8px;
		border-left:		1px solid #515b68;
		border-bottom:		1px solid #515b68;
}

/* john_w. 08-Sep-2009 */
td, th
{
	vertical-align: top;
}
td.col_1
{
	font-weight:	bold;
	text-align:		center;
}
tr.tr_totals_row
{
	font-weight:	bold;
}
.num_align
{
	text-align:		right;
	padding-right:	8px;
}


/* CONTAINER
----------------------------------------------- */

#container {
	width: 890px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	clear: both;
	}
	

/* INTRO PARA
----------------------------------------------- */
	
#main-intro p {
	color: #384554;
	margin: 0px;
	font-size: 0.8em;
	line-height: 19px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#main-intro strong {
	color: #384049;
}
	
#main-intro {
	/*height: 115px;*/
	height: 40px;
	width: 890px;
	float: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E1E2E7;
}

/* HEADER
----------------------------------------------- */
	
#header {
	padding: 0px;
	height: 125px;
	width: 890px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #7fa1b2;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#logo {
	height: 84px;
	width: 225px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 29px;
	padding: 0px;
	float: left;
}
#header img{
	margin: 0px;
	padding: 0px;
	display: block;
}
#search {
	float: right;
	margin-top: 70px;
	width: 170px;
}
label {
	height: 96%;
	width: 12em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	color: #6c5735;

}
#search .go input {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: right;
	width: 22px;
}



/* HEADERS
----------------------------------------------- */

h1 {
	margin: 0px;
	font-size: 0.7em;
	text-indent: -9999px;
	color: #7a842c;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
}

h2 {
	font-size: 1.4em;
	color: #7a842c;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

h3 {
	margin: 0px;
	font-size: 1.3em;
	color: #7a842c;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

/* TOP NAVIGATION
----------------------------------------------- */

#top-nav {
	font-size:0.65em;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	height: 40px;
	clear: both;
	text-transform: uppercase;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 900px;
}

#top-nav ul {
	padding:0px;
	margin: 0px;
	float: right;
	width: 135px;
	text-align: right;
	height: 40px;
}

#top-nav li a {
	color:#E6E7EA;
	margin:0;
	text-decoration:none;
	font-weight: normal;
	padding-top: 14px;
	padding-right: 9px;
	padding-bottom: 14px;
	padding-left: 9px;
	display: block;
	text-align: right;
}

#top-nav .selected {
	display: block;
	font-weight: bold;
	text-decoration: underline;
	color: #FFFFFF;
	margin: 0px;
	padding-top: 14px;
	padding-right: 9px;
	padding-bottom: 14px;
	padding-left: 9px;
	text-align: right;
}
#top-nav li a:hover {
	color:#E2E4E7;
	margin:0;
	text-decoration:none;
	padding-right: 9px;
	padding-left: 9px;
	display: block;
	background-image: url(../img/topnav-o.gif);
	background-repeat: repeat-x;
	text-decoration: underline;
}

#top-nav li {
	float:left;
	list-style-type:none;
	padding:0;
	height: 13px;
}




/* LEFT CONTENT
----------------------------------------------- */

#left-content {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	float: left;
	padding: 0px;
	font-size: 0.8em;
	display: inline;
	clear: left;
	margin: 0px;
	width: 188px;
}
#left-content img 
{
	margin-left: 11px;
	padding-top: 5px;
	padding-bottom: 10px;
}





/* LEFT NAV
----------------------------------------------- */
#left-nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	padding: 0px;
	width: 181px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 3px;
}


/* CONTENT
----------------------------------------------- */

#content {
	padding: 0px;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	float: right;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	display: inline;
	height: 1%;
	width: 700px;
}
#content-main {
	padding: 0px;
	color: #384049;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	width: 700px;
	float: right;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	display: inline;
	height: 1%;
}



/* MIDDLE CONTENT
----------------------------------------------- */

#middle-content strong {
	color: #384049;
	font-weight: bold;
}

#middle-content p {
	line-height: 18px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #384049;
	font-size: 0.9em;
}

#middle-content ul{
	margin: 0px;
	font-weight: bold;
	list-style-position: outside;
	list-style-type: none;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}

#middle-content li{
	font-weight: normal;
	color: #384049;
	margin: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 11px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #728294;
	background-image: url(../img/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 8px;
	font-size: 0.9em;
}

#middle-content a {text-decoration:underline;color:#515B68}

#middle-content a:hover {
	text-decoration:none;
	color:#6c5735
}

#middle-content a:hover {text-decoration:none;color:#c2af87}

#middle-content img {
	margin-right: 0px;
	padding: 0px;
}




/* CONTACT FORM
----------------------------------------------- */
form {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.txtfield {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	width: 132px;
	background-color: #EEEFE9;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-size: 0.9em;
}
#search input {
	background-color: #FFFFFF;
	border: 1px solid #c3cbd0;
	font-size: 0.8em;
	color: #2f3f4a;
	width: 140px;
}

.buttons {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


/* RIGHT CONTENT
----------------------------------------------- */

#right-content {
	color: #384049;
	background-color: #EFF6DE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	width: 165px;
	float: right;
	clear: right;
	height: 1%;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#right-content h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	color: #7A842C;
}

#right-content h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: normal;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #384554;
}

#right-content h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: normal;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #384554;
}

#right-content hr {
	color:#FFFFFF;
	height:1px;
	padding: 0px;
	margin-top: 6px;
	margin-right: 10px;
	margin-bottom: 6px;
	margin-left: 10px;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	background-color: #FFFFFF;
}

#right-content p {
	line-height: 16px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

#right-content ul{
	list-style-type: none;
	margin-right: 10px;
	margin-left: 10px;
	padding: 0px;
	margin-top: 8px;
	margin-bottom: 8px;
}
#right-content img {
	padding-right: 6px;
}

#right-content li {
	color: #576476;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #7fa1b2;
	padding-top: 5px;
}
#right-content a {
	color: #576476;
	text-decoration: none;
}
#right-content a:hover {
	color: #6c5735;
}



/* FOOTER
----------------------------------------------- */

#footer {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-weight: normal;
	background-color: #FFFFFF;
	width: 890px;
	background-repeat: no-repeat;
	background-position: right top;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	clear: both;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #515B68;
}

#footer p{
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 200px;
	color: #384049;
}

#footer img{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#footer strong{
	color: #384049;
	font-weight: normal;
}

#footer em{
	color: #000000;
	font-weight: bold;
}

#footer a{
	margin: 0px;
	padding: 0px;
	color: #999999;

}
#footer a:hover {
	margin: 0px;
	padding: 0px;
	color: #6c5735;
}
hr {
	height: 1px;
	width: 1px;
	overflow: hidden;
	visibility: hidden;
	position: absolute;
}
