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

/* global styles */ 
body {margin:0; padding:0; width:100%; height:100%; background-color:#fff4d5; 
		color:#000000; font-size: 14px;  font-family: Arial, Verdana, Geneva, sans-serif; line-height: 16px;}
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:818px; left: auto; right: auto; margin-left: auto; margin-right: auto; background:#FFF4D5 url(http://www.lighttravels2.com/img/global/background_tile.jpg) repeat-y top;}
#container {width:798px; background-color:#ffffff; left:auto; right:auto; margin-left:auto; margin-right:auto; position:relative;} 
#banner {position:relative; width:798px; height:151px; padding-bottom:0px; margin-bottom:0px;} 
#navigation {width:798px; height:40px; background:#ffffff url(http://www.lighttravels2.com/img/global/nav_back.jpg) no-repeat top;}
#content {clear:both; width:798px; background-color:#ffffff; position:relative;}
#main_content {padding:25px; width:95%; }
#bottom_nav { text-align:center; font-size:12px; color:#0088D6; padding:35px 0 15px 0;}
#footer {width:800px; margin-left:15px; margin-right:15px; margin-top:40px; padding-bottom: 10px; font-size:10px; color:#888888; text-align:center;}

#nav {
	margin-top:0; padding-top:10px; padding-left:185px;}
#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:#5E5E5E; text-decoration: none; }
a:hover {color: #2D2D2D; 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 {font-weight:bold; color:#444444; font-size:15px; line-height:17px; 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;}
.testimonial_credit {font-size:11px; font-style:italic; text-align:right;}


 /* *** 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;}
}
