body {
	/* 	background-color: #C6EFC2; */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0px;
	margin-top: 0px;
	background-image: url(images/gradient.gif);
	background-repeat: repeat-x;
	}
h1, h2, h3 {
	text-align: center;
	font-weight: normal;
}

h1 {
	font-size: 2.5em;
	font-weight: normal;
	margin: 0px;
	padding: 0.5em;
   }
 
div.container {
 /*	background-color: #C6EFC2;  */
	width: 960px;
	minimum-height: 960px;
	margin-right: auto;
	margin-left: auto; 
	padding: 0px;
	}
div.navbar {
	minimum-height: 600px;
	width: 160px;
	float: left;
	margin: 0px;
	padding: 0px;
	}
div.logo {
	background-image: url(images/webblue_150.gif);
	height: 160px;
	width: 160px;
	background-repeat: no-repeat;
	background-position: center center;
	padding: 4px;
	margin: 0px;
	}

div.header {
/* 	background-color: #C6EFC2;  */
    background-image:url(images/stow_on_the_wold_banner.png);
	background-repeat: no-repeat;
	background-position: right top;
	float: right;
	width: 100%;
	height: 160px;
	margin-top: 4px;
	margin-bottom: 4px;
	}
 
div.content {
 /*	background-color: #FFFFFF; */
    width: 760px;
	padding: 4px;
	margin-right: auto;
	margin-left: auto;
	float: right;
}
ul.navbar {
	list-style-type: none;
	padding: 2px;
	margin: 0px;
	width: 160px;
	}
	#home .home, #seo .seo, #support .support, #portfolio .portfolio, #hosting .hosting,  #contact .contact,  #faq .faq, #blog .blog {
	display: block;
	border: 2px outset #CDD4C4;
	width: 10em;
	background-color: #E3E9CD;
	margin: 0em;
	color: #000000;
	text-align: center;
	vertical-align: middle;
	padding-top: 0.25em;
	padding-right: 0.25em;
	padding-bottom: .5em;
	padding-left: 0.25em;
	}
a.home, a.seo, a.support, a.portfolio, a.hosting, a.contact, a.faq, a.blog {
	display: block;
	border: 2px outset #CDD4C4;
	width: 100%;
	background-color: #CDD4C4;
	margin: 0em;
	color: #000000;
	height: 2em;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	padding-top: 0.25em;
	padding-right: 0.25em;
	padding-bottom: .5em;
	padding-left: 0.25em;
}
#navbar a:hover {
	color: blue;
	}
#logo h1 {
	font-size: 1.75em;
/*	width: 100%; */
}
#logo h2 {
	font-size: 1.1em;
 	font-style: italic;
	margin-top: 0px;
}
caption {
	font-weight: bold;
}

#portfolioTable {
	margin-right: auto;
	margin-left: auto;
}

.textright {
	clear: right;
	float: right;
	width: 40%;
}

.floatright {
    float: right;
}

.spacer {
	line-height: 1em;
	margin: 0px;
	padding: 0px;
}
.imgLink {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: none;
	vertical-align: top;
}

/* Added outer div to go around Navbar to correct problem in IE6 and earlier - Navbar & contents disappeared */

/*div.floatleft {
	clear: left;
	float: left;
}
*/
form p label {
   float: left;
   width: 40%;
}
.error {
	color:#FF0000;
	margin-left: 40%;
   }
/* stylesheet for printing only */
 @media print
{
div.navbar {
	display: none;
}
div.content {
	float: right;
	width: auto;
	height: auto;
	padding: 1%;
	}
div.header {
	float: none;
	height: auto;
	width: auto;
	padding: 0em;
	}
}
/* end of media print section */
/* styles for blog */
.description {
	font-size: 1.2em;
	text-align: center;
	}

div.sidebar {
	minimum-height: 600px;
	width: 170px;
	float: left;
	margin: 1px;
	padding: 0px;
	border: thin solid #333333;

	}
	
/* div.sidebar {
	clear: left;
	float: left;
	height: auto;
	minimum-height: 30em;
	width: 12em;
	position: relative;
	left: 0.5em;
	top: 34em; 
	margin-left: auto;
	margin-right: auto;
	padding: 0px; 
	border: thin solid #333333;
	}
*/
#sidebar h2 {
    font-size: 1.2em;
	}
	 
#sidebar ul, #sidebar li {
	list-style-position: inside;
	list-style-type: none;
	list-style-image: none;
 	margin: 0px;
	padding: 2px;   
	}
	
.hidden {
	display: none;
	}
		
img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */
/* End blog */ 
.vcard {
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	background-color: #C6EFC2;
	border-width: thin;
	border-style: solid;
	border-radius: 10px;
    -moz-border-radius: 10px;
	-moz-box-shadow: #CDD4C4 5px 5px; 
    -webkit-border-radius: 10px;
	-webkit-box-shadow: #CDD4C4 5px 5px; 
    filter: progid:DXImageTransform.Microsoft.DropShadow(offx=5, offy=5, color=#CDD4C4);
	padding-top: 1em;
	padding-bottom: 1em;
	padding-left: 1.5em;
	padding-right: 1.5em;
	background-image: url(webblue_150_faint.gif);
	background-repeat: no-repeat;
	background-position: center center;
    }
div.adr {
    font-size: 0.9em;
    width: 50%;
	text-align: left;
}	
a.org, a.url {
	color: black;
	font-size: 2em;
	text-decoration: none;
	display: inline;
	 }
.fn  {
     font-size: 1.1em;
	 text-align: center;
	 margin: 1em;
	 }	 
.tel {
     float: right;
     font-size: 1.1em;
	 text-align: right;
	 margin-top: 2.5em;
	 }	 
.centred {
     text-align:center;
	 margin-left: auto;
	 margin-right: auto;
	 }

code {
     display: block;
     background-color: #CDD4C4;
	 border: thin double black;
	 margin-top: 0.5em;
	 margin-bottom: 0.5em;
	 padding: 1em;
	 -webkit-border-radius: 10px;
	 -moz-border-radius: 10px;
	 border-radius: 10px;
	 }	 