body  {
	font: 12px Verdana, sans-serif;
	
	background:#202020 url(../images/bg.jpg) repeat-x ;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	line-height: 140%;
	color: #bbbabc;
}
.highlight {
	color: #00a157;
}
.caption {
	font-size: 11px;
	font-style:italic;
}
.flames {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
}
.smaller{
	font-size:70%;
}
h1{
	font: 22px Verdana, sans-serif;
	font-weight:normal;
	color: #fff;
	margin-top: 0px;
	
}
h2{
	margin-top: 0px;
	font: 16px Verdana, sans-serif;
	font-weight:normal;
	color: #fff;
}
h3{
	font: 14px Verdana, sans-serif;
	font-weight:normal;
	margin-bottom: -10px;
	color: #fff;
}
h4{
	font: 12px Verdana, sans-serif;
	font-weight:bold;
	margin: 0;
	color: #dcdbdc;
}
a:link {
	color: #fff;
	text-decoration: none;
}
a:visited {
	color: #fff;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #00a157;
}
a:active {
	text-decoration: none;
	
}


.site #header {
	width: 100%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 180px;
	
	margin: 0px auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0;
	text-align: left;
}


.site #logo{
	float: right; /* since this element is floated, a width must be given */
	width: 291px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	margin: 0 0 0 0;
	padding: 0px 0px;
}
.site #newsitem {
	
	
	padding: 15px 0px;
}
.site #newsitem img{
	float: left; 
	 margin-right: 20px;
  margin-top: 10px;
  margin-bottom: 10px;

}
.site #newsitem #postdate{
	color: #717070;
	font-size:9px;
}
.site #general_list p{
	
	margin-top: 7px;
	
	
}

.site #general_list h3{
	font: 14px Verdana, sans-serif;
	font-weight:normal;
	margin-top: 5px;
	margin-bottom: -5px;
	
}
.site #simple_list ul{
	border-top:#464646 solid 1px;
	list-style:none;
	margin-top:15px;
	padding:8px 0 0 0;
}
.site #general_list ul{
	list-style:none;
	margin:0;
	padding:0;
}


.site #general_list li{
	display:block;
	border-bottom:#464646 solid 1px;
	padding:3px 0px;
}
.site #general_list {
	
	border-top:#464646 solid 1px;
	padding: 0;
}
.site #general_list #icon{
	margin:8px 7px 0 0;
	display:block;
	float:left;
	
}
.site #general_list #postdate{
	color: #717070;
	font-size:9px;
}
#rowlist
	{
	font-size: 16px;
	font-family: tarhoma, verdana, sans-serif;
	width:540px;
	float:left;
	
	}
#rowlist ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width:170px;	 width of all menu boxes */
	/* NOTE: For adjustable menu boxes you can comment out the above width rule.
	However, you will have to add padding in the "#menh a" rule so that the menu boxes
	will have space on either side of the text -- try it */
	}

#rowlist li
	{
	position:relative;
	min-height: 1px;		/* Sophie Dennis contribution for IE7 */
	vertical-align: bottom;		/* Sophie Dennis contribution for IE7 */
	background-color:#000;
	}

.site #container { 
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

.site  #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 15px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.site #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	margin: 30px 0 15px 0;
	padding: 0 30px;
	width: 540px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	 /* the background color will be displayed for the length of the content in the column, but no further */
	 
}
.site #general_list  img:hover{
	border:#464646 solid 1px;
	
	

}
.site #general_list img  {
	margin-top:10px;
	border:#000 solid 1px;
	
	

}
.site #general_list #icon img  {
	margin-top:-2px;
	border:#000 solid 1px;
	

}
.site #mainContent { 
	margin: 30px 600px 30px 0; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 30px ; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border-right:#464646 solid 1px;
} 
.site #mainContent img { 
	float:left;
	border:hidden;
	
	
} 
.site #mainContent  img:hover{
	border:hidden;

	

}
.site #footer { 
font: 14px Tahoma, Verdana, sans-serif;
	font-weight:normal;
	
text-align:center;
border-top:#464646 solid 3px;
	padding: 15px 15px 0 30px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	
	
} 
.site #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 15px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	
}


//submit form stuff
.site #submitform {
	margin: 0 15px 0 0;
	
	
	
}
.site #submitform h3
{

	margin-bottom: 3px;
	
}

.site #submitform fieldset
{
border:#000 solid 1px;
padding: 2px 12px 2px 12px;
background-color:#131313;
}
.site #submitform inout
{
	color:#FF0000;

}
.site #submitform label
{
	font-size: 10px;
	
width: 40px;
float: left;
text-align: right;
margin-right: 0.5em;
display:block;

}
.site #submitform .error
{
	font-size: 10px;
color:#FF0000;
}



.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.site #mainnav{
	float: left;
	position: relative;
	top: 147px;	
}
.small{
	 font-size: 10px;
	 line-height:28px;
}


