/*********** colors 

kelly green: #009e58

*********/

/*********** universal styles *********/
html, body
{
	color: #666;
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, Tahoma, Verdana,  sans-serif;
	font-size: 12px;
	line-height: 1.7em;
/* 	background-color: #666666; */
	background: url(images/bckgrnd.jpg) top center repeat-y #666666; 
}

/*
body
{
	margin: 0;
	background: url(images/bckgrnd.jpg) top center repeat-y;
}
*/

body a
{
	color: #666;	
	font-style: italic;
	outline: none;	
}

body a:hover
{
	color: #009e58;	
	text-decoration: none;	
}

#centerme
{
	width: 899px;
	margin: 0 auto;
	padding: 0;
	background-color: white;
}

.clearfix:after
{
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix { display: inline-block; }
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }


/*********** header styles *********/
#header
{
	width: 900px;
	height: 160px;
	margin: 0 auto;
	background: url(images/header.gif) top right no-repeat;
}

.logo img
{
	border: none;
	outline: none;
	float:left;
	margin: 70px 0 0 28px;
	}

#header ul
{
	margin: 0;
	padding: 134px 0 0 208px;
	list-style: none;
	
}
	
#header ul li
{
	margin: 0;
	float:left;
	display: inline;
	padding: 0 0 7px 15px;
}


#header ul li a
{
	color: #666;
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}

#header ul li a:hover
{
	border-bottom: 8px solid #009e58;
}

/*********** content styles *********/

#textArea{
	width: 520px;
	padding: 20px 0 0 225px;
	margin-bottom: 30px;
}

h1{
	font-size: 40px;
	color: #009e58;
	line-height: normal;
	margin: 0;
}

#colBlock{
	width: 520px;
	background-color: #e8e8e8; 
	display: block;
	padding: 20px 0 20px 0;
	margin: 0;	
}

.columns{
	width: 220px;
	width: 240px !ie_only;
	float:left;
	display: inline;
	list-style: square;
	margin: 0;
	margin-left: 20px !ie_only;	
}

#oneCol{
	width: 500px;
	background-color: #e8e8e8; 
	display: block;
	padding: 10px;
	margin: 0;	
}

#oneCol ul{
	list-style: square; 
	margin: 8px 8px 8px -5px;
	margin: 18px !ie_only;
	}


h2{
	font-size: 16px;
	margin: 0 0 0 -12px;
	margin: 0 !ie_only;
	}
	
#contactText{
	width: 520px;
	margin:20px 0 10px 230px;

}
.form font{font-size: 12px;}	
.form input, .form textarea{
	background-color:#e8e8e8;
	border: 1px solid #999;
}

#video-wrapper {
margin:0px auto;
margin-top:20px;
}

/*********** footer styles *********/
#footer
{
	margin-left:30px; 
	font-size: 11px;
	color: #999;
}

#footer a{
		color: #999; 
		margin-left: 10px;
		text-decoration: underline;
		}

#footer a:hover{color: #666;}

