/* You Will See This: */

:-moz-any-link:focus {
  outline: 1px dotted invert;
}

/* Change It To This: */

:-moz-any-link:focus {
  outline: none;
}
html, body{ 
 margin:0; 
 padding:0; 
 text-align:center;
 font-family: Arial, sans-serif;
} 
 
#pagewidth{ 
 width:1000px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;  
} 
img {
	border: none;
}
#header{
position:relative; 
height:100px; 
width:1000px;
background: url(logo.png) no-repeat 440px;
display: block;
margin-top: 50px;
} 
#header a, #header a:hover {
	text-decoration: none;} 

#nav{
padding: 20px 0px 0px 460px;
color: #51c8e8;
line-height: 120%;
font-size: 93%;
}
#nav a{
color: #51c8e8;
text-decoration: none;
}
#nav a:hover{
color: #82c739;
text-decoration: none;
}

#main_text a, #main_text a:hover  {
	border: none;
	text-decoration: none;
}
#readmore{
	text-align: right;
	padding: 10px 0px 30px 0px;
	display: block;
}
#readmore_b{
	text-align: right;
	padding: 10px 0px 30px 0px;
	display: block;
}
#sub{
 position:relative; 
 height:50px; 
 width:1000px;
background: url(nav.png) no-repeat;
margin-bottom: 30px;
} 
#leftcol{
 width:200px; 
 float:left; 
 position:relative; 
 background-color:#ffffff; 
 }
#wholecols{
 width:1000px; 
 float:right; 
 position:relative; 
  }
#maincol_whole{
 width:790px;
	height: 400px;
	background: url(home.png) no-repeat;
	float: left;
}
 
#twocols{
 width:800px; 
 float:right; 
 position:relative; 
  }
 
#rightcol{
 width:200px; 
 float:right; 
 position:relative; 
 background-color:#ffffff;
 }
 
#maincol {background-color: #ffffff;  
 float: left; 
 display:inline; 
 position: relative; 
 width:600px;
 }
#main_text{
padding: 0px 10px;
color: #51c8e8;
line-height: 130%;
font-size: 93%;
}
.title{
color: #82c739;
line-height: 100%;
}


#right_text{
padding: 140px 5px 0px 5px;
//padding: 150px 5px 0px 5px;

color: #51c8e8;
line-height: 120%;
font-size: 93%;
}
#right_text p{
padding: 3px 0px;
}
#right_text a{
color: #51c8e8;
line-height: 100%;
font-size: 93%;
text-decoration: none;
}
#right_text a:hover{
	color: #82c739;

	text-decoration: none;}

#footer{
 height:10%; 
  background-color:#ffffff; 
 clear:both;
 } 
 

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