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 {
	outline: none;
}

a:link, a:visited {
	text-decoration: none;
	color: #3877ae; 
}
a:hover, a:active {
	text-decoration: none;
}

a:hover {
	color: #009AFF;
}

a img {
	border: 0;
}

.clear {
	visibility: hidden;
}

/* ********************** -- alert --  ********************** */
#alert {
	background: #990000 url('/images/static/critical_bg.gif') no-repeat bottom;
	min-height: 35px;
	width: 920px;
	margin-left: 20px;
}

#alertHeader {
	float: left;
	color: #ffff99;
	font: bold 13px 'Trebuchet MS', Verdana, sans-serif;
	width: 135px;
	padding: 5px 0 5px 20px;
}
#alertDate {
        color: #ffff99;
        font: 12px 'Trebuchet MS', Verdana, sans-serif;
        padding: 5px 0 5px 20px;
        text-align:right;
        width: 300px;
        float: right;
  
}


#alertContent {
	float: right;
	width: 735px;
	padding: 5px 10px;
}
#alertContent .alertTitle {
	color: #fff;
	font: bold 13px 'Trebuchet MS', Verdana, sans-serif;
	display: block;
}

#alertContent .alertText {
	color: #fff;
	font: bold 12px Verdana, Arial, sans-serif;
	display: block;
	padding-bottom: 15px;
}

#alertContent a {
	font: bold 12px Verdana, Arial, sans-serif;
	color: #ffff99;
	text-decoration: underline;
}
#alertContent a:hover {
	color: #ffff66;
	text-decoration: none;
}
#detailsLink {
	float: right;
	//margin-right: 10px;
}




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

#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 a:hover {
	color: #3399cc;
}
*/

#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; 
}

#donate {
/*   position: absolute;
   top: 55px;
   right: 15px;
*/
	clear: both;
	float: right;
   width: 72px;
   height: 30px;
   color: #fff;
   font-weight: bold;
   text-transform: uppercase;
	margin-top: 8px;
   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;
}


#header p {
	padding-left: 7px;
	padding-bottom: 10px;
}
#header #date {
	margin-left: 7px;
}

#header img {
	border: 0;
}


/* **********************  -- #header > #nav --  ********************** */
#header #nav {
	clear: both;
	background: url('/images/static/nav_bg.gif') no-repeat top left;	
	height: 34px;
	margin-top: 10px;
	width: 924px;	
}
#header #nav ul {
	padding: 0px;
	margin: 0px;
}
#header #nav ul li {
	float: left;
	list-style-type: none;
	font: 14px 'Trebuchet MS', Verdana, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 2px;
	padding-left: 0px;
	padding-right: 0px;
	margin-left: 0px;
	margin-right: 0px;
	display: inline;
	position: relative;
}
#header #nav ul a {
	display: block;
	line-height: 14px;
	color: #FFFFFF;
	text-decoration: none;
	padding: 10px 23px 8px 23px;
	/* left and right padding overridden in index.php w/ JS */
}

#header #nav ul a:hover {
	color: #003057;
	text-decoration: none;
	padding-top: 6px;
	padding-bottom: 12px;
	background: #f1f4f7 url('/images/hp/nav-arrow.gif') no-repeat 50% 80%;		
}
#header #nav ul a.noSub:hover {
	background-image: none;
	padding-top: 10px;
	padding-bottom: 8px;
	/*padding: 10px 25px 8px 25px;*/
}
#header #nav ul li.open a {
	color: #003057;
	background: #f1f4f7;
	text-decoration: none;
	padding-top: 6px;
	padding-bottom: 12px;
	background: #f1f4f7 url('/images/hp/nav-arrow.gif') no-repeat 50% 80%;		
}


/* *********************************** subnav */
#header #nav ul li div {
	position: absolute;
	top: 34px;
	z-index: 1000;
	font-size: 10px;
	margin: 0;
	padding: 5px 0 0;
	background-color: #f1f5f8;
	height: 84px;
	overflow: hidden;
	display: none;
}


#header #nav ul li.open div {
	display: block;
}
#header #nav ul li div.subLeft {
	right: 0;
}
#header #nav ul li div.subRight {
	left: 0;
}
#header #nav ul li div ul {
	margin: 0;
	padding: 0 0 1px 0;
	float: left;
	border-right: 1px dotted #ccc;	
	height: 79px;
}

#header #nav ul li div ul.lastUL {
	border-right: none;
}
#header #nav ul li ul li {
	padding: 0;
	float: none;
}
#header #nav ul li.open ul li a {
	font: 10px verdana, sans-serif;
	line-height: 11px;
	text-transform: none;
	font-weight: normal;
	color: #023c6e;
	padding: 5px 10px 4px 10px;	
	background-image: none;
	color: #023c6e;	
}
#header #nav ul li.open ul li a:hover {
	color: #f1f5f8;
	background-color: #336699;
	background-image: none;
	padding: 5px 10px 4px 10px;	
	color: #f1f5f8;
}



