/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*
	960 Grid System ~ Core CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Containers
----------------------------------------------------------------------------------------------------*/

.container_12,
.container_16 {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

/* `Grid >> Global
----------------------------------------------------------------------------------------------------*/

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12,
.grid_13,
.grid_14,
.grid_15,
.grid_16 {
	display: inline;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}

.container_12 .grid_3,
.container_16 .grid_4 {
	width: 220px;
}

.container_12 .grid_6,
.container_16 .grid_8 {
	width: 460px;
}

.container_12 .grid_9,
.container_16 .grid_12 {
	width: 700px;
}

.container_12 .grid_12,
.container_16 .grid_16 {
	width: 940px;
}

/* `Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.alpha {
	margin-left: 0;
}

.omega {
	margin-right: 0;
}

/* `Grid >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .grid_1 {
	width: 60px;
}

.container_12 .grid_2 {
	width: 140px;
}

.container_12 .grid_4 {
	width: 300px;
}

.container_12 .grid_5 {
	width: 380px;
}

.container_12 .grid_7 {
	width: 540px;
}

.container_12 .grid_8 {
	width: 620px;
}

.container_12 .grid_10 {
	width: 780px;
}

.container_12 .grid_11 {
	width: 860px;
}

/* `Prefix Extra Space >> Global
----------------------------------------------------------------------------------------------------*/

.container_12 .prefix_3,
.container_16 .prefix_4 {
	padding-left: 240px;
}

.container_12 .prefix_6,
.container_16 .prefix_8 {
	padding-left: 480px;
}

.container_12 .prefix_9,
.container_16 .prefix_12 {
	padding-left: 720px;
}

/* `Prefix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .prefix_1 {
	padding-left: 80px;
}

.container_12 .prefix_2 {
	padding-left: 160px;
}

.container_12 .prefix_4 {
	padding-left: 320px;
}

.container_12 .prefix_5 {
	padding-left: 400px;
}

.container_12 .prefix_7 {
	padding-left: 560px;
}

.container_12 .prefix_8 {
	padding-left: 640px;
}

.container_12 .prefix_10 {
	padding-left: 800px;
}

.container_12 .prefix_11 {
	padding-left: 880px;
}

/* `Suffix Extra Space >> Global
----------------------------------------------------------------------------------------------------*/

.container_12 .suffix_3,
.container_16 .suffix_4 {
	padding-right: 240px;
}

.container_12 .suffix_6,
.container_16 .suffix_8 {
	padding-right: 480px;
}

.container_12 .suffix_9,
.container_16 .suffix_12 {
	padding-right: 720px;
}

/* `Suffix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .suffix_1 {
	padding-right: 80px;
}

.container_12 .suffix_2 {
	padding-right: 160px;
}

.container_12 .suffix_4 {
	padding-right: 320px;
}

.container_12 .suffix_5 {
	padding-right: 400px;
}

.container_12 .suffix_7 {
	padding-right: 560px;
}

.container_12 .suffix_8 {
	padding-right: 640px;
}

.container_12 .suffix_10 {
	padding-right: 800px;
}

.container_12 .suffix_11 {
	padding-right: 880px;
}

/* `Suffix Extra Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/


/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/* Leeming Lodge CSS ================================================
www.fcswebsites.co.uk
*/

body {
	background: url(../images/bg.jpg) top center no-repeat #2F5471;
	color:#6b2d21;
	font-family: Georgia, times, serif;
	font-size: 13px;
}

h1 {
	font-weight:normal;
	line-height: 100%;
	text-shadow: 1px 1px 1px #fff;
	text-align: left;
}

a {
	color:#678126;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:focus {
	outline: 0;
}

blockquote {
	font-style: italic;
	margin: 0 20px 20px 20px;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

h1 {
	font-size: 22px;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 18px;
}

ol {
	list-style: decimal;
}

ul {
	list-style: square;
}

li {
	margin-left: 30px;
}

p,
dl,
hr,
h1,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 15px;
}	
	
.img-bg {
	background: url(../images/bg-image-box.png) top center no-repeat transparent;
	padding:10px;
	width:240px;
}

#wrapper {
	margin:-30px auto 0 auto;
	width:800px;
}

#header {
	height:100px;
	margin:0 auto;
	padding-top:40px;
	width:800px;
}

