@charset "utf-8";

/* basic styling -------------------------------------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
}

body {
	text-align: center;
	background-color: #42464f;/*grayish colour*/
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 16px;
}

div#container {
	text-align: left;
	position: relative;
	width: 749px;
	margin: 0 auto;
	background-color: #fff;
}

.clear {
	clear: both;
}

p, h1, h2 {
	line-height: 1.4;
	margin-bottom: .8em;
}

h1, h2, h3 {
	line-height: 1.3em;
	margin-bottom: .6em;
}

p {
	font-size: 12px;
	color: #333333;
}

.redFont {
	color: #e7243b;
}

.extraBottomMargin {
	margin-bottom: .8em;
}

.extraBottomMarginP {
	margin-bottom: 1.2em;
}

a.links{
	color: #666666;
}

/*a.links:visited {
	color: #999;
}*/

a.links:hover {
	color: #246d84;/*blueish colour*/
	text-decoration: none;
}

/*##############################################################
###############################################################
##############################################################*/

/* bannerArea styling ------------------------------------------------------------------------------*/
/* mainNav styling ----------------------*/
div#mainNav {
	position: relative;
	text-indent: -9999px
}

div#mainNav ul {
	list-style: none;
}

div#mainNav ul li {
	float: left;
}

div#mainNav ul li a.homeButton {
	height: 28px;
	width: 60px;
	background-image: url(/images/main_navigation/home_button.gif);
	display: block;
	outline: none;
}

div#mainNav ul li a.homeButton:hover {
	background-position: 0 -28px;
}

div#mainNav ul li.selected a.homeButton {
	background-position: 0 -28px;
}

/*-----------------------------------------------------------*/
div#mainNav ul li a.aboutButton {
	height: 28px;
	width: 51px;
	background-image:url(/images/main_navigation/about_button.gif);
	display: block;
	outline: none;
}

div#mainNav ul li a.aboutButton:hover {
	background-position: 0 -28px;
}

div#mainNav ul li.selected a.aboutButton {
	background-position: 0 -28px;
}

/*-----------------------------------------------------------*/
div#mainNav ul li a.productsButton {
	height: 28px;
	width: 69px;
	background-image:url(/images/main_navigation/products_button.gif);
	display: block;
	outline: none;
}

div#mainNav ul li a.productsButton:hover {
	background-position: 0 -28px;
}

div#mainNav ul li.selected a.productsButton {
	background-position: 0 -28px;
}

/*-----------------------------------------------------------*/
div#mainNav ul li a.examplesButton {
	height: 28px;
	width:  75px;
	background-image: url(/images/main_navigation/examples_button.gif);
	display: block;
	outline: none;
}

div#mainNav ul li a.examplesButton:hover {
	background-position: 0 -28px;
}

div#mainNav ul li.selected a.examplesButton {
	background-position: 0 -28px;
}

/*-----------------------------------------------------------*/
div#mainNav ul li a.applicationsButton {
	height: 28px;
	width: 87px;
	background-image: url(/images/main_navigation/applications_button.gif);
	display: block;
	outline: none;
}

div#mainNav ul li a.applicationsButton:hover {
	background-position: 0 -28px;
}

div#mainNav ul li.selected a.applicationsButton {
	background-position: 0 -28px;
}

/*-----------------------------------------------------------*/
div#mainNav ul li a.coloursButton {
	height: 28px;
	width: 62px;
	background-image: url(/images/main_navigation/colours_button.gif);
	display: block;
	outline: none;
}

div#mainNav ul li a.coloursButton:hover {
	background-position: 0 -28px;
}

div#mainNav ul li.selected a.coloursButton {
	background-position: 0 -28px;
}

/*-----------------------------------------------------------*/
div#mainNav ul li a.benefitsButton {
	height: 28px;
	width: 65px;
	background-image: url(/images/main_navigation/benefits_button.gif);
	display: block;
	outline: none;
}

div#mainNav ul li a.benefitsButton:hover {
	background-position: 0 -28px;
}

div#mainNav ul li.selected a.benefitsButton {
	background-position: 0 -28px;
}

/*-----------------------------------------------------------*/
div#mainNav ul li a.testimonialsButton {
	height: 28px;
	width: 89px;
	background-image: url(/images/main_navigation/testimonials_button.gif);
	display: block;
	outline: none;
}

