body, * {
	padding: 0;
	margin: 0;
}
body {
	text-align: center;
	font: 11px Verdana, Arial, sans-serif;
	line-height: 16px;
}
#wrapper {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}

td {
	font: 11px Verdana, Arial, sans-serif;
	line-height: 16px;
}



a:link, a:visited {
	text-decoration: none;
	color: #3877ae; /* #00a2ff; */
}
a:hover, a:active {
	text-decoration: none;
}
a img {
	border: 0;
}


#nav, #content {
	min-height: 350px;
}


/* ********************** -- header --  ********************** */
#header {
	padding: 10px 15px 0 0;
	margin: 10px 10px 0 10px;	
	z-index: 50;
	position: relative;
}

#quickLinks {
	list-style-type: none;
	font-weight: bold;
	float: right;
	padding-bottom: 0;
	margin-bottom: 0;
}
#quickLinks li {

	float: left;
	font-size: 10px;	
}
#quickLinks li a {
	padding: 0 9px;
	border-right: 1px solid #000;
}
#quickLinks li.lastQL a {
	border-right: 0;	
	padding-right: 0;
}

#mainSearch {
	padding-top: 0;
	margin-top: 2px;
	clear: both;
	float: right;
}
#mainSearch .search {
 	color: #999999; 
 	width: 165px;
 	margin-right: 3px;
	font-size: 10px; 
}

#header p {
	padding-left: 7px;
	padding-bottom: 10px;
}
#header #date {
	margin-left: 7px;
}
#header h1 a {
	color: #fff;
}
#header h1 a#printerFriendly {
	position: absolute;
	top: 10px;
	right: 15px;
	width: 18px; 
	height: 18px; 
	display: block; 
	z-index: 52;
}
#header img {
	border: 0;
}
#header h1 {
	clear: left;
	font: 13px 'Trebuchet MS', Verdana, sans-serif;
	color: #fff;
	background: url('../images/headerDept.jpg') no-repeat top left;	
	height: 122px;
	text-align: left;
	padding: 12px 0 0 20px;
	font-weight: bold;
	margin-top: 10px;
	text-transform: uppercase;
	position: relative;
}
#donate {
   position: absolute;
   top: 55px;
   right: 15px;
   width: 72px;
   height: 30px;
   color: #fff;
   font-weight: bold;
   text-transform: uppercase;
   padding: 6px 0px 0px 0px;
   text-align: center;
   background: url('/images/static/btn-donate.gif') no-repeat top left;
}
#donate:hover {
   background: url('/images/static/btn-donate.gif') no-repeat top right;
}


/* **********************  -- content --  ********************** */
#content {
	width: 707px;
	padding: 0 20px 10px 20px;
	margin: 0;
	float: left;
	background: url('../images/bg-body-mid.gif') repeat-y top left;		
	position: relative;
	font-size: 11px;
	line-height: 16px;
}
/*
#content .contentTitle {
	color: #336699;
	font-weight: bold;
	font-size: 18px;
	background: url('../images/bg-body-top.gif') no-repeat 1px 0;	
	padding: 20px 10px 10px 20px;
} */
#content .contentTitle {
	color: #336699;
	font-weight: bold;
	font-size: 18px;
	padding: 0px 10px 10px 20px;
}
/* alternate style for another element if .contentTitle has a department-specific background image */
#content .topbg, #content #topbg {
	background: url('../images/bg-body-top.gif') no-repeat 1px 0;	
	position: absolute;
	top: -1px;
	left: 0;
	height: 20px;
	width: 730px;
	padding: 0;
	margin: 0;
}



#content p {
	margin: 10px 0;
	padding-right: 10px;
}
#content ul, #content ol {
	margin-left: 20px;
	margin-right: 10px;
}
#content li {
	margin-bottom: 5px;
}


#content hr {
	border: 0;
	height: 1px;
	padding: 0;
	margin: 20px 0;
	background-color: #ccc;
	width: 690px;
}


.genericList {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
}

