/* _____________________________________________ ZERO OUT ______________________________________________ */

* {	margin: 0; outline: 0; border: 0; padding: 0 }

/* ____________________________________________ HTML & BODY ____________________________________________ */

html {
	height: 100% }
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3C3200;
	background: #E4D4B2 }

/* _____________________________________________ NOTES ________________________________________________ */

/* When wanting to change a used style, check where it's currently used by doing a Find (but not Replace).
Search for source code, not tag. */

/* __________________________________________ TEMPLATE ITEMS __________________________________________  */

#wrapper {
	width: 950px;
	margin: 0 auto 0 auto;
	background: url(images/_shared/wrapper_bg.jpg) repeat-y;
	padding: 0 11px 0 11px }
#main {
	float: left;
	width: 765px;
	background: url(images/_shared/main_bg.jpg) no-repeat }
#header {
	padding: 7px 0 0 341px;
	margin-bottom: 19px }
#pg-title {
	margin-left: 31px }
#sidebar {
	width: 185px;
	float: right;
	padding: 11px 0 0 0 }
#sidebar-contact {
	width: 169px;
	margin: 0 auto 23px auto }
#navpanel {
	padding: 24px 0 24px 0 }
#navpanel ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #DED4B8;
	list-style-type: none;
	line-height: 1.7em;
	margin: 0 0 0 4px }
#navpanel ul li { 
	background-image: url(images/_shared/nav_bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 .6em; /* H,V. Using "center" for vertical doen't work if text can wrap beyond one line */
	padding-left: 25px }
#navpanel ul a:link { color: #DED4B8; text-decoration: none; display: block }
#navpanel ul a:visited { color: #DED4B8; text-decoration: none; display: block }
#navpanel ul a:hover { color: #FFFFFF; text-decoration: none; font-weight: bold; display: block; background-color: transparent }
#navpanel ul a:active { color: #FFFFFF; text-decoration: none; font-weight: bold; display: block; background-color: transparent }
#footer {
	margin-left: 31px }
#footer-main {
	float: left;
	width: 702px;
	background: url(images/_shared/footer_content-end.png) no-repeat;
	padding: 35px 0 0 0 }
#footer-sidebar {
	float: right;
	width: 185px;
	height: 144px;
	background: url(images/_shared/footer_seagrass.png) no-repeat }
#copyright {
	float: left;
	width: 347px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	letter-spacing: .04em;
	text-align: left;
	padding: 10px 0 0 4px }
#content {
	width: 656px;
	background: url(images/_shared/content_bg.png) repeat;
	margin-left: 31px;
	padding: 15px 23px 10px 23px }

/* ______________________________________________ LINKS ________________________________________________ */