div#mainNav ul li a.testimonialsButton:hover {
	background-position: 0 -28px;
}

div#mainNav ul li.selected a.testimonialsButton {
	background-position: 0 -28px;
}

/*-----------------------------------------------------------*/
div#mainNav ul li a.penetratingDampButton {
	height: 28px;
	width: 123px;
	background-image: url(/images/main_navigation/penetrating_damp_button.gif);
	display: block;
	outline: none;
}

div#mainNav ul li a.penetratingDampButton:hover {
	background-position: 0 -28px;
}

div#mainNav ul li.selected a.penetratingDampButton {
	background-position: 0 -28px;
}

/*-----------------------------------------------------------*/
div#mainNav ul li a.contactButton {
	height: 28px;
	width: 68px;
	background-image: url(/images/main_navigation/contact_button.gif);
	display: block;
	outline: none;
}

div#mainNav ul li a.contactButton:hover {
	background-position: 0 -28px;
}

div#mainNav ul li.selected a.contactButton {
	background-position: 0 -28px;
}

/* banner styling --------------------------*/
div#banner {
	width: 749px;
/*	width: 568px;*/
	height: 228px;
/*	background-color: #00FF00;*/
	position: relative;
}

/* banner -------------------------------------------*/
div#apexLogo {
	float: left;
	width: 268px;
	height: 193px;
	background-image: url(/images/apexLogo.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	position: absolute;
	z-index: 101;
}

div#beforeAndAfterAnimation {
	/*float: right;*/
	width: 473px;
	height: 193px;
	background-color: #fff;
	position: absolute;
	top: 0px;
	left: 178px;
}

div#bannerTrustMark {
	position: absolute;
	left: 576px;
	top: 2px;
	width: 162px;
	height: 222px;
	background: url(../images/banner_trust_mark.gif);
	z-index: 101;
	text-indent: -9999px;
}

div#bannerTrustMark.home {
	height: 305px;
	background: url(../images/trust_mark_home.gif);
}

div#bannerTrustMark a {
	display: block;
	width: 138px;
	height: 17px;
	background: url(../images/banner_trust_mark_link.gif) no-repeat;
	position: absolute;
	left: 15px;
	top: 205px;
	overflow: hidden;
}

div#bannerTrustMark.home a {
	background: url(../images/trust_mark_home_link.gif) no-repeat;
}

div#bannerTrustMark a:hover {
	background: url(../images/banner_trust_mark_link.gif) no-repeat 0px -17px;
}

div#bannerTrustMark.home a:hover {
	background: url(../images/trust_mark_home_link.gif) no-repeat 0px -17px;
}

div#bannerContactInfo {
	width: 552px;
	height:35px;
	background-color: #42464f; /*darkgrey*/
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	text-align: center;
	margin-left: 16px;
	position: absolute;
	top: 196px;           
}

div#bannerContactInfo p {
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	line-height: 35px;
	margin-bottom: 0px;
}

div#bannerContactInfo span.bigText {
	font-size: 1.5em;
}

/* wanted styling -------------------------*/
div#wanted {
	padding-left: 16px;     
	padding-right: 20px;
	padding-bottom: 16px;
	/*background-color:#CC0000;*/
}

div#leftAdd {
	height: 120px;
	width: 218px;
	background-image:url(/images/properties_wanted_bg.gif);
	float: left;
	text-indent: -9999px;
}

div#rightAdd {
	height: 120px;
	width: 495px;
	background-image:url(/images/experienced_applicators_required.jpg);
	float: left;
	text-indent: -9999px;
	position: relative;
}

div#rightAdd a{
	position: absolute;
	display: block;
	height: 29px;
	width: 167px;
	background-image: url(/images/contact_us_button.jpg);
	left: 228px;
	top: 91px;
	outline: none; 
}

div#rightAdd a:hover {
	background-position: 0 -29px;
}

/*##############################################################
###############################################################
##############################################################*/

/* mainContentArea styling -------------------------------------------------------------------*/
div#mainContentArea {
	padding: 14px  20px 14px 16px;
	position:relative;
	min-height:1200px;
}

