body {
	color:#737373;
	font: 62.5% Helvetica, Arial, sans-serif;}

/* Remove or Reset Default Styles
-------------------------------------------------------------------------*/
* {
	margin:0;
	padding:0;
	list-style:none;
}
hr { display: none; }
img { border: none; }

/* A few IE bug fixes */
* html ul ul li a { height: 100%; }
* html ul li a { height: 100%; }
* html ul ul li { margin-bottom: -1px; }


/* Clear Floats
--------------------------------------------------------------------------*/
.clear {
 clear: both;
 font-size: 0;
 height: 0;
 line-height: 0;
 overflow: hidden;}

.clearfix {display:inline-block;}
.clearfix {display: block;}
	
.clearfix:after {
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;}

/* General Form Styles 
-------------------------------------------------------------------------*/
input.txtbox, textarea, select {font-size:12px; font-family:Verdana, Arial, Helvetica, sans-serif;}
input.txtbox,textarea{}
fieldset br{ clear:both;}
fieldset{ border:none;}


/*-------------------------------------------------------------------------
                           STAFF APPLICATION FORM STYLES
*-------------------------------------------------------------------------*/

.staff-form{
  background:#FBFBFB;
  border:1px solid #E5E4E4;
  margin:15px 0;}

.staff-form h4{
  background:#EAEBCF;
  padding:9px 13px;
  font-size:2.5em;
  color:#321609;
  border-bottom:1px solid #E8E0D8;}

.staff-form h4 span{ 
 padding:4px 0 4px 45px; }

.staff-form h4.num1 span{
  background:url(../images/ui/icon_num1.gif) 0 0 no-repeat;}

.staff-form h4.num2 span{
  background:url(../images/ui/icon_num2.gif) 0 0 no-repeat;}

.staff-form h4.num3 span{
  background:url(../images/ui/icon_num3.gif) 0 0 no-repeat;}

.staff-form h4.num4 span{
  background:url(../images/ui/icon_num4.gif) 0 0 no-repeat;}
  
.staff-form h4.num5 span{
  background:url(../images/ui/icon_num5.gif) 0 0 no-repeat;}

.staff-form h4.num6 span{
  background:url(../images/ui/icon_num6.gif) 0 0 no-repeat;}
  
.staff-form h4.num7 span{
  background:url(../images/ui/icon_num7.gif) 0 0 no-repeat;}
  
.staff-form h4.num8 span{
  background:url(../images/ui/icon_num8.gif) 0 0 no-repeat;}    
    

.staff-form .inside-1{
	padding:19px 10px 19px 25px !important;}

.staff-form .inside-1 label{
  color:#000;
  font-size:1.8em;
  display:block;
  margin:0 0 10px 0;}

.staff-form .inside-1 select.selcamp{
  margin:0 0 15px 0;
  width:161px;}

.staff-form .inside-1 p{
  padding:0 0 6px 0;
  font-size:1.6em;
  color:#333;
  font-weight:bold;}

.staff-form .inside-1 p span{
  color:#666;}

.staff-form .inside-2{
	padding:19px 10px 19px 25px !important;}

.staff-form .inside-2 label.lbl-inline{
  display:block;
  float:left;
  padding:0 25px 0 0;
  line-height:20px;}

.staff-form .inside-2 p{
  padding:0 0 10px 0;}

.staff-form .inside-2 label{
  font-weight:bold;
  font-size:1.5em !important;
  color:#7E7E7E;}
  
.staff-form .inside-2 label.grouphead{
	color:#572700;
}
.staff-form .inside-2 p span{
  font-size:0.8em !important;}

.staff-form .inside-2 .txtbox{
	background:url(../images/ui/bg_gradient-txtbox.gif) 0 0 repeat-x;
	height:25px;
	border:1px solid #DADADA;
	padding:3px;
	font-size:1.8em;
	color:#000;
}

.staff-form .inside-2 .txt-long{
 width:279px; }

.staff-form .inside-2 .txt-short{
 width:129px; }
 
 .staff-form .inside-2 .txt-state{
 width:40px; }

.staff-form .inside-2 .sb{
  float:left;
  padding:0 0 20px 0;}

.staff-form .inside-2 .sb-long{
  width:295px;}
  
.staff-form .inside-2 .sb-full{
  width:600px;}  
  
.staff-form .inside-2 .sb-long-right{
  width:279px;}  

.staff-form .inside-2 .sb-short{
  width:139px;}
  
.staff-form .inside-2 .sb-state{
  width:50px;}  

.staff-form .inside-2 .sb-right{
  padding-left:15px !important;}

.staff-form .inside-2 .sb label{
  display:block;
  padding:0 0 8px 0;}

.staff-form .inside-2 .txt-area1{
  width:279px;
  height:80px;}
  
 .staff-form .inside-2 .txt-area2{
  width:600px;
  height:120px;} 
  
 .staff-form .radio_below {
	 margin-top:5px;
	 margin-bottom:15px;}
 
.container #content .inside.clearfix #main-content .staff-form form .inside-2 .applicationnotes li{
	font-size:10px;}
	
#main-content .staff-form form .inside-2 fieldset .sb.sb-long .form_amount {
	font-size:22px !important;
	color:#602600;
}
.staff-form .checkbox1 {
	margin-top:10px;
	font-size:14px;
	font-weight:bold;}
	
.staff-form .checkbox2 {
	font-size:14px;
	font-weight:bold;}	
	
.staff-form p.checkbox3 {
	font-size:12px;
	font-weight:bold;
	width:600px;}
	
.staff-form label.checkbox {
	display:inline !important;
	padding:0px 0px 5px 3px !important;

	}
	

.staff-form .checkbox-wrap {
	height:15px !important;
	}				
 .staff-form .checkbox-wrap label {
	font-weight:bold;
	display:inline !important;
	font-size:12px !important;
	padding-left:3px !important;
	}				
 
	 
 .staff-form .ref-form a{
	 text-decoration:underline;
	 color:#668FBB;
	 font-size:12px;}

/*-------------------------------------------------------------------------
                           CAMPER APPLICATION FORM STYLES
*-------------------------------------------------------------------------*/

.camp-form{
  background:#FBFBFB;
  border:1px solid #E5E4E4;
  margin:15px 0;}

.camp-form h4{
  background:#EAEBCF;
  padding:9px 13px;
  font-size:2.5em;
  color:#321609;
  border-bottom:1px solid #E8E0D8;}

.camp-form h4 span{ 
 padding:4px 0 4px 45px; }

.camp-form h4.num1 span{
  background:url(../images/ui/icon_num1.gif) 0 0 no-repeat;}

.camp-form h4.num2 span{
  background:url(../images/ui/icon_num2.gif) 0 0 no-repeat;}

.camp-form h4.num3 span{
  background:url(../images/ui/icon_num3.gif) 0 0 no-repeat;}

.camp-form h4.num4 span{
  background:url(../images/ui/icon_num4.gif) 0 0 no-repeat;}
  
.camp-form h4.num5 span{
  background:url(../images/ui/icon_num5.gif) 0 0 no-repeat;}  

.camp-form .inside-1{
	padding:19px 10px 19px 25px !important;}

.camp-form .inside-1 label{
  color:#000;
  font-size:1.8em;
  display:block;
  margin:0 0 10px 0;}

.camp-form .inside-1 select.selcamp{
  margin:0 0 15px 0;
  width:161px;}

.camp-form .inside-1 p{
  padding:0 0 6px 0;
  font-size:1.6em;
  color:#333;
  font-weight:bold;}

.camp-form .inside-1 p span{
  color:#666;}

.camp-form .inside-2{
	padding:19px 10px 19px 25px !important;}

.camp-form .inside-2 label.lbl-inline{
  display:block;
  float:left;
  padding:0 25px 0 0;
  line-height:20px;}

.camp-form .inside-2 p{
  padding:0 0 10px 0;}

.camp-form .inside-2 label{
  font-weight:bold;
  font-size:1.5em !important;
  color:#7E7E7E;}
  
.camp-form .inside-2 label.grouphead{
	color:#572700;
}
.camp-form .inside-2 p span{
  font-size:0.8em !important;}

.camp-form .inside-2 .txtbox{
	background:url(../images/ui/bg_gradient-txtbox.gif) 0 0 repeat-x;
	height:25px;
	border:1px solid #DADADA;
	padding:3px;
	font-size:1.8em;
	color:#000;
}

.camp-form .inside-2 .txt-long{
 width:279px; }

.camp-form .inside-2 .txt-short{
 width:129px; }
 
 .camp-form .inside-2 .txt-state{
 width:40px; }

.camp-form .inside-2 .sb{
  float:left;
  padding:0 0 20px 0;}

.camp-form .inside-2 .sb-long{
  width:295px;}
  
.camp-form .inside-2 .sb-long-right{
  width:279px;}  

.camp-form .inside-2 .sb-short{
  width:139px;}
  
.camp-form .inside-2 .sb-state{
  width:50px;}  

.camp-form .inside-2 .sb-right{
  padding-left:15px !important;}

.camp-form .inside-2 .sb label{
  display:block;
  padding:0 0 8px 0;}

.camp-form .inside-2 .txt-area1{
  width:279px;
  height:80px;}
  
 .camp-form .inside-2 .txt-area2{
  width:600px;
  height:120px;} 
  
 .radio_below {
	 margin-top:5px;
	 margin-bottom:15px;}
 
.container #content .inside.clearfix #main-content .camp-form form .inside-2 .applicationnotes li{
	font-size:10px;}
	
.headernote	{
	width:635px;
	height:20px;
	background-color:#FF9;
	color:#000;
	padding:10px;
	border: 1px solid #99995B;
}
.headernote	p{
	padding: 0px 5px 5px 10px;
}

#main-content .camp-form form .inside-2 fieldset .sb.sb-long .form_amount {
	font-size:22px !important;
	color:#602600;
}
.checkbox1 {
	margin-top:10px;
	font-size:14px;
	font-weight:bold;}
	
.checkbox2 {
	font-size:14px;
	font-weight:bold;}	
	
p.checkbox3 {
	font-size:14px;
	font-weight:bold;
	width:600px;}		

h3.donationdescription{
  font-size:12px;
  padding-left:20px;
  font-weight:normal;
  width:550px;
  font-family:Arial, Helvetica, sans-serif;
  line-height:18px;}  
	
	
/* General Link Styles 
--------------------------------------------------------------------------*/
a:link, a:visited {color:#321609;}
a{outline:none;cursor:pointer !important;text-decoration:none;color:#321609;}

/*-------------------------------------------------------------------------
                              GENERAL PAGE STYLES
*-------------------------------------------------------------------------*/
ul#acc-links {display:none;}

.container{
  width:957px;
  margin:0 auto;
  }

.main-box-outline{
  background:url(../images/ui/bg_bigbox-top.png) 0 0 no-repeat;
  width:957px;
  height:7px;}

#main-content{
  width:656px;
  float:left;
  padding-left:15px;
  min-height:600px;
height:auto !important;
height:600px;}

#main-contentemail{
  width:920px;
  padding-left:15px;
  padding-right:15px;
min-height:600px;
height:auto !important;
height:600px;}



/*-------------------------------------------------------------------------
                              UTILITY-NAV
*-------------------------------------------------------------------------*/

#utility .campaign{
  width:340px;
  float:left;
  padding:5px 0 0 20px;}

#utility .btn-arrow{
  float:left;
  display:block;
  padding:2px 10px 0 0;
  width:8px;
  height:9px;
  text-indent:-9999px;
  background-position:0 2px !important;
  background-repeat: no-repeat !important;}

