/* Start of CMSMS style sheet 'Fredrik Bjurklint' */
/*
	Fredrik Bjurklint
	Developed By David Millington 2010
	http://www.ninethree.co.uk
*/
body
	{
      /* font: normal 0.8em Tahoma, Verdana, Arial, Helvetica, sans-serif; */
      font: normal 12px Verdana, Arial, Helvetica, sans-serif;
		color: #a9a9a9;
		background: #000 url(images/site-template/bg.jpg) repeat-x scroll top left;
	}
	
div#pagewrapper
	{
		position: relative;
		width: 100%;
		z-index: 1;
	}

.fake-hr
   {
      min-width: 950px;
      width: 100%;
      padding: 0;
      margin: 0;
      border-top: 1px solid #b3b3b3;
   }

/* wiki style external links */
/* external links will have "(external link)" text added, lets hide it */
a.external span {
	position: absolute;
	left: -5000px;
	width: 4000px;
}
a.external {
/* make some room for the image, css shorthand rules, read: first top padding 0 then right padding 12px then bottom then right */
	padding: 0 12px 0 0;
}
/* colors for external links */
a.external:link {
	color: #fff;
/* background image for the link to show wiki style arrow */
	background: url(images/cms/external.gif) no-repeat 100% -100px;
}
a.external:visited {
	color: #a20101;
/* a different color can be used for visited external links */
/* Set the last 0 to -100px to use that part of the external.gif image for different color for active links external.gif is actually 300px tall, we can use different positions of the image to simulate rollover image changes.*/
	background: url(images/cms/external.gif) no-repeat 100% -100px;
}
a.external:hover {
	color: #a20101;
/* Set the last 0 to -200px to use that part of the external.gif image for different color on hover */
	background: url(images/cms/external.gif) no-repeat 100% 0;
	background-color: inherit;
}
/* end wiki style external links */
/* hr and anything with the class of accessibility is hidden with CSS from visual browsers */
.accessibility, hr {
/* absolute lets us put it outside the viewport with the indents, the rest is to clear all defaults */
	position: absolute;
	top: -9999em;
	left: -9999em;
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
	border: none;
}
/* ------------ Standard  HTML elements and their default settings ------------ */
strong {
	font-weight: bold;
}
p {
	padding: 0;
	margin-top: 0.5em;
    margin-bottom: 1em;
   text-align:left;
}
h1, h2, h3, h4, h5 {
	line-height: 1.6em;
	font-weight: normal;
	width: auto;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
/*default link styles*/
a {
	color: #fff;
	text-decoration: none;
	text-align: left;
}
a:hover {
	color: #a20101;
}
a:active {
	color: #a20101;
}
a:visited {
	color: #fff;
}
input, textarea, select {
	font-size: 0.95em;
}

/* ------------ Header ------------ */
#header
   {
      position: relative;
      /*top: 75px;*/
      top: 0px;
      width: 100%;
      height: 130px;
		z-index: 3;
   }

#logo
   {
      position: relative;
      top: 0px;
      left: 0px;
      z-index: 5;
   }

#logo a
   {
      width: 365px;
      height: 120px;
      display: block;
      /* this hides the text */
      text-indent: -9999em;
      background: url(images/site-template/logo.jpg) no-repeat top left;
   }

/* ------------ Footer ------------ */
#footer
   {
      width: 950px;
      margin: 15px auto 0 auto;
      text-align: center;
   }

#footer a
   {
      color: #6f6f6f;
      font-weight: bold;
   }

#footer a:hover {
	color: #a20101;
}
#footer a:active {
	color: #a20101;
}
#footer a:visited {
	color: #6f6f6f;
}

#footer p
   {
      margin: 5px 0px 0px 0px;
      padding: 0;
      text-align: center;
      color: #fcfafa;
   }

#footer p.small
   {
      margin: 5px 0px 0px 0px;
      padding: 0;
      font-size: 75%;
      text-align: center;
      color: #9b9a99;
   }

/* ------------ Content ------------ */
#content
   {
      position: relative;
      top: 0;
      left: 0;
      width: 950px;
      margin: 17px auto 0px auto;
		z-index: 2;
   }

/* Sits inside content and just spaces the footer out for while the swf is loading */

#bar {
	width: auto;
	height: 40px;
	padding-right: 1em;
	padding-left: 1em;
}

/* Site Title */
h1.title {
	font-size: 1.8em;
	color: #fff;
	margin-bottom: 0.5em;
}

/* ------------ Main (Right) ------------ */

.right49, .left49 {
	font-size: 0.85em;
	margin: 7px 5px 5px 10px;
	font-weight: bold;
}
.left49 span {
	display: block;
	padding-top: 1px;
}
.left49 a {
	font-weight: normal;
}
.right49 {
	height: 28px;
	width: 50px;
	padding-right: 10px;
	background: url(uploads/NCleanBlue/bull.png) no-repeat right top;
}
.right49 a, .right49 a:visited {
	padding: 7px 4px;
	display: block;
	color: #fff;
	height: 15px;
	background: url(uploads/NCleanBlue/bull.png) no-repeat  left top;
}
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	font-size: 1.4em;
	color: #fff;
}

div#content ul,
div#content ol,
div#content dl {
   position: relative;
   left: 20px;
	line-height: 1em;
	margin: 0em 0em 1.5em 0em;
}
div#content ul,
#footer ul {
	list-style: square;
}
div#content ul li,
div#content ol li {
	padding: 2px 2px 2px 2px;
}

/* definition lists topics on bold */
div#content dl dt {
	font-weight: bold;
	margin: 0 0 0 1em;
}
div#content dl dd {
	margin: 0 0 1em 1em;
}
div#content dl {
	margin-bottom: 2em;
	padding-bottom: 1em;
	border-bottom: 1px solid #c0c0c0;
}

/*
   Home page is split into 5 blocks.  1 Big one across the top and four below it.
*/
#pad-content
   {
      padding-left: 35px;
   }

#top-block
   {
      float: left;
      width: 880px;
      height: 310px;
      z-index: 1;
   }

.quad-block
   {
      float: left;
      width: 201px;
      height: 147px;
      border: 2px #737373 solid;
      margin-top: 20px;
      margin-right: 20px;
      text-align: center;
   }

.quad-block h1
   {
      width: 100%;
      height: 35px;
      font: normal 12px Tahoma, Verdana, Arial, Helvetica, sans-serif;
      line-height: 2.8em;
      border-bottom: 2px #737373 solid;
      text-align: center;
   }

.quad-block p
   {
      font: normal 10px Tahoma, Verdana, Arial, Helvetica, sans-serif;
      text-align: center;
      padding: 5px;
   }

.background-beige
   {
      background-color: #e2d1b6;
   }

.background-darkgrey
   {
      background-color: #666666;
      color: #fff;
   }

.background-yellow
   {
      background-color: #e0d499;
   }

.background-pink
   {
      background-color: #d2aac1;
      color: #fff;
   }

/*
   Other pages are split vertically with a big image on the left and page content down the right.
*/
#half-left
   {
      float: left;
      width: 490px;
   }

#half-right
   {
      float: left;
      width: 460px;
   }

/* ------------ END LAYOUT ---------------*/

/* ------------  Menu  ROOT  ------------ */
.page-menu
   {
      position: relative;
      width: 950px;
      /* height: 24px; */
      margin: 0 auto;
   }

/*************** End Menu *****************/
/* End of 'Fredrik Bjurklint' */

