/* CSS Document */

#container {
	width: 840px;
	margin: 0 auto;
	line-height:1.2;
	}

body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(images/pageheader-bkg.png) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

h1, h2, h3 {
	margin: 0;
	font-weight: bold;
	color: #85C329;
}

h1 {
	font-size: 155%;
}

h2 {
	font-size: 133%;
}

h3 {
	font-size: 100%;
	font-weight: bold;
}

p, ol, ul {
	line-height: 160%;
}

p {
}

ol {
}

ul {
}

blockquote {
	margin: 0;
	padding-left: 20px;
	font-style: italic;
	color: #888888;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #6699FF;
}

blockquote * {
	line-height: 120%;
}

a {
	color: #339966;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 15px;
}

hr {
	display: none;
}

/* Header */

#pageHead {
	width: 840px;
	height: 72px;
	position: relative;
	left: 0px;
	top: 0px;	
}

/* Logo */

#logo {
	width: 800px;
	margin-top: 10px;
	margin-bottom: 22px;
}

#logo h1, #logo h2, #logo h3 {
	margin: 0;
	padding-left: 10px;
	font-weight: normal;
	color: #fff;
}

#logo h1 {
	font-weight: bold;
	font-size: 180%;
}

#logo h2 {
	font-size: 140%;
}

#logo h3 {
	font-size: 110%;
}


#logo a {
	text-decoration: none;
	color:#888;
}

/* Section Menu */

#sectionmenu {
	float: right;
}

#sectionmenu ul {
	margin: 0;
	padding: 10px 0 0 0;
	list-style: none;
	line-height: normal;
}

#sectionmenu li {
	display: inline;
}

#sectionmenu a {
	padding: 0 10px;
	text-decoration: none;
	font-size: 92%;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ccc;
}

#sectionmenu a:hover {
	text-decoration: underline;
}

#sectionmenu .first a {
	border: none;
}

/* Main Headers */

#headerBar {
	width: 840px;
	height: 195px;
	margin: 0 auto;
	background-image: url(images/headerpic.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
	left: 0px;
	top: 0px;
}

#navbar {
}

#navbar ul {
	padding:156px 0 0 0;
	}
	
#navbar li {
	list-style: none;
	text-align:center;
	display: block;
	width: auto;
	min-width:95px;
	float: left;
	border-width: 0 1px 0 0px;
	border-style: solid;
	border-color: #efefef;
}

#navbar a {
	display: block;
	padding:5px 15px;
	text-decoration: none;
	font-size: 100%;
	font-weight: bold;
	color: #FFFFFF;
}
	
#navbar a:hover {
	color: #FFF;
	background-color: #336699;
}


#strapline {
	float: right;
	width: 280px;
	height: auto;
}

#strapline h4{
	font-size:130%;
	color:#000;
	text-align:right;
	font-family: Arial, Helvetica, sans-serif;
	padding-top:0px;
	font-weight: 400;
	font-style: normal;
}
/* Menu */

#menu {
	float: left;
}

#menu ul {
	margin: 0;
	padding: 180px 0 0 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	background: url(images/img05.gif) repeat-x;
	padding:0px 20px;
	text-decoration: none;
	font-size: 100%;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: underline;
}

#menu .first a {
	background: none;
}



/* Page */

#page {
	width: 840px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 30px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
	}

/* Full Width Content */

#Column {
	float: left;
	width: 840px;
	padding-left: 10px;
}

#Column ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

#Column ul li {
	padding-left: 15px;
	background: url(images/bullet.png) no-repeat 0 8px;
}

#Column ol {
	margin-left: 0;
	padding-left: 0;
	list-style: lower-alpha inside;
}


/* Column Layout Content */

#ColumnedPageContent {
	float: left;
	width: 580px;
	padding-left: 10px;
}

#ColumnedPageContent ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

#ColumnedPageContent ul li {
	padding-left: 15px;
	background: url(images/bullet.png) no-repeat 0 8px;
}

#ColumnedPageContent ol {
	margin-left: 0;
	padding-left: 0;
	list-style: lower-alpha inside;
}

.title {
	padding: 3px 0;
	font-weight:bold;
}

.ColumnedPageContent {
	padding: 20px;
	background: url(http://www.brac-roofing.co.uk/images/article-shading.png) no-repeat;
}

.Column {
	padding: 20px;
	background-image: url(images/article-shading.png);
	background-repeat: no-repeat;
}

.twocols {
}

.twocols .col1 {
	float: left;
	width: 260px;
}

.twocols .col2 {
	float: right;
	width: 260px;
}

.threecols {
}

.threecols .col1 {
	float: left;
	width: 255px;
}

.threecols .col2 {
	float: left;
	padding-left: 15px;
	width: 255px;
}

.threecols .doublecol {
	float: left;
	width: 510px;
}

.threecols .treblecol {
	float: left;
	width: 830px;
}

.threecols .col3 {
	float: right;
	width: 255px;
}

/* Right Column */

#rightcolumn {
	float: right;
	width: 220px;
	margin-right:10px;
}


#rightcolumn ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#rightcolumn li {
	margin-bottom: 20px;
	background: #E6E6E6 url(images/img07.gif) no-repeat right bottom;
}

#rightcolumn li ul {
	padding: 10px 20px;
	font-size: 92%;
}

#rightcolumn li li {
	margin: 0;
	padding: 5px 0;
	background: none;
	border-top: 1px dotted #CDCDCD;	
}

#rightcolumn h2 {
	height: 30px;
	margin: 0;
	padding: 6px 0 0 10px;
	background: url(images/img06.gif) no-repeat;
	font-size: 110%;
	font-weight: bold;
	color: #145997;
	text-align: center;
}

#rightcolumn h3 {
	margin: 0;
}

#rightcolumn p {
	margin: 0;
	line-height: normal;
}

#rightcolumn a {
	text-decoration: underline;
}

#rightcolumn a:hover {
	text-decoration: underline;
}

#rightcolumn .first {
	border: none;
}



/* Footer */

#contact-strip {
	text-align:center;
	background-image: url(http://www.brac-roofing.co.uk/images/article-shading.png);
	background-repeat: repeat-x;
	}

#footer-wrapper {
	height: 60px;
	padding: 20px 0;
	background: #b8c8d7;
	border-top: 10px solid #f1c100;
}

#footer {
	width: 840px;
	height:90px;
	margin: 0 auto;
}

#footer p {
	margin: 10px;
	line-height: normal;
	font-size: 90%;
}

#footer a {
	color: #666666;
}



#copyright {
	float: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 70px;
}

#links {
	float: right;
	padding: 10px 0 0 0;
}

.right {float:right; margin:10px 0 4px 15px;}

.left {float:left; margin:10px 5px 4px 0px;padding-right:15px;}

.photo {
	padding:2px;
	margin-top:10px;
	margin-right:10px;
	margin-bottom:10px;
	margin-left:10px;
	border: 1px solid #336633;
}

.inlinePhoto {
	margin-right: 2px;
	margin-left: 2px;
	vertical-align: -60%;
	}
	
.js {
	margin-top: 2px;
	}

.references hr {
	display:block;
	color: #CCCCCC;
	}
	
#accreditation {
	font-size:80%;
	color:#999999;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
	}
