/*::::::::::::::::::::::::::: RESET :::::::::::::::::::::::::::*/
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, li, p, a, form, table, tr, td, label, input, button, textarea, select, option, img 
{margin: 0px; padding: 0px; font-family: arial, helvetica, tahoma, "trebuchet ms", "century gothic",  georgia, "times new roman",sans-serif;}
/*h1, h2, h3, h4, h5, h6 {font-weight: normal;}*/
a {text-decoration: none;outline:none;}
a img {border: none;}
button, button:focus {outline:none;outline:0px;cursor:pointer;border:none;}

/*::::::::::::::::::::::::::: STRUCTURE :::::::::::::::::::::::::::*/
#page_bg {
	background: url(../images/general/body.jpg);
	
}
#page{
	float: left;
	width:100%;
	background: url(../images/general/bg.jpg) top center no-repeat;
	background-attachment:fixed;
}
div#header {
	float: left;
	height: 125px;
	width:100%;
	background:#000;
	/*border-bottom: 6px solid #241E18;*/
}
#hoplogo{
	margin: 0 auto;
	width:872px;
	height:85px;
	margin-top:22px;
}
#hoplogo a{
	float: left;
	width:212px;
	height:85px;
	background: url(../images/general/logo.jpg) no-repeat;
}
#grass{
	width:567px;
	height:272px;
	background: url(../images/general/grass.png) no-repeat;
	position:fixed;
	bottom:0;
	left:0;
	z-index:0;
}
table.blog{
	float: left;
	clear:both;
	margin:0;
	padding:0;
}
p{
	color:#999;
}
h2, .contentheading {
	float: left;
	font-size: 15px;
	font-weight: bold;
	text-align: left;
	color: #ccc;
	padding: 8px 20px 5px 20px;
}
h3, .componentheading, table.moduletable th, legend {
  	float: left;
	width:100%;
	margin: 0;
	margin-bottom: 8px;
	text-align: left;
	font-size:18px;
	padding-left:20px;
	padding-right:20px;
	line-height:22px;
	font-weight:normal;
}
h3, .componentheading, table.moduletable th {
  color: #6F6B50;
}
h3{
	font-size:18px;
	color: #6F6B50;
}
h4{
	font-size:16px;
	color: #999;
	padding: 10px 0 10px 0;
	font-weight:normal;
	line-height:20px;
}
img{
	border:0px;
	border:none;
}
#home{
	float: left;
	width:630px;
}
#home table{
	float: left;
	width:630px;
}
#home img{
  width:300px;
}

ul.ul{
	float: left;
	width:90%;
	margin: 15px 20px 15px 20px;
}
ul.ul li{
	font-size:11px;
	color: #ccc;
	padding: 0 0 0 0;
	margin: 0 0 0 10px;
	text-align:left;
}

#maincolumn {
	float: left;
	width: 640px;
	background:#000;
	margin:0 0 70px 8px;
	padding:0px;
	position: relative;
}

#maincolumn_full {
	float: left;
	width: 640px;
	background:#000;
	margin:0 0 70px 8px;
	padding:0px;
	position: relative;
}
table#contact{
	float: left;
	
}
#component-contact{
	float: left;
	width:90%;
	padding: 0 0 0 20px;
}
#component-contact table.contentpaneopen td{
	float: left;
	text-align: left;
	font-size:12px;
	padding:0 0 0 0;
	margin: 0 0 0 0;
	color:#999;
}
#component-contact td img{
	display:none;
}
/*::::::::::::::::::::::::::: FORM ELEMENTS :::::::::::::::::::::::::::*/
form#emailForm{
	float: left;
}
form#emailForm label{
	float: left;
	clear:both;
	padding: 0 0 3px 0;
}
form#emailForm input{
	float: left;
	clear:both;
	width:250px;
	padding: 5px 3px 5px 3px;
	margin: 0 0 10px 0;
	background: #111;
	border: 1px solid #333;
	font-size:12px;
	color: #999;
}
/*checkbox*/ form#emailForm input#contact_email_copy{
	width: auto;
	padding:0;
	margin: 0 5px 0 0;
	background:none;
	border: none;
}
form#emailForm div.ccsender{
 float: left;
 clear:both;
}
form#emailForm textarea{
	float: left;
	clear:both;
	width:408px;
	height:120px;
	padding: 5px 3px 5px 3px;
	margin: 0 0 10px 0;
	background: #111;
	border: 1px solid #333;
	font-size:12px;
	color: #999;
}
form#emailForm button{
	float: left;
	clear:both;
	width:auto;
	padding:3px 5px 3px 5px;
	margin: 10px 0 0 0;
	background: #111;
	border: 1px solid #333;
	color:#999;
}

/*::::::::::::::::::::::::::: FOOTER :::::::::::::::::::::::::::*/
#hop_footer{
	float: left;
	clear:both;
	width:639px;
	overflow:hidden;
	padding: 0 0 10px 0;
	position:absolute;
	bottom:-65px;
	left:0;
	
}
#hop_footer td{
	width:50%;
}
#hop_footer p{
	font-size:11px;
	color: #5D5345;
	position: relative;
	z-index:1;
	padding:0;
}
#hop_footer p a{
	color: #8D7C65;
}
#hop_footer p a:hover{
	color:#ADA79F;
	text-decoration:none;
}

.hide{
	display:none;
}