@charset "utf-8";

/*
Colour Palette

Browser page:				#4d5b6e	(background surrounding site pages)
Sidebar bg:					#333333 (background for left/right columns)
Header bar:					#c3973e (warming colour used in header bar & elsewhere)
Feature title bg:		#63788c (background for feature titles)
Item titles:				#614b1e (titles of items in main content area)
Main content bg:	 	#cccccc (background for content area of page)
Main content txt:		#4e3c18 (text color for content area of page)
Footer bg:					#666666 (background color for footer bar)
*/

body  {
	font:100% Verdana, Arial, Helvetica, sans-serif;
	font-size:.8em;
	background:url(../images/body_bg.png) repeat-x top left;
	padding:0;
	text-align:center;
	overflow:scroll;
}
p {
	margin:0;
	padding:.5em 0 .5em 0;
	text-align:justify;
}
p a:link, p a:visited {
	color:#614b1e;
}
p a:hover {
	color:#c3963c;
}
img {
	border:0;
}
h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:26px;
	color:#614b1e;
} 
h2 {
	border-bottom:1px solid #614b1e;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:1.4em;
	color:#614b1e;
	padding-top:8px;
	clear:both;
}
h2 a:link, h2 a:visited {
	color:#614b1e;
	text-decoration:none;
}
h2 a:hover {
	color:#c3963c;
}
h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:1.2em;
	color:#614b1e;
}
h3 a:link, h3 a:visited {
	color:#614b1e;
	text-decoration:none;
}
h3 a:hover {
	color:#c3963c;
}
h4 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:1em;
	color:#614b1e;
}
h4 a:link, h4 a:visited {
	color:#614b1e;
	text-decoration:none;
}
h4 a:hover {
	color:#c3963c;
}
.container { 
	width:960px;
  margin:0 auto;
  text-align:left;
	background:#cccccc url(../images/ncc_maincontent_background.jpg) repeat-y bottom left;
} 
.headerimage {
	float:left;
	margin:0 auto;
	height:133px;
}
/* leftcol: the left-hand column of the page */
.leftcol {
	float:left;
	width:200px;
	color:#dddddd;
}
.leftcol ul {
	margin:0;
	padding:0;
	list-style:none;
}
.leftcol li {
	margin-bottom:0.3em;
	border-bottom:1px solid #dddddd;
}
.leftcol a:link, .leftcol a:visited {
	color:#dddddd;
	text-decoration:none;
}
.leftcol a:hover {
	color:#63788c;
}
/* rightcol: the right-hand column of the page */
.rightcol {
	float:left;
	width:200px;
	color:#dddddd;
}
.rightcol a:link, .rightcol a:visited {
	color:#dddddd;
	text-decoration:none;
}
.rightcol a:hover {
	color:#63788c;
}
/* featuretitle: title for each section of left & right columns */
.featuretitle {
	margin:0;
	padding:10px 0px 8px 6px;
	color:#ffffff;
	background:url(../images/ncc_feature_title_bg.jpg) repeat-x top left;
	font-weight:bold;
	font-size:1em;
}
.featuretitle a:link, .featuretitle a:visited {
	color:#ffffff;
}
.featuretitle a:hover {
	color:#cccccc;
}
.featuretitlered {
	margin:0;
	padding:10px 0px 8px 6px;
	color:#ffffff;
	background:url(../images/ncc_feature_title_bg_red.jpg) repeat-x top left;
	font-weight:bold;
	font-size:1em;
}
.featuretitlered a:link, .featuretitlered a:visited {
	color:#ffffff;
}
.featuretitlered a:hover {
	color:#cccccc;
}
/* featurebox: content of each section of left & right columns */
.featurebox {
	margin:0;
	padding:12px 10px 8px 10px;
	font-size:x-small;
	color:#dddddd;
	background-color:#333333;
}
.nopad {
	padding:0;
}
/* maincontent: the center column, main content delivery section */
.maincontent {
	background:#cccccc url(../images/maincontent_head_bg_80px.jpg) repeat-x top left;
	width:520px;
	float:left;
	margin:0 0 25px 0px;
	padding:0 20px 10px 20px;
	color:#614b1e;
	background-color:#cccccc;
}
.footer { 
	padding:15px;
	color:#dddddd;
	background-image:url(../images/footer_bg.jpg);
	clear:both;
} 
.footer p {
	text-align:center;
	color:#dddddd;
}
.footer a:link, .footer a:visited {
	color:#dddddd;
}
.footer a:hover {
	color:#ffffff;
}
.float_right { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float:right;
	margin:.3em 0 .2em 10px;
}
.float_left { /* this class can be used to float an element left in your page */
	float:left;
	margin:.3em 10px .2em 0;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
		clear:both;
    height:0;
    font-size:1px;
    line-height:0px;
}
.breadcrumbs {
	padding:0 0 8px 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:.8em;
	color:#614b1e;
}
.breadcrumbs a {
	color:#614b1e;
}
.breadcrumbs a:hover {
	color:#c3963c;
}
