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

#main-contact {margin:60px auto;width:960px;}
#main-contact h1 {
	font-size:16px;
	line-height:100%;
	letter-spacing:-.01em;
	color:#000;
	font-weight:600;
	text-transform:uppercase;
	border-bottom:1px solid #000;
	padding:10px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
}

#map {float:right; background:url(../images/map.jpg) right no-repeat; height:214px; width:410px; font-size:12px; text-transform:none; color:#000; font-weight:200;}
#address {
	clear:both;
	font-size:12px;
	text-transform:none;
	color:#000;
	font-weight:600;
	padding:10px 10px;
	float:left;
	font-family: "Times New Roman", Times, serif;
}
#address .title {text-transform:uppercase; color:#000; font-weight:600; margin:2px 0px;}
#address .address {
	text-transform:none;
	color:#000;
	font-weight:100;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	letter-spacing: 3px;
}
#address .appointment {
	text-transform:none;
	color:#000;
	font-weight:200;
	font-family:Arial, Helvetica, sans-serif;
	font-style:italic;
	text-decoration: none;
	letter-spacing: 0px;
	font-size: 10px;
}

#friends {
	float:right;
	font-size:12px;
	text-transform:uppercase;
	color:#999999;
	font-weight:600;
	padding:10px 10px;
	width:380px;
	font-family: Arial, Helvetica, sans-serif;
}

#contact-wrapper {
width : auto;
padding-top : 5px;
padding-bottom : 20px;
padding-right : 0;
color : #333;
float:left;
}
#contact-wrapper div {
clear : both;
}
#contact-wrapper label {
	display : block;
	float : none;
	font-size : 12px;
	width : auto;
	margin:0px 10px;
	font-family:Arial, Helvetica, sans-serif;
	text-transform: none;
}
form#contactform input {
border-color : #b7b7b7 #e8e8e8 #e8e8e8 #b7b7b7;
border-style : solid;
border-width : 1px;
padding : 5px;
font-size : 12px;
color : #666;
font-family : Times;
font-weight: 200;
margin:0px 10px;
}
form#contactform input:focus {
border-color : #000;
border-style : solid;
border-width : 1px;
padding : 5px;
font-size : 12px;
color : #000;
font-family : Times;
font-weight: 200;
}
form#contactform textarea {
font-family : Times;
font-weight: 200;
font-size : 12px;
width:504px;
height:65px;
padding : 0.6em 0.5em 0.7em;
border-color : #b7b7b7 #e8e8e8 #e8e8e8 #b7b7b7;
border-style : solid;
border-width : 1px;
color : #666;
padding:5px;
margin:0px 10px;
}
form#contactform textarea:focus {
font-family : Times;
font-weight: 200;
font-size : 75%;
padding : 0.6em 0.5em 0.7em;
border-color : #000;
border-style : solid;
border-width : 1px;
color : #000;
padding:5px;
}
#form {
color : #333;
width:100px;
display:inline;
list-style:none;
}

