@charset "utf-8";
/* CSS Document */
/* generated by csscreator.com */ 

/* general layout*/
html, body{
	margin:0;
	padding:0;
	text-align:left;
	color: #000;
} 
 
#pagewidth{ 
 width:97%; 
 text-align:left;  
 margin-left:auto; 
 margin-right:auto; 
 border: 3px solid #333;
 background-image:url(../cssImages/background.jpg);

 
 
 

} 
 /* header and top navigation layout*/
#header{
 position: relative;
 text-align:center;
 height:auto;
 width:100%;
 border: 0px;
 background-image: url(../cssImages/backblue.gif);
 background-repeat:repeat-x;

 
}


 /* left hand permanant links layout*/	

 
#leftcol{
	width:15%;
	float:left;
	position:relative;
	background-image: url(../cssImages/backblue2.gif) ;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;	
	padding-top: 0px;
	position: inherit;
	top: 0px;
	margin-left:10px;
	margin-top: 15px;
	right: auto;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	
 }
 
#leftcol a {
	color:#fbd85b;
	font-weight: bold;
	text-decoration:none;
	
}
#leftcol a:hover {
text-decoration:underline;
font-weight: bold;
color:#FFFFFF;
}

  
  /* Main body layout*/	
#maincol{
	background-color: # CCC;  
	 float: right; 
 display:inline; 
 position: relative; 
 width:75%; 
 padding: 15px;
 background:transparent url(cssImages/trueLISlogoWHITE.gif) no-repeat;
 background-position:bottom right;

}




/* Footer layout*/	

#footer{
	height:40px;
	width:100%;
	clear: both;
	background:#333333 ;
	margin:0;
	text-align:right;
	font: 12px "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #E9ac1f;
}

#footer a.rssout {
height:24px;
width:24px;
background:transparent url(images/feedicon.png) no-repeat top left;
padding:0;
margin:0;
}

#footer a {
text-decoration:none;
color:#CCCCCC;
}


#footer a:hover {
color:#ffffff;

 } 
 
/*style layout of main text*/
 #supportingText {
	 font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	 font-style:#000;
	 font-size:15px;
	 
 }
#supportingText a {
	text-decoration:none;

color:#003399;
	
	font-weight: bold;
}
#supportingText a:hover {
text-decoration:underline;
font-weight: bold;
color:#0000b0;
}

#supportingText h1 {
	margin:0px 0px 0px 0px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:25px;
	color:#006600;
	font-weight:bold;
	padding-left: 10px;
	padding-top:0px;
	
	
}

#supportingText h2 {
margin:0px 0px 0px 0px;
font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
font-size:22px;
color:#0000b0;
padding-left: 10px; 
padding-top:0px;
background:#E9AC1F url(cssImages/h2Gradient.jpg) no-repeat center right;
}
#supportingText h3 {
	margin:0px 0px 0px 0px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:15px;
		color:# FFFFFF;
	padding-left: 10px;
	padding-top:0px;
	background:#0000B0 url(cssImages/h3Gradient.jpg) no-repeat center right;
	color: #FFF;
}
/*For titles that appear only in printable view*/
#supportingText h4.printOnly {
display:none;
 /*legislative intent service, inc.*/
.smallCaps {
font-variant:small-caps; 
font-size:14px;
}
/* This is for the testimonial box and text*/
#headerText {
width:225px;
height:161px;
margin:5px 0px 0px 5px;
padding:14px 14px 0px 16px;
position:relative;
border:1px solid #cccccc;
}

#headerText p {
font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
font-size:15px;
color:#333333;
text-align:left;
line-height:18px;
padding:0px 0px 12px 0px;
margin:0;
font-stretch:wider;
}

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

/* 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;} 
#twocols, #maincol{width:100%; float:none;}
}
.topleft {
	background: #B5B5B5;
	text-align: left;
	margin: 5px;
	padding: 10px;
	clear: left;
	float: top left;
	width: 40%;
	border: 2px ridge #006;
	position: relative;
	height: auto;
}



}

