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

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.6em;
}
label {
margin: 0;
padding:0.2em;
margin-top:0.3em;
text-align:right;
width:70px;
float:left;
text-transform:uppercase;
  }
fieldset {
text-align:right;
border:0;
 /* Opera doesn't get border:none or border:0 on fieldsets */
	width:300px;
  }
  
#righter {
	text-align:right;
	width:320px;
	float:right;
	padding-right: 20px;
		   }  
  
legend {
width:194px;
height:30px;
color:#fff;
font-size:2em;
padding-left:0.5em;
background: transparent url("../images/legend_bg.gif") no-repeat;
position:relative;
top:-1em;
text-transform:uppercase;
font-weight:bold;
letter-spacing:-1px;
white-space:pre; /* hack: make sure */
}

.br {display:none;}  
  
.textfield {
	font:1.1em  Verdana, Arial, Helvetica, sans-serif;
	color:#333;
	margin:3px;
	height:29px;
	border:solid 0 #fff;
	padding: 8px 10px;
	background: transparent url("../images/textfield.png") no-repeat fixed;
	width:200px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:187px;
}
fieldset>input.textfield {
background: transparent url("../images/textfield.png") no-repeat;
}
textarea {
font:1.1em Verdana, Arial, Helvetica, sans-serif;
color:#333 ;
margin:3px;
height:100px;
border:solid 0 #fff;
padding: 0 8px;
background: transparent url("../images/textarea.png") no-repeat fixed;
width:200px;
voice-family: "\"}\""; 
voice-family:inherit;
width:190px;
}
fieldset>textarea {
background: transparent url("../images/textarea.png") no-repeat;
}
.submit {
	margin:3px;
	background: transparent url("../images/submit.png") no-repeat;
	height:20px;
	border:solid 0 #fff;
	width:80px;
	font:1.1em Verdana, Arial, Helvetica, sans-serif;
	color:#666;
	text-transform:uppercase;
 }






		#map4 {
	margin:0;
	padding:0;
	width:480px;
	height:340px;
	background:url("../images/contact.jpg") top left no-repeat #fff;
	font-family:arial, helvetica, sans-serif;
	font-size:8pt;
		}
		
		#map4 li {
	margin:0;
	padding:0;
	list-style:none;
	border: none;
		}
		
		#map4 li a {
			position:absolute;
			display:block;
			/*
			   Specifying a background image
			   (a 1px by 1px transparent gif)
			   fixes a bug in older versions of
			   IE that causeses the block to not
			   render at its full dimensions.
			*/
   			background:url(../images/blank.gif);
   			text-decoration:none;
			color:#000;
		}
		
		#map4 li a span { display:none; }
		
		#map4 li a:hover span {
			position:relative;
			display:block;
			width:200px;
			left:25px;
			top:25px;
			border:1px solid #000;
			background:#fff;
			padding:5px;
 			filter:alpha(opacity=80);
			opacity:0.8;
  		}
	
		#map4 a.email {
	top:21px;
	left:27px;
	width:129px;
	height:119px;
		}
		
		#map4 a.phone {
	top:187px;
	left:27px;
	width:127px;
	height:122px;
		}
		
