@charset "utf-8";
/* CSS Layout Sheet for Castle Heslop */




/* Site Template Styles ************************************************************************************************/

* {
	margin: 0px;
	padding: 0px;
}

html {
	height: 100%;
}

#siteHeight { /* Hack for footer */
	min-height: 100%;
    position: relative;
}

* html #siteHeight { /* Hack for footer */
    height: 100%;
}

body {
	min-width: 960px;
	height: 100%;
	text-align: center; /* For IE */
	background: url(i/main-bg.gif);
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #CCCCCC;
}

div#site {
	height: 100%;
	text-align: left; /* Reset text alignment */
	margin: 0 auto;
}

div#headerBG {
	background: #000;
	border-bottom: 1px solid #FFF;
}

div#header {
	width: 960px;
	height: 79px;
	margin: 0 auto;
}




/* Navigation Menu Styles ************************************************************************************************/

div#navigation {
	margin-left: 340px;
	margin-top: -40px;
}

#navigation a {
	color: #939393;
	padding: 0px 10px;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

#navigation a:hover { 
    color: #ddd;
}

#navigation a.active {
	color: #ddd;
}

#navigation ul {
	list-style: none;
}

#menu > ul {
	position: relative;
}

#navigation li {
	margin: 0;
	float: left;
}

#menu ul ul {
	left: 0;
	right: 0;
	overflow: hidden;
	position: absolute;
	display: none;
}
#menu a:hover ~ ul, #menu li:hover ul, #menu ul ul:hover {
	display: block;
}

#navigation li li {
	margin-top: -2px;
	padding: 10px 0px;
}

#navigation .services { 
    margin-left: 13px; 
}

#navigation .about { 
    margin-left: 67px; 
}

/* Navigation Menu Styles ************************************************************************************************/




div#social {
	margin-left: 651px;
	margin-top: -45px;
}

#social img {
	margin-right: 10px;
}

#social .spacer {
	margin-right: 10px;
}

div#mainBG {
	border-top: 1px solid #000;
}

div#main {
	width: 960px;
	min-height: 300px;
	margin: 0 auto;
	margin-top: 20px;
	padding-bottom: 290px;
}

div#footerBG {
	background: url(i/footer-border.jpg);
	border-bottom: 1px solid #000;
}

div#footer {
	width: 960px;
	height: 219px;
	margin: 0 auto;
	margin-top: -270px;
	text-align: left; /* Reset text alignment */
	position: relative;
	z-index: 1;
}

#footer .box {
	width: 240px;
	height: 199px;
	float: left;
	margin-top: 20px;
	font-size: 11px;
}

#footer .box .title {
	color: #c1c1c1;
	font-size: 14px;
	font-weight: bold;
}

#footer .box p {
	line-height: 18px;
}

#footer img {
	margin-bottom: 4px;
}

div#copyrightBG {
	background: #000;
	border-top: 1px solid #FFF;
}

div#copyright {
	width: 960px;
	height: 49px;
	color: #3e3e3e;
	margin: 0 auto;
	text-align: left; /* Reset text alignment */
}

#copyright p {
	padding-top: 8px;
}

.clear {
	clear: both;
}

/* Site Template Styles ************************************************************************************************/




/* Index Styles ************************************************************************************************/

.column {
	width: 320px;
	margin-top: 20px;
	padding: 0px 10px;
	float: left;
}

.column img {
	margin-bottom: 10px;
}

.column p {
	padding: 0px 16px 0px 8px;
	line-height: 22px;
	text-align: justify;
}

.leftColumn {
	width: 240px;
	margin-top: 20px;
	padding: 0px 20px;
	float: left;
}

.leftColumn p {
	padding-right: 10px;
	line-height: 22px;
	text-align: justify;
}


/* Index Styles ************************************************************************************************/

/* Other Page Styles ************************************************************************************************/

.mainColumn {
	width: 660px;
	margin-top: 20px;
	padding: 0px 10px;
	float: left;
}

.mainColumn img {
	margin-bottom: 10px;
}

.mainColumn p {
	line-height: 22px;
}

/* Text Styles ************************************************************************************************/

h1 {
	color: #c1c1c1;
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: normal;
}

h2 {
	color: #c1c1c1;
	font-size: 14px;
	font-weight: bold;
}

.h2 {
	color: #c1c1c1;
	font-size: 14px;
	font-weight: bold;
}

a {
	color: #990000;
	text-decoration: none;
}
	
/* Text Styles ************************************************************************************************/

/* Contact Form Styles ************************************************************************************************/
#contactform { margin:0; padding:5px 10px; }
#contactform * { color:#F00; }
#contactform ol { margin:0; padding:0; list-style:none; }
#contactform li { margin:0; padding:0; background:none; border:none; display:block; clear:both; }
#contactform li.buttons { margin:5px 0 5px 0; clear:both; }
#contactform label { margin:0; width:100px; display:block; padding:10px 0; color:#c1c1c1; font: normal 12px Arial, Helvetica, sans-serif; text-transform:capitalize; float:left; }
#contactform label span { color:#F00; }
#contactform input.text { width:450px; border:1px solid #000; margin:2px 0; padding:5px 2px; height:16px; background:#282828; float:left; }
#contactform textarea { width:450px; border:1px solid #000; margin:2px 0; padding:2px; background:#282828; float:left; }
#contactform li.buttons input { padding:3px 0 3px 455px; margin:10px 0 0 0; border:0; color:#FFF; float:left; }
textarea{ resize:none } 

/* Contact Form Styles ************************************************************************************************/