#header #nav #srSub div {
	width: 350px;	
}
#header #nav #srSub ul {
	width: 49.8%;	
}
#header #nav #edSub div {
	width: 500px;
	/*width: 350px;*/
}
#header #nav #edSub ul {
	width: 33%;	
	/*width: 49.8%;	*/
}
#header #nav #eventsSub div {
	width: 350px;
}
#header #nav #eventsSub ul {
	width: 49.8%;	
}
#header #nav #deptSub div {
	width: 600px;
}
#header #nav #deptSub ul {
	width: 24.8%;
}
#header #nav #aboutSub div {
	width: 570px;
}
#header #nav #aboutSub ul {
	width: 32%;
}
#header #nav #aboutSub ul:nth-child(2) {
	width: 28%;
}
#header #nav #aboutSub ul.lastUL {
	width: 39%;
}
#header #nav #givenav div {
	width: 360px;
}
#header #nav #givenav ul {
	width: 53%;
}
#header #nav #givenav ul.lastUL {
	width: 46%;
}
/* **********************  -- newswire --  ********************** */

#newswire {
	width: 621px;
	height: 219px;
	float: left;
	margin: 10px 0 10px 18px;
}

#newswire_top {
	width: 621px;
	height: 21px;
	background: url('/images/static/newswire_top.gif') no-repeat;
	font-size: 10px;
	color: #FFF;
}


#nw_header {
	float: left;
	padding: 0 0 0 20px;
}

#nw_header a {
	font: 12px 'Trebuchet MS', Verdana, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	text-decoration: none;
	position: relative;
	top: 4px;
}

#nw_subscribe {
	float: right;
	padding: 0 20px 0 0;
}

#nw_subscribe a img {
	padding: 0 0 0 5px;
	position: relative;
	top: 4px;
}

#newswire_mid {
	width: 621px;
	height: 177px;
	background: url('/images/static/newswire_mid.gif') repeat-y;
}

#newswire_bottom {
	width: 621px;
	height: 21px;
	background: url('/images/static/newswire_bottom.gif') no-repeat;
	color: #FFF;
}

#newswire_bottom * {
	position: relative;
	left: 20px;
}

#newswire_bottom a {
	color: #FFF;
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
}

.newswire_content {
	width: 617px;
	height: 177px;
	margin-left: 2px;
	background: url('/images/static/newswire_content_bg.gif') repeat-x;
}
.newswire-pane {
	float: left;
    width:307px;
	height: 177px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.newswire-pane li {
    height:53px;
    padding: 4px 15px 2px 10px;
    cursor: pointer;
}
                                                                                           
.newswire-pane li a{
	color: #336699;
    text-decoration: none;
	font-weight: bold;
}

.newswire-pane li a:hover{
	color: #009AFF;
}
 
.newswire_date{
	font: normal 10px Verdana;
	color: #999;
	line-height: 10px;
    text-decoration: none;
}

.np_desc{
	font: normal 10px Verdana;
	color: #000;
	line-height: 12px;
    text-decoration: none;
}
 
.np_desc h1 {
	font: bold 12px Verdana;
}

.np_desc a {
	font-weight: bold;
	color: #486a9f;
	line-height: 14px;
    text-decoration: none;
}

.np_desc a:hover {
	color: #009AFF;
}
                                                                                          
.newswire_img {
    /* force the div to properly contain the floated images: */
	width: 310px;
    position:relative;
    float:left;
    clear:none;
    overflow:hidden;
}
.newswire_img img {
    position:relative;
	width: 310px;
	height: 177px;
    z-index:1;
}
.newswire_img .desc {
	font: normal 10px Verdana;
	line-height: 11px;
    display:block;
    position:absolute;
	width: 300px;
	height: 37px;
    top:130px;
    left:0;
    z-index:2;
    text-align:left;
    background-color: #333;
    color: #fff;
	margin: 0;
    padding: 5px;
}

.newswire_img .desc a {
	color: #c1c4e3;
	font-weight: bold;
	text-transform:uppercase;
}

.opaque {
	opacity: .70;
	/*-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; // first! */
	filter: alpha(opacity=70);					/* second! */
}

.newswire-pane2 {
	float: left;
    width:307px;
    height:177px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.newswire-pane2 li {
    padding: 10px;
 
}

/* **********************  -- rightfeature --  ********************** */


#rightfeature {
	width: 293px;
	height: 219px;
	float: right;
	margin: 10px 18px 10px 0;
	background: url('/images/static/vs-cover.png') no-repeat;
}



/* **********************  -- bottomfeature --  ********************** */


#bottomfeature {
	clear:both;
	height: 187px;
	margin: 0px 18px 10px 18px;
}



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

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

/* ADA-compliance */
.ADA-only {
   position: absolute;
   left: -10000px;
   top: auto;
   width: 1px;
   height: 1px;
   overflow: hidden;
}