#logo {
	position:relative;
	z-index:999;
}

#top-border {
	background: url(../images/bg-paper-top.png) top left no-repeat transparent;
	height:40px;
	width:800px;
}

#nav1 {
	background: url(../images/bg-paper-nav-left.png) top left no-repeat transparent;
	display:inline;
	float:left;
	font-size:12px;
	min-height:450px;
	width:200px;
}

#nav1-inner {
	background: url(../images/bg-paper-nav-main.jpg) top left no-repeat transparent;
	margin-left:35px;
	height:490px;
	min-height:490px;
	width:170px;
}

#nav1 ul {
	font-size:1.2em;
	list-style: none;
	margin:0 0 15px 0;
	padding:0 0 0 10px ; 
}

#nav1 ul li {
	border-bottom:1px solid #CC9933;
	margin:0;
	padding:6px 0;
	width: 150px;
}

#nav1 ul li a {
	color:#6b2d21;
	display:block;
	text-decoration: none;
}

#nav1 a:hover {
	color:#335873;
}

#nav1-logos {
	padding:0 0 0 10px;
	z-index:999;
}

a.link-dh {
	background: url(../images/logo-dh-sprite.png) 0px -109px no-repeat transparent;
	display:block;
	height:108px;
	margin:0;
	width:100px;
}

a.link-dh:hover {
	background: url(../images/logo-dh-sprite.png) 0px 0px no-repeat transparent;
	display:block;
	height:108px;
	width:100px;
}

a.link-3c {
	background: url(../images/logo-3c-sprite.png) 0px -116px no-repeat transparent;
	display:block;
	height:115px;
	width:100px;
}

a.link-3c:hover {
	background: url(../images/logo-3c-sprite.png) 0px 0px no-repeat transparent;
	display:block;
	height:115px;
	width:100px;
}

#nav1-bottom {
	background: url(../images/bg-paper-nav-bot.png) top left no-repeat transparent;
	height:35px;
	width:200px;
}

#content {
	background: url(../images/bg-paper-content-wrap.png) top right repeat-y transparent;
	display:inline;
	float:left;	
	line-height: 130%;
	margin-left:-10px;
	position:relative;
	text-align: left;
	width:360px;
}

#content-inner {
	background: url(../images/bg-paper-content-main.jpg) top left repeat-y transparent;
	min-height:500px;
	margin-left:10px;
	padding:10px 50px 15px 15px;
	width:290px;
}

#content-footer {
	background: url(../images/bg-paper-content-bot.png) top left no-repeat transparent;
	height:15px;
	margin-left:-25px;
	position:absolute;
	bottom:-15px;
	width:530px;
}

#sidebar2 {
	color:#fff;
	display:inline;
	float:left;
	margin-left:-30px;
	margin-top:-40px;	
	position:relative;
	width:260px;
}

#sidebar2 a {
	color:#fff;	
}

#sidebar-contact {
	display:inline;
	float:right;
	margin-right:10px;
	text-align: right;
}

#sidebar-contact p {
	margin-bottom:1px;
}

.telephone {
	font-size:35px;
	line-height:35px;
	padding-left:24px;
}

.email {
	font-size:12px;
}

#footer {
	display:inline;
	float:right;
	font-size:12px;
	line-height:130%;
	margin-right:10px;
	text-align:right;
	width:220px;
}

/* FORM STUFF */

form div {
	clear:both;
	margin-bottom: 5px;
}

.form-field {
	clear:both;	
}

#warning  {
	background: #990000;
	color:#fff;
	display:none;
	font-weight:bold;
	margin-bottom:10px;
	padding:5px 10px;
	
}

label {
	clear:both;
	float: left;
	text-align: left;
	width: 90px;
}

label.error {
	color:#990000;
	clear:both;
	margin-left:90px;
	margin-bottom:5px;
	width:auto;
}

input, textarea {
	border: 1px solid #B68055;
	font-family: tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:5px; 
	width: 180px;
}

textarea {
	font-family: tahoma, Arial, Helvetica, sans-serif;
	height:80px;
	padding:5px;
}

#submit {
	border:1px solid #678126;
	background: #678126;
	color:#fff;
	padding:5px;
	width:auto;
}

p.left {
	text-align: left;
}