/* sideBar styling ----------------------------------*/
div#sideBarContainer {
	float: left;
	width:200px;
}

div#britishBoard {
	width: 203px;
	height: 203px;
	background-image: url(/images/british_board.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
}

div#sideBarTop {
	width: 205px;
	height: 174px;
	background: #005770 url(../images/side_bar_top.gif);
	margin-bottom: 12px;
	text-indent: -9999px;
	position: relative;
}

div#sideBarTop a {
	display: block;
	width: 138px;
	height: 17px;
	background: url(../images/side_bar_top_link.gif) no-repeat;
	position: absolute;
	left: 31px;
	top: 157px;
	overflow: hidden;
}

div#sideBarTop a:hover {
	background: url(../images/side_bar_top_link.gif) no-repeat 0px -17px;
}

div#sideBar {
	/*float: left;*/
	width: 194px;
	padding-left: 6px;
	padding-top: 6px;
	background-image: url(/images/sidebar_bg.jpg);
	background-repeat: repeat-y;
}

div#sideBarHousePicture {
	width: 189px;
	height: 125px;
	background-image: url(/images/sidebar_house_picture.jpg);
	background-repeat: no-repeat;
	padding-bottom: 10px;
}

div#sideBar ul {
	list-style: none;
	margin-bottom: 0.8em;
}

div#sideBar ul li {
	font-size: 12px;
	padding-left: 12px;
	background-image: url(/images/list_bullet.gif);
	background-repeat: no-repeat;
	color: #666666;
	margin-bottom: .2em;
/*	background-color: #00FF00;*/
	line-height: 16px;
}

div#sideBar h2 {
	color: #246d84; /*blueish colour*/
	font-weight: bold;
	font-size: 18px;
}

div#sideBar p {
	color: #246d84; /*blueish colour*/
	font-weight: bold;
	font-size: 13px;
}

div#sideBar a {
	color: #246d84; /*blueish colour*/
	font-weight: bold;
}

div#sideBar a:hover {
	text-decoration: none;
}

div#sideBar p.smallGreyText{
	color: #666666;
	font-size: 10px;
}
/* mainContent styling -----------------------------*/
div#mainContent {
	position: relative;
	float: right;
	width: 474px;
	/*background-color: #CCCCFF;*/
	padding-left: 25px;
	border-left: 1px dashed #246d84;/*blueish colour*/
}

div#mainContentHome h1, div#mainContent h1 {
	color:#42464f; /*darkgrey*/
	margin-bottom: .3em;
}

div#mainContentHome h2, div#mainContent h2 {
	color: #42464f; /*blueish colour*/
}

div#mainContent h3, div#mainContentHome h3 {
	color: #42464f; /*blueish colour*/
}

div#mainContent ul {
	list-style: none;
	margin-bottom: .8em;
}

div#mainContent ul li {
	font-size: 12px;
	padding-left: 12px;
	background-image: url(/images/list_bullet_main_content.gif);
	background-repeat: no-repeat;
	color: #333;
	margin-bottom: .2em;
/*	background-color: #00FF00;*/
	line-height: 16px;
}

/*styling specific to about us page*/
div#AboutUsPicturesContianer {
	width: 197px;
	/*background-color:#66FF00;*/
	float: left;
	margin-right: 10px;
}

div#AboutUsPicture1 {
	width: 197px;
	height:148px;
/*	background-color:#CC0000;*/
	margin-bottom: 10px;
	background-image: url(/images/page_specific_pictures/DSCN1142.jpg);
}

div#AboutUsPicture2 {
	width: 197px;
	height:148px;
	/*background-color:#CC0000;*/
	margin-bottom: 10px;
	background-image: url(/images/page_specific_pictures/about_pic2.jpg);
}

div#AboutUsPicture3 {
	width: 197px;
	height:148px;
/*	background-color:#CC0000;*/
	margin-bottom: 10px;
	background-image: url(/images/page_specific_pictures/about_pic3.jpg);
}

div#AboutUsPicture4 {
	width: 197px;
	height:148px;
	/*background-color:#CC0000;*/
	background-image: url(/images/page_specific_pictures/about_pic4.jpg);
	margin-bottom:10px;
}





/*styling specific to benefits page*/
div#benefitsPicturesContianer {
	width: 197px;
	/*background-color:#66FF00;*/
	float: left;
	margin-right: 10px;
}

