@charset "UTF-8";

/*******************************************************************************

GLOBAL DEFAULTS

*******************************************************************************/

body {
	background-color: #999999;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:link {
	color: #1E1E4F;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #1E1E4F;
}
a:hover {
	text-decoration: none;
	color: #990000;
}
a:active {
	text-decoration: underline;
	
	color: #990000;
}
p{
	margin-top: 12px;
	margin-bottom: 15px;
	line-height:normal;
}

li {
	padding-top: 2px;
	padding-bottom: 2px;
}

h1 {
	font-size: 20px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
h2 {
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #CC6600;
	margin-top: 4px;
}
h3 {
	font-size: 16px;
	color: #000066;
}
h3.underline {
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 0px;
}
h3   span {
	float: right;
	font-size: 10px;
	color: #666666;
	background-repeat: no-repeat;
	padding-left: 20px;
	height: 16px;
	padding-top: 2px;
}
h3 span.Folder {
	background-image: url(../images/icons/16x16_folder.gif);
}
h3  span.Comment {
	background-image: url(../images/icons/16x16_comment.gif);
}
h3  span  a:link, h3  span  a:active, h3  span  a:visited    {
	text-decoration: none;
	color: #666666;
}
h3  span  a:hover {
	text-decoration: underline;
}
h4 {
	color: #CC3300;
	font-weight: bold;
	font-size: 12px;
}
h5 {
	font-size: 12px;
	font-weight: bold;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}
h6 {
	font-size: 12px;
	font-weight: bold;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}

/*******************************************************************************

WRAPPER

*******************************************************************************/

#Container {
	width: 960px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(/images/gbl_mainbody_background.jpg);
}
#Header {
	background-image: url(/images/gbl_hdr_background.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 130px;
	padding: 0px;
	margin: 0px;
}
#Header-Logo {
	padding-top: 3px;
	padding-left: 3px;
}
#SiteNav {
	background-image: url(/images/gbl_nav_background.jpg);
	height: 26px;
	clear: both;
}
#MainBody {
	background-color: #FFFFFF;
	background-image: url(/images/gbl_mainbody_background.jpg);
	background-repeat: repeat-y;
	height: auto;
	clear: none;
	margin-right: 10px;
}
#Footer {
	background-image: url(../images/gbl_footer_background.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 15px;
	clear: both;
}
#Footer div {
	padding-top: 10px;
}
#Footer-Content {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	padding-top: 10px;
	font-size: 10px;
	color: #333333;
	text-align: center;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#Footer .Emergency {
	font-weight: bold;
	color: #990000;
}
#SubFooter {
	font-size: 10px;
	color: #333333;
	text-align: center;
	padding-top: 4px;
}
#SubFooter a:link, #SubFooter a:active, #SubFooter a:visited {
	font-size: 10px;
	color: #333333;
	text-decoration:none;
}
#SubFooter a:hover {
	font-size: 10px;
	color: #333333;
	text-decoration:underline;
}

/*******************************************************************************

SITE NAVIGATION

*******************************************************************************/


