/* Zero down margin and paddin on all elements */
* {
  margin: 0;
  padding: 0;
}

/* header sizes */
	h2 {
	font-size: 24px;
	color: #8CC426;
	text-align: left;
	font-weight: lighter;
}

/* Normalize header sizes */
	h1, h3, h4, h5, h6 {
	font-size: 14px;
	text-align: left;
	font-weight: bold;
}

/* Normalize list styles */
ul {
	list-style: none;
}

/* Normalize other borders */
	fieldset, img {
	border: 0;
}

.clearfix:after{content:".";
	display: block;
	height:0;
	clear:both;
	visibility:hidden;
     }
.clearfix{
	display:inline-table; 
}
*html.clearfix {
	height:1%;
     }
.clearfix{
	display:block; 
}

/* default links */

a:link {
	
	
}
a:visited {
	
	
	
}
a:hover {
	

}
/* Layout */

body {
	background-color: #fff;
	font: 75% Arial, Helvetica, "Times New Roman", serif;
	color: #4d4d4d;
	text-align: center;
}

#wrapper {
	width: 880px;
	margin: 0 auto;
	text-align: left;
	border-left: 2px solid #231f20;
	border-right: 2px solid #231f20;
	border-bottom: 2px solid #231f20;
}

#header {
	width: 860px;
	height:75px;
	padding: 20px 0 0 20px;
	background: #fff url(../images/header_bg.jpg) no-repeat right top;
	
}

#header h1 {
	height: 74px;
	width: 208px;
	background: transparent url(../images/pennine_logo.gif) no-repeat left center;
	text-indent: -3000px; 
}

#content {
	float: left;
	position: relative;
	background: transparent url(../images/content_bg.gif) repeat-y left top;

}

.primaryContent {
	float:right;
	width:662px;
	background: transparent url(../images/about_img.jpg) no-repeat right top;
	text-align: justify;
}
.primaryContent p {
	width: 280px;
	padding-left: 20px;
	padding-bottom: 10px;
	line-height: 1.2em;	
}

.primaryContent h2 {
	width: 308px;
	background: transparent url(../images/primary_content_bg.jpg) repeat-x left top;
	padding-top: 30px;
	padding-left: 20px;
	padding-bottom: 20px;
	margin-left: 2px;		
}
.primaryContent h2 span{
	display: block;
	width: 149px;
	height: 24px;
	background: transparent url(../images/h1_about.gif) no-repeat left top;	
	text-indent: -3000px;
	
}

.sideContent {
	float:left;
	width:216px;
	color: #fff;
	background: transparent url(../images/content_bg.jpg) repeat-x left top;
	text-align: left;
	margin-left: 2px;
	padding-top: 30px;
}
.sideContent p {
	font-size: 170%;
	padding-left: 15px;		
}
.sideContent .sideBox {
	position: absolute;
	bottom: 20px;

}

.sideContent p.fax {
	font-size: 120%;
	padding-left: 15px;
	margin-bottom: 10px;
	line-height: 1.8em;
}

.sideContent ul {
	padding-left: 15px;
}

#footer {
	float: left;
	width: 850px;
	background-color: #636363;
	border-top: 3px solid #fff;
	padding: 15px;
}
#footer ul {
	float: left;
	margin-left: 30px;
}

#footer ul li {
	float: left;
}
#footer ul li a{
	color: #fff;
	display: block;
	width: auto;
	text-decoration: none;
	margin: 0;
	padding: 0 4px 0 4px;
	font-size: 95%;
	border-right: 1px solid #fff;
}

#footer ul li a:hover{
	text-decoration: underline;
}
#subFooter {
	clear: both;
	width: 880px;
	margin: 0 auto;
	height: 33px;
	padding-left: 0px;
	padding-top: 15px;
	font-size: 90%;
	color: #acacac;
	background: transparent url(../images/primary_content_bg.jpg) repeat-x left top;
}

#subFooter p {
	float: left;
}

#subFooter p a {
	padding: 0 8px 0 8px;
	display: block;
	width: 500px;
	color: #acacac;
	text-decoration:none;
	float: left;
	text-align: left;
}
#subFooter p a:hover {
	text-decoration:underline;
}

#subFooter p.last a {
	border: none;
	width: 95px;
	text-align: right;
}


/* Navigation*/
#nav {
	float: left;
	width: 880px;
	background: #828282 url(../images/nav_bg.gif) repeat-x left bottom;
	border-bottom: 3px solid #fff;
	
}

#nav ul {
	float:left;
	width: 178px;
	padding: 0 0 0 20px;
}
#nav ul li{
	float:left;
}

#nav ul li a {
	color: #fff;
	display: block;
	width: auto;
	text-decoration: none;
	padding: 10px 5px 0 5px;
	background: transparent url(../images/divider.gif) no-repeat 41px 12px;
}
#nav ul li.homeLast a {
	background: none;
}
#nav ul li a:hover {
	text-decoration: underline;
}

#wrapper #nav ul.mainNav {
	float:right;
	width: 662px;
	border: none;
}

#wrapper #nav ul.mainNav li {
	float:left;
	border-right: 2px solid #fff;
}
#wrapper #nav ul.mainNav li a {
	float:left;
	height: 60px;
	color: #fff;
	display: block;
	width: 76px;
	text-decoration: none;
	margin: 0;
	padding: 8px 8px 20px 8px;
	background: #828282 url(../images/nav_active.gif) repeat-x left bottom;
}
#wrapper #nav ul.mainNav li a:hover {
	background: #828282 url(../images/nav_hover.gif) repeat-x left bottom;
}

#wrapper #nav ul.mainNav li a.current {
	background: #828282 url(../images/nav_bg.gif) repeat-x left bottom;
}

