/* _____________________________________________ ZERO OUT ______________________________________________ */

html, body, p, ul, ol, li, h1, h2, h3, h4, h5, h6, blockquote, hr, form, fieldset {
	margin: 0; 
	padding: 0; 
	border: 0 }

/* ____________________________________________ HTML & BODY ____________________________________________ */

html {
	height: 100%;
	scrollbar-base-color: #868686;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-track-color: #19469E }
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background: url(images/_shared/pg-bkgrd.gif) repeat #19469E;
	padding-top: 7px }

/* _____________________________________________ 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 __________________________________________  */

#container-l { width: 6px; background: url(images/_shared/container_l-bkgrd.gif) repeat-y }
#container-r { width: 6px; background: url(images/_shared/container_r-bkgrd.gif) repeat-y }
#container-c { width: 750px; background: #868686 }
#container-b { background: url(images/_shared/container_b-bkgrd.gif) repeat-x }
#header-text { text-align: right; padding: 22px 22px 9px 0 }
#navbar { width: 750px; background: url(images/_shared/nav_bkgrd.gif) repeat-x }
#copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #6B94E7;
	padding: 0 0 0 20px }
#pg-title { width: 38px; padding: 20px 0 7px 19px }
#content { width: 633px; padding: 20px 42px 20px 18px }

/* ______________________________________________ LINKS ________________________________________________ */

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

#footerlinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #153C82;
	background: #9F9F9F;
	text-align: center;
	letter-spacing: .08em;
	padding: 7px }
#footerlinks a:link { color: #153C82; text-decoration: none }
#footerlinks a:visited { color: #153C82; text-decoration: none }
#footerlinks a:hover { color: #FFFFFF; text-decoration: underline }
#footerlinks a:active { color: #FFFFFF; text-decoration: underline }

#lh {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	letter-spacing: .04em;
	text-align: right;
	padding: 0 20px 0 0 }
#lh a:link { color: #6B94E7; text-decoration: underline }
#lh a:visited { color: #6B94E7; text-decoration: underline }
#lh a:hover { color: #FFFFFF; text-decoration: none }
#lh a:active { color: #FFFFFF; text-decoration: none }

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

/* _____________________________________________ HTML TAGS _____________________________________________ */

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-align: justify;
	line-height: 140%;
	margin: 0 0 12px 0 }
ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	list-style-type: none;
	line-height: 140%;
	margin-left: 20px }
ul li { 
	background-image: url(images/_shared/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 .5em;
	padding-left: 20px }
ol_unused {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 140%;
	margin-top: 10px;
	margin-bottom: 5px }
blockquote_unused {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-style: italic;
	line-height: 140% }
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #19469E;
	text-transform: uppercase;
	word-spacing: .3em;
	margin-bottom: 15px }
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
	margin: 0 0 5px 0 }
/* apparently hr is different now with xhtml -
style the preceeding para with "p-no-margin" to avoid browser inconsistancy */
hr_solid-or-dashed {
	border: none;
	border-top: #FF00FF 1px solid;
	height: 1px;
	width: 50%;
	text-align: center;
	margin: 18px auto 18px auto }
hr_double {
	border: none;
	border-top: #FF00FF 3px double;
	height: 3px;
	width: 50%;
	text-align: center;
	margin: 18px auto 18px auto }

/* ______________________________________________ FORMS ________________________________________________ */
/* remember can do width, height, rounded rect pill shape */

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: 0 4px 0 0 }
input, textarea, select, .form-input { /* remember can do transparent background too (used on Perez Firm) */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background: #4E0000;
	padding-left: 3px;
	padding-right: 3px;
	border-left: #CC0000 1px solid;
	border-top: #CC0000 1px solid;
	border-right: #CC0000 1px solid;
	border-bottom: #CC0000 1px solid;
	margin: 2px 0 2px 0 }
.form-radio, .form-ckbox {
	background: none;
	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;
	border-left: #4E0000 2px solid;
	border-top: #4E0000 2px solid;
	border-right: #4E0000 2px solid;
	border-bottom: #4E0000 2px solid }
	
/* ___________________________________________ CUSTOM STYLES ___________________________________________ */

.divbar_unused { margin: 15px 0 15px 0 }
.p-no-margin_unused { margin-bottom: 0 }
.p-no-justify_unused { text-align: left }
.p-align-right_unused { text-align: right }
.p-align-center { text-align: center }
.smalltext_unused {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	line-height: 120% }
.smalltext2_unused {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	letter-spacing: .08em;
	word-spacing: .1em;
	line-height: 120% }
.pic { border: #ABABAB 1px inset }
.img-right { float: right; margin: 5px 0 7px 15px; border: #ABABAB 1px inset }
.img-left { float: left; margin: 5px 15px 7px 0; border: #ABABAB 1px inset }
.list-header { margin-bottom: 4px }
.border-simple_unused { border: #000000 1px solid }
.border-full_unused { border-top: #999999 1px solid; border-left: #999999 1px solid }
.border-full_unused td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 140%;
	border-right: #999999 1px solid;
	border-bottom: #999999 1px solid;
	padding: 3px }
.info-box-right {
	float: right;
	margin-left: 15px;
	margin-bottom: 7px;
	padding: 5px 20px 10px 20px;
	background: #686868;
	border: #ABABAB 1px inset }
.info-box-right ul { line-height: 160%; margin-left: 0 }
.info-box-right li { background-position: 0 .7em; padding-left: 20px }