/*---------------------------------------------------------------*\
|                                                                 |
|    North Bournemouth CSS                                        |
|    Crafted at Oast One by James Marett, June 2009               |
|                                                                 |
|    IMPORTANT NOTES:                                             | 
|    blue: #022B55                                                |
|                                                                 |
\*---------------------------------------------------------------*/

/*-- General --*/

body {
	margin: 40px 0 10px 0;
	
	background: url(../images/background.jpg) repeat-x top center #022B55;
	/*font-size: 62.5%;*/
}

/*-- Fonts --*/

body {
	font-family: Arial, Helvetica, sans-serif;
}
#menu,
#pagetitle h2,
#footer,
#content h2,
#content h3,
#content h4,
#sidebar .panel h3
{
	font-family: Plantin, "Plantin std", "Plantin", "Baskerville", Georgia, "Times New Roman", serif; 
}

#pageholder {
	width: 900px;
}

#headerholder {
	text-align: left;
	width: 900px;
	height: 192px;
	background: url(../images/top_bg.jpg) no-repeat top left;
}
#headertitle {
	height: 72px;
}
#headertitle h1 {
	display: none;
}

#menu {
	padding-left: 180px;
}
#menu a {
	/*margin-right: 30px;
	color: #022B55;
	text-decoration: none;*/
}

#pagetitle {
	height: 35px;
	padding-left: 20px;
}
#pagetitle h2 {
	color: #022B55;
	font-size: 24px;
	font-weight: normal;
	line-height: 35px;
}

#contentholder {
	background: #fff url(../images/sidebar_bg.gif) repeat-y top right;
	min-height: 300px;
}
#tree {
	background: url(../images/tree.gif) no-repeat bottom right;
	min-height: 300px;
}

#content {
	float: left;
	padding: 20px 0 40px 20px;
	width: 660px;
	text-align: left;
	color: #333;
	font-size: 14px;
	line-height: 20px;
}
#content .line {
	border-bottom: #022B55 solid 1px;
	height: 1px;
}
#content h2 {
	font-size: 18px;
	color: #022B55;
	border-bottom: #022B55 solid 1px;
	font-weight: normal;
	padding-bottom: 2px;
}
#content h3 {
	font-size: 18px;
	color: #022B55;
	font-weight: normal;
}
#content h4 {
	font-size: 16px;
	color: #022B55;
	font-weight: normal;
}
#content a {
	color: #022B55;
	text-decoration: none;
}
#content a:hover {
	text-decoration: underline;
}
#content input, #content textarea {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	margin-top: 2px;
}
#content .pagebox {
	background: url(../images/page_box_bg.gif) top center no-repeat #EBEFF6;
}
#content .pageboxbottom {
	background: url(../images/page_box_bottom.gif) center bottom no-repeat;
	padding: 10px;
}
#content .pageboxbottom h4 {
	background: url(../images/page_box_bottom.gif) center bottom no-repeat;
	margin-top: 5px;
}
#content .pageboxbottom p {
	margin-bottom: 5px;
}
#content .ziplink,
#content .pdflink,
#content .linklink,
#content .doclink
{
	padding-left: 22px;
	font-weight: bold;
}
#content .ziplink {
	background: url(../images/zip_icon.gif) no-repeat left;
}
#content .pdflink {
	background: url(../images/pdf_icon.gif) no-repeat left;
}
#content .linklink {
	background: url(../images/link_icon.gif) no-repeat left;
}
#content .doclink {
	background: url(../images/doc_icon.gif) no-repeat left;
}
#content .acrobat {
	border-top: 1px solid #ddd;
	font-size: 10px;
}
#content .acrobat p {
	margin-top: 7px;
	margin-bottom: 7px;
	line-height: 13px;
}
#content .tabler {
	background: #EBEFF6;
}
#content .tabler td {
	border-bottom: 1px solid #fff;
}
#content .tabler .tabletop {
	background: #022B55;
	color: #fff;
	font-weight: bold;
}

#sidebar {
	float: right;
	width: 180px;
	padding: 20px 10px 240px 0;
	text-align: left;
}
#sidebar .panel {
	border-bottom: 1px solid #022B55;
	border-top: 2px solid #022B55;
	background: #fff;
	padding: 5px 10px;
	color: #333;
	font-size: 13px;
}
#sidebar .panel h3 {
	margin: 0;
	margin-bottom: 5px;
	font-size: 18px;
	font-weight: normal;
	color: #022B55;
	text-align: center;
}
#sidebar .panel ul {
	padding: 0;
	margin: 0;
	list-style: none;
	border-top: 1px solid #eee;
}
#sidebar .panel li {
	padding: 5px 0;
	border-bottom: 1px solid #eee;
}
#sidebar .panel li a {
	padding-top: 5px;
	display: block;
}
#sidebar a {
	color: #022B55;
	text-decoration: none;
}
#sidebar a:hover {
	text-decoration: underline;
}

#footer {
	background: #C4D0E5 url(../images/bottom.gif) bottom center no-repeat;
	height: 50px;
	font-size: 14px;
	line-height: 18px;
}

#copyright {
	padding: 10px 0;
	font-size: 10px;
	color: #fff;
}
#copyright a {
	text-decoration: none;
	color: #fff;
}

.clearer {
	height: 0px;
	clear: both;
}