@charset "utf-8";
/* CSS Document */

/* --------------------
		Reset Styles
-------------------- */

html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, a, em, img, q, strong, sub, sup, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	font-weight: 400;
}

ol, ul {
	list-style: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

em {
   font-style: italic;
}

strong {
   font-weight: 900;
}

/* --------------------
		Main Styles
-------------------- */

html, body {
	width: 100%;
	height: 100%;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	background-image: url(/images/symbols-rust-background.jpg);
}

h1 {
   font-family: Georgia, Verdana, Arial, sans-serif;
   font-size: 22px;
   font-weight: 600;
   font-style: italic;
   line-height: 24px;
   color: #983222;
   padding-bottom: 20px;
}

h4 {
   font-family: Georgia, Verdana, Arial, sans-serif;
   font-size: 18px;
   font-weight: 600;
   line-height: 20px;
   color: #898F4B;
   padding-bottom: 10px;
}

h5 {
   font-family: Georgia, Verdana, Arial, sans-serif;
   font-size: 16px;
   font-weight: 600;
   color: #983222;
   padding-bottom: 5px;
}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: 600;
	color: #983222;
	text-decoration: none;
}

a:hover {
   text-decoration: underline;
}

p {
   padding-bottom: 20px;
}

p.last {
   padding: 0;
}

.clear {
	clear: both;
}

#body-heading {
   height: 130px;
   background: #F1DFCF url(/images/symbols-navbar.jpg) bottom left repeat-x;
}

#container {
   width: 770px;
   position: absolute;
   top: 0;
   left: 50%;
   margin-left: -385px;;
}

#header-background {
   padding-top: 5px;
   width: 770px;
   height: 125px;
   background: #F1DFCF url(/images/symbols-background-headershadow.jpg) bottom left no-repeat;
}

#header-foreground {
   width: 750px;
   height: 125px;
   margin: 0 10px;
   background: #F1DFCF url(/images/symbols-navbar.jpg) bottom left repeat-x;
   text-align: center;
}

#header-foreground img {
   padding-top: 7px;
}

#header-foreground #navigation {
   padding-top: 5px;
   font-family: Verdana, Arial, sans-serif;
   font-size: 14px;
}

#header-foreground #navigation a {
   display: block;
   float: left;
   height: 23px;
   padding: 3px 15px 0 15px;
   color: #FFFFFF;
   font-weight: 100;
   text-decoration: none;
}

#header-foreground #navigation a.current {
   padding: 3px 28px 0 0;
   background-color: #983222;
}

#header-foreground #navigation img {
   padding: 3px 4px 0 5px;
}

#header-foreground #navigation a:hover {
   color: #983222;
}

#header-foreground #navigation a.current:hover {
   color: #898F4B;
}

#sub-header-background {
   width: 770px;
   background: url(/images/symbols-background-bodyshadow.png) top left repeat-y;
}

#sub-header-foreground {
   width: 750px;
   height: 23px;
   margin: 0 10px;
   background-color: #983222;
   font-family: Verdana, Arial, sans-serif;
   font-size: 12px;
}

#sub-header-foreground.empty {
   width: 750px;
   margin: 0 10px;
   height: 5px;
   background-color: #983222;
}

#sub-header-foreground a {
   display: block;
   float: left;
   padding: 2px 15px 0 15px;
   color: #FFFFFF;
   font-weight: 100;
   text-decoration: none;
}

#sub-header-foreground a.current,
#sub-header-foreground a:hover {
   color: #898F4B;
}

#sub-header-foreground a.current:hover {
   color: #FFFFFF;
}

#body-background {
   width: 770px;
   background: url(/images/symbols-background-bodyshadow.png) top left repeat-y;
}

#body-foreground {
   overflow: auto;
   width: 750px;
   margin: 0 10px;
   background-color: #FFFFFF;
}

#body-foreground.homepage {
   background-color: #F1DFCF;
}

#body-bottom-background {
   width: 770px;
   background: url(/images/symbols-background-bottomshadow.png) top left no-repeat;
}

#body-bottom-foreground {
   width: 750px;
   height: 15px;
   margin: 0 10px;
   background-color: #FFFFFF;
}

