/****************************************************************************************************
Author	:	Christopher Robinson
Date		:	Friday, July 26th 2006
Website	:	http://www.EDG3.co.uk/
****************************************************************************************************/

/****************************************************************************************************
Begin Miscellaneous
****************************************************************************************************/
* {
	margin: 0;
	padding: 0;
}
img {
	border: 0;
}
a {
	text-decoration: none;
	color: #9C0;
}
a:hover {
	text-decoration: none;
	color: #555;
}
/****************************************************************************************************
Begin Body
****************************************************************************************************/
body {
	background: #FFF;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif, "bitstream vera sans";
	color: #666;
}
/****************************************************************************************************
Begin Navigation
****************************************************************************************************/
#navigationcontainer {
	width: 100%;
	background: #323232;
}
#navigationshadow {
	margin: 0 auto;
	width: 850px;
	background: #999999 url('img/navigation.jpg') repeat-y;
}
#navigation {
	background: url('img/logo.jpg') left no-repeat;
	margin: 0 auto;
	width: 800px;
	height: 100px;
	border-left: 1px solid #BBB;
	border-right: 1px solid #BBB;
	list-style-type: none;
	list-style-image: none;
}
#navigation li {
	border-right: 1px solid #555;
	float: right;
	height: 100px;
	width: 75px;
	list-style-type: none;
	list-style-image: none;
}
#navigation a {
	color: #FFF;
	display: block;
	height: 50px;
	width: 75px;
	line-height: 50px;
	padding: 50px 0 0;
	text-align: center;
}
#navigation a:hover {
	background: #FFF;
	color: #111;
}
#navigation .active {
	background: #FFF;
	color: #111;
}
/****************************************************************************************************
Begin Content
****************************************************************************************************/
#contentcontainer {
	width: 100%;
	background: #FFF;
}
#contentshadow {
	margin: 0 auto;
	width: 850px;
	background: #FFF url('img/content.jpg') repeat-y;
}
#content {
	margin: 0 auto;
	width: 550px;
	padding: 10px 240px 10px 10px;
	background: #FFF;
	line-height: 150%;
	border-left: 1px solid #BBB;
	border-right: 1px solid #BBB;
	letter-spacing: -1px;
}
#content span {
	color: #92B713;
}
#content h1 {
	font-size: 125%;
	border-bottom: 1px solid #CCC;
	padding-bottom: 5px;
}
#content h2 {
	color: #CCC;
	font-size: 120%;
	text-align: right;
}
#content h2 span {
	color: #92B713;
}
#content h3 {
	color: #CCC;
	font-size: 120%;
	padding-top: 15px;
	text-align: right;
}
.about ul {
	padding: 10px;
}
.about li {
	list-style: circle;
	margin-left: 10px;
}
#contentright {
	border-left: 1px solid #BBB;
	padding-left: 10px;
	float: right;
	position: absolute;
	width: 209px;
	margin-left: 561px;
}
#contentright h2 {
	padding: 5px 0px;
	background: #FFF;
	text-align: right;
	font-size: 110%;
	font-weight: 400;
	letter-spacing: 0px;
	color: #000;
	border-bottom: 0;
}
#contentright li {
	list-style-type: none;
}
.sidebar {
	width: 210px;
}
.sidebar ul {
	list-style-type: none;
	letter-spacing: -1px;
}
.sidebar a {
	display: block;
	padding: 3px;
	width: 204px;
	border-bottom: 1px solid #E9E9E9;
	text-align: right;
}
.sidebar a:hover {
	background: #DDD;
	color: #000;
}
/****************************************************************************************************
Begin Footer
****************************************************************************************************/
#footercontainer {
	width: 100%;
	background: #323232;
}
#footershadow {
	margin: 0 auto;
	width: 850px;
	background: #999 url('img/footer.jpg') repeat-y;
}
#footer {
	margin: 0 auto;
	width: 800px;
	height: 100px;
	border-left: 1px solid #BBB;
	border-right: 1px solid #BBB;
}
#footer p {
	color: #FFF;
	padding: 15px 15px 0 15px;
	text-align: center;
}
#footer span {
	color: #9C0;
}