/* generated by csscreator.com */ 
html, body{
	margin:0;
	padding:0;
	background-attachment: scroll;
	background-image: url(images/bgDevice.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
 } 
 
#pagewidth{ 
 max-width:100%;  

 min-width:100%;  
}

#top {
max-height: 56px;
}
 
#header{
 position:relative;
 background-image:url(images/contactHeader.jpg); 
 height:260px; 
  background-color:#FFFFFF; 
 width:100%;
 border-bottom: 40px solid #e1dfdf;
} 
 
#leftcol{
	width:150px;
	float:left;
	position:relative;
	background-color:#f5f4f4;
	background-image:url(images/navBtmBg.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	padding-bottom: 76px;
 }
 

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 150px; /* Width of Menu Items */
	}
	
ul li {
	position: relative;
		font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	}
	
li ul {
	position: absolute;
	left: 149px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	}

/* Styles for Menu Items */
ul li a {
	display: block;
	text-decoration: none;
	color: #777;
	background: #f5f4f4;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;

	}
	
/* Holly Hack. IE Requirement \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

li:hover ul, li.over ul { display: block; } /* The magic */

ul li a:hover { color: #E2144A; background: #f9f9f9; } /* Hover Styles */


 
#twocols{
 width:75%; 
 float:right; 
 position:relative; 
  }
 
#rightcol{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
 width:32%; 
 float:right; 
 position:relative;
 	padding-top: 20px;
 }
 
#maincol{
	background-color: #FFFFFF;
	float: left;
	display:inline;
	position: relative;
	width:60%;
	padding-top: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 22px;
 }
 
 #maincol h3{
	color:#35383a;
	text-decoration: underline;
}

.floatimgleft {
float:left;
margin-top:10px;
margin-right:10px;
margin-bottom:10px;
} 
 
 /* *** 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;} 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}
.lawnet {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