ul.MenuBarHorizontal
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 12px;
	cursor: default;
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 118px;
	float: left;
}
/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarHorizontal ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	width: 118px;
	position: absolute;
	left: -1000em;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left: auto;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li
{
	width: 118px;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin: -5% 0 0 95%;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal ul
{
	border: 1px solid #CCC;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a, ul.MenuBarHorizontal a:visited
{
	display: block;
	cursor: pointer;
	background-color: #000000;
	padding: 0.5em 0.75em;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	background-color: #990000;
	color: #FFF;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	background-color: #990000;
	color: #FFF;
}

/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenu
{
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenu
{
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
{
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
{
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal iframe
{
	position: absolute;
	z-index: 1010;
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
	display: inline;
	f\loat: left;
	background-color: #999999;
	}
}


/*******************************************************************************

MAIN BODY ATTRIBUTES

*******************************************************************************/

#Content {
	float: right;
	width: 720px;
	margin-right: 10px;
	display: inline;
	margin-top: 10px;
	margin-bottom: 10px;
}
#PageBanner {
	height: 200px;
	text-align: center;
	margin-bottom: 10px;
	vertical-align: middle;
	width: 100%;
}

/*******************************************************************************

LEFT SIDE NAVIGATION

*******************************************************************************/

#LeftSide {
	float: left;
	width: 200px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#LeftSide ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	border: none;
}
#LeftSide ul li {
	padding-top: 0px;
	padding-bottom: 0px;
}

#LeftSide ul li a {
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 12px;
	text-decoration: none;
	color: #333333;
	width:188px;
	margin: 0px;
	background-image: url(/images/bullets/sidenav_down_grey.gif);
	background-repeat: no-repeat;
	background-position: 2px 8px;
	font-size: 12px;
	font-weight: bold;
}
#LeftSide ul li a:hover {
	color: #990000;
	text-decoration: underline;
	background-image: url(/images/bullets/sidenav_regular_red.gif);
	background-repeat: no-repeat;
	background-position: 2px 8px;
	background-color: #FFFFCC;
}
#LeftSide  ul  li  a.first {
}
#LeftSide  ul  li  a.down {
}
#LeftSide  ul  li  a.last {
}

#LeftSide ul li ul li a {
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 22px;
	text-decoration: none;
	color: #333333;
	width:178px;
	margin: 0px;
	font-size: 12px;
	font-weight: normal;
	background-image: none;
}
#LeftSide   ul   li   ul   li   a.Donate  {
	background-image: url(../images/icons/16x16_heart.gif);
	background-repeat: no-repeat;
	background-position: right 3px;
}
#LeftSide ul li ul li a.current {
	background-image: url(/images/bullets/sidenav_regular_red.gif);
	background-repeat: no-repeat;
	background-position: 12px 8px;
	font-weight: bold;
	color: #990000;
}
#LeftSide ul li ul li a:hover {
	background-image: url(/images/bullets/sidenav_regular_red.gif);
	background-repeat: no-repeat;
	background-position: 12px 8px;
	color: #990000;
	text-decoration: underline;
}

/*******************************************************************************

PAGE LAYOUTS

*******************************************************************************/

div.TwoColumnLeft {
	float: left;
	width: 350px;
}
div.TwoColumnRight {
	float: right;
	width: 350px;
}
#TwoColumnContentRight {
	width: 200px;
	float: right;
}
#TwoColumnContent {
	width: 510px;
	float: left;
	_padding-top: 15px;
}
#TwoColumnContentRight div.boxcontent
{
	border: 1px solid #999999;
	background-color: #EFEFEF;
	padding: 5px;
	margin-top: 15px;
}
#TwoColumnContentRight dl {
	padding: 0px;
	margin: 0px;
}
#TwoColumnContentRight a img {
	padding: 5px;
	border: 1px solid #999999;
}
#TwoColumnContentRight dt {
	font-weight: bold;
	margin-top: 4px;
	margin-bottom: 2px;
}
#TwoColumnContentRight dd {
	margin: 0px;
	font-size: 10px;
	color: #333333;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}
dl.SubContent dt {
	font-weight: bold;
	color: #000066;
}

