ul	{ padding-left: 20px; margin-left: 10px; }
p	{ margin: 5px 0px; }
.one, .half, .one-third, .two-third { background: #ffffff; -webkit-border-radius: 8px; border-radius: 8px; padding: 10px; }
.half	{ width: 460px; }
.one-third	{ width: 275px; }
.two-third	{ width: 650px; }
ul.list	{ width: 225px; list-style-type: none; padding: 0px; margin: 0px; }
.list li	{ border-bottom: 1px dotted #cccccc; margin: 5px; }
.list li:last-child	{ border-bottom: 0px; }
.list li > a{
	display: block;
	padding: 11px 5px 12px 45px;
	width: 170px;
	background: url('../img/gear.png') 5px 4px no-repeat;
	color: #666666 !important;
	text-decoration: none;
	font-size: 16px;
}
.list li > a:hover { background: url('../img/gearh.png') 5px 4px no-repeat; }
h1	{ margin: 10px 0px; }
a#more	{ position: absolute; right: 20px; bottom: 20px; text-decoration: none; color: #999999 !important; font-weight: bold; }
a#more span	{
	display: inline-block;
	vertical-align: middle;
	background: #67bad9;
	color: #ffffff;
	padding: 5px;
	width: 15px;
	height: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	line-height: 16px;
}
.gal	{ margin: 15px; display: inline-block; }
#off a, #off div.empty {
	background: #333333;
	padding: 3px 0px 10px 0px;
	margin: 15px;
	color: #ffffff !important;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
}
#off a:hover, #off div.empty:hover { background: #666666; }
#off a, #off div.empty, #off a img, input[type='submit'], .gal > img { -webkit-border-radius: 5px; border-radius: 5px; }
#map	{ width: 670px; height: 300px; }
form	{ margin-top: 20px; text-align: right; }
input[type='text'], textarea
{
	width: 250px;
	padding: 10px;
	margin: 2px;
	background: #f5f5f5;
	border: 0px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: inset 5px 5px 15px 0px rgba(0, 0, 0, 0.2);
	box-shadow: inset 5px 5px 15px 0px rgba(0, 0, 0, 0.2);
}
input[type='submit']	{
	background: #000000;
	color: #ffffff;
	border: 0px;
	padding: 10px 20px;
	font-size: 16px;
	font-weight: bold;
	margin-top: 10px;
}
textarea	{ float: right; width: 370px; height: 136px; font-family: Arial, Verdana, Tahoma, 'Trebuchet MS'; }
#greenbg	{ position: absolute; left: 10px; bottom: 15px; color: #ffffff; text-align: center; }
#greenbg a	{ color: #ffffff !important; }
#c a	{ color: #31a231; }