* {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}
.cleaner {
	font-size: 1px;
	line-height: 1px;
	clear: both;
	height: 1px;
}

#document {
	text-align: left;
	width: 990px;
	margin-right: auto;
	margin-left: auto;
}
#header p{
	font-size: 18px;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 70%;
}
#header p em{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: italic;
	font-weight: normal;
	color: #666;
	display: block;
	line-height: 160%;
}
#header p em span{
	font-size: 24px;
}
#header {
	padding-top: 22px;
	margin-bottom: 21px;
}
#logo {
	float: left;
	margin-right: 22px;
	display: block;
}
#mainMenu {
	margin-top: 19px;
	float: right;
}


#mainMenu li {
	list-style-type: none;
	display: block;
	float: left;
	margin-right: 24px;
}
#mainMenu li a {
	font-size: 14px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
	display: block;
	width: 130px;
	padding-bottom: 9px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	letter-spacing: -1px;
	background-image: url(../images/shared/arrow-menu.gif);
	background-repeat: no-repeat;
	background-position: right 6px;
}
#mainMenu li a:hover {
	color: #D06F02;
	border-bottom-color: #D06F02;
}
#mainMenu li #active {
	color: #D06F02;
	border-bottom-color: #D06F02;
}
#columnLeft {
	width: 801px;
	float: left;
}
#headerArea {
	padding-bottom: 10px;
}
.row {
	margin-top: 10px;

}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	font-style: italic;
	color: #000;
	font-weight: normal;
	letter-spacing: -2px;
	line-height: 110%;
	display: block;
	width: 186px;
	background-image: url(../images/shared/arrow-h1.gif);
	background-repeat: no-repeat;
	background-position: right 30px;
	float: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CDCDCD;
	padding-top: 17px;
}
h1 em {
	font-size: 20px;
	color: #AD5B01;
	display: block;
	letter-spacing: -1px;
	line-height: 100%;
}
#columnRight h1{
	border: 0;
}

.content {
	float: right;
	width: 593px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CDCDCD;
	padding-top: 17px;
}

.content a:hover {
	color: #AD5B01;
}
.content ul {
	margin-left: 15px;
	margin-bottom: 15px;
}
.content ul li {
	font-size: 12px;
	line-height: 140%;
	color: #333;
}




.featuredBox {
	width: 183px;
	float: left;
	margin-right: 22px;
}
.featuredBox img {
	margin-bottom: 15px;
}
h2 {
	font-size: 28px;
	font-weight: bold;
	letter-spacing: -3px;
	line-height: 90%;
	margin-bottom: 17px;
}
h2 a {
	color: #000;
	text-decoration: none;
}
#showcase h2 {
	display: block;
	height: 53px;
	margin-bottom: 15px;
}
.greyh2 {
	color: #646464;
}

.moreLink {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: italic;
	color: #000;
	text-decoration: none;
	background-image: url(../images/shared/arrow-link.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	display: block;
	padding-left: 14px;
	margin-bottom: 15px;
}
.moreLinkLarge {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	color: #000;
	text-decoration: none;
	background-image: url(../images/shared/arrow-link.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	display: block;
	padding-left: 14px;
	margin-bottom: 5px;
	margin-left: 20px;
	text-transform: uppercase;
}
.moreLinkIntended {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: italic;
	color: #000;
	text-decoration: none;
	background-image: url(../images/shared/arrow-link.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	display: block;
	padding-left: 14px;
	margin-bottom: 5px;
	margin-left: 50px;
}

.thinHr {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E5E5E5;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	margin-bottom: 15px;
}
.innerThinHr {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E5E5E5;
	margin-bottom: 19px;
	margin-top: 10px;
}


.boldHr {
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #CDCDCD;
}
.innerBoldHr {
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #CDCDCD;
	margin-bottom: 19px;
	margin-top: 10px;
}
p {
	font-size: 12px;
	line-height: 140%;
	color: #333;
	margin-bottom: 15px;
}
p a {
	color: #000;
}
p a:hover {
	color: #AD5B01;
}
.largeText {
	font-size: 14px;
}
.descriptionSmall {
	font-size: 11px;
	color: #666;
}
.halfColumn {
	float: left;
	width: 286px;
}
.right {
	float: right;
}
.newsImage {
	width: 286px;
	float: right;
	padding-top: 50px;
}
.onethirdColumn {
	float: left;
	width: 191px;
}
.twothirdsColumn {
	float: right;
	width: 380px;
}
.newsBox {
	float: right;
	width: 593px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #CDCDCD;
	padding-top: 17px;
	padding-bottom: 15px;
}

#columnRight {
	float: right;
	width: 167px;
}
#enquiryForm {
	height: 265px;
	overflow: hidden;
	margin-bottom: 23px;
}


#columnRight h1 {
	width: 167px;
	float: none;
	margin-bottom: 14px;
}
#enquiryForm h1  {
	border-top-style: none;
	padding-top: 0px;
	background-position: right 13px;
}
#enquiryForm .thinHr {
	margin-bottom: 10px;
	%margin-bottom: 2px;
}
#columnRight .formField {
	height: 18px;
	width: 165px;
	border: 1px solid #666;
	margin-bottom: 12px;
}
#columnRight textarea {
	width: 165px;
	border: 1px solid #666;
	margin-bottom: 12px;
	height: 36px;
}



label {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: italic;
}

#newsletter {
	margin-bottom: 20px;

}

#footer {
	width: 801px;
	margin-top: 30px;
	padding-top: 20px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #CDCDCD;
	margin-bottom: 20px;
}
#footer img {
	float: left;
	margin-right: 8px;
}

#footer p {
	font-size: 10px;
	line-height: 120%;
	color: #333;
	float: left;
	margin-right: 43px;
}

#footer .moreLink {
	float: left;
	margin-right: 15px;
}

#footer a:hover {
	color: #AD5B01;
}
.submenu {
	width: 186px;
	float: left;
}
.submenu h1 {
	float: none;
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E5E5E5;
}
.submenu a {
	margin-bottom: 10px;
}
.submenu a:hover {
	color: #AD5B01;
}
.submenu p strong {
	font-size: 14px;
	color: #000;
	letter-spacing: -1px;
}
.content .formField {
	height: 18px;
	width: 250px;
	border: 1px solid #666;
	margin-bottom: 12px;
	float: right;
}
.content label {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: italic;
	float: left;
}
.content textarea {
	width: 250px;
	border: 1px solid #666;
	margin-bottom: 12px;
	height: 72px;
	float: right;
}
.content form {
	width: 350px;
}
.teaser {
	margin-top: 20px;
}
h3 {
	margin-bottom: 17px;
	color: #666;
	letter-spacing: -1px;
}

.moreLinkFacebook {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: italic;
	color: #000;
	text-decoration: none;
	background-image: url(../images/shared/facebook.png);
	background-position: left top;
	display: block;
	padding-left: 20px;
	margin-bottom: 15px;
	background-repeat: no-repeat;
	height: 16px;
}