div#benefitsPicture1 {
	width: 197px;
	height:148px;
/*	background-color:#CC0000;*/
	margin-bottom: 10px;
	background-image: url(/images/page_specific_pictures/benefits_pic1.jpg);
}

div#benefitsPicture2 {
	width: 197px;
	height:148px;
	/*background-color:#CC0000;*/
	margin-bottom: 10px;
	background-image: url(/images/page_specific_pictures/benefits_pic2.jpg);
}

div#benefitsPicture3 {
	width: 197px;
	height:148px;
/*	background-color:#CC0000;*/
	margin-bottom: 10px;
	background-image: url(/images/page_specific_pictures/bennefits_pic3.jpg);
}

div#benefitsPicture4 {
	width: 197px;
	height:148px;
	/*background-color:#CC0000;*/
	background-image: url(/images/page_specific_pictures/bennefits_pic4.jpg);
	margin-bottom:10px;
}

/*listAndImagesContainer styling -------------------------------------------------------------*/
div.listAndImagesContainer {
	width: 400px;
	height:122px;
	padding:6px;
	border: 1px dashed #246d84;/*blueish colour*/
	margin-bottom: 12px;
	/*background-color: #00FF00;*/
	margin-left: 24px;
}

div.listAndImagesContainer img {
	float: right;
	padding-left: 12px;
}

div.listAndImagesContainer p span {
font-size: 14px;
font-weight: bold;
color: #246d84;
}

/*before and after styling --------------------------------------------*/
div.beforeAndAfterContainer {
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #246d84;/*blueish colour*/
	/*background-color:#FFCCFF;*/
}

div.beforeAndAfterRow1 {
	padding-bottom: 10px;
}

div.beforeAndAfter1 { 
	width: 234px;
	height:190px;
	float: left;
	/*background-color:#660000;*/
}

div.beforeAndAfter2 {
	width: 234px;
	height:200px;
	float: right;
	/*background-color: #663300;*/
}

div.beforeAndAfterRow2 {
}

div.beforeAndAfter3 {
	width: 234px;
	height:200px;
	float: left;
	/*background-color:#666600;*/
}

div.beforeAndAfter4 {
	width: 234px;
	height:200px;
	float: right;
	/*background-color:#669900;*/
}

div#mainContent div.beforeAndAfterContainer h3.whiteText {
	background-color: #246d84;
	line-height: 20px;
	color: #fff;
	font-size: 12px;
	padding-left: 4px;
	font-weight: normal;
}

div#mainContent div.beforeAndAfterContainer a img {
	border: none;
}

/* styling specific to colours page ------------------------------------------------------*/
div#mainContent ol#helpChoosingColours {
	margin-bottom: 1em;
	list-style-position:inside;
	padding-left: 20px;
	padding-right: 20px;
	width: auto;
}

div#mainContent ol#helpChoosingColours li {
	font-size: 12px;
	color: #333;
	margin-bottom: .7em;
/*	background-color: #00FF00;*/
	line-height: 16px;
}

/* styling specific to link page ---------------------------------------------------------*/
p.linksPage {
	line-height: 20px;
}

p.linksPage a {
	color: #666666;
	text-decoration: none;
}

p.linksPage a:visited {
	color: #999;
}

p.linksPage a:hover {
	color: #246d84;/*blueish colour*/
}

/* styling specific to home page -----------------------------------------------------*/
div#mainContentHome {
	position:absolute;
	top:320px;
	float: right;
	width: -49px;
	/*background-color: #CCCCFF;*/
	padding-left: 25px;
	padding-right: 160px;
	border-left: 1px dashed #246d84;
	left: 781px;
	height: 1133px;
}

/* mainContentRightsideBar styling -----------------*/
div#mainContentRightSideBar {
	/*background-color:#00FF00;*/
	width: 153px;
	position: absolute;
	right: 16px;
	top: 269px;
	margin-top: 75px;
}

div#imageAndDescription1 {
	width: 153px;
	height: 97px;
	background-color: #249fb5;
	text-align: center;
}

div#imageAndDescription1 p {
	color: #fff;
	font-size: 16px;
	padding-top: 4px;
	font-weight: bold;
}