#utility .left{
  background:url(../images/ui/icon_arrow-left.gif); }

#utility .right{
  background:url(../images/ui/icon_arrow-right.gif); }

#utility .news-title{
  float:left;
  font-size:1.1em;
  color:#E5E5E5;
  text-transform:uppercase;}

#utility .news-title span{
  color:#FBE1AA;}

#utility .news-title span a{
  color:#FBE1AA;}

ul#utility-nav {
  width:580px;
  float:right;
  text-align:right;
  position:relative; 
  z-index:999}

ul#utility-nav li{
  font-size:1.2em;
  float:left;
  padding:3px 0 0 0;
  position:relative}

ul#utility-nav li a{
  color:#C2AE83;
  display:block;
  float:left;
  padding:0 8px;
  border-right:1px solid #C2AE83;} 
  
ul#utility-nav li a:hover{
  color:#FFF;}  

ul#utility-nav li a.last{
  border:none;}

#utility-nav .photo a{
	font-weight:bold;
	color:#FBE1AA;}
	
#utility-nav .photo a:hover{
	color:#FFF;}	

ul#utility-nav li.sc{
  padding:0 !Important;}

ul#utility-nav li a.switchcamps{
  background:url(../images/ui/btn_switchcamps.gif) 0 0 no-repeat;
  width:139px;
  height:28px;
  padding:0 !Important;
  border-right: none !Important;
  text-indent:-9999px !important;}

