/*------------------------------------------------------------------
1. Body
*/
body{
	font-family: Arial, sans-serif;
	font-size: 11px;
}

/*------------------------------------------------------------------
2. Reset
*/
h1, h2, h3, h4, h5, h6, p, ul, li{border: 0; margin: 0; padding: 0;}

/*------------------------------------------------------------------
3. Layout
*/
img#logo{
	display: none;
}
div#cover, div#coverless{
	padding: 0 0 20px 20px;
}
div.homepanel, div.homepanelmiddle{
	border-top: 5px solid #fff;
	float: left;
	padding: 15px 20px 20px 20px;
	width: 260px;
}
div.homepanelmiddle{
	background: transparent url(/images/bg-homepanel.jpg) 35px top no-repeat;
	margin: 0 10px 35px 10px;
}
div#content{
	padding: 0 0 30px 20px;
}
div#sidebar{
	display: none;
}
div#footer{
	border-top: 1px solid #444;
	clear: both;
	color: #9b9b9b;
	padding: 20px 20px 15px 20px;
	width: 100%;
}
body#Home div#footer{
	border-top: 1px solid #444;
	color: #9b9b9b;
	padding: 20px 20px 15px 20px;
	width: 100%;
}
div.accreditation{
	background: #fff;
	border: 1px solid #eaeaea;
	float: left;
	margin: 0 5px 0 0;
	padding: 5px;
	width: 270px;
	vertical-align: middle;
}
div.accreditation img{
	float: left;
	margin: 0 7px 0 0;
}
div#nav{
	display: none;
}
div#search{
	display: none;
}
img#logo{
	float: left;
	margin: 20px 0 0 20px;
}
div#getintouch{
	color: #b0b0b0;
	float: right;
	font-family: "Microsoft Sans Serif", Arial, sans-serif;
	font-size: 15px;
	text-align: right;
	width: 300px;
}
div#getintouch span{
	color: #4b4b4b;
}
div.entry{
	background: url(/images/line.gif) left top repeat-x;
	padding: 10px 0 0 0;
}
div#content img{
	border: 4px solid #e5e5e5;
	margin: 0 0 20px 0;
}

/* lists */
ul#nav-primary{
	list-style: none;
}
ul#nav-primary li{
	display: inline;
	font-size: 12px;
	list-style: none;
}
ul#nav-primary a{
	color: #fff;
	float: left;
	font-weight: bold;
	margin: 0;
	padding: 3px 7px;
	text-align: center;
	text-decoration: none;
}
ul#nav-primary a.selected{
	background: #c50b0b;
}
ul#nav-primary a:hover{
	background: #888;
}

table#gallerycats a, div.homepanel div a{
	background: #d6d6d6 url(/images/icons/arrow.gif) 300px 50% no-repeat;
	border: 1px solid #c6c6c6;
	color: #c50b0b;
	display: block;
	font-size: 13px;
	font-weight: bold;
	margin: 0 0 1px 0;
	padding: 4px 7px;
}
div.homepanel div a{
	background: #d6d6d6 url(/images/icons/arrow.gif) 244px 50% no-repeat;
	font-size: 11px;
	font-weight: normal;
	margin: 0;
}
table#gallerycats a:hover, div.homepanel div a:hover{
	background: #c50b0b url(/images/icons/arrow.gif) 300px 50% no-repeat;
	border: 1px solid #c6c6c6;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
div.homepanel div a:hover{
	background: #c50b0b url(/images/icons/arrow.gif) 244px 50% no-repeat;
	font-weight: normal;
}
table#gallerycats{
	border: 10px solid #fff;
	margin: 10px 0;
	width: 100%;
}

#content ul, div.homepanelmiddle ul{
	background: url(/images/line.gif) 0 8px repeat-x;
	margin: 0 0 15px 0;
	padding: 15px 0 0 0;
	list-style: none;
}
div.homepanelmiddle ul{
	background: none;
	padding: 5px 0 0 0;
}
#content ul li, div.homepanelmiddle ul li{
	margin: 0;
	padding: 3px 0 3px 12px;
	background: url(/images/bullet-content.gif) 0 7px no-repeat;
}

/* gallery */
table#gallerythumbs{
	margin: 10px 0 6px 0;
}
table#gallerythumbs td{
	padding: 0 6px 0 0;
	vertical-align: top;
}
div.gallerythumb{
	background: url(/images/bg-thumb.gif) no-repeat;
	height: 85px;
	margin: 0;
	overflow: hidden;
	text-align: center;
	width: 127px;
}
div#content div.gallerythumb img, div.homepanel div.gallerythumb img{
	border: 0;
	margin: 0;
}
table#gallerythumbs h6{
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	font-size: 10px;
	min-height: 24px;
	margin: 8px 0;
	padding: 6px 0;
	width: 127px;
}

/*------------------------------------------------------------------
4. Colours
*/
a:link, a:visited{
	text-decoration: none;
	color: #c50b0b;
}
a:hover{
	text-decoration: underline;
	color: #c50b0b;
}
a:active{
	text-decoration: none;
	color: #c50b0b;
}
div#footer a{
	color: #444;
}

/*------------------------------------------------------------------
5. Typography
*/
h1{
	color: #444;
	font-family: "Franklin Gothic Heavy", "Franklin Gothic Medium", Arial, sans-serif;
	font-size: 36px;
	font-weight: normal;
}
h2{
	color: #c50b0b;
	font-family: "Franklin Gothic Medium", Arial, sans-serif;
	font-size: 17px;
	font-weight: normal;
}
div.homepanel h2, div.homepanelmiddle h2{
	color: #333;
}
h3, h4{
	color: #333;
	font-family: Arial, sans-serif;
	font-size: 12px;
	margin: 0 0 3px 0;
}
h4{
	color: #c50b0b;
}
p{
	line-height: 18px;
	margin: 0 0 20px 0;
}
p.homeintro{
	color: #c50b0b;
	font-family: "Franklin Gothic Medium", Arial, sans-serif;
	font-size: 15px;
}
p.summary{
	margin: 0;
}
div#content p.summary{
	margin: 0 0 20px 0;
}
p.summary span{
	background: #e8e8e8;
	color: #333;
	font-family: "Franklin Gothic Book", Arial, sans-serif;
	font-size: 17px;
	line-height: 23px;
}
div#footer p{
	margin: 0 0 10px 0;
}
p.date{
	color: #888;
	margin: 0;
}
address{
	background: #ffffee;
	border: 5px solid #f1f1e1;
	color: #8a8a75;
	font-size: 13px;
	line-height: 18px;
	margin: 0 0 20px 0;
	padding: 8px;
}

/*------------------------------------------------------------------
6. Forms
*/
form{
	display: none;
}