div#imageAndDescription2 {
	width: 153px;
	height: 182px;
	background-image: url(/images/home_page_right_sidebar_logos.gif);
	text-align: center;	
}

div#imageAndDescription2 p{
	color: #249fb5;
	padding-top: 4px;
	font-weight: bold;
}

div#imageAndDescription2 a{
	color: #249fb5;
}

div#imageAndDescription2 a:hover{
	text-decoration: none;
}

div#imageAndDescription3 {
	width: 142px;
	height:114px;
	background-image: url(/images/finished_render_and_bag-rub.gif);
	text-indent: -9999px;
}

div#rightSideBarHousePics {
	width: 153px;
	height: 467px;
	background-image: url(/images/home_page_right_sidebar_house_pic.jpg);
}

/* styling specific to contact us page */
/* form styling */	
#formWindow p {
	margin: 1em;
	}

form#form1{
	padding-top: 10px;
	padding-bottom: 10px;
}

	
input, textarea{
	width: 200px;
	}
	
p.buttons input {
	width: 100px;
	}

/*inconsistancy with layout regarding labels, IE and Opera include buttons label area but Safari and Firefox don't, and this leads to the button placements being different. The following two styles remeove the inconsistancies*/	
p.buttons {
padding-left: 110px;
}

p.buttons label{
width: 0;
margin-right: 0;
}
	
label{
	float: left;
	margin-right: 10px;
	width: 100px;
	text-align: right;
	}

/* styling specific to testimonials page -----------------------------------------------------*/
div#testimonial1 {
	width: 454px;
	height: 642px;
	border: 1px solid #CCCCCC;
	background-image: url(/images/testimonials/Test_1.gif);
	text-indent: -9999px;
	margin-bottom: 20px;
}

div#testimonial2 {
	width: 454px;
	height: 642px;
	border: 1px solid #CCCCCC;
	background-image: url(/images/testimonials/Test_2.gif);
	text-indent: -9999px;
	margin-bottom: 20px;
}

div#testimonial3 {
	width: 454px;
	height: 642px;
	border: 1px solid #CCCCCC;
	background-image: url(/images/testimonials/Test_3.gif);
	text-indent: -9999px;
	margin-bottom: 20px;
}

div#testimonial4 {
	width: 454px;
	height: 642px;
	border: 1px solid #CCCCCC;
	background-image: url(/images/testimonials/Test_4.gif);
	text-indent: -9999px;
	margin-bottom: 20px;
}

div#testimonial5 {
	width: 454px;
	height: 637px;
	border: 1px solid #CCCCCC;
	background-image: url(/images/testimonials/Test_5.gif);
	text-indent: -9999px;
	margin-bottom: 20px;
}

div#testimonial6 {
	width: 454px;
	height: 641px;
	border: 1px solid #CCCCCC;
	background-image: url(/images/testimonials/Test_6.gif);
	text-indent: -9999px;
	margin-bottom: 20px;
}

div#testimonial7 {
	width: 454px;
	height: 642px;
	border: 1px solid #CCCCCC;
	background-image: url(/images/testimonials/Test_7.gif);
	text-indent: -9999px;
	margin-bottom: 20px;
}

div#testimonial8 {
	width: 454px;
	height: 642px;
	border: 1px solid #CCCCCC;
	background-image: url(/images/testimonials/Test_8.gif);
	text-indent: -9999px;
	margin-bottom: 20px;
}

div#testimonial9 {
	width: 454px;
	height: 642px;
	border: 1px solid #CCCCCC;
	background-image: url(/images/testimonials/Test_9.gif);
	text-indent: -9999px;
	margin-bottom: 20px;
}

/* styling specific to penetrating damp page*/

div.floatingImages a img {
	border: none;
}

div.floatingImages {
	float: right;
	padding-left: 15px;
	padding-bottom: 15px;
}

/*styling specific to products page ---------------------------------------------------------------------------*/

/*styling specific to monocouche page*/
div#monocoucheText {
	width: 265px;
	float: right;
	/*background-color: #FF0000;*/
}

div#monocouchePicturesContianer {
	width: 199px;
	/*background-color:#66FF00;*/
	float: left;
}

div#monocouchePicture1 {
	width: 199px;
	height:148px;
