/* BODY BODY BODY BODY BODY BODY BODY BODY BODY BODY BODY BODY BODY BODY BODY BODY BODY BODY BODY */

html { margin: 0; padding: 0; height: 100% }
body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #E6E6E6;
	background: url(images/_shared-images/page-bkgrd.gif); background-repeat: repeat;
	scrollbar-arrow-color: #000000;
	scrollbar-base-color: #999999;
	scrollbar-track-color: #E6E6E6 }

/* TEMPLATE BACKGROUNDS (use instead of table/cell bkgrds) TEMPLATE BACKGROUNDS TEMPLATE BACKGROUNDS */

#header { background: url(images/_shared-images/header_bkgrd.gif); background-repeat: repeat-x }
#navbar { background: url(images/_shared-images/navbar_bkgrd.gif); background-repeat: repeat-x }
#navbar-nested { background: url(images/_shared-images/navbar-nested_bkgrd.gif); background-repeat: repeat-x }
#sidebar { width: 285px; background-color: #E6E6E6 }
#content { width: 475px; background-color: #E6E6E6; padding: 0 15px 0 15px }
#footer { background: url(images/_shared-images/footer_sides.gif); background-repeat: repeat-x }
#footer-center { background: url(images/_shared-images/navbar-nested_bkgrd.gif); background-repeat: repeat-x }
#lionheart {
	width: 285px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	letter-spacing: .06em;
	line-height: 145%;
	text-align: center;
	padding: 7px 2px 7px 2px;
	background-color: #1A02B0; border-left: #000000 1px solid; border-right: #000000 1px solid }
#lionheart-side { width: 475px; background-color: #E6E6E6 }

/* LINKS LINKS LINKS LINKS LINKS LINKS LINKS LINKS LINKS LINKS LINKS LINKS LINKS LINKS LINKS LINKS */

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

