html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
} 
body {
	font-family: Arial, Verdana, Helvetica;
	font-size: 76%;
} 
#pagewidth{ 
 width:766px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;  
} 
 
#header{
	position:relative;
	height:90px;
	width:100%;
	background-image: url(images/header.png);
} 
 
#leftcol{
	width:244px;
	float:left;
	position:relative;
	background-image: url(images/black_back.png);
  }

#lmenuback{
	background-image: url(images/menu_back.png);
	height: 316px;
  }

#maincol{background-color: #FFFFFF;  
 float: right; 
 display:inline; 
 position: relative; 
 width:522px; 
 }
 
#footer{
	clear:both;
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	padding-top: 10px;
 } 
 
 
  
.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 */  


 
 @media print{ 
#leftcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}
#ltitle {
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}
#ltitle a {
	display: block;
	height: 40px;
	text-indent: -3000px;
}
#footertext {
	background-image: url(images/black_back.png);
	padding: 10px;
	text-align: center;
	font-size: 0.9em;
	color: #999999;
}
#back {
	background-image: url(images/container.png);
	background-repeat: repeat-y;
}
#htitle {
	float: left;
	background-image: url(images/title_back.png);
	background-repeat: no-repeat;
	height: 41px;
	width: 363px;
}
#hmenu {
	float: left;
	width: 154px;
}
.clear {
	clear: both;
}
#m1 {
	background-image: url(images/top_menu_01.gif);
	background-repeat: no-repeat;
}
#m2 {
	background-image: url(images/top_menu_02.gif);
	background-repeat: no-repeat;
}
#m3 {
	background-image: url(images/top_menu_03.gif);
	background-repeat: no-repeat;
}
#hmenu a {
	display: block;
	height: 41px;
	width: 51px;
	text-indent: -3000px;
	float: left;
}
#htitle h1 {
	margin: 0px;
	padding-left: 20px;
	font-size: 1.4em;
	color: #E89C00;
	padding-top: 10px;
}
#lmenu {
	margin: 40px 0 0 40px;
}
#lmenu ul {
	margin: 0px;
	padding: 0px;
}
#lmenu li {
	list-style: none;
}
#lmenu a {
	display: block;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #75e2f9;
	text-decoration: none;
	font-weight: bold;
	width: 150px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 12px;
}
#lmenu a:hover {
	background: #02b4da;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #02b4da;
}
#tcontent {
	text-align: justify;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
}
#mainl h3 {
	background-image: url(images/h2features.png);
	background-repeat: no-repeat;
	display: block;
	height: 40px;
	width: 213px;
	text-indent: -1500px;
}
#mainl li {
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	list-style: none;
	padding-left: 6px;
}
#mainl ul {
	margin-left: 15px;
	padding: 0px;
}
#mainl {
	float: left;
	width: 215px;
}
#mainr h3 {
	background-image: url(images/h2info.png);
	background-repeat: no-repeat;
	display: block;
	height: 40px;
	width: 213px;
	text-indent: -1500px;
}
#mainr li {
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	list-style: none;
	padding-left: 6px;
}
#mainr ul {
	margin-left: 15px;
	padding: 0px;
}
#mainr {
	float: left;
	width: 215px;
}#contactinfo {
	color: #c3c7c8;
	margin-top: 30px;
	margin-left: 50px;
}
.white {
	color: #FFFFFF;
	font-weight: bold;
}
#tcontent h2 {
	color: #E89C00;
	font-size: 1.4em;
}
.gallery img {
	border: 3px solid #E89C00;
}
.gallery {
	float: left;
	width: 130px;
	margin: 5px;
}
#tcontent a {
	color: #485A5F;
	font-weight: bold;
}
#tcontent a:hover {
	color: #131B20;
}
.input200 {
	width: 200px;
}