/*	background-color:#CC0000;*/
	margin-bottom: 20px;
	background-image:url(/images/page_specific_pictures/monochue/pic1.jpg);
}

div#monocouchePicture2 {
	width: 199px;
	height:149px;
	/*background-color:#CC0000;*/
	margin-bottom: 20px;
	background-image: url(/images/page_specific_pictures/monochue/pic2.jpg);
}

div#monocouchePicture3 {
	width: 199px;
	height:154px;
/*	background-color:#CC0000;*/
	margin-bottom: 20px;
	background-image: url(/images/page_specific_pictures/monochue/pic3.jpg);
}

div#monocouchePicture4 {
	width: 199px;
	height:171px;
	/*background-color:#CC0000;*/
	background-image: url(/images/page_specific_pictures/monochue/pic4.jpg);
	margin-bottom:30px;
}

div#monocouchePicture5 {
	width: 199px;
	height:207px;
	/*background-color:#CC0000;*/
	background-image: url(/images/page_specific_pictures/monochue/pic5_logos.gif);
}

/*##############################################################
###############################################################
##############################################################*/

/* footerArea styling -------------------------------------------------------------------------*/
div#footerArea {
	border-top: 1px solid #000;
}

/* footerInfo styling ------------------------------*/
div#footerInfo {
	padding: 16px 20px 0px 16px;
}

div#footerCopyrightArea {
	/*background-color: #660099;*/
	width: 215px;
	float: left;
	position: relative;
	padding-top: 10px;
}

div#footerCopyrightArea p {
}

div#graphicLoftLogo {
	width: 83px;
	height:20px;
	text-indent: -9999px;
	position: absolute;
	top: 26px;
	right: 30px;
}

div#graphicLoftLogo a {
	display: block;
	width: 83px;
	height: 20px;
	background-image: url(/images/graphic_loft_logo.gif);
	background-repeat: no-repeat;
	outline: none;
}

div#footerContactArea {
	/*background-color:#99FF00;*/
	width: 485px;
	float: right;
	text-align: right;
}

div#footerContactArea p {
	color: #246d84;/*blueish colour*/
	font-weight: bold;
	font-size: 18px;
}

div#footerContactArea span.bigText {
	font-size: 1.5em;
}

div#footerContactArea span.smallerText {
	font-size: 14px;
}

div#footerContactArea a {
	color: #246d84;/*blueish colour*/
}

/* footerNav styling -------------------------------*/
div#footerNav {
	text-align: center;
	background-color: #42464f;/*grayish colour*/
	color: #fff;
	padding-top: 10px;
	padding-bottom:16px;
	clear:both;
}

div#footerNav p {
	color: #fff;
}

div#footerNav a {
	color: #fff;
	text-decoration: none;
	font-size: 12px;
}

div#footerNav a:hover {
	color: #246d84;/*blueish colour*/
}


/* Styles for positions the SEO content */

#mainContentHome {
	min-height:1500px;
}

*html #SEOContent {
	height:1500px;
}

#SEOContent {
	position:absolute;
	top: 269px; /*had to make heading bigger so the text appears lower - Muf GraphicLoft*/
	left:230px;
	padding:0 20px;
	width:290px;
	min-height:1500px;
}

#SEOContent a:link, #SEOContent a:visited {
	cursor:pointer;
	!important;
}

h1 {
	font-size:20px;
	color:#42464F;
	margin-bottom:0.3em;
}

h2 {
	font-size:20px;
	color:#42464F;
	margin-bottom:0.3em;
}

h3 {
	font-size:20px;
	color:#42464F;
	margin-bottom:0.3em;
}

.pretendHeading1 {
	font-size:20px;
	font-weight:bold;
	color:#42464F;
	margin-bottom:0.3em;
	line-height:1.3em;
}

.pretendHeading2 {
	color:#246D84 !important;
	font-size:18px !important;
	font-weight:bold !important;
	margin-bottom:0.6em;
	line-height:1.3em;
}

table img {
	border: 1px solid #fff;
}

/*h1#blueHeading {
	color:#00637b; 
	font-size: 16px; 
	font-weight: normal;
}*/
/*h1#blueHeading b {
	font-weight: bold;
}*/

/* End of Styles for positions the SEO content */

