@charset "utf-8";
body  {
	font: 85% Arial, Verdana, Helvetica, sans-serif; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background-image: url(images/back.gif);
	margin-top: 5;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.twoColFixLtHdr #container {
	width: 880px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(images/back-shad.gif);
	font-size: 90%;
} 
.twoColFixLtHdr #header { 
	background: #DDDDDD; 
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 220px;
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 20px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
} 
.twoColFixLtHdr #footer {
	background:#333333;
	color: #FFFFFF;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 80%;
}

.twoColFixLtHdr #footer .Content {
	margin: 0px 0px 0px 20px;
	padding: 1em 0px 1em 0px;
}

.twoColFixLtHdr #footer a {
	color: #FFF;
	text-decoration:none;
}

.twoColFixLtHdr #footer a:hover {
	color: #FFF;
	text-decoration:underline;
}


.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.FooterCopy {
}
h1 {
	font: 150% Arial, Verdana, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	color: #336699;
}
h2 {
	font: 110% Arial, Verdana, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	color: #336699;
}
h3 {
	font: 100% Arial, Verdana, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}

a.h2link {
	font: 110% Arial, Verdana, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	color: #336699;
	text-decoration:none;
}

/* NAVIGATION */
#mainNav li {
	list-style: none;
	display: inline;
}
#mainNav a {
	text-decoration: none;
	color: #000000;
	font-size: 1.1em;
	text-transform: uppercase;
	border-bottom: 1px dashed #999999;
	display: block;
	padding: 7px 5px 7px 30px;
	background: #E7E7E7 url(images/link.png) no-repeat left center;
}
a#homeLink {
	background-image: url(images/home.png); 
	background-repeat: no-repeat;
	background-position: left center;
}
#logo {
	display: none;
}
#mainNav ul {
	border-top: 1px dashed #999999;
	margin-top: 20px;
	margin-bottom: 20px;
}

#mainNav a:hover {
	background: #B2F511 url(images/go.png) no-repeat left center;
	padding-right: 15px;
	padding-left: 30px;
	font-weight: bold;
}

#home #mainNav a#homelink,
#feature #mainNav a#featureLink {
	background: #FFFFFF url(images/bg_here.png) no-repeat 95% 50%;
	padding-right: 15px;
	padding-left: 30px;
	font-weight: bold;
}

#home #mainNav a#homelink:hover,
#feature #mainNav a#featureLink:hover {
	color: #B2F511;
}

#nav p {
	color: #ED6733;
	padding-right: 5px;
	padding-left: 5px;
}


#nav a {
	text-decoration: none;
	color: #666666;
}

/* ABOUT NAVIGATION */

ul#aboutNav {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 200px;
	font-size: 90%;
}

#aboutNav a {
	font-size: 85%;
	font-weight: normal;
	text-decoration: none;
	color: #336699;
	display: block;
	background-image: url(/images/back-list.gif);
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 25px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 25px;
}

#aboutNav a:hover {
	font-size: 85%;
	font-weight: normal;
	text-decoration: none;
	color: #ffffff;
	display: block;
	background-image: url(/images/back-listb.gif);
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 25px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 25px;
}

#aboutNav .nolink {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	border: 1px solid #999999;
	border-bottom: none;
	display: block;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
	background: #ECECEC;
	line-height: 18px;
}

#home #aboutNav a#homelink,
#webdesign #aboutNav a#webdesignlink,
#blog #aboutNav a#bloglink,
#hosting #aboutNav a#hostinglink,
#seo #aboutNav a#seolink,
#actinic #aboutNav a#actiniclink,
#contact #aboutNav a#contactlink,
#news #aboutNav a#newslink,
#case #aboutNav a#caselink {
	font-size: 85%;
	font-weight: normal;
	text-decoration: none;
	color: #336699;
	display: block;
	background-image: url(/images/back-list-here.gif);
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 25px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 25px;
}

#home #aboutNav a#homelink:hover,
#webdesign #aboutNav a#webdesignlink:hover,
#hosting #aboutNav a#hostinglink:hover,
#blog #aboutNav a#bloglink,
#seo #aboutNav a#seolink:hover,
#actinic #aboutNav a#actiniclink:hover,
#contact #aboutNav a#contactlink:hover,
#news #aboutNav a#newslink:hover,
#case #aboutNav a#caselink:hover {
	font-size: 85%;
	font-weight: normal;
	text-decoration: none;
	color: #ffffff;
	display: block;
	background-image: url(images/back-listb.gif);
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 25px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 25px;
}

#aboutNav a.case {
	font-weight: normal;
	font-size: 85%;
	text-decoration: none;
	color: #336699;
	display: block;
	background-image: url(images/back-list-case.gif);
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 35px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
}

#aboutNav a.case:hover {
	font-weight: normal;
	font-size: 85%;
	text-decoration: none;
	color: #ffffff;
	display: block;
	background-image: url(images/back-list-caseb.gif);
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 35px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
}

#Amersham #aboutNav a#Amershamlink,
#aylesbury #aboutNav a#aylesburylink,
#Beaconsfield #aboutNav a#Beaconsfieldlink,
#bourne #aboutNav a#bournelink,
#csg #aboutNav a#csglink,
#csp #aboutNav a#csplink,
#east #aboutNav a#eastlink,
#gx #aboutNav a#gxlink,
#missen #aboutNav a#missenlink,
#harrow #aboutNav a#harrowlink,
#henley #aboutNav a#henleylink,
#hw #aboutNav a#hwlink,
#iver #aboutNav a#iverlink,
#lon #aboutNav a#lonlink,
#maid #aboutNav a#maidlink,
#marlow #aboutNav a#marlowlink,
#read #aboutNav a#readlink,
#stoke #aboutNav a#stokelink,
#uk #aboutNav a#uklink,
#Chesham #aboutNav a#Cheshamlink {
	font-size: 85%;
	font-weight: normal;
	text-decoration: none;
	color: #336699;
	display: block;
	background-image: url(images/back-list-here-case.gif);
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 35px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
}

/* IE Fixes */

/* remove annoying gaps */
#aboutNav li {	
	display: inline; 
}

/* force hover on entire width of  link */
* html #aboutNav a {
	height: 1px;
}
.image {
	padding: 0px;
	border: 1px solid #336699;
	margin: 4px;
}

