@charset "utf-8";

body {
	font: 12px/20px Verdana, Geneva, sans-serif;
	margin: 0;
	padding: 0;
	color: #414141;
	background: #CFDC94 url(../images/bg.jpg);
}
ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px; 
}
h1 {
	font: 30px/35px Tahoma, Geneva, sans-serif;
	color: #363636;
}
h2 {
	font: 18px Tahoma, Geneva, sans-serif;
	color: #48315B;
}
a img { 
	border: none;
}
.img { 
	border-radius: 5px;
}

a:link {
	color: #8E7B48;
	text-decoration: none;
}
a:visited {
	color: #A2A049;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	text-decoration: none;
	color: #FD7B11;
}
a.navbar:link {
	color: #2E2F1C;
	text-decoration: none;
}
a.navbar:visited {
	color: #515331;
	text-decoration: none;
}
a.navbar:hover, a.navbar:active, a.navbar:focus {
	text-decoration: none;
	color: #FFFFFF;
}
.container {
	width: 1200px;
	margin: 10px auto;
	background: #FFF url(../images/bg-container.gif);
	border-radius: 10px;
}

.header {
	padding: 20px 40px 10px 0px;
	text-align: right;
	color: #21262E;
	height: 115px;
	font: 16px/22px Tahoma, Geneva, sans-serif;

}
.slogan {
	padding: 20px 40px 10px 0px;
	text-align: right;
	color: #21262E;
	height: 115px;
	font: 16px/22px Tahoma, Geneva, sans-serif;
}
	

.sidebar1 {
	float: left;
	width: 250px;
	margin: 30px 85px 40px;
}

.headerimage {
	padding: 10px 0 0px;
	width: 730px;
	float: left;
	text-align: right;
}
.content {
	padding: 5px 0;
	margin: 0px 0px 0px 50px;
}
.contentbox3col {
	margin: 5px 25px;
	float: left;
	padding: 10px 8px;
	width: 310px;
}
.contentbox2col {
	margin: 5px 25px 5px 0px;
	float: left;
	padding: 10px 8px;
	width: 750px;
}
.contentboxnavsub {
	margin: 5px 30px 25px 0px;
	float: left;
	padding: 20px 5px 15px;
	width: 310px;
}

.content ul, .content ol { 
	padding: 0 15px 15px 40px;
}

ul.nav {
	list-style: none;
	border-top: 1px dashed #FFF;
}
ul.nav li {
	border-bottom: 1px dashed #FFF;
}
ul.nav a, ul.nav a:visited {
	padding: 5px 15px;
	display: block;
	width: 220px;
	text-decoration: none;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { 
	background-color: #ADB96E;
	border-radius: 5px;
	color: #FFF;
}

ul.navsub {
	list-style: none;
	border-top: 0px dashed #FFF;
}
ul.navsub li {
	border-bottom: 0px dashed #FFF;
}
ul.navsub a, ul.nav a:visited {
	padding: 5px  15px;
	display: block;
	width: 200px;
	text-decoration: none;
}
ul.navsub a:hover, ul.navsub a:active, ul.navsub a:focus {
	background-color: #767336;
	border-radius: 5px;
	color: #FFF;
}

.subfooter {
	padding: 10px 100px;
	clear: both;
	font-size: 11px;
	text-align: center;
}
.footer {
	padding: 5px 30px;
	position: relative;
	clear: both;
	background: #FFF url(../images/bg-footer.jpg);
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	text-align: right;
	font-size: 11px;
	line-height: 17px;
}

.fltrt {
	float: right;
	margin-left: 8px;
	border-radius: 5px;
	margin-top: 5px;
}
.fltlft {
	float: left;
	margin-right: 8px;
	border-radius: 5px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.text-firstpara {
	color: #660;
}
.text-small {
	font-size: 10px;
}

.text-small-coloured {
	font-size: 11px;
	line-height: 17px;
	color: #660;
}
.text-larger {
	font-size: 16px;
	line-height: 24px;
}
.text-heading {
	font: 18px/30px Tahoma, Geneva, sans-serif;
	color: #363636;
}

.boxright {
	width: 355px;
	float: right;
	margin-left: 20px;
}
.boxquote {
	width: 300px;
	border: 5px outset #CAC78E;
	border-radius: 5px;
	background: #C0BE7E url(../images/bg-form.jpg);
	line-height: 18px;
	text-align: center;
	font-size: 11px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.boxsubmenu {
	width: 300px;
	border: 5px outset #CAC78E;
	border-radius: 5px;
	background: #C0BD86 url(../images/bg-form.jpg);
	padding-top: 10px;
	padding-bottom: 10px;
}
.form_design {
	border: 1px inset #7E7696;
	border-radius: 5px;
	background: #FAFAFA;
}
.form_button {
	background: #797642;
	border: 3px solid #4A4620;
	border-radius: 5px;
	font-weight: bold;
	padding: 5px 10px;
	font-size: 12px;
	color: #FFFFFF;
}

.surname {
	visibility: hidden;

}

.byline {
	font-size: 10px;
	text-align: center;
}
.feature {
	width: 90%;
	background: #48315b;
	padding: 30px;
	border-radius: 10px;
	text-align: center;
	margin: 0 0 20px 0;
}
.feature h2 {
	color: #FFF;
	font-size: 20px;
}
.feature img {
	width: 400px;
	height: auto;
	margin: 0 auto 15px auto;
	display: block;
}
.feature a {
	display: inline-block;
	padding: 10px 30px;
	background: #a2a049;
	color: #FFF;
	border-radius: 4px;
}
