/* _____________________________________________ 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: #4C301D;
	background: #1168AA }

/* _____________________________________________ 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: 878px;
	padding-bottom: 5px;
	margin: 0 auto 0 auto;
	background: url(images/_shared/wrapper_bg.jpg) repeat-y;
	border-left: #FFFFFF 1px solid;
	border-right: #FFFFFF 1px solid;
	border-bottom: #FFFFFF 1px solid }
#main {
	float: left;
	width: 699px }
#sidebar {
	float: right;
	width: 179px }
#contact {
	text-align: center;
	margin-bottom: 21px }
#footer {
	clear: both;
	width: 646px;
	margin: 0 auto 0 auto;
	padding: 22px 0 0 0;
	background: url(images/_shared/footer_bg.png) no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0A7E26 }
#copyright {
	float: right;
	width: 50%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0A7E26;
	text-align: right;
	padding-top: 7px }
#content {
	padding: 0 25px 15px 25px }

/* ______________________________________________ LINKS ________________________________________________ */

a:link { color: #1168AA; text-decoration: underline }
a:visited { color: #1168AA; text-decoration: underline }
a:hover { color: #1168AA; text-decoration: none }
a:active { color: #1168AA; text-decoration: none }

#footerlinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0A7E26;
	letter-spacing: .06em;
	text-align: center;
	padding: 0px 0 2px 0;
	margin-bottom: 12px }
#footerlinks a:link { padding: 2px 4px 3px 4px; color: #0A7E26; text-decoration: underline }
#footerlinks a:visited { padding: 2px 4px 3px 4px; color: #0A7E26; text-decoration: underline }
#footerlinks a:hover { padding: 2px 4px 3px 4px; color: #0A7E26; text-decoration: none; background: #DBCBBA }
#footerlinks a:active { padding: 2px 4px 3px 4px; color: #0A7E26; text-decoration: none; background: #DBCBBA }

#lh {
	float: left;
	width: 50%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	letter-spacing: .04em;
	padding: 2px 0 0 0 }
#lh a:link { color: #0A7E26; text-decoration: underline }
#lh a:visited { color: #0A7E26; text-decoration: underline }
#lh a:hover { color: #0A7E26; text-decoration: none; background: #DBCBBA }
#lh a:active { color: #0A7E26; text-decoration: none; background: #DBCBBA }

/* _____________________________________________ HTML TAGS _____________________________________________ */

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4C301D;
	text-align: justify;
	line-height: 1.5em;
	margin: 0 0 12px 0 }
ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4C301D;
	list-style-type: none;
	line-height: 1.5em;
	margin: 0 5px 12px 15px }
ul li { 
	background-image: url(images/_shared/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 .4em; /* H,V. Using "center" for vertical doen't work if text can wrap beyond one line */
	padding-left: 20px }
ol_unused {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4C301D;
	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: #4C301D;
	font-style: italic;
	line-height: 1.5em }
h1 {
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #0B7E27;
	text-align: center;
	margin: 18px 0 25px 0 }
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #4C301D;
	line-height: 1.5em;
	margin-bottom: 12px }
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #4C301D;
	margin-bottom: 2px }
hr {
	clear: both;
	border-top: #C3854E 1px dotted;
	border-bottom: #C3854E 1px dotted;
	height: 1px;
	width: 80%;
	margin: 22px auto 22px 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_unused { 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 }
.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 { float: right; margin: 5px 0 5px 15px }
.img-left { float: left; margin: 5px 15px 5px 0 }
.img-right-caption_unused { /* Style a div. Remove the "unused" marker from rule below too, they go together. */
	float: right;
	margin: 5px 0 7px 15px;
	border: #B7A48B 1px solid;
	padding-bottom: 2px;
	background: #D9C2A3;
	text-align: center;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #847158 }
.img-right-caption_unused img { margin-bottom: 2px}
/* >>>>> 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 }
