/**
 * This typography file is included in the WYSIWYG editor
 */
.typography * {
	font-family:Verdana,Arial,sans-serif;
	font-size:1em;
}
.typography blockquote {
	margin-left:20px;
}
.typography hr {
	padding:5px;
}
.typography p,
.typography ul li,
.typography ol li,
.typography a {
	color:#7b7b53;
	line-height:1.5em;
	font-size:1.1em;
}
.typography p {
	margin-bottom:20px;
}

.typography form .action {
	background-color: #7b7b53;
	color: #fff;
}


/** CMS LIST STYLES **/
.typography ul,
.typography ol {
	margin-left:10px;
	margin-bottom:20px;
}
	.typography ul li,
	.typography ol li {
		margin:4px 10px;
		line-height:1.4em;
	}
		.typography ul li {
		 list-style-type:disc;
		}
		.typography ol li {
			list-style-type:decimal;
    }

/* HEADER STYLES */

.typography h1,
.typography h2,
.typography h3,
.typography h4 {
	margin-bottom:14px;
	color:#7b7b53;
}
.typography h1,
.typography h4 {
	font-weight:bold;
}
.typography h2,
.typography h3 {
	font-weight:normal;
}
	.typography h1 {
		font-size:2.2em;
	}
	.typography h2 {
		font-size:2.2em;
	}
	.typography h3 {
		font-size:1.6em;
	}
	.typography h4 {
		font-size:1.4em;
	}
.typography h5 {
	width: 48.5%;
	height: 2em;
	float: left;
	background-color: #7b7b53;
	color: #fff;
	text-align: left;
	padding: 6px 0 0 10px;
	margin: 0 0 10px 25px;
}
.typography h6 {
	width: 50%;
	height: 2em;
	float: left;
	background-color: #7b7b53;
	color: #fff;
	text-align: left;
	padding: 6px 0 0 10px;
	margin: 21px 0 10px 0;
}

.typography .breadcrumbs {
	width: 66%;
	height: 2em;
	float: right;
	background-color: #7b7b53;
	font-size: 1.2em;
	font-weight: bold;
	color: #fff;
	text-align: left;
	padding: 10px 0 0 10px;
	margin-bottom: 20px;
}

/** CMS LIST STYLES CONTACT**/
.typography #Form_BookingForm ul,
.typography #Form_BookingForm ol {
	width: 50%;
	margin-left:10px;
	margin-bottom:20px;
	float: left;
}
	.typography #Form_BookingForm ul li,
	.typography #Form_BookingForm ol li {
		margin:4px 10px;
		line-height:1.4em;
	}
		.typography #Form_BookingForm ul li {
		 list-style: none;
		}
		.typography #Form_BookingForm ol li {
			list-style-type:decimal;
    }

/* LINK STYLES */
.typography a {
	color:#7b7b53;
	font-size:1em;
	text-decoration:none;
}
	.typography a:hover {
		text-decoration:underline;
	}
	
	
.typography table {
	font-size:1.1em;
}
	.typography table tr td {
		padding: 3px 5px 0 0;
	}
	
/* WYSIWYG EDITOR ALIGNMENT CLASSES */
.typography .left {
	text-align:left;
}
.typography .center {
	text-align:center;
}
.typography .right {
	text-align:right;
}
.typography img.right {
	float:right;
}
.typography img.left {
	float:left;
}

.typography p.MsoNormal, .typography p.MsoBodyText {
	margin: 0;
}