/* _______________________________________________ BODY ________________________________________________ */

html {
	margin: 0;
	padding: 0;
	height: 100%;
	scrollbar-face-color: #269EF3;
	scrollbar-arrow-color: #E1ECFF;
	scrollbar-track-color: #004A88;
	scrollbar-shadow-color: #228EDA;
	scrollbar-highlight-color: #228EDA;
	scrollbar-3dlight-color: #1C75B3;
	scrollbar-darkshadow-color: #1C75B3 }
body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background: url(images/_shared/pg-bkgrd.jpg) repeat-x #004A88 }

/* _____________________________________________ 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_unused { /* use this (with text-align center in body) to get a div centered on page at defined width */
	width: 750px;
	margin: 0 auto 0 auto;
	text-align: left }
#container-left { background: url(images/_shared/edge-left_bkgrd.jpg) repeat-y }
#container-center { background: #FFFFFF }
#container-right { background: url(images/_shared/edge-right_bkgrd.jpg) repeat-y }
#right-col { width: 150px; background: url(images/_shared/nav_bkgrd.jpg) repeat-y }
#content { width: 550px; padding: 10px 25px 5px 25px }

/* ______________________________________________ LINKS ________________________________________________ */

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

.footerlinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0057D9;
	text-align: center;
	letter-spacing: .06em;
	background: url(images/_shared/footerlinks_bkgrd.jpg) repeat-x;
	padding: 5px }
.footerlinks a:link { color: #0057D9; text-decoration: none }
.footerlinks a:visited { color: #0057D9; text-decoration: none }
.footerlinks a:hover { color: #0057D9; text-decoration: underline }
.footerlinks a:active { color: #0057D9; text-decoration: underline }

#lh {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	padding: 0 2px 8px 2px;
	background: url(images/_shared/lh_bkgrd.jpg) no-repeat }
#lh a:link { color: #0057D9; text-decoration: none }
#lh a:visited { color: #0057D9; text-decoration: none }
#lh a:hover { color: #0057D9; text-decoration: underline }
#lh a:active { color: #0057D9; text-decoration: underline }

/* 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 }

/* These imglinks rules are for adding border hover. --- or see simpler way below ---
NOTE: Must DELETE (not "0") border tag in html, then class the IMAGE.
ALSO: This was the ONLY way I could make this work -
maybe other class-specific objects should be written like this (note link is first, then class). */
.imglinks_unused { border: 1px #000000 solid }
a:link .imglinks { border-color: #000000 }
a:visited .imglinks { border-color: #000000 }
a:hover .imglinks { border: 1px #FFCC33 solid }
a:active .imglinks { border: 1px #FFCC33 solid }

/* Class the LINK */
.imglinks_unused img { border: 1px solid #FFFFFF }
.imglinks_unused:hover img { border: 1px solid #000000 }

/* These imglinks rules are only needed if background-color or border-bottom is used on normal links. */
.imglinks_unused { background-color: transparent }
.imglinks a:link { background-color: transparent }
.imglinks a:visited { background-color: transparent }
.imglinks a:hover { background-color: transparent }
.imglinks a:active { background-color: transparent }
/* Or try simplifing with the following instead. If below works, delete above.
Note: this also replaces border=0 in the html(xhtml stuff) */
a img_unused { background-color: transparent }

/* Match style to .form-btn. Use for other places a single btn is wanted. */
.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 {
	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 }
/* Below is another method, but doesn't change bkgrd color. If above works, delete below...
To do this, place text in div in td. Link text, manually move the div inside the link tags, class the td.
(td.btn - a - div - text)
Hover will only change text color, NOT bkgrd of cell. To get full bkgrd to change must use another method,
however that requires specifying the width or using a list, which I wouldn't want to do here. */
.btn2_unused {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #D4C061;
	background-color: #897724;
	border-left: #FFF8DE 2px solid;
	border-top: #FFF8DE 2px solid;
	border-right: #815B02 2px solid;
	border-bottom: #815B02 2px solid }
.btn2 div { padding: 6px 20px 6px 20px }
.btn2 a:link { color: #D4C061; text-decoration: none }
.btn2 a:visited { color: #D4C061; text-decoration: none }
.btn2 a:hover { color: #F7F394; text-decoration: none }
.btn2 a:active { color: #F7F394; text-decoration: none }

/* _____________________________________________ HTML TAGS _____________________________________________ */

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: justify;
	line-height: 135%;
	margin: 0 }
#sidebar p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-align: justify;
	font-style: italic;
	line-height: 135%;
	margin: 0 }
ul_unused {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	list-style-type: none;
	line-height: 135%;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-left: 7px } /* try setting this to 0, then margin-left is all I need to adjust */
ul li_unused { 
	background-image: url(images/_shared/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 .4em;
	padding-left: 20px }
ol_unused {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 135%;
	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: 135% }
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
	margin: 0 0 15px 0 }
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	margin: 0 0 7px 0 }
hr_solid-or-dashed {
	border: none;
	border-top: #FF00FF 1px solid;
	height: 1px;
	width: 50%;
	text-align: center;
	margin-top: 12px;
	margin-bottom: 12px }
hr {
	border: none;
	border-top: #CDB694 3px double;
	height: 3px;
	width: 85%;
	text-align: center;
	margin-top: 12px;
	margin-bottom: 12px }

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

form { margin: 0 }
th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
	text-align: right }
input, textarea, select, .form-input {
	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 }
.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-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% }
.img-right { float: right; margin-left: 15px; margin-bottom: 7px }
.img-left { float: left; margin-right: 15px; margin-bottom: 7px }
.img-right-tbl { float: right; margin-top: 10px; margin-left: 15px; margin-bottom: 7px }
.img-right-spaced-border-in-table_unused {
	float: right;
	margin-left: 15px;
	margin-bottom: 7px;
	padding: 5px;
	border: #000000 1px solid }
.list-header_unused { margin-bottom: 5px }
.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: 135%;
	border-right: #999999 1px solid;
	border-bottom: #999999 1px solid;
	padding: 3px }
.sidebar-header_unused {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #DCCEB4;
	letter-spacing: .05em;
	background: #57381A;
	border-left: #9A7B5C 3px solid;
	border-top: #9A7B5C 3px solid;
	border-right: #000000 3px solid;
	border-bottom: #000000 3px solid }
.sidebar-content_unused {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #57381A;
	letter-spacing: -.02em;
	background: #DCCEB4;
	border-left: #EDDFC5 3px solid;
	border-top: #EDDFC5 3px solid;
	border-right: #57381A 3px solid;
	border-bottom: #57381A 3px solid }
.center_unused {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -150px;
	margin-left: -300px;
	width: 600px;
	height: 300px }
/* To position element at bottom when other items at top - 2 methods:
	1. Use 2 rows in main table. Combine other columns into 1 row except
		for the column where you want the bottom element. Row 2 TD align
		bottom. (Used on QHF.)
		This will be the most consistent solution, but depending on the 
		column background image, it may show a disruption in the pattern.
   		-- OR --
	2. Try css rule below.	
		in html: <div class="bottom" align="center">text or img</div> */
.bottom_unused {
	width: 100%;
	position: absolute;
	bottom: 0px;
	text-align: center;
	text-indent: 0em }