
/* override the CSU to fit our about and help page */
#twoColContent dd:hover {
	color: black; 
	text-decoration: none;
}	

#content-group {
width: 500px;
}
/* end of overrides */

.clearfloat {
	font-size: 1px;
	line-height: 0px;
	margin: 0px;
	clear: both;
	height: 0px;
}

.colorband {
  background: #75a375 url(images/nav.jpg) repeat-x;
/*background-color:#669966; 
	color:#FFFFFF; */ 
	font-weight:bold;
	padding-left:5px;}

.fieldtitle {font-weight:bold; 
	white-space:nowrap;
	vertical-align:top;
  /*text-align: right;*/
  color: black;}

 #appnav {
	margin-top: 5px;
	margin-bottom: 0px;
	padding: 0px;
	text-align: right;
}
#appnav ul {
	background: #DCEDD1 url(images/nav.jpg) repeat-x;
	border-bottom: 0;
	float: left;
	margin: 0;
	padding: 0;
	width: 750px;
}
#appnav ul li {
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
  
  /* -*had to override all of these from the oneColContent ul li to fix jeffco tab bar*- */
  background-image: none; 
	background-repeat: no-repeat;
	/* below, regarding bullet image: number on left controls left/right position | number on right controls height  */
	background-position: 0px; 
	list-style-image: none;
	list-style-type: none;
	padding-left:0px;
	padding-right: 0px;
	font-weight: normal;
	padding-top: 0px;
	font-size: 100%; 
}

#appnav li a {
	border-right: 1px solid #fff;
	color: #006633; /* CSU green */
	display: inline;
	float: left;
	font-size: 95%;
	font-weight: bold;
	margin: 0;
	padding: 6px 10px;
	text-decoration: none;
	border-bottom: none;
}

#appnav li a:hover {
	background: #669966 url(images/navflip.jpg) repeat-x;
	color: #333; /* charcoal color */
}

#appnav #selected {
		border-color: black;		
	}
	
	#appnav #selected a {
		position: relative;
		top: 1px;
		background: white;
		color: black;
		font-size: 98%;
		font-weight: bold;
	}
	
#jeffco_content {
	float:left;
	padding: 1px 1px 1px 1px;
	margin: 1px 1px 1px 1px;
	width: 100%;
}	

#jeffco_content td {
/*color: #003300;
	margin: 4; 
	padding: 4px; */
	font: 100%, Arial, Helvetica, sans-serif;
	line-height:135%;
	margin: 0px 2px 0px 3px;
	padding: 0px 5px 1px 3px;
}

#jeffco_content td.colorband {background-color:#669966; 
	color:#006633; 
	font-weight:bold;
	padding-left:5px;}
  
#jeffco_content td.fieldtitle {font-weight:bold; 
	white-space:nowrap;
	vertical-align:top;
  color: black;}
  
#jeffco_content td.smalltext {
	font: 85%, Arial, Helvetica, sans-serif;
}

/* Even row */
  .row1 {background-color:#f2f1dd;}

  /* Odd row */
  .row0 {background-color:white;}