#body-bottom-foreground.homepage {
   background-color: #F1DFCF;
}

#red-divider {
   width: 750px;
   height: 5px;
   background-color: #983222;
}

#footer {
   width: 770px;
   padding: 10px 0;
   text-align: center;
   font-family: Verdana, Arial, sans-serif;
   font-size: 10px;
   color: #F1DFCF;
}

#footer a {
   color: #FFFFFF;
}

#footer a:hover {
   color: #000000;
}

#footer .tic {
   font-size: 10px;
}

#footer .tic a {
   color: #000000;
   font-weight: 900;
   text-decoration: none;
}

#footer .tic a span {
   color: #FF0000;
   font-weight: 900;
}

.homepage-text {
   text-align: center;
   padding:  20px 0;
}

.quote {
   font-family: Georgia, Verdana, Arial, sans-serif;
   font-style: italic;
   font-size: 16px;
   color: #898f4b;
   text-align: center;
}


#full-width {
   padding: 30px;
}

#management-page {
   padding: 10px;
}

#left {
   float: left;
   width: 250px;
   padding-right: 30px;
}

#left2 {
   float: left;
   width: 250px;
   padding-right: 30px;
}

#right {
   float: left;
   width: 450px;
   padding: 25px 20px 0 0;
}

#right2 {
   float: left;
   width: 450px;
   padding: 25px 20px 0 0;
}

#left .active-elements-button {
   display: block;
   margin: 20px 0 0 5px;
   padding-top: 10px;
   width: 240px;
   height: 56px;
   background: url(/images/symbols-activeelementsbutton.gif) top left no-repeat;
   text-align: center;
   color: #FFFFFF;
   cursor: pointer;
}

#right .payment-button {
   display: block;
   margin: 20px 0 0 100px;
   padding-top: 15px;
   width: 240px;
   height: 48px;
   background: url(/images/symbols-makeapaymentbutton.gif) top left no-repeat;
   text-align: center;
   cursor: pointer;
   color: #FFFFFF;
}

#right .enter-active-elements-button {
   display: block;
   margin: 5px 0 10px 100px;
   padding-top: 15px;
   padding-left: 15px;
   width: 240px;
   height: 48px;
   background: url(/images/symbols-enteractiveelementsbutton.gif) top left no-repeat;
   cursor: pointer;
   color: #FFFFFF;
}

#left a.active-elements-button:hover,
#right a.payment-button:hover,
#right a.enter-active-elements-button:hover {
   color: #898F4B;
   text-decoration: none;
}

#right ul {
   display: block;
   list-style-type: none;
   list-style-image: url(/images/symbols-bulletpoint.gif);
   list-style-position: outside;
}

#right ol {
   display: block;
   list-style-type: decimal;
   list-style-position: outside;
}

#right ul li,
#right ol li {
   margin-left: 45px;
   padding: 10px 2px;
}

h2 {
   font-family: Georgia, Verdana, Arial, sans-serif;
   font-style: italic;
   font-size: 20px;
}

h3 {
   font-family: Georgia, Verdana, Arial, sans-serif;
   font-size: 13px;
}

#site-map {
   padding: 30px;
}

#site-map .left {
   float: left;
   width: 250px;
   padding-left: 70px;
   padding-top: 5px;
   padding-bottom: 30px;
}

#site-map .right {
   float: left;
   width: 300px;
   padding-left: 50px;
   padding-top: 5px;
   padding-bottom: 30px;
}

#site-map ul.main {
   display: block;
   list-style-image: url(/images/symbols-bulletpoint.gif);
   list-style-position: outside;
}

#site-map ul.sub {
   display: block;
   list-style-type: disc;
   list-style-position: outside;
}

#site-map ul.main li {
   margin-left: 45px;
   padding: 8px 2px;
}

#site-map ul.sub li {
   margin-left: 65px;
   padding: 3px 2px;
}

#site-map ul.main a {
   font-weight: 600;
   font-size: 13px;
   color: #983222;
}

#site-map ul.main a:hover {
   color: #898F4B;
}

#site-map ul.sub a {
   font-weight: 600;
   color: #898F4B;
}

#site-map ul.sub a:hover {
   color: #983222;
}

img.pdf-icon {
   vertical-align: top;
}