ul#utility-nav li a.switchcamps:hover{
  background-position:0 -28px !Important;}

ul#utility-nav li ul{
  width: 139px;
  position: absolute;
  top: -999em;
  z-index:50;}

ul#utility-nav ul li{
  background: #C2AE83;
  text-align:left;
  width:139px;
  font-size:1.1em !important;
  font-weight:bold !important;
  height:auto !important;
  text-transform:none !Important;}


ul#utility-nav ul li.last{
  background:url(../images/ui/bg_switchcamps-bottom.gif) bottom left no-repeat !important;
  height:6px !important;}

ul#utility-nav ul li a{
  display:block;
  width:115px !important;
  color:#321609;
  padding:3px 10px !important;
  float:none !Important;
  height:auto !Important;}

ul#utility-nav ul li a:hover{  
  color:#FFF;}

ul#utility-nav li:hover ul,
ul#utility-nav li.sfHover ul {
  top: 28px;
  left: 0;}

ul#utility-nav li:hover a.switchcamps, 
ul#utility-nav li.sfHover a.switchcamps {
  background-position:0 -28px !Important;}

/*-------------------------------------------------------------------------
                             CONTENT
*-------------------------------------------------------------------------*/
#content{
 background:url(../images/ui/bg_bigbox-body.png) 0 0 repeat-y;
 width:957px;}