li a:link { color: #000000; text-decoration: none }
li a:visited { color: #000000; text-decoration: none }
li a:hover { color: #000000; text-decoration: underline; background-color: transparent }
li a:active { color: #000000; text-decoration: underline; background-color: transparent }

.footerlinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
	letter-spacing: .04em;
	padding: 7px 10px 5px 10px }
.footerlinks a:link { color: #000000; text-decoration: none }
.footerlinks a:visited { color: #000000; text-decoration: none }
.footerlinks a:hover { color: #FFFFFF; text-decoration: none; background-color: transparent }
.footerlinks a:active { color: #FFFFFF; text-decoration: none; background-color: transparent }

.lh a:link { color: #FFFFFF; text-decoration: underline }
.lh a:visited { color: #FFFFFF; text-decoration: underline }
.lh a:hover { color: #FFFFFF; text-decoration: none; background-color: #1A02B0 }
.lh a:active { color: #FFFFFF; text-decoration: none; background-color: #1A02B0 }

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

.imglinks { 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 }
/* Above imglinks rules are only needed if background-color is used on normal links. */

/* HTML TAGS HTML TAGS HTML TAGS HTML TAGS HTML TAGS HTML TAGS HTML TAGS HTML TAGS HTML TAGS HTML TAGS */

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-indent: 2em;
	text-align: justify;
	line-height: 135%;
	margin: 0 }
ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	list-style-type: none;
	line-height: 135%;
	margin: 3px 0 1px 5px;
	padding: 3px 0 1px 5px }
ul li { 
	background-image: url(images/_shared-images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 .2em;
	padding-left: 15px }
	/* Note for lists top spacing problems - 2 methods:
	1. Use the "list-header" style on the para or h tag above the list.
   		-- OR --
	2. Make the list part of the paragraph or h tag it is under, 
   		then adjust the margin-top of the list accordingly.
   		(Move the ending tag </p> manually to the end of the list.) */
ol_unused {
	line-height: 135%;
	margin-top: 10px;
	margin-bottom: 5px }
blockquote_unused {
	font-style: italic;
	line-height: 135% }
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	text-transform: capitalize;
	word-spacing: .3em;
	margin-top: 0;
	margin-bottom: 15px }
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 0;
	padding: 3px 10px 4px 10px }
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 10px }
hr_unused { margin-top: 0; margin-bottom: 0 }

/* CUSTOM STYLES CUSTOM STYLES CUSTOM STYLES CUSTOM STYLES CUSTOM STYLES CUSTOM STYLES CUSTOM STYLES */

.bold { font-weight: bold }
.italic { font-style: italic }
.noindent { text-indent: 0em }
.p-align-no-justify_unused { text-align: left; text-indent: 2em }
.p-align-right_unused { text-align: right; text-indent: 0em }
.p-align-center { text-align: center; text-indent: 0em }
.gradient-accent-red {
	background: url(images/_shared-images/h2_bkgrd_red.jpg); background-repeat: repeat-y }
.gradient-accent-orange {
	background: url(images/_shared-images/h2_bkgrd_orange.jpg); background-repeat: repeat-y }
.gradient-accent-green-lt {
	background: url(images/_shared-images/h2_bkgrd_green-lt.jpg); background-repeat: repeat-y }
.gradient-accent-green-dk {
	background: url(images/_shared-images/h2_bkgrd_green-dk.jpg); background-repeat: repeat-y }
.gradient-accent-purple-r {
	background: url(images/_shared-images/h2_bkgrd_purple-r.jpg); background-repeat: repeat-y }
.gradient-accent-purple-b {
	background: url(images/_shared-images/h2_bkgrd_purple-b.jpg); background-repeat: repeat-y }
.gradient-accent-blue-lt {
	background: url(images/_shared-images/h2_bkgrd_blue-lt.jpg); background-repeat: repeat-y }
.gradient-accent-blue-dk {
	background: url(images/_shared-images/h2_bkgrd_blue-dk.jpg); background-repeat: repeat-y }
.gradient-accent-top { border-top: #FFFFFF 1px solid }
.gradient-accent-left { background-color: #E6E6E6 }
.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	letter-spacing: .08em;
	word-spacing: .1em;
	line-height: 120% }
.img-right { float: right; margin-left: 15px; margin-bottom: 7px }
.img-left_unused { float: left; margin-right: 15px; margin-bottom: 7px }
.list-header_unused { margin-bottom: 5px }
.border_unused { border: #000000 1px solid }
.side-grad-red {
	background: url(images/_shared-images/side-grad_red.jpg); background-repeat: repeat-x;
	border-top: #FFFFFF 1px solid;
	border-bottom: #E6E6E6 20px solid }
.side-grad-orange {
	background: url(images/_shared-images/side-grad_orange.jpg); background-repeat: repeat-x;
	border-top: #FFFFFF 1px solid;
	border-bottom: #E6E6E6 20px solid }
.side-grad-green-lt {
	background: url(images/_shared-images/side-grad_green-lt.jpg); background-repeat: repeat-x;
	border-top: #FFFFFF 1px solid;
	border-bottom: #E6E6E6 20px solid }
.side-grad-green-dk {
	background: url(images/_shared-images/side-grad_green-dk.jpg); background-repeat: repeat-x;
	border-top: #FFFFFF 1px solid;
	border-bottom: #E6E6E6 20px solid }
.side-grad-blue-dk {
	background: url(images/_shared-images/side-grad_blue-dk.jpg); background-repeat: repeat-x;
	border-top: #FFFFFF 1px solid;
	border-bottom: #E6E6E6 20px solid }
.side-grad-blue-lt {
	background: url(images/_shared-images/side-grad_blue-lt.jpg); background-repeat: repeat-x;
	border-top: #FFFFFF 1px solid;
	border-bottom: #E6E6E6 20px solid }
.side-grad-purple-b {
	background: url(images/_shared-images/side-grad_purple-b.jpg); background-repeat: repeat-x;
	border-top: #FFFFFF 1px solid;
	border-bottom: #E6E6E6 20px solid }
.side-grad-purple-r {
	background: url(images/_shared-images/side-grad_purple-r.jpg); background-repeat: repeat-x;
	border-top: #FFFFFF 1px solid;
	border-bottom: #E6E6E6 20px solid }
.feature-box { /* only used on Home page (for GSA info) so far */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 128%;
	background: #999999;
	padding: 10px;
	border-left: #666666 1px solid;
	border-top: #666666 1px solid;
	border-right: #FFFFFF 1px solid;
	border-bottom: #FFFFFF 1px solid }

/* FORMS FORMS FORMS FORMS FORMS FORMS FORMS FORMS FORMS FORMS FORMS FORMS FORMS FORMS FORMS FORMS */
/* width, height, rounded rect pill shape */

form { margin-bottom: 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: #000000;
	background: #DDDDDD;
	padding-left: 3px;
	padding-right: 3px;
	border-left: #999999 1px solid;
	border-top: #999999 1px solid;
	border-right: #FFFFFF 1px solid;
	border-bottom: #FFFFFF 1px solid }
.form-radio, .form-ckbox {
	background: none;
	padding-left: 0;
	padding-right: 0;
	border: none }
.form-btn {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
	background-color: #AAAAAA;
	border-left: #FFFFFF 2px solid;
	border-top: #FFFFFF 2px solid;
	border-right: #333333 2px solid;
	border-bottom: #333333 2px solid }