/*----------------------------------------------------------
	THIS IS THE MAIN STYLESHEET FOR STUCTURAL AND LAYOUT CHANGES
	
	What this stylesheet **IS** for:
	
	1) The main styles relating to the major sections of the site for example the header div or the primary navigation. 
	2)If you are setting the default styles for  section for example #header a or #column_1 p then it would go in here
	
	What this stylesheet is **NOT** for:
	1) If you were adding styles to p or a tags that were outside these section default styles then they would go in the style_type.css file for example

-------------------------------------------------------*/

/*CHANGE LOG - Anytime this stylesheet is changed please add in a descriptive comment here together with the date*/

/*-------------------------------------------------------
[TABLE OF CONTENT]

(**PLEASE NOTE the although sometimes the order of the HTML element in a page may be in the same  as the TOC below a lot of times it may differ for example #image_container and primary naviagtion usually go within the header structrually within the HTML but dont have to depending on the structure of the site)

0.0 IMPORTS
	0.1 Reset
	0.2 Form

1.0 BODY
	1.1. Wrapper / #wrapper
	1.2. Container / #container

2.0 HEADER / #header 
	2.1 Container for the main page image / #image_container
	2.2 Primary Navigation / #navigation_primary
	2.3 Secondary Navigation / #navigation_secondary
	2.4 Local Navigation / #navigation_local

3.0 CONTENTS/ #content
	3.1. Column 1 / #column_1
	3.2. Column 2 / #column_2
	3.3. Column 3 / #column_3

4.0 FOOTER/ #footer

5.0 MISCELLANEOUS (Please update this )
	5.1 - Miscellaneous - Sidebox
	5.2 - Miscellaneous - Defaults styles
	
6.0 TABLES (Default styles and any others you want to add)

7.0 RECYCLE BIN (old CSS or disable CSS for testing)

-------------------------------------------------------*/

/* 0.0 - IMPORTS*/

	
/* 1.0 - BODY
------------------------------------------------------------*/
	
body {
	background-image: url(../Assets/repeat_header.jpg);
	background-repeat: repeat;
	background-position: 0px 0px;
	background-color: #46373d;
}

/* 1.1 - Body / Wrapper
------------------------------------------------------------*/

#wrapper {
}

/* 1.2 - Body / Container
------------------------------------------------------------*/

#container {
	position: relative;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
}	 
	 
/* 2.0 - HEADER
------------------------------------------------------------*/
	
#header {
	position: relative;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #706469;
	height: 121px;
}
#header_inner {
	background-image: url(../Assets/header.jpg);
	background-repeat: no-repeat;
	background-position: center 0px;
	width: 999px;
	position: relative;
	clip: rect(auto,auto,auto,auto);
	height: 121px;
	margin-right: auto;
	margin-left: auto;
}
#header span {
	display: none;
}

/* 2.1 - Header / Image Container
------------------------------------------------------------*/

#image_container {
	width: 999px;
	height: 405px;
}

/* 2.2 - Header / Primary Navigation
------------------------------------------------------------*/

#navigation_primary {
	margin-top: 40px;
	float: left;
	list-style-type: none;
	height: 30px;
	font-size: 12px;
	line-height: 30px;
	width: 960px;
}

#navigation_primary li {
	margin-right: 2px;
	text-align: center;
	float: left;
}
#navigation_primary li a {
	height: 30px;
	display: block;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}
#navigation_primary  li  a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #1d2643;
}

.nav01 a, .nav04 a, .nav05 a, .nav06 a {
	background-color: #5664a4;
	padding-right: 10px;
	padding-left: 10px;
	display: block;
}
.nav02 a {
	display: block;
	height: 30px;
	width: 77px;
	background-image: url(../Assets/dom.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.nav03 a {
	background-image: url(../Assets/com.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 30px;
	width: 92px;
}
#nav01 .nav01 a, #nav02 .nav02 a, #nav03 .nav03 a, #nav04 .nav04 a, #nav05 .nav05 a, #nav06 .nav06 a {
	color: #1d2643;
}

/* IE 6 Fix */

* html #navigation_primary li a {
	float: left;  
}


/* 2.3 - Header / Secondary Navigation
------------------------------------------------------------*/

#navigation_secondary {
	list-style-type: none;
	color: #5689f3;
	font-size: 12px;
	font-weight: bold;
}

#navigation_secondary li {
	float: left;
}
#navigation_secondary li a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#navigation_secondary li a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #5689f3;
}
.tab {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	padding-right: 10px;
	padding-left: 10px;
}
.tab_last {
	padding-left: 10px;
}

/* 2.4 - Header / Local Navigation
------------------------------------------------------------*/

#navigation_local {
}

#navigation_local li {
}

/* 3.0 - CONTENT
------------------------------------------------------------*/

#content {
	position: relative;
	height: 534px;
	background-image: url(../Assets/1px_centre.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #706469;
}
#content_inner {
	width: 999px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: 534px;
}
#content h1 {
	color: #FFFFFF;
	font-size: 24px;
	font-weight: normal;
	padding-top: 20px;
	margin-bottom: 10px;
}
#content p {
	font-size: 14px;
	line-height: 20px;
	margin-top: 10px;
	color: #ada6a9;
	margin-bottom: 20px;
}

