
/* -------------
   Floats 
   -------------*/
.fltlft { 
	float: left;
	margin-right: 8px;
	margin-top: 4px;
}


.fltrt {
	float: right;
	margin-left: 8px;
	margin-top: 4px;
}

body{
	background-color: #202020;
	margin-top:0px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	background-position: 0,56;
	background-repeat: repeat-x;
}
#wrapper{
	width:840px;
	margin-left:auto;
	margin-right:auto;
	background-color: #000000;
}

#header {
	width: 840px;
	background-color: #330033;
}

/* Turn off all browser link outlines */
a {
	outline-style:none;
	text-decoration: none;
	color: #FFCC99;
	}
	
 a:hover{ color: #FFFFFF; 
 }
	
img {
	border:0;
	}




/* Masthead and descendants */

#masthead {
	height:85px;
	width: 840px;
}

#masthead h1 {
	margin: 0;
	padding: 0;
}



#masthead img {
	margin:0 0 0 -0px;
	background-image: url(images/cuLogo_Link.png);
}
.logo{
	text-indent:-5000px;
	width: 372px;
	height:81px;
	background-image:url(images/abclogo.gif);
	background-repeat:no-repeat;
	border:0px;
	float: left;
	background-repeat:no-repeat;
}

/* Main Menu */

.mainmenu{
	height:24px;
	background-color: #000000;
	letter-spacing:4px;
}
.mainmenu ul{
	margin:0px;
	padding:0px;
}
.mainmenu li{
	list-style:none;
	display:inline-block;
	color: #CCCCCC;
}
.mainmenu li a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:24px;
	padding-left:15px;
	padding-right:15px;
	text-decoration:none;
	color: #CCCCCC;
	padding-top: 4px;
	padding-bottom: 4px;
	}
.mainmenu li a:hover{
	height:24px;
	line-height:24px;
	color: #000000;
	background-color: #FF9900;
}

.mainmenu li.current_page_item a{
	background-color:#006699;
	display:inline;
	color: #FFFFFF;
	line-height: 24px;
	height: 24px;
}
.mainmenu li.current_page_item a:hover{
	background-color: #006699;
	color: #FFFFFF;
}

/* end Main Menu */




#banner{
	background-image:url(images/mainpagebanner.jpg);
	background-repeat:no-repeat;
	height:332px;
}
#subbanner{
	background-image:url(images/subpagebanner.jpg);
	background-repeat:no-repeat;
	height:159px;
}
#container{
	color: white;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(images/contentbg.jpg);
	background-repeat:repeat-x;
}
#container p{
	font-size:12px;
	line-height:1.5em;
}
#content{
	width:840px;
	float:left;
	color: white;
	*width:835px;
}

#content_cover{
	width:575px;
	float:left;
	color: white;
	*width:570px;
	padding-left: 25px;
}
#content_eve{
	width:840px;
	color: white;
	*width:570px;
	padding: 20;
	text-align: center;
}

#box_a{
	width:280px;
	float:left;
	color: white;
	*width:570px;
}

#box_a li{
	list-style-type: none;
	padding-bottom: 4px;
}

#box_b{
	width:280px;
	float:left;
	color: white;
	*width:570px;
	padding-bottom: 12px;
}

#box_b li{
	list-style-type: none;
	padding-bottom: 4px;
}

#box_c{
	width:280px;
	float:left;
	color: white;
	*width:570px;
}

#box_c li{
	list-style-type: none;
	padding-bottom: 4px;
}


.post h2{
	margin-top:0px;
}
.post{
padding:15px;
}

#slideshow{
	background-color: #000000;
	padding: 35px;
	text-align: center;
}



#sidebar{
	width:225px;
	float:right;
	background-color:#1b1b1b;
	padding:10px;
	margin-right:10px;
	
}
#footer{
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	color: white;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
}
#footer li{
	display:inline;
	padding:10px;
	list-style:none;
}
#footer a{
	color: white;
	text-decoration:none;
}
#footer a:hover{
	color:#4fa0cd;
	text-decoration:none;
}
.clearing{
	clear:both;
}