#content a:hover, #content a:active, #footer a:hover, #footer a:active {
	text-decoration: underline;
}
#content h1 {
	font-size: 22px;
}
#content h2 {
	color: #336699;
	font-size: 18px;
	padding: 20px 10px 10px 0;
}
h2.contentTitle {
	/*background: url('../images/bg-body-top.gif') no-repeat 1px 0;	
	margin-bottom: 15px;*/
	margin-left: -20px;
}
#content h3 {
	font-size: 14px;
	padding: 8px 0 2px 0;
}
#content h4 {
	font-size: 12px;
	padding: 4px 0 2px 0;	
}
#content h5 {
	font-size: 11px;
	padding: 2px 0 0;	
}
#content h6 {
	font-size: 10px;
	padding: 2px 0 0;	
}


#content a, #footer a {
	color: #336699;
}

.clear {
	visibility: hidden;
	clear: both;
}

#contentBottom {
	background: url('../images/bg-body-bottom.gif') no-repeat 1px 0;	
	height: 19px;
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: -20px;
	left: 0;
	width: 726px;
}

/* **********************  -- footer --  ********************** */
#footer {
	clear: both;
	margin: 0 1px 0 0;
	padding: 5px 18px 20px;
	color: #989898;
	font-family: Verdana;
}
#footerLink {
	font-weight: bold; 
	float: right;
}

#footer a {
	color: #989898;
	text-decoration: underline;
}
#footer a:hover {
	text-decoration: none;
}
#footer-btns {
   float: right;
   margin-right: 25px;
}
#footer-inside-link img {
   padding-bottom: 10px;
   padding-left: 5px;
}

/* ***********  -- scroll arrows --  **************** */
.scrollFrame {
	position: relative;
	overflow: hidden;
	padding-bottom: 10px;
}

.upArrow img, .downArrow img {
	display: none;
}
.upArrow {
	position: absolute;
	bottom: 11px;
	right: 10px;
}
.downArrow {
	position: absolute;
	bottom: 0;
	right: 10px;
}
.upArrow {
	width: 10px;
	height: 9px;
	display: block;
	background: url('../images/arrow-up.png') no-repeat top left;
}
.downArrow {
	width: 10px;
	height: 9px;
	display: block;
	background: url('../images/arrow-down.png') no-repeat top left;
}
a.upArrow:hover, a.downArrow:hover {
	background-position: bottom left;
}



/* ********************* TABLES ************************** */
#content table {
	margin: 30px 0 30px 5px;
	text-align: left;
	border-top: 1px solid #ccc;
}
#content table th { 
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	border: 1px solid #ccc;
	background-color: #d0e0ef;
}
#content table th, #content table td {
	padding: 3px 6px;
	border: 1px solid #ccc;
}
#content table td {
	border-top: 0;
	vertical-align: top;
}
.tableStripe {
	background-color: #f5f5f5;
}  



/* ************ -- DYNAMIC POPUPS -- *************** */
.dynamicPopped {
	text-align: center;
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 20px;
	border: 2px solid #ccc;
	background-color: #fff;
	cursor: move;
}



/* **************** charity navigator ******************* */
#charityNav {
	z-index: 999;
	position: relative;
	text-align: center; 
	padding-top: 20px; 
	font-size: 10px; 
	color: #000066; 
	font-weight: bold;
	margin-left: -7px;
}
#charityNav > p {
	position: relative;
}
#charityNav img {
	border: 0;
}
#charityNav a {
	text-decoration: none;
}
#charityNav a:link span, #charityNav a:visited span {
	display: none;
	text-indent: -5000px;
	width: 280px;
	position: absolute;
	top: 10px;
	left: 70px;
	font-weight: normal;
	text-decoration: none;
	background-color: #336699;
	color: #fff;
	text-align: left;
	padding: 5px;
	font-size: 9px;
	background: url('../images/bgCharityNav.gif') repeat top left;
	border: 1px solid #fff;
}
#charityNav a:hover span, #charityNav a:active span {
	display: block;
	text-decoration: none;
	text-indent: 0;
	z-index: 1000;	
}
