.reach
{
	margin:0 0 20px 0;
}

.reach p
{
	color:#fff;
	font-size:16px;
	font-family:Century Gothic;
	text-transform:capitalize;
}

.reach span
{
	font-size:10px;
	color:#fff;
}

.map
{
	width:384px;
	margin:0 10px 0 0;
}

.map .map-down
{
	margin:30px 0 0 0;
}

.map small a
{
	font-size:10px;
	color:#fff;
	padding:5px 0 0 0;
}

.loc
{
	margin:20px 0 0 0;
}

.location
{
	width:150px;
	margin:0 10px;
}

.location p
{
	color:#fff;
	text-align:left;
	margin:0 0 5px 0;
	text-transform:capitalize;
}

.location span
{
	color:#fff;
	text-transform:capitalize;
	display:block;
	padding:5px 0 0 0;
	font-weight:bold;
}

.location small
{
	font-size:12px;
	color:#fff;
	text-transform:capitalize;
	display:block;
}

.location small a
{
	font-size:12px;
	color:#fff;
	font-weight:bold;
	text-transform:none;
	text-decoration:underline;
}

.location small a:hover
{
	color:#fff;
	text-decoration:none;
}

.form
{
	width:260px;
}

.form ul li
{
}

.form ul li input
{
	width:245px;
	color:#999;
	font-size:10px;
	background:none;
	border:1px solid #5a4234;
	outline:none;
	padding:5px;
	margin:2px 0;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-khtml-border-radius:3px;
	-o-border-radius:3px;
}

.form ul li input:focus
{
	color:#fff;
	background:#000;
	border:1px solid #333;
}

.form ul li textarea
{
	width:245px;
	color:#999;
	background:#1e1e1e;
	background:none;
	border:1px solid #5a4234;
	outline:none;
	padding:5px;
	margin:3px 0 0 0; 
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-khtml-border-radius:3px;
	-o-border-radius:3px;
}

.form ul li textarea:focus
{
	color:#fff;
	background:#000;
	border:1px solid #333;
}

.form .btn
{
	background:url(../images/graphic/navi.jpg) repeat-x;
	color:#fff;
	font-weight:bold;
	padding:5px 10px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-khtml-border-radius:3px;
	-o-border-radius:3px;
	cursor:pointer;
	border:1px solid #000;
}

.form .btn:hover
{
	background:url(../images/graphic/box.png) repeat-x;
	border:1px solid #333;
}