/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
html, body {
    height: 100%;
}

body {
	line-height: 1;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
strong {
	font-weight: 600;
}
div.clear {
    clear:both;
    margin: 2% 0;
}

/*==================================================
 SITE STYLES
 ==================================================*/

#Wrapper {
    min-height: 100%;
}
#Content {
    overflow: auto;
    padding-bottom: 210px;
}

body {
	font-size:75%;
	font-family: Arial, sans-serif;
}

#site-header, #site-footer {
    background: none repeat scroll 0 0 #000;
    padding: 10px 0 0px 5px;
    z-index: 2;
}
#site-nav {
    background: none repeat scroll 0 0 #404041;
    margin: 0 auto;
    position: relative;
    width: 100%;
}

/*==================================================
 HEADER
 ==================================================*/

header.main, nav.main, section#main, footer.main  {
	width:980px;
	margin: 0 auto;
	position: relative;
}

header.main {
	padding:10px 0;
}

header.main #logo {
	float:left;
}
.line {
	width: 100%;
	height: 3px;
	background: #CC9900;
}
.contactdetails {
	float:right;
	color: #fff;
	clear: right;
	position: relative;
	margin: 80px 10px 0 0;
	text-align: right;
	font-size: 1.4em;
	font-weight: 500
}
.contactdetails a {
	color: #fff;
}
.contactdetails p {
	margin-bottom: 5px;
}

header.main form {
	float: right;
}

header.main form.styled .text, header.main form.styled select {
    border: 1px solid #CCCCCC;
    padding: 3px 5px;
    width: 170px;
}

header.main form.styled .btn {
	background: #B2B2B2;
	padding: 3px 6px;
	border-radius: 3px;
	color: #000;
	border: 0;
	cursor: pointer;
}
header.main form.styled .btn:hover {
	background: #404041;
	color: #fff;
}

/*==================================================
 NAVIGATION
 ==================================================*/

nav.main {
    color: #FFFFFF;
    margin: 0 auto;
}
nav.main ul ul {
    display: none;
}
nav.main ul li:hover > ul {
    display: block;
}
nav.main ul {
    display: inline-table;
    line-height: 50px;
    list-style: none outside none;
    position: relative;
}
nav.main ul:after {
    clear: both;
    content: "";
    display: block;
}
nav.main ul li {
    float: left;
    z-index: 999;
}
nav.main ul li:hover {
    background: none repeat scroll 0 0 #000;
}
nav.main ul li:hover a {
    color: #FFFFFF;
}
nav.main ul li a {
    color: #FFFFFF;
    display: block;
    padding: 15px;
    text-decoration: none;
}
nav.main ul ul {
    background: none repeat scroll 0 0 #5F6975;
    border-radius: 0 0 0 0;
    padding: 0;
    position: absolute;
    top: 100%;
}
nav.main ul ul li {
    border-bottom: 1px solid #575F6A;
    float: none;
    position: relative;
}
nav.main ul ul li a {
    background: none repeat scroll 0 0 #000;
    color: #FFFFFF;
    padding: 0 100px 0 15px;
    text-align: left;
}
nav.main ul ul li a:hover {
    background: none repeat scroll 0 0 #4B545F;
}
nav.main ul ul ul {
    left: 100%;
    position: absolute;
    top: 0;
}

/*==================================================
 SECTIONS
 ==================================================*/

section#main {
	padding:10px 0;
}

section#main #content {
	float:left;
	width:68%;
	margin-right: 5%;
}

section#main #sidebar {
	float:left;
	width:25%;
}

section#main #contentleft {
    float: left;
    margin-left: 20px;
    width: 35%;
}
section#main #contentright {
    float: right;
    margin-right: 20px;
    width: 60%;
}

/*==================================================
 Latest News
 ==================================================*/

.latest_posts ul, .latest_posts ol, {
	list-style: none;
	margin-left: 1px !important;

}

.latest_posts li {
	padding-bottom: 20px;
	border-bottom: 1px solid #666;

}
.latest_posts li:last-child {
	padding-bottom: 0;
	border-bottom: none;

}

.latest_posts li a {
	font-weight: bold;
	clear: both;
	text-align: left;
	color:

}

/*==================================================
 FOOTER
 ==================================================*/

#site-footer {
    clear: both;
    height: 210px;
    margin-top: -210px;
    position: relative;
}

footer.main {
	border-top:1px solid #CCC;
	padding:10px 0;
}

footer.main nav {
}

footer.main nav ul li {
	display:block;
	float:left;
	margin:20px 0 0 10px;
}

footer.main nav ul li a {
	display:block;
	padding-left: 5px;
	color:#fff;
	text-decoration: none;
}

/*footer.main nav ul li:first-child a {
	border-left: 0;
}*/

footer.main nav ul li a:hover {
	color:#fff;
	text-decoration: underline;
}

footer.main nav ul ul {
	display:none;
}

footer.main .legal {
	float:right;
	color:#fff;
	margin: 20px 10px 0 0;
	clear: both;

}
footer.main .legal a {
	color:#fff;
	text-decoration: none;

}
footer.main #accreditation {
	float:right;
	margin: 10px 10px 10px 10px;
}