#wrapper #nav ul.mainNav li.last  {
	border: none;
}

#wrapper #nav ul.mainNav li.first  {
	border-left: 2px solid #fff;

}

/* Contact*/

.oneColRight {
	float: right;
	margin-top: 30px;
	margin-right: 40px;
}

.oneColRight p {
	width: 210px;
	font-size: 10px;
}
body#contact .primaryContent {
	background: transparent url(../images/contact_us.jpg) no-repeat left top;
	height: 476px;
}
body#contact .primaryContent .oneColRight p.phone {
	font-size: 200%;
	font-weight: bold;
	text-align: right;
}
body#contact .primaryContent .oneColRight p.hours {
	color: #9e9e9e;
	font-size: 95%;
	text-align: right;
	margin-top: -10px;
}

body#contact .primaryContent .oneColRight p.cfax {
	text-align: right;
}

body#contact .primaryContent .oneColRight p.email a{
	display: block;
	font-size: 120%;
	font-weight: bold;
	text-align: right;
	text-decoration: none;
	color: #515151;
	border-top: 1px solid #9e9e9e;
	border-bottom: 1px solid #9e9e9e;
	padding: 15px 0 15px 0;
	
}

body#contact .primaryContent .oneColRight ul.caddress {
	text-align: right;
}


/* Stock Condition*/

body#stock .primaryContent {
	background: transparent url(../images/stock.jpg) no-repeat right top;

}

body#stock .primaryContent h2 span{
	width: 225px;
	height: 26px;
	background: transparent url(../images/h1_stock.gif) no-repeat left top;	
	
}

/* Stock Condition*/

body#home .primaryContent {
	background: transparent url(../images/home.jpg) no-repeat right top;

}

body#home .primaryContent h2 span{
	width: 228px;
	height: 24px;
	background: transparent url(../images/h1_home.gif) no-repeat left top;	

	
}
/* Energy Performance*/

body#energy .primaryContent {
	background: transparent url(../images/energy.jpg) no-repeat right top;

}

body#energy .primaryContent h2 span{
	width: 205px;
	height: 53px;
	background: transparent url(../images/h1_energy.gif) no-repeat left top;	

	
}
/* Home Info*/

body#homeinfo .primaryContent {
	background: transparent url(../images/home_info.jpg) no-repeat right top;

}

body#homeinfo .primaryContent h2 span{
	width: 234px;
	height: 24px;
	background: transparent url(../images/h1_home_info.gif) no-repeat left top;		
}

body#homeinfo .primaryContent h2 {
	width: 343px;
}

body#homeinfo .oneCol, body#terms .oneCol {
	float: left;
	width: 300px;
	padding: 0;
	margin-left: 10px;	
}

body#homeinfo .oneColt p, body#terms .oneColt p {
	width: 300px;
}

body#homeinfo .oneCol h3, body#terms .oneCol h3 {
	margin-left: 20px;
}

body#homeinfo .oneCol ul {
	text-align: left;
	list-style: disc;
	margin-left: 35px;
}


/* Building Inventory*/

body#building .primaryContent {
	background: transparent url(../images/building.jpg) no-repeat right top;

}

body#building .primaryContent h2 span{
	width: 256px;
	height: 25px;
	background: transparent url(../images/h1_building.gif) no-repeat left top;		
}

/* Asbestos Survey*/

body#asbestos .primaryContent, body#terms .primaryContent {
	background: none;
}

body#asbestos .oneCol, body#terms .oneCol {
	float: left;
	width: 300px;
	padding: 0;
	margin-left: 10px;	
}

body#asbestos .oneColt p, body#terms .oneColt p {
	width: 300px;
}

body#asbestos .oneCol h3, body#terms .oneCol h3 {
	margin-left: 20px;
}

body#asbestos .oneCol ul {
	text-align: left;
	list-style: disc;
	margin-left: 35px;
}

body#asbestos .primaryContent h2 span{
	width: 256px;
	height: 25px;
	background: transparent url(../images/h1_asbestos.gif) no-repeat left top;		
}

body#asbestos .primaryContent h2 {
	width: 640px;
}

/* Privacy*/

body#privacy .primaryContent {
	background: none;
}

body#privacy .oneCol {
	float: left;
	padding: 0;
	margin-left: 10px;	
}

body#privacy .oneCol p {
	width: 600px;
}

body#privacy .primaryContent h2 span{
	width: 256px;
	height: 25px;
	background: transparent url(../images/h1_privacy.gif) no-repeat left top;		
}

body#privacy .primaryContent h2 {
	width: 640px;
}

/* Terms*/

body#terms .primaryContent h2 span{
	width: 256px;
	height: 25px;
	background: transparent url(../images/h1_terms.gif) no-repeat left top;		
}

body#terms .primaryContent h2 {
	width: 640px;
}
.pageHeaderText {
	color: #8CC426;
	font-size: 22px;
	text-align: left;
	font-weight: lighter;
	font-style: normal;
}
a.linkLink {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	float: left;
	width: 170px;
}
.linkLink2 {
	float: left;
	width: 200px;
	margin-bottom: 20px;
}
.linkLinkSmall {
	font-size: 11px;
	color: #CCCCCC;
	margin-left: 0px;
	margin-bottom: 5px;
	width: 170px;
	padding-top: 15px;
	float: left;
	padding-left: 20px;
}
a.emailS {
	font-size: 10px;
	font-weight: bold;
	padding-bottom: 15px;
	text-decoration: none;
	color: #FFFFFF;
}
#header h2 {
	height: 74px;
	width: 208px;
	background: transparent url(../images/pennine_logoPD.gif) no-repeat left center;
	text-indent: -3000px;
}
