/* CSS Document */

html, body 
{
	font-family: arial, verdana, sans-serif;
	background-color: #fff;
	color: #000;
	margin:0 0 0 0;
	padding: 0 0 0 0;
	
	}
p{
margin-right:2px;




}


.container
{
   
	width: 940px;
	height: inherit;
	color: #fff;
	border: #000000 1px solid;
	
	
}


.header
{
	width: auto;
	height: 150px;
	background-image:url(images/topbanner.jpg);
	background-repeat:no-repeat;
	text-align:left;	
	font-size: 22px;
	font-weight:bold;
	color: #fff;
	line-height:28px;
}

.mini{
font-size:17px;
}

#content{
	margin-top:7px;
	height: inherit;
	margin-left:10px;
	margin-right:10px;
	width:900px;
	vertical-align:top; 
	color:#000000;
	text-align:left;
	
	

}
#content2{
    margin-top:1px;
	height: inherit;
	margin-left:1px;
	margin-right:10px;
	width:900px;
	vertical-align:top; 
	color:#000000;
	text-align:left;
	

	
	

}

.img2{
margin-right:1px;
float:inherit;
overflow:auto;

}

.hm2 {
font-size:24px;
color:#FFFFFF;
font-weight:bold;
}



/*//////////////////////////////////////////////////////////////////////////////////
										Menu and Links
//////////////////////////////////////////////////////////////////////////////////*/


a{
	text-decoration: none;
	background-color: transparent; 
	color: #0033FF;}
a:hover{
	text-decoration: underline;
	background-color: transparent; 
	color:#0000CC;
	}



.blockmenu{
margin: 0;
padding: 0;
float: left;
font: bold 13px Arial;
width: 100%;
overflow: hidden;
margin-bottom: 1em;
border: 0px solid #625e00;
border-width: 1px 0;
background: black url(images/menu.jpg) center center repeat-x;
}

.blockmenu li{
display: inline;
}

.blockmenu li a{
float: left;
color: white;
padding: 9px 11px;
text-decoration: none;
border-right: 2px solid white;
}

.blockmenu li a:visited{
color: white;
}

.blockmenu li a:hover, .solidblockmenu li .on{
color: white;
background: transparent url(images/on.jpg) center center repeat-x;
}

#tooltip{
position: absolute;
width: 150px;
border: 1px solid black;
padding: 4px;
background-color: lightyellow;
visibility: hidden;
z-index: 9999;
margin-left:4px;
font-weight:bold;
text-align:center;
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}


/*//////////////////////////////////////////////////////////////////////////////////
										contact form
//////////////////////////////////////////////////////////////////////////////////*/

#form-area {
	width: 500px;
	margin-top: 25px;
	
}

#form-area input, #form-area textarea {
	padding: 5px;
	width: 400px;
	font-family: Verdana, sans-serif;
	font-size: 1.4em;
	margin: 0px 0px 10px 0px;
	border: 1px solid #ccc;
}

#form-area textarea {
	height: 90px;
}

#form-area textarea:focus, #form-area input:focus {
	border: 1px solid #900;
}

#form-area input.button {
	width: 250px;
	
}

.warning {
    font-weight: bold;
    color: #f00;
}

form h2 {
    color: #036;
    font-size: 80%;
    font-weight: bold;
    margin: 0 0 5px 10px;
}

label {
    font-weight: bold;
    color: #036;
    display: block;
}
 
h1, h2 {
    margin: 0 0 10px 0;
    font-family:  Arial, Helvetica, sans-serif;
    font-size: 140%;
    color: #036;
} 
.contactm{
margin-left:7px;
margin-right:7px;
}

.footer a{
font-size:12px;
color:#000000;
}
.footer {
font-size:12px;
color:#000000;
}
