/* 
--------------------------------------------------
Beutel Master Stylesheet
Kevin VandeKrol
5 January 2007
-------------------------------------------------- */


/* Text and Formatting Styles: Global
-------------------------------------------------- */

ul, li { /* Clears IE's weird list formatting defaults */
	margin: 0;
	padding: 0;
}

html { 
	margin: 0;
	padding: 0;

}

body {
	font-size: 62.5%; /* Sets the em's base size to 10px */
	background-color: #FCF1B8;
	min-width: 740px;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #564b47;
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1 {
	color: #933;
	font-size: 2.2em;
	letter-spacing: 2px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

h2 {
	font-size: 1.6em;
	font-weight: normal;
	color: #933;
	letter-spacing: 1.5px;
	margin: 0 0 15px 0;
	padding: 0;
}

h3 {
	font-size: 1.6em;
	font-weight: normal;
	color: #974;
	letter-spacing: 1.6px;
	margin: 0;
	padding: 0;
}

h4 {
    color: #000;
	font-style: italic;
	font-weight: bold;
	font-size: 1.2em;
	margin: 1em 0 .3em 0;
	padding: 0;
}

h5 {
	color: #000;
	text-align: right;
	font-weight: normal;
	font-size: 1.2em;
	margin: 1em 0 -.8em 0;
	padding: 0;
}

h6 {
	color: #933; /* #8A4117; #7F5217; */
	font-weight: normal;
	font-size: 1.4em;
	margin: 1em 0 -.8em 0;
	padding: 0;
}

a.inline:link, a.inline:active, a.inline:visited {
	color: #364f5c;
	text-decoration: none;
	border-bottom: 1px solid #DAD294;
}

a.inline:hover {
	color: #933;
	border-bottom: 2px solid #DAD294;
}

#menu { /* IE displays the line-height incorrectly */
	line-height: 2em;
}

html>body #menu { /* For all compliant browsers */
	line-height: 1.5em;
}

#menu ul {
	padding: 0;
	margin: 0;
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 1em;
}

#menu li .desc {
	font-size: .9em;
	font-weight: normal;
	margin-left: 14px;
}

#menu li {
	list-style-type: none;
}

#menu a {
	text-decoration: none;
	color: #974;
	border-bottom: 1px solid #DAD294;
}

#menu a:hover {
	text-decoration: none;
	color: #933;
	border-bottom: 2px solid #DAD294;
}

#side {
	font-size: 1.2em;
}

#side .inner img {
	border: 0;
	margin-bottom: -3px;
	padding: 0;
}

#side a.xt {
	color: #555;
	text-decoration: none;
	font-size: .9em;
}

#side a.xt:hover {
	color: #933;
	text-decoration: underline;
}

#side .inner .add { /* For IE to display the address formatting correctly */
	font-size: .9em;
	text-align: right;
	color: #555;
	border-right: 1px solid #974;
	padding-top: 2px;
	padding-right: 5px;
	margin-top: -3px;
	float: right;
}

html>body #side .inner .add { /* All compliant browsers will display the address formatting correctly */
	margin-top: 0px;
}

a.map {
	color: #974;
	text-decoration: none;
	border-bottom: 1px solid #DAD294;
}

a.map:hover {
	color: #933;
	border-bottom: 2px solid #DAD294;
}

div.hr { /* Custom dotted section divider formatting */
	border-bottom: 2px dotted #DAD294;
	margin-bottom: 1.2em;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	float: left;
}

div#side .hr {
	border-bottom: 1px solid #DAD294;
	margin: 1em 0 0 0;
	margin-left: auto;
	margin-right: auto;
	width: 66%;
	float: none;
}

div.hr hr { /* Non-CSS-capable browsers will still see a plain old horizontal rule */
	display: none;
	clear: none;
}

#content .inner p {
	font-size: 1.4em;
	line-height: 1.4em;
}

acronym, abbr {
	cursor: help;
	border-bottom: 1px dotted #974;
}

p.back, p.print {
	text-align: right;
	clear: left;
}

p.back a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #974;
 	text-decoration: none;
	padding-left: 24px;
	background: url(images/top_off.png) no-repeat left center;
}

p.back a:hover {
	color: #933;
	padding-left: 24px;
	background: url(images/top_on.png) no-repeat left center;
}

p.print a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #974;
 	text-decoration: none;
	padding-left: 18px;
	background: url(images/print_off.png) no-repeat left center;
}

p.print a:hover {
	color: #933;
	padding-left: 18px;
	background: url(images/print_on.png) no-repeat left center;
}

p.return a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #974;
 	text-decoration: none;
	padding-left: 18px;
	background: url(images/back_off.png) no-repeat left center;
}

p.return a:hover {
	color: #933;
	padding-left: 18px;
	background: url(images/back_on.png) no-repeat left center;
}

#footer .inner img {
	border: none;
}

.valid {
	text-align: left;
}

.valid a { /* Prevents IE underlining the space between the images */
	text-decoration: none;
}

.clear { /* To make sure #content's right border extends at least the length of the side bar */
    clear: both;
    height: 1px;
    overflow: hidden;
}

p.related {
	clear: left;
}


/* Text and Formatting Styles: Page-Specific
-------------------------------------------------- */

p.cntr {
	text-align: center;
}

