body {
	font-family:tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size:90%;
	margin:0px 0px;
	padding:9px 0px;
	text-align:center;
	height:100%;
	background-color: #395879;
	background-image: url(body_bg.gif);
	background-attachment:fixed;
	background-repeat: repeat-x;
	background-position: left bottom;
	border-top: 8px solid #22425a;
	color:#333333;
}
.outter{
	border:1px solid #000;   
	width:768px;
	margin:0px auto;
	text-align:left;
}
#cuNav {
	margin:0;
	padding:0;
	position: relative;
	display: block;
	height: 120px;
	background-image: url(banner_white.png);
	background-position: left top;
	text-indent: -9999px;
}
#cuTopLogo{
	display:block;
	margin-left:5px;
	width:274px;
	height:19px;
	background: url(cu_boulder_top_lnk.gif) top left no-repeat;
}
#cuHome{
	width:40px;
	height:19px;
	margin-left:19px;
	background:url(cu_home.gif) top left no-repeat;
}
#atoz{
	width:43px;
	height:19px;
	background:url(cu_a2z.gif) top left no-repeat;
}
#cuMap{
	width:28px;
	height:19px;
	background:url(cu_map.gif) top left no-repeat;

}
#cuNav #searchCon {
	position:absolute;
	left:515px;
	top:1px;
	width:320px;
	padding:0px;
}
#cuNav #searchCon form{
	margin:0px;
	padding:0px;
	width:320px;
}

#cuNav ul{display: none;}
#btn_cuSearch{
	background: url(go.gif) no-repeat;
	width:30px;
	height:21px;
	border: none;
	cursor:pointer;
}
#startCuNav{
	width:59px;
	height:19px;
	background:url(cu.gif) top left no-repeat;
	margin-left:105px;
	margin-left:294px;/* use this if no search available*/
}

#footer {
	clear:both;
	background:#dddddd;
	width:768px;
	border-top:1px solid #333333;
	height: 5.5em;
}

#footer p {
	margin:0px;
	min-height:57px;
}
#footer ul{
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#footer li{
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	padding-top: 10px;
}

#footer a {
	font-family: Arial, Helvetica, sans-serif;
	color:#0066CC;
	text-decoration: none;	
	margin-top:5px;
}
#footer a:hover {
	text-decoration: underline;
	color: #333;
}

#footer li a {
	padding-right: 7px;
	padding-left: 6px;
}

#footer li a.leftbar {
	border-right: 1px solid #333;
	padding-right:15px;
}
#footer li a.lastLnk {
	border: none;
}
#footer p {
	margin-top: 4px;
	padding-left:4px;
	font-size:.75em;
}
.footTextwrap {
	margin:5px;
}
/*************  general class  ***************/
.hiddenbreak {
	clear: both;
	visibility: hidden;
}
.rfloat{
	float:left;
}
.hidden-navigation, #cuNav span, #siteTitle span{
	width:1px;
	position:absolute;
	left:-9999px;
}
#siteTitle {display: none;}
