@charset "UTF-8";

body  {
	font-family:  Arial;
	line-height:12px;
	background: white;
	margin: 0; 
	padding: 0;
	color: #292929;
}

h1 {
	margin:0.5em 0 0.5em;
	line-height:1.2;
}
h2 {
	font-size:16px;
	text-align: left;
	padding-top: 7px;
	padding-left: 30px;
	padding-right: 0;
	padding-bottom: 0;
	line-height:1.2;
}
*html h2 {/*ie fix*/
	padding-top:18px;
	padding-bottom:0;
}
h3 {
	font-size:14px;
	padding-top: 4px;
	padding-left: 30px;
	padding-right: 0;
	padding-bottom: 0;
}

h4 {
	font-size: 12px;
	font-variant: small-caps;
	letter-spacing:0.33em;
}

p {
	font-size: 10px;
}
a {
	color:#cb5021;
	text-decoration:none;
}
a:active {
	color:#cb5021;
}
a:hover {
	color:#ffffff;
	text-decoration: underline;
}
a img {
	border: 0px;
}
	
 /**************************************************************
 home page layout
 **************************************************************/
 #container {
 	width: 902px;
	background: white;
	margin: 0; 
	border: 3px solid white;
	text-align: left; 

 }
 #header {
 	float: left;
 	width: 732px;
 	height: 118px;
 	background: url(../Images/top_banner.png) no-repeat;
 	margin: 0;
 	padding-left: 172px;
	padding-right:0;
 	padding-top: 5px;
 }
 #setCol {
	float: left;
	width: 902px;
	background:url(../Images/faux.png) repeat;
	margin: 0;
 }
 #leftCol {
 	float: left;
 	width: 170px;
	height:337px;
 	padding: 0;
 	margin: 0;
 }
#midCol {
	margin:0;
	padding: 0;
	float:left;
	width:285px;
	height:337px;
	overflow: hidden;
}

#midCol h2 {
	font-size: 18px;
	color: white;
	padding-top: 5px;
	padding-bottom: 0;
}


#midCol ul {
	margin-top:3px;
	margin-bottom:0;
}
#midCol li {
	font-size: 11px;
	font-weight: bold;
	list-style: none;
	padding-top: 4px;
	margin-right: 3px;
	margin-bottom: 0;
}

#midCol table {
	width: 250px;
	border: 0;
	font-size: 11px;
	font-weight: bold;
	list-style: none;
	margin-top:5px;
	margin-left: 25px;
	margin-right: 5px;
	margin-bottom: 7px;
}

#midCol table td {
	padding:3px 2px;
	margin:0;
}
#midCol table caption {
	padding-top:10px;
	font-size:14px;
	color: white;
}
.tdLft {
	width: 85px;
}
.tdRght {
	width: 155px;
}

#rightCol {
	float: right;
	position:relative;
	display:block;
	width: 443px;
	height:337px;
	background: #afc321;
	padding: 0;
	margin: 0;
	border-left: 3px solid white;
}
.pics {
	position:absolute;
	padding:0;
	width: 443px;
	height:337px;
	top:  0px;
	left: 1px;
	overflow:hidden;
} 
#bottomBar {
	position: relative;
	float: left;
	clear: both;
	width: 902px;
	height: 160px;
	padding: 0;
	margin: 0;
	background: url(../Images/bottombarnews.jpg) no-repeat;
}

.bottomCopy {
	position: absolute;
	width: 711px;
	font-family: Georgia, Times, serif;
	color: white;
	font-size: 13px;
	line-height:16px;
	left: 190px;
	top: 53px;
	height: 138px;
}
 
#footer {  
	color: #336699; 
	font-size: 10px; 
	font-weight: bold;
	padding: 0 10px; 	
	border-top: 3px solid white;
} 
 #footer p {
 	font-size: 12px;
 	text-align: center;
	margin: 0; 	
	padding: 10px 0; }



#navBar, #navBar ul { /* all lists */
     padding: 0;
     margin: 0;
     font-size: 10px;
     text-transform: uppercase;
     list-style: none;
     line-height: 1;

    }

#navBar li  a {
	display: block;
	padding: 5px 7px;
	background: #336699;
	font-weight: bold;
	color: white;
  }

#navBar li { /* all list items */
     float: left;
     position: relative;
     padding: 0;
	 white-space:nowrap;
	 z-index:99;
    }
    