#content .inside{
  width:916px;
  margin:0 auto;
  padding:12px 0;}

/* COUNTDOWN */
.side-countdown h3{
	color:#9B9B9B;
	float:left;
	font-size:1.8em;
	font-weight: normal;
	padding:10px 0px 0 40px;
}

.side-countdown{
  width:455px;
  float:right;
  text-align:right;
  position:relative;}

/* jQuery Countdown styles 1.5.5. */
.hasCountdown {
  position:absolute;
  right:0;
  top:-1px;}
  
.countdown_rtl {
	direction: rtl;}
	
.countdown_row {
	clear: both;
	width: 100%;
	padding: 0px 2px;
	text-align: left;}
	
.countdown_show4 .countdown_section {
	width: 65px}
	
.countdown_section {
	display: block;
	float: left;
	font-size: 1.1em;
	color:#9B9B9B;
	text-transform:lowercase;
	text-align:center;}
	
.countdown_amount {
	font-size: 2.1em;
	color:#572700;}
	
.countdown_descr {
	display: block;
	width: 100%;}

/*-------------------------------------------------------------------------
                             TABLE STYLES
*-------------------------------------------------------------------------*/

.session-table{
	width:620px;
	border:1px solid #F0F0F0;
	margin:0px 0;
}

.session-table tr th{
  background:#C2AE83;
  padding:5px;
  font-size:1.5em;
  color:#FFF;
  text-transform:uppercase;}

.session-table tr th.session-col,
.session-table tr th.dates-col{
  border-right:1px solid #FFF;}

.session-table tr td{
  border-bottom:1px dotted #AFAFAF;
  padding:12px 0;
  text-align:center;
  font-size:1.5em;
  color:#5B5B5B;}

.session-table tr.last td{
  border-bottom:none !Important;}

.session-table tr td.session-col,
.session-table tr td.dates-col{
  border-right:1px solid #EEE;}

.session-table .session-col{
  width:143px;}

.session-table .dates-col{
  width:268px;}

.session-table .cost-col{
  width:231px;}

.position-person{
  padding:15px 0;}

/*-------------------------------------------------------------------------
                             FOOTER
*-------------------------------------------------------------------------*/
#footer{
  padding:12px 10px;}

#footer .socialnetwork{
  width:197px;
  float:left;}

#footer .socialnetwork a{
  padding:0 15px 0 0;}

#footer .copy{
  width:500px;
  float:left;}

#footer .copy p{
	text-align:center;
	line-height:1.4em;
	font-size:1.2em;
	color:#C2AE83;
	padding-left: 45px;
}