dl.SubContent {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
dl.SubContent dt.SubLink {
	background-image: url(../images/icons/16x16_documents.gif);
	background-repeat: no-repeat;
	height: 16px;
	padding-left: 18px;
	padding-top: 1px;
}
dl.SubContent dt a:link, dl.SubContent dt a:active, dl.SubContent dt a:visited {
	font-weight: bold;
	color: #000066;
	text-decoration: none;
}
dl.SubContent dt a:hover {
	font-weight: bold;
	color: #000066;
	text-decoration: underline;
}
dl.SubContent dd {
	padding-bottom: 10px;
	padding-right: 0px;
	padding-left: 0px;
	margin: 0px;
	padding-top: 10px;
	color: #333333;
	font-size: 12px;
}

/*******************************************************************************

PAGE CONTENT STYLES

*******************************************************************************/

div.QuoteBoxRight {
	background-color: #DFDFDF;
	width: 250px;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	float: right;
	padding: 8px;
	margin-top: 4px;
	margin-bottom: 4px;
	margin-left: 4px;
	border: 1px solid #999999;
}
div.QuoteBoxRight p {
	padding: 0px;
	margin: 0px;
	font-style: italic;
	font-weight: bold;
	color: #993300;
}
div.QuoteBoxRight p.credit {
	padding: 0px;
	font-size: 12px;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: right;
	font-weight: normal;
}
div.image-right {
	float: right;
	width: auto;
	margin-bottom: 8px;
	padding: 8px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	margin-left: 8px;
	margin-top: 8px;
}
div.image-right p {
	text-align: center;
	padding: 0px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 10px;
	font-weight: bold;
}
div.image-left {
	float: left;
	width: auto;
	margin-bottom: 8px;
	padding: 8px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	margin-right: 8px;
	margin-top: 8px;
}
div.image-left p {
	text-align: center;
	padding: 0px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 10px;
	font-weight: bold;
}

/*******************************************************************************

ADDITIONAL INFORMATION SECTION

*******************************************************************************/

ul.MoreInfo {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
ul.MoreInfo li {
	background-position: 8px;
	padding-left: 26px;
	margin-top: 6px;
	margin-bottom: 6px;
	background-repeat: no-repeat;
}
ul.MoreInfo  li.PDF  {
	background-image: url(/images/icons/16x16_pdf.gif);
}
ul.MoreInfo li.OpenFolder {
	background-image: url(../images/icons/16x16_folder.gif);
}
ul.MoreInfo li.Link {
	background-image: url(../images/icons/16x16_link.gif);
}
ul.MoreInfo li.Send {
	background-image: url(../images/icons/16x16_email.gif);
}
ul.MoreInfo li.ViewText {
	background-image: url(../images/icons/16x16_viewtext.gif);
}
ul.MoreInfo li.Comment {
	background-image: url(../images/icons/16x16_comment.gif);
}


/*******************************************************************************

SECTION STYLES: NEWS

*******************************************************************************/

dl.News {
	margin: 0px;
	padding: 0px;
}
dl.News  dt{
	font-weight: bold;
	font-size: 14px;
	background-image: url(../images/icons/16x16_document.gif);
	background-repeat: no-repeat;
	padding-left: 18px;
	color: #000000;
}
dl.News  dt a:link, dl.News  dt a:active, dl.News  dt a:visited{
	color: #000000;
	text-decoration: underline;
}
dl.News dt a:hover {
	color: #000000;
	text-decoration: none;
}
dl.News dd {
	margin-left: 18px;
	color: #666666;
	margin-top: 10px;
	margin-bottom: 10px;
}

/*******************************************************************************

SECTION STYLES: TESTIMONIALS

*******************************************************************************/

dl.Testimonial {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
}
dl.Testimonial dt {
	font-style: italic;
	background-image: url(../images/icons/24x24_quote.gif);
	background-repeat: no-repeat;
	padding-left: 30px;
}
dl.Testimonial dd {
	color: #0000CC;
	font-size: 10px;
	margin-top: 4px;
	margin-bottom: 15px;
	margin-left: 30px;
}
.TestimonialCredit {
	font-size: 10px;
	color: #000099;
	padding-left: 10px;
}
#SectionComments {
}
.SectionCommentsNav {
	font-size: 12px;
	text-align: center;
	margin-bottom: 8px;
	margin-top: -4px;
	color: #666666;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-color: #EFEFEF;
	padding-top: 4px;
	padding-bottom: 4px;
	}
.SectionCommentsNav A:Link,.SectionCommentsNav A:Active,.SectionCommentsNav A:Visited{
	font-size: 12px;
	text-align: right;
	margin-bottom: 8px;
	margin-top: -4px;
	text-decoration: none;
	}
.SectionCommentsNav A:Hover{
	font-size: 12px;
	text-align: right;
	margin-bottom: 8px;
	margin-top: -4px;
	text-decoration: none;
	color: #990000;
	}
.SectionCommentsNav .Paging {
	}
#SectionComments  dl  {
	margin: 0px;
	padding: 0px;
}
#SectionComments dt {
	color: #666666;
}
#SectionComments dd {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#SectionComments dd.end {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;	
}
