* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

#wrapper {
	background-color: #FFFFFF;
	width: 780px;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
	font-size: 11px;
	line-height: 130%;
}

h5 {
	font-size: 13px;
	line-height: 140%;
	font-family: Trebuchet MS, Georgia, Times, serif;
}

h3 {
	font-family: Trebuchet MS, Georgia, Times, serif;
	font-size: 18px;
	line-height: 130%;
}

h4 {
	font-family: Trebuchet MS, Georgia, Times, serif;
	font-size: 16px;
	line-height: 120%;
	text-align: center;
	margin: 0px 0px 8px 0px;
}

h2 {
	font-size: 14px;
	text-align: center;
	color: #FFFFFF;
	background-color: #279127;
	padding: 8px 0px;
	font-weight: bold;
}

a {
	color: #FF6600;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;	
}

hr {
    height: 1px;
    color: #999999;
    background-color: #999999;
    border: none;
}

/* ########## LAYOUT ########## */

.heading {
	position: absolute;
	top: 20px;
	left: 20px;
	font-size: 30px;
	color: white;
	padding: 10px;
	height: 100px;
}

.heading a {
	color: white;
}

.header1 {
	width: 780px;
	height: 148px;
	position: relative;
}

.content {
	float: left;
	clear: left;
	width: 780px;
	padding: 20px 10px;
	background-color: #D0E3C7;
}

.contentEditable {
	width: 760px;	
}

.col1 {
	float: left;
	width: 765px;
	padding: 0px 0px 10px 15px;
	background-color: #FFFFFF;
	margin: 0;
}

.colBase {
	background: url(../images/column-base.gif) no-repeat;
	height: 18px;	
	margin: 0;
}

.content h6 {
	margin: 15px 0px 5px 0px;
	font-size: 12px;
}

.content ul {
	padding-right: 20px;
}

/* ########## CATEGORIES ########## */

.subHead {
	font-family: Trebuchet MS, Georgia, Times, serif;
	font-size: 18px;
	line-height: 120%;
}

.categories ul{
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
	list-style: none;
}

.categories ul li{
	margin-bottom: 2px;
	float: left;
	display: inline;
	width: 245px;
	margin-right: 10px;
}

.categories ul li.last {
	margin-right: 0px;
}

.categories ul li a{
	text-decoration: none;
	color: #000000;
	background-color: #D9D9D9;
	padding: 3px;
	display: block;
	line-height: 22px;

}

.categories ul li a:hover{
	color: #FFFFFF;
	text-decoration: none;
	background-color: #CC0000;
}

span.available{
	background: url('../images/tick-trans.png') no-repeat;
	width: 22px;
	height: 22px;
	line-height: 22px;
	display: block;
	text-indent: -9999em;
	float: left;
}

li span.available {
	float: right;
}


.clearfix:after {
	clear: both;
	content: '.';
	display: block;
	visibility: hidden;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/* ########## FOOTER ########## */

.footer {
	width: 780px;
	clear: both;
	margin-bottom: 15px;
	text-align: center;
	padding: 8px 0px;
	font-size: 10px;
}

/* ########## MENU ########## */

.baseMenu {
	float: left;
	clear: left;
	width: 800px;
	background-color: #279127;
	margin: 0px;
	text-align: center;
}

.menu {
	height: 23px;
	text-align: center !important;
}

.menu ul{
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	padding: 5px 0px 0px 0px;
	margin: 0;
}

.menu ul li{
	list-style: none;
	display: inline;
	margin: 0px;
}

.menu ul li a, menu1 ul li.last a{
	padding: 4px 13px 5px 13px;
	text-decoration: none;
	color: #FFFFFF;
	border-left: 1px solid #FFFFFF;
}

.menu ul li a:hover{
	color: #000000;
	text-decoration: none;
}

.menu ul li.last a{
	border-right: 1px solid #FFFFFF;
}

#footer {
	text-align: right;
}