@charset "utf-8";
/* CSS Document */

/*This gets rid of all default margins and padding*/

* {
	margin:0;
	padding:0;
	}

/*Body styles*/

body {
/*	background-color:#ABBFC4;*/	
/*	background-color:#ccffff;*/
/*	background-color:#ffffff;*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.75;
/*	color:#666666;*/
	color:#000000;

	}

/*CCL logo*/

#logo {
/*	width:815px; */
/*	height:154px; */
	width:815px;
	height:154px;
	margin:40px auto 10px 10px;
	background-image:url(../images/CCLsignBanner.gif);
	background-repeat:no-repeat;
	}

#logo a{
	display:block;
	text-indent:-99999px;
	overflow:hidden;
	width: 815px;
	height:154px;
	float:left;
	}

/*Main white box styles*/

#maincontainer_libOPAC {
	width: 815px;
	height:530px;
	margin:10px auto 5px auto;
	background-color:#FFFFFF;
	border:solid 2px #666666;
	}

#maincontainer_libOPAC h3 {
/*	color:#336699; */
	color:#000000
	text-align:center;
	padding-bottom:10px;
	padding-top:30px;
	}

#maincontainer {
	width: 815px;
	height:auto;
	margin:10px auto 5px auto;
	background-color:#FFFFCC;
	border:solid 2px #666666;
	}

#maincontainer h3 {
/*	color:#336699; */
	color:#000000
	text-align:center;
	padding-bottom:10px;
	padding-top:20px;
	}

#maincontainer h4 {
/*	color:#336699; */
	color:#000000
	text-align:left;
	padding-bottom:10px;
	padding-top:20px;
	}

#maincontainer h5 {
	color:#999900;
	text-align:left;
	padding-bottom:10px;
	padding-top:20px;
	}

#maincontainer ul {
	line-height:2.0;
	padding-left:30px;
	}

.p {
	padding:0px 30px;
	}

/*Top nav link bar*/

#navcontainer {
	width:815px;
	margin:20px auto;
/*	padding-left:150px; */
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:.8em;
	font-weight:bold;
	}

ul#navlist {
	white-space:nowrap;
	}

#navlist li {
	display: inline;
	list-style-type: none;
	margin-right:5px;
	}

#navlist a { 
	padding: 2px 23px;
	}

#navlist a:link, #navlist a:visited {
	color: #FFFFFF;
	background-color:#666666;
	text-decoration: none;
	}

#navlist a:hover {
	color: #FFFFF;
	background-color:#999999;
	text-decoration: none;
	}

/*Anchor bar*/

#anchorNav {
	width:815px;
	margin:auto;
	padding-left:230px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:.8em;
	font-weight:bold;
	}

ul#anchor_navlist {
	white-space:nowrap;
	}

#anchor_navlist li {
	display: inline;
	list-style-type: none;
	margin-right:5px;
	}

#anchor_navlist a { 
	padding: 2px 15px; 
	}

#anchor_navlist a:link, #anchor_navlist a:visited {
	color: #666666;
	text-decoration: none;
	}

#anchor_navlist a:hover {
	color: #663300;
	text-decoration: none;
	}

/*Page links*/

a:link { 
	text-decoration: none;
/*	color:#333333; */
	}

a:hover { 
    text-decoration: none; 
/*    color:#FF6600; */
	}

a:visited { 
    text-decoration: none;
/*	color:#999900; */
	}

/*Bottom nav link bar*/

#bottomNav {
	width:815px;
	margin:auto;
/*	padding-left:150px; */
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:.8em;
	font-weight:bold;
	}

ul#bottom_navlist {
	white-space:nowrap;
	}

#bottom_navlist li {
	display: inline;
	list-style-type: none;
	margin-right:5px;
	}

#bottom_navlist a { 
	padding: 2px 23px; 
	}

#bottom_navlist a:link, #bottom_navlist a:visited {
	color: #333333;
	text-decoration: none;
	}

#bottom_navlist a:hover {
	color:#663300;
	text-decoration: none;
	}

/*Events & Links box on home pages*/

#eventBox {
	margin-left:450px;
	width:340px;
	height:367px;
	padding:30px 0 0 20px; 
	}

/*Big clickable buttons on home pages & Library OPAC page*/

#buttonBox {
/*	padding:55px 0 0 40px; */
	width:330px;
	height:332px;
	float: left;
	}
	
#hourBox {	
	text-align:center;
	margin-top: 10px;
	font-size:10px;	
	}

#buttonBox_libOPAC {
	padding-top:50px;
	}

/*CCL contact info on bottom of pages*/

#footerBox {
	margin-top:15px;
	text-align:center;
	font-size:10px;	
	}

/*Weather Underground*/

#wxBox {
	margin-top:-85px;
	float:right;
	padding-right:10px;
	}

/*Left and right columns - mainly for side-by-side lists*/

#leftBox {
	padding:10px 0px;
	margin-left:90px;
	width:270px;
	float:left;
	height:auto;
	}

#rightBox {
	margin-left:460px;
	padding:10px 0px;
	width:240px;
	height:auto;
	}

/*Staff & Board of Trustees on About page (adjust the height if the list gets much longer)*/

#staffBox {
	padding:10px 0 0 10px;
	margin-left:50px;
	width:320px;
	float:left;
	height:350px;
	}

#boardBox {
	margin-left:460px;
	padding:10px 0 0 10px;
	width:220px;
	height:350px;
	}

/*Left & right contact & mag info on contact & magazine pages (adjust height as needed)*/

#LinfoBox {
	padding:10px 0 0 10px;
	margin-left:150px;
	width:290px;
	float:left;
	height:300px;
	}

#RinfoBox {
	margin-left:460px;
	padding:10px 0 0 10px;
	width:240px;
	height:300px;
	}

#search {
background-color:#99ccff;
text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:2.5em;
	font-weight:bold;
}
