<?
	Header ("Content-type: text/css");
?>

/* global styles */ 
body {margin:0; padding:0; background-color:#95793F; text-align:center; width:100%; height:100%; 
		color:#000000; font-size: 14px;  font-family: Arial, Verdana, Geneva, sans-serif; line-height: 16px; z-index:-2;}
p, blockquote, li { font-size: 14px; color:#000000; font-family: Arial, Verdana, Geneva, sans-serif; line-height: 16px; }
td { font-size: 14px; color:#000000; font-family:Arial, Verdana, Geneva, sans-serif; line-height: 16px; vertical-align:top;}

/* for header file */
#page {width:100%; top: 0px; left: auto; right: auto; margin-left: auto; margin-right: auto; position:relative;}
/*#container {width:800px; top: 0px; left: auto; right: auto; margin-left: auto; margin-right: auto; position:relative;} */
#banner {} 
#navigation { }
#container {clear:both; left: auto; right: auto; margin-left: auto; margin-right: auto; position:relative;
			width:850px; background-color:#95793F; font-size: 14px; color:#000000; font-family: Arial, Verdana, Geneva, sans-serif; line-height: 16px;}
#content {clear:both; left: auto; right: auto; margin-left: auto; margin-right: auto; position:relative;
			width:750px; background-color:#95793F; padding-bottom:10px; font-size: 14px; color:#000000; font-family: Arial, Verdana, Geneva, sans-serif; line-height: 16px;}#bottom_nav { text-align:center; font-size:12px; color:#95793F; padding:10px 0 15px 0;}
#footer {background-color:#000000; width:100%; margin-top:10px; margin-bottom:50px; text-align:center; padding-bottom: 10px;};
#copyright {};

#nav li li a { /* how links appear in drop down menu */
	display: block; font-size:12px; color: #A6115B; padding: 0.2em 10px;} 
#nav li li a:hover { /* rollover effect in drop down menu */
	padding: 0.2em 10px; color: #1000A9; text-decoration: underline; } 
#nav li { /* top level nav list items */
	float: left; position: relative; list-style: none; }
li ul {	/* second level nav list item layout */
	display: none;	position:absolute; top: 2.5em; right: -20px; width: 10em; background-color: #ffffff; border-right: solid 1px #7d6340; border-bottom: solid 1px 7d6340;}
li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;	left: auto;}
li li {	/* affects second level nav items */
	display: block;	float: none; background-color: transparent;	border: 0;}
li:hover ul, li.over ul {/* this makes the drop down work */
	display: block;} 


/* link styles */
a:link, a:visited, a:active {color:#bbbbbb; text-decoration: none; }
a:hover {color: #1000A9; text-decoration: underline; }
a.bottom_nav:link, a.bottom_nav:visited, a.bottom_nav:active {color:#95793F; text-decoration: none; }
a.bottom_nav:hover {color: #95793F; text-decoration: underline; }

/* page styles */
#pagetitle {clear:both; position:relative; top:0px; width:730px; height:30px; background: #ffffff url(http://www.labca.org/img/global/title_grad.jpg) no-repeat; margin:0px; 
		color:#1000A9; font-size:15px; letter-spacing:.5em; padding: 10px 0 0 20px; font-family:Arial, Verdana, Geneva, sans-serif; font-weight:bold; }
.sectiontitle {color:#dddddd; font-weight:bold; font-size:16px; line-height:18px; letter-spacing: .25em; padding-top:5px; padding-bottom:3px; }
.bulk_text {font-family: Book Antigua, Times New Roman, serif; font-size:16px; line-height:18px;}
.sidebar {width:225px; background-color:#F2F2FE; border: 1px solid #000000; padding:15px; position:relative; float:right; margin: 0 20px 20px 20px; }
.byline {font-size:10px; font-style:italic; line-height:12px; text-align:right}
.more_excerpts {width:100%; text-align:right; padding-top:30px;}


 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix{display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}