p.relief span {
	font-size: 1.2em;
	font-style: italic;
	letter-spacing: .05em;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h2.front {
	background-color: #E9E0A7;
	font-size: 1.6em;
	text-align: center;
	margin: 10px 0 10px 0;
	padding: 3px 0 3px 0;
	font-style: italic;
	font-weight: bold;
	color: #564b47;	
}

img.frontright {
	float: right;
	margin: 0 0 0 10px;
}

img.frontleft {
	float: left;
	margin: 0 10px 0 0;
}

ul.frontleft {
	font-size: 1.4em;
	font-family: Arial, Helvetica, sans-serif;
	margin: 15px 0px 20px 15px;
	padding-left: 15px;
	line-height: 1.5em;
	border-left: 1px solid #933;
}

ul.frontleft li, ul.frontright li {
	list-style-type: none;
}

h3.right {
	text-align: right;
}

span.front {
	line-height: 1.8em;
}

ul.frontright {
	text-align: right;
	font-size: 1.4em;
	font-family: Arial, Helvetica, sans-serif;
	margin: 15px 15px 20px 0px;
	padding-right: 15px;
	line-height: 1.5em;
	border-right: 1px solid #933;
}

img.about {
	float: left;
	margin: 0 10px 10px 0;
	border: 1px solid #000;
}

#credentials {
	font-size: .9em;
}

#credentials a {
	color: #364f5c;
	text-decoration: none;
	border-bottom: 1px solid #DAD294;
}

#credentials a:hover {
	color: #933;
	border-bottom: 2px solid #DAD294;
}

#credentials .title {
	font-family: Arial, sans-serif;
	color: #7F462C;
	font-weight: bold;
	font-style: italic;
}

table#resources {
	font-family: Verdana, Arial, sans-serif;
	font-size: 1.1em;
	width: 500px;
	border-bottom: 1px solid #A19C7C; /* #B0A880 */
	border-right: 1px solid #A19C7C;
}

table#resources a {
	color: #364f5c;
	text-decoration: none;
}

table#resources a:hover {
	color: #933;
}

#resources td {
	border-top: 1px solid #A19C7C;
	border-left: 1px solid #A19C7C;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin: 0;
}

td.save {
	width: 37px;
	text-align: center;
}

td.filename {
	width: 102px;
}

p.note {
	font-style: italic;
}

.wview {
	text-align: right;
	margin: 0;
	padding: 0;
}

.wview a {
	text-decoration: none;
	color: #364f5c;
	padding-left: 15px;
	background: url(images/x_off.png) no-repeat left center;
}

.wview a:hover {
	color: #933;
	padding-left: 15px;
	background: url(images/x_on.png) no-repeat left center;
}

tr.heading {
	color: #000;
	font-weight: bold;
}

.heading td {
	background-color: #E9E0A7;
}

img.fundop {
	border: 1px solid #000;
	margin: 0 25px 0 25px;
}

div#fund_diagram {
	text-align: center;
	margin-top: 15px;
}

div#fund_postop ul {
	margin-top: 15px;
	padding-left: 15px;
	font-size: 1.4em;
}

#list ul {
	font-family: Arial, sans-serif;
	line-height: 2em;
	font-size: 1.2em;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-left: 20px;
	clear: left;
}

#list li {
	list-style-image: url(images/plus.png);
	list-style-type: disc;
}

#list a, div.locs a {
	color: #364f5c;
	text-decoration: none;
}

#list a:hover, div.locs a:hover {
	color: #933;
	text-decoration: none;
}

.locname {
	font-weight: bold;
}

ul.procedures {
	padding-left: 25px;
	font-size: 1.4em;
	line-height: 1.5em;
}

ul.procedures li {
	list-style-image: url(images/plus.png);
	list-style-type: disc;
}

ul.procedures a {
	color: #364f5c;
	text-decoration: none;
	border-bottom: 1px solid #DAD294;
}

ul.procedures a:hover {
	color: #933;
	border-bottom: 2px solid #DAD294;
}

ol.number {
	font-size: 1.3em;
}

p.author {
	text-align: right;
	font-style: italic;
}

img.save {
	border: 0;
	margin: 0;
}

table.mainText {
	font-size: 1.4em;
	margin-top: 15px;
}

input.submit {
	color: #564b47;
	background: #DAD294;
	border: 1px solid #974;
} 
	

/* Div Positioning and Section Formatting Styles
------------------------------------------------------------ */

#header {
	background-color: #22313A;
	background-image: url(images/hdrbg.png);
	background-position: bottom left;
	background-repeat: repeat-x;
	text-align: center;
	font-size: 1.2em;
	letter-spacing: .1em;
	color: #888;
	margin: 0;
	padding: 0 0 10px 0;
}

#printhead {
	display: none;
}

#wrapper {
    width: 740px;
    margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
    padding: 0;
}

#content {
    margin: 0 200px 0 0;
	padding: 0 20px 0 0;
	border-right: 1px solid #DAD294;
}

#content .inner {
    padding-top: 1px;
    margin: 0 0 10px 10px;
}

#side {
    float: right;
    width: 185px;
    margin: 0;
}

#side .inner {
    padding: 0 0 0 0;
    margin: 0 0 10px 10px;
	font-family: Arial, Helvetica, sans-serif;
}

#footer {
    margin-top: 10px;
	margin-bottom: 0px;
    clear: both;
	border-top: 2px solid #DAD294;
}

#footer .inner {
    margin: 10px;
	font-size: 1.2em;
}