a:link { color: #3C3200; text-decoration: underline }
a:visited { color: #3C3200; text-decoration: underline }
a:hover { color: #3C3200; text-decoration: none; background: #FFFFFF }
a:active { color: #3C3200; text-decoration: none; background: #FFFFFF }

#footerlinks { /* uses background color with padding (example: Avalar) */
	float: left;
	width: 702px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: .04em;
	line-height: 1.4em;
	color: #957C19;
	text-align: center;
	padding: 9px 0 15px 0;
	border-bottom: #AFA570 1px solid }
#footerlinks a:link { padding: 1px 4px 2px 4px; color: #3C3200; text-decoration: none }
#footerlinks a:visited { padding: 1px 4px 2px 4px; color: #3C3200; text-decoration: none }
#footerlinks a:hover { padding: 1px 4px 2px 4px; color: #F6EFDF; text-decoration: none; background: #3C3200 }
#footerlinks a:active { padding: 1px 4px 2px 4px; color: #F6EFDF; text-decoration: none; background: #3C3200 }

#lh {
	float: right;
	width: 347px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: right;
	padding: 7px 4px 0 0 }
#lh a:link { color: #FFFFFF; text-decoration: none }
#lh a:visited { color: #FFFFFF; text-decoration: none }
#lh a:hover { color: #FFFFFF; text-decoration: underline }
#lh a:active { color: #FFFFFF; text-decoration: underline }
#lh-logo {
	float: right;
	width: 107px;
	height: 28px;
	background: url(images/_shared/footer_lh-logo.png) }

/* If needed, place CSS Nav here - copy from desired example */

/* These sidebar rules control link properties only. To adjust other aspects, see CUSTOM area below. */
.sidebar-content a:link { color: #FFFFFF; text-decoration: underline }
.sidebar-content a:visited { color: #FFFFFF; text-decoration: underline }
.sidebar-content a:hover { color: #000000; text-decoration: none }
.sidebar-content a:active { color: #000000; text-decoration: none }

/* imglinks rules are only needed if background-color or border-bottom is used on normal links.
Style the containing element the image is in - not the image or link. */
.imglinks a:link { background-color: transparent }
.imglinks a:visited { background-color: transparent }
.imglinks a:hover { background-color: transparent }
.imglinks a:active { background-color: transparent }

/* Match style to .form-btn. Use for other places a single btn is wanted. Class the td. */
.btn_unused {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #CCD2FB;
	text-align: center;
	background-color: #071352;
	border: #071352 1px solid }
.btn a:link {
	color: #CCD2FB;
	text-decoration: none;
	height: 2.5em;
	padding: 3px;
	background: transparent;
	display: block }
.btn a:visited {
	color: #CCD2FB;
	text-decoration: none;
	height: 2.5em;
	padding: 3px;
	background: transparent;
	display: block }
.btn a:hover {
	color: #071352;
	text-decoration: none;
	background-color: #CCD2FB }
.btn a:active{
	color: #071352;
	text-decoration: none;
	background-color: #CCD2FB }

/* _____________________________________________ HTML TAGS _____________________________________________ */

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3C3200;
	text-align: justify;
	line-height: 1.5em;
	padding: 0 0 12px 0 }
ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3C3200;
	list-style-type: none;
	line-height: 1.5em;
	margin: 0 5px 15px 25px }
ul li { 
	background-image: url(images/_shared/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 .6em; /* H,V. Using "center" for vertical doen't work if text can wrap beyond one line */
	padding-left: 23px }
ol_unused {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 1.5em;
	margin-top: 10px;
	margin-bottom: 5px }
ol li_unused { margin: 5px 0 5px 0 }
blockquote_unused {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3C3200;
	font-style: italic;
	line-height: 1.5em }
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #3C3200;
	text-transform: capitalize;
	word-spacing: .3em;
	margin-bottom: 12px }
h2_unused {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	background-color: #CCCCCC;
	text-transform: uppercase }
hr_1px-solid-or-dashed { /* style the preceeding para with "no-btm-margin" to avoid browser inconsistancy - also hr-spacer if img taller than text */
	border: none; /* shouldn't need this now */
	border-top: #FF00FF 1px solid;
	height: 1px;
	width: 50%;
	text-align: center;
	margin: 20px auto 20px auto }
hr_grooved { /* style the preceeding para with "no-btm-margin" to avoid browser inconsistancy - also hr-spacer if img taller than text */
/* This one doesn't work right in Opera or Safari unless height=auto. Put height=2px in IE-only stylesheet. */
	border-top: #000000 1px solid;
	border-bottom: #7B7B7B 1px solid;
	height: auto;
	width: 50%;
	text-align: center;
	margin: 20px auto 20px auto }
hr_double { /* style the preceeding para with "no-btm-margin" to avoid browser inconsistancy - also hr-spacer if img taller than text */
	border: none; /* shouldn't need this now */
	border-top: #FF00FF 3px double;
	height: 3px;
	width: 50%;
	text-align: center;
	margin: 20px auto 20px auto }

/* ______________________________________________ FORMS ________________________________________________ */
/* remember can do width, height, rounded rect pill shape, & transparent background on input (used on Perez Firm) */

form {
	width: 500px;
	margin: 0 auto 0 auto;
	border: #666666 1px solid;
	padding: 0 0 6px 0; /* if not using fieldset, add top padding */
	background: #CCCCCC }
fieldset { margin: 0 0 10px 0 }
legend span { /* if using legend, add IE conditional statement to head of htm & link stylesheet_ie.css */
	display: block;
	width: 500px;
	margin: 0 0 3px 0;
	padding: 4px 0 4px 0;
	font-weight: bold;
	color: #FFFFFF;
	background: #000000;
	text-align: center }
label, .label { /* .label is for div with text describing checkbox or radio group */
	clear: both;
	float: left;
	width: 125px;
	padding-right: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 25px;
	text-align: right }
.label2-h, .label2-v { /* style a div that holds checkboxes or radiobuttons */
	float: left;
	width: auto;
	padding: 0 10px 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000 }
.label2-h label { clear: none; width: auto }
.label2-v label { width: auto }
input, textarea, .form-input {
	width: 250px;
	margin: 3px 0 3px 0;
	border-right: #DEDEDE 1px solid;
	border-bottom: #DEDEDE 1px solid;
	padding: 5px 7px 1px 7px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background: url(images/_shared/form-input-bg.gif) no-repeat #4E0000;
	vertical-align: middle }
select {
	margin: 3px 0 3px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	vertical-align: middle }
.form-radio, .form-ckbox {
	width: auto;
	height: auto;
	border: none;
	background: none }
.form-btn {
	width: auto;
	height: auto;
	margin-left: 135px;
	border-left: #4E0000 2px solid;
	border-top: #4E0000 2px solid;
	border-right: #4E0000 2px solid;
	border-bottom: #4E0000 2px solid;
	padding-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	background: none;
	background-color: #CC0000 }

/* ______________________________________ FORMS IN TABLE ________________________________________________ */
/* remember can do width, height, rounded rect pill shape, & transparent background on input (used on Perez Firm) */
/*
form { background-color: #CCCCCC }
form th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
	text-align: right;
	padding: 2px 4px 2px 0 }
form td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
	padding: 2px 0 2px 0 }
input, textarea, select, .form-input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background: url(images/_shared/form-input-bg.gif) no-repeat #4E0000;
	line-height: 1.5em;
	padding: 3px 6px 4px 6px;
	border-right: #DEDEDE 1px solid;
	border-bottom: #DEDEDE 1px solid;
	margin: 2px 0 2px 0 }
.form-radio, .form-ckbox {
	background: none;
	height: auto;
	padding-left: 0;
	padding-right: 0;
	border: none }
.form-btn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	background-color: #CC0000;
	height: auto;
	border-left: #4E0000 2px solid;
	border-top: #4E0000 2px solid;
	border-right: #4E0000 2px solid;
	border-bottom: #4E0000 2px solid } */
	
/* ___________________________________________ CUSTOM STYLES ___________________________________________ */

.h-center { margin: 0 auto 0 auto } /* Doesn't show in authoring on a table, but OK in browsers. */
.text-center { text-align: center }
.text-right_unused { text-align: right }
.text-left_unused { text-align: left }
/* Float left or right also needs width specified, so a generic rule isn't practical. Add float to specific class. */
.clear { clear: both } /* Clear is also useful to mimic tables. Forces a new line when there's a floated element above. */
.no-btm-margin_unused { margin-bottom: 0 }
.hr-spacer_unused { /* For para with floated img that is taller than the text, & HR below it. Place this empty div above HR. */
	clear: both; padding: 1px 0 0 0 }
.strike_unused { text-decoration: line-through }
.smalltext_unused {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	line-height: 1.2em }
.smalltext2_unused {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	letter-spacing: .08em;
	word-spacing: .1em;
	line-height: 1.2em }
.img-right_unused { float: right; margin: 5px 0 7px 15px; border: #3C3200 2px solid }
.img-left_unused { float: left; margin: 5px 15px 7px 0; border: #3C3200 2px solid }
.img-right-spaced-border { 
	float: right;
	margin: 5px 0 7px 18px;
	border: 1px solid #AFA370;
	padding: 5px;
	background: #FFFFFF }
.img-left-spaced-border { 
	float: left;
	margin: 5px 18px 7px 0;
	border: 1px solid #AFA370;
	padding: 5px;
	background: #FFFFFF }
.img-center-caption-top { /* Style a div. Remove the "unused" marker from rule below too, they go together. */
	width: 500px;
	margin: 0 auto 0 auto;
	background: #3C3200;
	border: #AFA370 1px solid;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	padding-top: 4px }
.img-center-caption-top img { margin-top: 5px; border-top: #AFA370 1px solid }
/* Rounded Corner Feature Box -> create top & bottom images that equal the width of the box. H3 & P inside a div class=feature.
If fluid box is needed (4 imgs), see "Art and Science of CSS" pdf in Web tips & examples/css: page 167 (179 of 227) */
.feature_unused {
	width: 220px;
	padding: 0 10px 0 10px;
	background: #96BF55 url(images/_shared/feature-btm.gif) no-repeat bottom left }
.feature_unused h3 {
	margin-bottom: 10px;
	background: url(images/_shared/feature-top.gif) no-repeat }
.feature_unused p { margin-bottom: 10px }
/* Feature box using border as V-shape slanted top for heading. Authoring displays wrong. */
.feature-vst_unused {
	width: 220px;
	border: #000000 1px solid }
.feature-vst_unused div {
	border-top: #000000 25px solid;
	border-right: #FFFFFF 25px solid;
	border-bottom: #FFFFFF 25px solid;
	border-left: #FFFFFF 25px solid }
.feature-vst_unused div h3 {
	margin: -25px 0 10px 0;
	color: #FFFFFF;
	text-align: center }
/* Feature box using border as A-shape slanted top for heading. */
.feature-ast_unused {
	width: 220px }
.feature-ast-h-bg_unused {
	border-right: #FFFFFF 25px solid;
	border-bottom: #000000 25px solid;
	border-left: #FFFFFF 25px solid }
.feature-ast_unused h3 {/* work with H3 size to prevent top of span showing above H3 bg */
	margin: -25px 0 0 0;
	color: #FFFFFF;
	text-align: center }
.feature-ast_unused span {
	border: #000000 1px solid;
	padding: 5px;
	display: block }
/* Feature box using borders for side accents. */
.feature-sa_unused {
	width: 450px;
	margin: 0 auto 0 auto; }
.feature-sa-left_unused {
	float: left;
	width: 10px;
	height: 150px;
	border-top: #FFFFFF 10px solid;
	border-bottom: #FFFFFF 10px solid;
	border-right: #0000FF 10px solid }
.feature-sa-right_unused {
	float: right;
	width: 10px;
	height: 150px;
	border-top: #FFFFFF 10px solid;
	border-bottom: #FFFFFF 10px solid;
	border-left: #0000FF 10px solid }
.feature-sa-center_unused {
	float: left;
	width: 396px;
	height: 157px;
	background-color: #C6C6FF;
	padding: 7px }
/* >>>>> Remember: CAPTION, THEAD, TFOOT & TBODY tags. (http://www.brainjar.com/dhtml/tablesort/) <<<<< */
.border-simple_unused { border: #000000 1px solid }
.border-full-table_unused { /* Style the table, set border color & style below. Authoring displays wrong. */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 1.5em;
	border-collapse: collapse }
.border-full-table_unused td { border: #000000 1px solid; padding: 3px }
.vertical-divider_unused { border-right: #999999 1px solid }
/* Remember zebra-striped table. See BedPros_Simmons.
Now use definition list instead. Build an UL first, select it, then click DL on Favorites bar. Makes alternating dt/dd rows. */
#zebratable th {
	padding: 2px;
	border-bottom: 1px solid #D6E1F2;
	background: #FFFFFF }
#zebratable td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 1.3em;
	padding: 4px 8px 4px 8px;
	border-bottom: 1px solid #D6E1F2;
	background: #ECF1FF }
#zebratable tr.alt td {
	background: #FFFFFF }