/* 3.1 - Content / Column 1
------------------------------------------------------------*/

#column_1
 {
	float: left;
	width: 309px;
	margin-right: 20px;
}
#column_1   h2 {
	font-size: 20px;
	font-weight: normal;
	color: #FFFFFF;
}
#column_1    h3 {
	font-size: 18px;
	font-weight: normal;
	color: #979fc4;
	line-height: 24px;
}
#column_1  p {
	color: #979fc4;
	font-size: 13px;
	line-height: 18px;
	margin-top: 16px;
}
#column_1 .intro {
	font-size: 18px;
	line-height: 24px;
}
#column_1 a {
	font-weight: bold;
	color: #5689f3;
	text-decoration: none;
}
#column_1  a:hover {
	font-weight: bold;
	color: #5689f3;
	text-decoration: underline;
}
#column_1 .quote {
	font-size: 24px;
	font-style: italic;
	line-height: 30px;
	font-family: "Times New Roman", Times, serif;
	color: #979fc4;
	padding-left: 20px;
	background-image: url(../Assets/quote.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-top: 18px;
	margin-top: 0px;
}
.quote span {
	color: #5664a5;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	line-height: 50px;
}

/* 3.2 - Content / Column 2
------------------------------------------------------------*/

#column_2
 {
	float: left;
	width: 631px;
}
*html #column_2/* 3.2 - Content / Column 2
------------------------------------------------------------*/


 {
	margin-right: -3px;
}
#column_2   h1 {
	font-size: 18px;
	color: #FFFFFF;
	font-weight: normal;
}
#column_2  .intro {
	margin-top: 0px;
}
#column_2 a {
	font-weight: bold;
	text-decoration: none;
	color: #5689f3;
}
#column_2 a:hover {
	font-weight: bold;
	color: #5689f3;
	text-decoration: underline;
}
#column_2 p {
	color: #979fc4;
	font-size: 13px;
	line-height: 18px;
	margin-top: 16px;
}
#column_2 .click {
	text-transform: uppercase;
	font-weight: bold;
	color: #5689f3;
	font-size: 12px;
	margin-top: 0px;
}

/* 3.3 - Content / Column 3
------------------------------------------------------------*/

#column_3 {
}

/* 4.0 - FOOTER
------------------------------------------------------------*/

#footer {
	position: relative;
	font-size: 12px;
	line-height: 18px;
	color: #a7a0a3;
	width: 999px;
	padding-top: 20px;
	margin-right: auto;
	margin-left: auto;
}
#footer a {
	color: #a7a0a3;
	text-decoration: none;
	font-weight: bold;
}
#footer a:hover {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#footer   p {
	margin-bottom: 10px;
}
.footer_left {
	float: left;
	width: 602px;
}
.footer_right {
	width: 358px;
	float: left;
	text-align: right;
}
.call {
	background-image: url(../Assets/call.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-bottom: 36px;
	height: 19px;
	width: 358px;
}
.call span {
	display: none;
}
.nhbc {
	background-image: url(../Assets/nhbc_logo.gif);
	background-repeat: no-repeat;
	background-position: 185px 0px;
	height: 38px;
	padding-bottom: 10px;
}
.nhbc span {
	display: none;
}
	
/* 5.0 - MISCELLANEOUS
------------------------------------------------------------*/

/* 5.1 - Miscellaneous - Sidebox
------------------------------------------------------------*/

/* 5.2 - Miscellaneous - Default styles
------------------------------------------------------------*/

#content .hr {  }
	#content hr { display:none; }
	
.thumb_left {
	padding: 2px;
	float: left;
	border: 1px solid #CCCCCC;
	margin-right: 20px;
	margin-bottom: 14px;
	
}

.thumb_right {  
		padding: 2px;
	float: right;
	border: 1px solid #CCCCCC;
	margin-left: 20px;
	margin-bottom: 14px;
}
	
#gallery {
	width: 443px;
	font-size: 0px;
	line-height: 0px;
	margin-top: 20px;
}

#gallery a:link  img        {
	border: 5px solid #5664a4;
}

#gallery a:hover img {
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

#gallery li {
	float: left;
	margin-bottom: 11px;
}

.pad-right {
	margin-right: 11px;
}

/* 6.0 - TABLES - Default table styles
------------------------------------------------------------*/

#content table {
	width:100%;
	border-collapse:collapse;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	line-height: 19px;
	clear: both;
}

#content caption { color: #0060A6; font-weight: bold; font-size: 12px;
}

#content td {

	text-align:left;
	padding-top: 9px;
	padding-bottom: 9px;
	padding-left: 10px;
	border: 1px solid #999999;
		line-height: 21px!important;
}

#content th {
	padding-left: 10px;
	text-align:left;
	color:#fff;
	background-color: #0075CE;
	border: 1px solid #999999;
}

#content tr.even td { background-color: #EFEFEF;
}

#content tr.odd td { background-color: #FFFFFF;
}

#content td.empty, tr.odd td.empty, tr.even td.empty {background:#fff;
}
/* use this if you want to apply different styleing to empty table cells*/

/* 7.0 - RECYCLE BIN
------------------------------------------------------------*/

/*
Put old css in here:

*/