#footer .copy p.sm{
  font-size:1.1em;}

#footer .copy p a{
  color:#C2AE83;}
  
#footer .copy p a:hover{
  color:#fff;}  

#footer .viewsitemap{
  text-transform:uppercase;
  padding:20px 0;
  font-weight:bold;}

#footer  a.btn-viewsitemap{
  background:url(../images/ui/btn_sitemap.gif) 0 0 no-repeat;
  width:91px;
  height:22px;
  text-indent:-9999px;
  display:block;
  margin:15px auto;}

.down{
  background:url(../images/ui/btn_sitemap.gif) 0 -22px no-repeat !important;
  width:91px;
  height:22px;}

#footer .number{
  width:175px;
  float:right;}

#footer .number p{
  text-align:right;
  font-size:1.2em;
  color:#C2AE83;}

#footer .number p a{
  color:#C2AE83;}
  
#footer .number p a:hover{
  color:#fff;}  

#footer .number p.big{
  font-size:1.8em;
  font-weight:bold;}

#footer .slide-box{
  padding:15px 0;
  display:none;}

#footer .pop{
  width:220px;
  float:left;
  padding:0 19px 0 0;}
  
#footer .popbottom{
	width:220px;
	padding:25px 19px 0 0;
	margin-top: 15px;
	clear:both;
	margin-right: auto;
	margin-left: auto;
}  
  

#footer .last{
  padding-right:0 !Important;}

#footer .pop h5{
  width:221px;
  height:20px;
  margin:0 0 10px 0;
  text-indent:-9999px;}

#footer .pop h5.owatonna{
  background:url(../images/ui/title_owatonna.gif) 0 0 no-repeat;}

#footer .pop h5.newfound{
  background:url(../images/ui/title_newfound.gif) 0 0 no-repeat;}

#footer .pop h5.familycamp{
  background:url(../images/ui/title_familycamp1.gif) 0 0 no-repeat;}

#footer .pop h5.creativitycamp{
  background:url(../images/ui/title_creativitycamp1.gif) 0 0 no-repeat;}

#footer .pop ul{
  width:100px;
  float:left;
  padding:0 10px 0 0;}

#footer .pop ul li{
  font-size:1em;
  color:#C2AE83;
  text-transform:uppercase;
  line-height:1.8em;}

#footer .pop ul li a{
  color:#C2AE83;}
  
#footer .pop ul li a:hover{
  color:#fff;} 
  
#footer .popbottom{
	width:220px;
	clear:both;
	padding:15px 0px 0 0;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}  

#footer .popbottom h5{
	margin:0 0 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	text-align: center;
	font-weight: normal;
	color: #D1D1D1;
}

#footer .popbottom ul{
	padding:0 0px 0 0;
}


#footer .popbottom ul li{
  font-size:1em;
  color:#C2AE83;
  text-transform:uppercase;
  line-height:1.8em;}

#footer .popbottom ul li a{
  color:#C2AE83;}
  
#footer .popbottom ul li a:hover{
  color:#fff;}  

/*-------------------------------------------------------------------------
                             COMMENT STYLES
*-------------------------------------------------------------------------*/
.commentForm {
	padding-left:0px;
	margin-left:0px;}

/*-------------------------------------------------------------------------
                             ADDITIONAL STYLES
*-------------------------------------------------------------------------*/
.bolder {
	font-weight:bold;
	color:#000;
	
}

.boxes-category p{
	font-size:12px;
	line-height:18px;
	font-weight:normal;    	
}

.container #content .inside.clearfix #main-content .photo-boxes.clearfix li p{
	font-size:12px;
	line-height:18px;
	font-weight:normal;
	padding:5px;
	margin-left:10px;
	margin-right:10px;
	width:170px;
}

#slider li.mbSlider_Slide {
	    width:200px;
	    height:200px;
    }
	
.newsletter_formwrapper {
	   width:600px;
	   height:600px;
	   position:absolute;
	   left:50%;
	   top:50%;
	   margin:-75px 0 0 -135px;

    }	

