/* CSS Document */
body{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#666666;
}
#holder{
width:800px;
height:100%;
}
#header{
width:100%;
height:50px;
}
#logo{
width:10%;
float:left;
text-align:left;
}
#search{
width:30%;
float:left;
padding-top:15px;
text-align:left;
}
#menu{
width:60%;
float:right;
padding-top:20px;
}
.menublocks{
width:25%;
float:left;
}
.usermenublocks{
width:20%;
float:left;
}
#map{
width:100%;
height:500px;
/*border:1px solid #000099;*/
}
#content{
width:100%;
margin-top:10px;
}
#footer{
width:100%;
height:20px;
border:1px solid #000099;
background-color:#4A6E93;
color:#CCCCCC;
padding-top:10px;
clear:both;
}
input, textarea, select{
border:1px solid #000099;
background-color:#CCCCCC;
color:#4A6E93;
}
.menua:link {
	text-decoration: none;
	font-weight:normal;
	color: #000099;	
}
.menua:visited {
	text-decoration: none;
	font-weight:normal;
	color: #000099;        
}
.menua:hover {
	text-decoration: none; 
	font-weight:normal;   
	color:#FF6600;
}
.menua:active {
	text-decoration: none;
	font-weight:normal;
	color: #000099;   	
}
#heading{
width:100%;
background-color:#CCCCCC;
color:#FF6600;
height:20px;
text-align:left;
font-size:16px;
font-weight:bold;
}
a:link {
	text-decoration: underline;
	font-weight:bold;
	color: #000099;	
}
a:visited {
	text-decoration: underline;
	color: #000099;  
	font-weight:bold;      
}
a:hover {
	text-decoration: none;    
	color: #000033;
	font-weight:bold;
}
a:active {
	text-decoration: underline;
	color: #000099;  
	font-weight:bold; 	
}