/*
** CCDU Main Stylesheet
** 3/7/06
**
*/






/*/////// ELEMENTS /////////////////////////////*/

body{
	margin:0;padding:0;
	color:inherit;
	font-family:Arial, Helvetica, sans-serif;
	font-size:70%;
	background:url("../i/bgStripe.gif");
}

h1{
	font-size:2em;
	font-family:garamond, serif;
	padding:0;margin:0;
}

h2{
	font-size:1.8em;
	font-family:garamond, serif;	
	padding:0;margin:0;
}

h3{
	font-size:1em;
	padding:0;
}

h4{
	font-size:1em;
	margin-bottom:0px;
	padding:0;
}

input.searchbox{
	margin:0 0 0 5px;
	width:120px;
}

input.searchsubmit{
	margin:0 0 0 5px;
	font-size:0.9em;
}

a:link, a:visited{ 
	text-decoration:none;
}

img{ border:0; }

img.temp{
	width:150px;
	height:150px;
	float:right;
	padding:1em 0 1em 1em;
}

#right_bar img{
	width:120px;
	height:120px;
	padding:0 0 1em 1em;
}

blockquote{
	margin-left:5px;
	margin-bottom:5px;
}
cite{
	margin-left:5px;
}

.clearBoth{
	clear:both;
}

.emailaddr{
	/* no style but needs to be in so contribute can see it */
}

#content p{
	margin-bottom:0;
	_margin-bottom:-5px;
}
#content h3{
	margin-bottom:-5px;
	_margin-bottom:-10px;
}
#content ul{
	
}
.nobullet{
	list-style:none;
}
.pdf{
	padding-left:25px;padding-bottom:4px;
	background:url(../i/pdf.gif) 0px 0px no-repeat;
}
ul.pdfList li{
	padding-bottom:8px;
	text-indent:-25px;
}

#logoLink:hover{
	border:0 !important;
}
#ccduLogo{
	margin-left:10px;
}

/*/////// LAYOUT DIVS /////////////////////////////*/

#skip{
	position:absolute;
	top:0;left:-1000px;
}
#holder_all{
	position:absolute;
	width:755px;
	left:50%;
	margin:0 0 0 -390px;
	padding:10px 15px 0 0;
	color:inherit;
}

#page_header{
	float:left;
	width:780px;
	height:180px;
	font-size:1.1em;
}

#main_nav{
	float:left;
	margin:0 9px 0 2px;
	width:140px;
}

#content_header{
	float:left;
	width:490px;
	margin-top:8px;
	_margin-top:0;
	padding-left:5px;
}

/* these are same height */
#content_header, #nav_search{
	height:80px;
	_height:75px;
}

#content{
	float:left;
	margin:-10px 0 0 5px;
	_margin-top:-3px;
	padding-bottom:40px;
}

#right_bar, #latest_news{
	float:left;
	width:120px;
	margin:0 5px 0 8px;
	_margin-top:0px;
	color:inherit;
	padding:0;
}
#latest_news{
	float:right;
	background:#fff;
}

/*/////// CONTENT DIVS /////////////////////////////*/


#maincontent1{
	width:465px;
}
#maincontent2{
	width:320px;
	padding-bottom:10px; /* stops bottom rollovers breaking in IE */
}

#contact_det2{
	position:absolute;
	text-align:left;
	font-size:0.85em;
}

#contact_det2{
	width:120px;
	right:16px;
	_right:30px;
	top:10px;
	font-weight:bold;
	color:#555;
	background:#ECEDE7;
}

#contact_det1 p, #contact_det2 p{
	margin:0 0 10px 0;padding:0;
}


/*/////// MAIN NAVIGATION  /////////////////////////////*/

#nav_search, #nav_links{
	margin:0px;padding:0px;
}
#nav_search{
	margin-top:1px
}


#nav_links ul{ 
	margin:0 0 0 0.5em;padding:0;
	border-bottom:1px solid #999;
}

#nav_links ul.nudge{
	padding:0 0 0 1.5em;
	border:0;
}

#nav_links ul.nudge li{
	border:0;
	padding:3px 0 3px 0;
}

#nav_links li{ 
	list-style:none;
	font-style:italic;
	border-top:1px solid #999;
	padding:5px 0 5px 0;
}

#nav_links a{
	color:#444;
}

#nav_links li a:visited, #nav_links li a:link{
	display:block;
	text-decoration:none;	
	background:transparent;
	font-size:0.9em;
}

#nav_links li a:hover{
	border:0;
}

.beforeListDivider{
	border-bottom:1px solid #999;
}
.listDivider{
	margin-top:25px;
}

/*/////// NEWS SIDEBAR  /////////////////////////////*/

#latest_news h2{
	margin:4px 0 0 0; 
	padding:6px 5px 0 5px;
	font-size:1.0em;
	color:#555;
}
 
#latest_news h3{
	border-top:1px solid #ccc; 
	margin:15px 5px 0px 5px;
	padding:3px 0 2px 0; 
	color:#666; 
	font-weight:bold;
	font-size:0.9em;
} 

#latest_news p{
	margin:0 0 10px 0;
	padding:0 5px 0 5px; 
	font-style:italic;
	font-size:0.9em; 
	color:#777;
}

#latest_news p.date{
	font-style:normal;
	margin:0px 0 12px 0;
	padding:0 5px 0 5px; 
}

#latest_news .jumpLinkHead{
	margin-bottom:10px;
}


/* ////// tables /////////////////////////////*/

table.stdTable{
	border-collapse:collapse;
	margin-bottom:15px;
	margin-top:9px;
}
table.stdTable th{
	text-align:left;
	padding:3px;
	vertical-align:bottom;
}
table.stdTable td{
	border-collapse:collapse;
	border:1px solid white;
	vertical-align:top;
	padding:3px;
}
table.stdTable td ul{
	padding-left:0px;
	margin:0 0 0 17px;
}
table.stdTable td ul li{
	padding-bottom:3px;
}


/*/////// sIFR /////////////////////////////*/



/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	/*visibility: hidden;*/
}

.sIFR-hasFlash h2 {
	/*visibility: hidden;
	letter-spacing: -9px;
	font-size: 55px;*/
}

.sIFR-hasFlash h3 {
	/*visibility: hidden;
	letter-spacing: -6px;
	font-size: 25px;*/
}

.sIFR-hasFlash h4 {
	/*visibility: hidden;
	letter-spacing: -5px;
	font-size: 21px;*/
}

@media print{
	#holder_all{ background:none;margin:10px;left:0; }
	#page_header{ display:none; }
	#main_nav{ display:none; }
	#latest_news{ float:left; }
}