/* Online Applicaton Addon */
#familyDetailsShort {display:none;}
.formAmountArea em, .form_ammount {font-size:22px !important; color:#602600; font-style:normal;}

.formnewfoundAmountArea em, .form_newfoundammount {font-size:22px !important; color:#602600; font-style:normal;}


#commentForm label.error, span.error {
color:red;
display:block;
font-size:16px;
font-style:italic;
font-weight:bold;
margin:5px 0;
padding:5px;
width:auto;
}

input.error {margin-bottom:0px; pading-bottom:0px;}


#slideshow {
	height:151px;
}

.greenhighlight {
	color:#329C0E;
	font-weight:bold;
}

.notbold{
	font-weight:normal;}


/* Announcement Styles */

.news-list h3{ line-height:18px;
	padding-bottom:20px;
}

.news-list h3 a{
	font-size: 13px;
	margin: 0 0 10px;
	text-decoration:none;
	color:#597B9E;
	font-weight:bold;
	padding:0px;
}

.news-list h3 a:hover{
	text-decoration:underline;}
	
.news-list span.date {
	font-size: 10px;
	font-weight: normal;
	margin:0px;
}

.news-list span.date {
	display: block;
	font-size: 10px;
	font-weight: normal;
	margin-bottom: 10px;
}	


/* CAMP SHOW WEB APP STYLES */


/* List template */

.shows-list {
	overflow:auto;
	margin:0px;
}

.shows-list h3, .shows-list h3 a{
   font-size: 14px !important;
	text-decoration:none;
	color:#597B9E !important;
	font-weight:bold;
	padding:0 0 5px !important;
}

.shows-list .show-date { 
	line-height:16px;
	float:left;
	width:30px;
}

.shows-list .show-location { 
	line-height:16px;
	display:block;
    width:210px;

}



/* Backup list template */


.shows-list-sidebar {
	margin:0px;
}

h3.allshows {
	font-size:18px;
	color:#688FB8;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-bottom:20px;
	margin-top:10px;
}

.shows-list-sidebar h3, .shows-list-sidebar h3 a{
   padding-bottom:20px;
   font-size: 14px;
	margin: 0 0 10px;
	text-decoration:none;
	color:#572700;
	font-weight:bold;
	padding:0px;
}

.shows-list-sidebar .show-date, .shows-list-sidebar .show-date a { 
	line-height:14px;
	display:block;
	font-size:12px;
	margin-bottom:5px !important;
	font-weight:normal !important;

}

.shows-list-sidebar .show-location { 
    line-height:14px;
	font-size:14px;
	display:block;
    width:210px;
}

.shows-list-sidebar .show-wrapper{
	margin-bottom:25px;}


/* Detail template */


.shows-description h3, .shows-description h3 a{
   padding-bottom:20px;
   font-size: 18px;
	margin: 0 0 10px;
	text-decoration:none;
	color:#572700;
	font-weight:normal;
	padding:0px;
}

.shows-description span {
	color:#7E7E7E;
	font-weight:normal;
}

.shows-description .facebook .Yes{
	margin-top:25px;
	display:block;
}

.shows-description .No{
	display:none;
}



.news-list h3 a{
	font-size: 13px;
	margin: 0 0 10px;
	text-decoration:none;
	color:#597B9E;
	font-weight:bold;
	padding:0px;
}

.news-list h3 a:hover{
	text-decoration:underline;}
	
.news-list span.date {
	font-size: 10px;
	font-weight: normal;
	margin:0px;
}

.news-list span.date {
	display: block;
	font-size: 10px;
	font-weight: normal;
	margin-bottom: 10px;
}	




#tellafriend {
	padding-top:20px;}

#tellafriend a{
  background:url(../images/ui/btn_tellafriend.gif) 0 0 no-repeat;
  width:106px;
  height:24px;
  display:block;
  text-indent:-9999px;}
  
.sslcert {
text-align:center;
width:175px;
padding:0px 0px 0px 25px;
margin-right: auto;
margin-left: auto;
}

#alumni_list_wrapper{
width: 180px;
padding:5px 15px 20px 20px;
background-color:#FFFF99;
}

.alumni_list {
font-weight: bold;
font-size: 12px !important;
line-height:22px !important;
color: #572700;
}
  
.alumni_list_header {
background:url(../images/banner_alumni_signup.gif) 0 0 no-repeat;
width:178px;
height:36px;
text-indent:-9999px;
display:block;
}



