@charset "UTF-8";
/* CSS Document */

html {
	height: 100%;
}

body {
	height:100%;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		/*background-color:#003300;
		color:#FFFFFF;*/
		color:#333333;
		margin: 0;
		background: url(../images/background.png);
	}
	
	h1 {
	font-size: 22px;
	}
	
	h2 {
	font-size: 22px;
	}
	
	h3 {
	font-size: 18px;
	color:#006600;
	}
	
	a {
		/*color:#FFFFFF;*/
		color:#333333;
	}
	

#container {
	width: 390px;
	margin: 0 auto;
	border: 1px solid #333333;
}

#header {
	height: 115px;
	line-height: 100px;
	background-color:#FFFFFF;
}

#header h1 {
	padding: 0;
	margin: 0;
	/*padding-left: 10px;*/
}

#content_container {
	background-color:#FFFFFF;
	min-height: 400px;
}

#content {
	padding: 10px;
}

.solidblockmenu{
margin: 0;
padding: 0;
float: left;
font: bold 13px Arial;
width: 100%;
overflow: hidden;
margin-bottom: 1em;
border: 1px solid #625e00;
border-width: 1px 0;
background: black url(../images/blockdefault.gif) center center repeat-x;
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
float: left;
color: white;
padding: 9px 11px;
text-decoration: none;
border-right: 1px solid white;
}

.solidblockmenu li a:visited{
color: white;
}

.solidblockmenu li a:hover, .solidblockmenu li .current{
color: white;
background: transparent url(../images/menuactive.gif) center center repeat-x;
}


 #contact-wrapper {  
     width:325px;  
     border:1px solid #e2e2e2;  
     background:#f1f1f1;  
     padding:20px;  
 }  
 #contact-wrapper div {  
     clear:both;  
     margin:1em 0;  
 }  
 #contact-wrapper label {  
     display:block;  
     float:none;  
     /*font-size:16px;*/  
     width:auto;  
 }  
 form#contactform input {  
     border-color:#B7B7B7 #E8E8E8 #E8E8E8 #B7B7B7;  
     border-style:solid;  
     border-width:1px;  
     padding:5px;  
     /*font-size:16px;*/  
     color:#333;  
 }  
 form#contactform textarea {  
     font-family:Verdana, Arial, Helvetica, sans-serif;
		 color:#333333;
     /*font-size:100%; */ 
     padding:0.6em 0.5em 0.7em;  
     border-color:#B7B7B7 #E8E8E8 #E8E8E8 #B7B7B7;  
     border-style:solid;  
     border-width:1px;  
 }