/*-------------------------------------------------------------
Style Sheet 

Version: 1.1
Author: Alternet Solutions Ltd
email: webmaster@alternetsolutions.co.uk
website: http://www.alternetsolutions.co.uk/
-------------------------------------------------------------*/

/*Body*/

body {
	margin: 0;
	padding: 0;
	font-size: x-small; /* IE5 Win */
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	font-size: small; /*for compliant browsers*/
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: #8F5E99;
	color: inherit;
	}
html>body { /* be nice to Opera */
	font-size: small;
	}
	
#wrapper {
	width: 760px;
	margin: 0 auto;
	text-align: left;
    }

#bg-wrap {
	float: left;
	width: 760px;
	/*height: 720px;*/
	height: 100%;
	background: url(images/content/content-bg.gif) no-repeat top left;
	}
	
/*Header*/

#header {
	width: 100%;
	height: 130px;
	}

#header h1 {
	float: right;
	margin: 0;
	padding: 125px 60px 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: 600;
	color: #ddd;
	background-color: inherit;
	}
	
/*NAV*/

#sideBar {
	float: left;
	margin: 0px 0 0 7px;
	width: 143px;
	/*height: 579px;*/
	/*background: url(images/sideBar/sideBar-bg.gif) no-repeat;*/
	}

ul#nav {
	margin: 18px 0 0 0;
	padding: 0;
	list-style: none;
	}

ul#nav li {
	margin: 0;
	padding: 4px 8px;
	}

ul#nav li a {
	text-decoration: none;
	color: #ddd;
	background-color: inherit;
	}

ul#nav li a:hover {
	text-decoration: underline;
	color: #9f9191;
	background-color: inherit;
	}
	
.logo-NCH {
	margin: 10px 0 0 -14px;
	padding: 0;
	}
	
/*Content*/

#content {
	float: right;
	width: 610px;
	font-size: 85%;
	line-height: 1.5em;
	color: #333;
	background-color: inherit;
	}

#content p {
	margin: 10px 0 0 0;
	padding: 0;
	}

h2 {
	margin: 0;
	padding: 2px 0;
	font-size: 130%;
	}

img.dc {
	padding: 0 7px 4px 0;
	float: left;
	}

p.list-head {
	font-weight: bold;
	text-decoration: underline;
	font-size: 85%;
	}

#content p span {
	font-style: italic;
	font-weight: 600;
	}

.topLeftBox {
	float: left;
	margin: 0;
	padding: 0;
	width: 250px;
	}

.topRightBox {
	margin: 0;
	padding: 0;
	float: right;
	width: 260px;
	}

.bottomRightBox {
	float: left;
	margin: 0;
	padding: 20px 0 0 50px;
	width: 235px;
	}

.areas-left {
	margin: 0;
	padding: 0;
	list-style: none;
	}

.areas-right {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#lowerContent {
	float: right;
	width: 100%;
	}

/*************FORM**************/

form#enquiry {
	width: 400px;
	}
	
label {
	display: block;
	}

input#send {
	background-color: #aaaabb;
	color: inherit;
	}

/*Gutters*/

#content .gutter {
	padding: 25px;
	}

#sideBar .gutter {
	padding: 25px;
	}

#lowerContent .gutter {
	padding: 25px;
	}

/*Footer*/
	
#footer {
	clear: both;
	width: 100%;
	padding: 5px 10px;
	}
#footer p {
	margin: 0;
	text-align: center;
	font-size: 85%;
	color: #333;
	background-color: inherit;
	}

#footer a {
	color: #333;
	background-color: inherit;
	text-decoration: none;
	}

#footer a:hover {
	color: #333;
	background-color: inherit;
	text-decoration: underline;
	}

/* Hide from IE/Mac \*/
#footer { height: 1%; }
/* End hide from IE/Mac */

/* Hide from IE/Mac \*/
* html #footer { height: 1%; }
/* End hide from IE/Mac */