#navBar li ul { /* second-level lists */
   position: absolute;
   background: #336699;
   border-left: 1px solid white;
   border-right: 1px solid white;
   border-bottom: 1px solid white;
   width: 16em;
   left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */    
}
 #navBar li ul li a {
	width:16em;
	white-space:nowrap;
	background:none;
	padding:5px 0 5px 2px;
	}
#navBar li:hover ul, #navBar li.sfHover ul { /* lists nested under hovered list items */
      left: auto;
 }

#navBar li.sfHover ul {
      left: auto;
}
	
#navBar li ul ul {/*third-level lists*/
	margin: -2em 0 0 16em;
	border-right: 1px solid white;
   	border-bottom: 1px solid white;
	}
#navBar li:hover ul ul, #navBar li.sfHover ul ul {
	position:absolute;
    left: -999em;
}

 #navBar li:hover ul, #navBar li li:hover ul, #navBar li.sfhover ul, #navBar li li.sfHover ul {
	left: auto;
}

  	#navBar .navDonate a {
 	 background: #cccc33;
  	}
 	 #navBar .qckLinks a {
  	  background: #cb5021;
  	}
	
	#navBar .qckList {
  	  background: #cb5021;
  	}
  

    /* sfFocus Styles */

    .sfFocus {
      background: blue;
      color: #fff;
    }

    /* sfActive Styles */

    .sfActive {
      background: lime;
      color: #fff;
    }

    /* sfTarget Styles */

    .sfTarget {
      background: black;
      color: #fff;
   }
 /**************************************************************
 sub page layout
 **************************************************************/
 #subsetCol {
 	float: left;
 	width: 902px;
 	background:url(../Images/faux2.png) repeat;
 	margin: 0;
 }

#submidCol {
	margin:0;
	padding: 0;                                                                                                                   
	float:left;                                                                                                                    
	width:386px;
	height:480px;
	overflow:hidden;
}

#submidCol p {
	padding-top: 5px;
	padding-left: 30px;
	padding-right: 10px;
	padding-bottom: 0;
	margin:0
}
*html#submidCol p {/*ie fix*/
	padding-top:3px;
	margin-top:0;
}
#submidCol ul {
	margin:0;
	padding-left:30px;
	padding-bottom:20px;
}
#submidCol li {
	font-size: 10px;
	font-weight: normal;
	list-style: outside;
	padding-top: 2px;
	padding-bottom:1px;
	margin-right: 3px;
	margin-left:12px;
	margin-bottom: 0;
}

 .tableStyle {
	width: 340px;
	border: 0;
	margin-top:15px;
	margin-left: 25px;
	margin-right: 5px;
	margin-bottom: 0;
}

.tableStyle td {
	font-size: 10px;
	font-weight:bold;
	text-align:center;
	width:170px;
	padding:3px 2px;
	margin:0;
}
.tableStyle caption {
	font-size:12px;
}
.altTable {
	width: 340px;
	border: 0;
	margin-top:15px;
	margin-left: 25px;
	margin-right: 5px;
	margin-bottom: 4px;
}
.altTable th {
	font-size:12px;
	font-weight:bold;
	text-align:left;
}

.altTable td {
	width:110px;
	font-size: 11px;
	text-align:left;
	padding:3px 4px;
	margin:0;
}
#subrightCol {
	float: right;
	display: inline;
	position: relative;
	width: 336px;
	height:480px;
	overflow:hidden;
	padding: 0;
	margin: 0;
	border-left: 3px solid white;
}

.whiteBar {
	width: 100%;
	height:46px;
	display: block;
	padding: 15px 0;
	margin:0;
	background: white;
}
.subrightTxt {
	padding-right: 5px;
	padding-left: 20px;
	padding-bottom: 40px;
	padding-top: 50px;
	background: url(../Images/bluebox.png) no-repeat;
	margin:0;
}
.subrightTxt p {
	color:white;
	font-size: 12px;
	line-height:16px;
}
.pageBanner {
	width: 100%;
	height:30px;
	display: block;
	padding: 8px 0;
	margin-top: 40px;
	background: white;
	color: #bc4119;
	font-family: Georgia, Times, serif;
	font-size: 18px;
	line-height:30px;
	text-align: center;
}

#rightArrow {
	position: absolute;
	z-index: 1000;
	top:166px;
	left: 171px;
	height: 40px;
}
/* Miscellaneous classes for reuse */
.underLine {
	text-decoration:underline;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


 
