/* CSS Document */

*{
margin:0px;
}

body {
background-image:url("../images/interface/bg_menu_only.gif");
	background-repeat:repeat-y;
	background-color:#B0B0B0;
	font-size:11px;
	font-family:"Times New Roman", Times, serif;

}


#contactpic {
padding-top:20px;
}

#wrap {
width:700px;
margin-left: 35px;
}
 
#contacttext {
height:100%;
width:200px;
padding-top:20px;
float:left;
	border-top:#FFFFFF;
	border-top-style:solid;
	border-top-width:thin;
}

#contacttext h1 {
	text-transform: none;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	color: #464646;
	font-size:1.3em;
	font-family:  Arial, Helvetica, "Lucida Grande", Verdana, sans-serif;
	padding-bottom: .2em;
}

#contacttext a{
color: #FFFFFF;
text-decoration: none;
}


#contacttext p{
	
	line-height:1.2em;
	
}

#map{
padding-bottom:20px;
}

#directions{
	height:100%;
	width:390px;
	padding-top:20px;
	float:left;
	border-top:#FFFFFF;
	border-top-style:solid;
	border-top-width:thin;
}

#directions h1 {
	text-transform: none;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	color: #464646;
	font-size:1.3em;
	font-family:  Arial, Helvetica, "Lucida Grande", Verdana, sans-serif;
	padding-bottom: .2em;
}



#directions a{
color: #FFFFFF;
text-decoration: none;
}

#directions p{
	line-height:1.2em;
}


