body { 
	margin: 0px 20px 0px 20px ;
	background-color: #FFF ;
	background-image: url( '../img/stripes-grey.png' );
	background-repeat: repeat-y;
	font-family: Georgia, serif; color: #000; font-size: 12px;
	text-align: left;
	}
table {
	font-family: Georgia, serif; color: #000; font-size: 12px;
	text-align: left;
	}
h1 {
	font-size: 18px;
	font-style: italic;
	font-weight: normal;
	margin-top: 0px;
	}
h2 {
	font-size: 18px;
	font-style: italic;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 5px;
	color: #999;
	}
h3 {
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	color: #999;
	}
a {
	color: #666;
	font-style: italic;
	}
a:hover {
	color: #ed1c24;
	text-decoration: none; 
	}
img {
	border: none;
	}
	
#page {
	width: 915px;
	}	
	
#navBar {
	float: left;
	width: 130px;
	text-align: right;
	color: #666;
	}
#navBar a { 
	color: #666; 
	text-decoration: none; 
	font-style: normal;
	}
#navBar a:hover { 
	color: #ed1c24;
	text-decoration: underline; 
	}
#navBarPadding {
	padding-top: 60px;
	margin-right: 15px;
	}
.navHeading {
	padding-top: 15px;
	padding-bottom: 10px;
	color: #999;
	font-size: 13px;
	font-style: italic;
	background-image: url( '../img/stripe-grey-70.png' );
	background-repeat: no-repeat;
	background-position: 100% 95%;
	}
.navLink {
	padding-top: 5px;
	}
	
#pageContent {
	width: 785px;
	float: right;
	background-image: url( '../img/stripe-red-785-5.png' );
	background-repeat: no-repeat;
	padding-top: 5px;	
	}
#pageContent p {
	line-height: 150%;
	}
#contentHeader {
	}
#content {
	float: left;
	width: 640px;
	}
#content p {
	padding: 0px;
	margin-top: 0px;
	}
#contentSidebar {
	float: right;
	width: 130px;
	}
	
#footer {
	clear: both;
	font-weight: normal;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #333;
	color: #999;
	font-size: 11px;
	}
#footer a {
	color: #fff;
	text-decoration: none;
	}
#footer a:hover {
	text-decoration: underline;
	}
.footerBlock {
	float: left;
	padding-right: 100px;
	}
.footerSpacer {
	clear: both;
	height: 10px;
	}
.footerHeading {
	font-size: 12px;
	padding-bottom: 10px;
	}
.footerHighlight {
	color: #fff;
	font-style: italic;
	}
#copyright {
	padding: 5px;
	background-color: #eee;
	color: #888;
	font-size: 11px;
	}
	
#pageHeadingContainer {
	padding: 0px;	
	}
#pageHeading {
	float: left;
	padding-top: 25px;
	padding-bottom: 25px;
	font-size: 20px;
	font-style: italic;
	}
#pageHeadingCategory {
	color: #999;
	}
#pageHeadingHBTextLogo {
	float: right;
	padding-top: 22px;	
	}
#pageHeadingClear {
	height: 0px;
	clear: both;
	}
	
#contentSidebar {	
	color: #666; 
	}
#contentSidebar p a {
	color: #ed1c24;
	text-decoration: none;
	}
#contentSidebar p a:hover {
	color: #ed1c24;
	text-decoration: underline;
	}
.sidebarHighlighted	{
	color: #ed1c24;
	}
.sidebarHeading {
	padding-bottom: 10px;
	font-size: 13px;
	font-style: italic;
	color: #999;
	background-image: url( '../img/stripe-grey-70.png' );
	background-repeat: no-repeat;
	background-position: 0% 95%;
	}
.sidebarHeading a { 
	color: #999;
	text-decoration: none; 
	}
.sidebarHeading a:hover { 
	color: #ed1c24;
	text-decoration: underline; 
	}
	
/* stuff that appears on lots of pages */
	
.headingLink {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 13px;
	font-style: italic;
	}
.headingLink a { 
	color: #999;
	text-decoration: none; 
	}
.headingLink a:hover { 
	color: #ed1c24;
	text-decoration: underline; 
	}
	
#blogHeadline {
	clear: both;
	padding: 20px;
	background-image: url( '../img/stripes-grey.png' );
	text-align: right;
	vertical-align: middle;
	color: #000;
	font-size: 15px;
	font-style: italic;
	}
#blogHeadline a {
	color: #888;
	text-decoration: none;
	}
#blogHeadline a:hover { 
	color: #ed1c24;
	text-decoration: underline; 
	}
	
.decorativeSlashes {
	color: #ed1c24;
	}
	
.divider {
	clear: both;
	height: 3px;
	background-image: url( '../img/stripe-double-grey.png' );
	background-repeat: repeat-x;
	}
	
.spacer {
	clear: both;
	height: 20px;
	}
.spacerSmall {
	clear: both;
	height: 15px;
	}
	
.blockQuote {
	padding: 10px;
	background-image: url( '../img/stripes-grey.png' );
	font-size: 15px;
	font-style: italic;
	text-align: center;
	}
.blockQuoteQuotee {
	font-style: normal;
	color: #888;
	}

.groupBox {
	clear: both;
	margin-top: 20px;
	min-height: 145px;
	}
.groupBoxImage {
	float: left;
	border: 5px solid #ddd;
	}
.groupBoxText {
	margin-left: 220px;
	}
.groupBoxQuotee {
	text-align: right;
	font-style: italic;
	color: #888;
	}
	
.fullWidthImage {
	border: 5px solid #ddd;
	}
	
.imageRow {
	margin-top: 10px;
	margin-bottom: 10px;
	}
.imageRowImg {
	border: 5px solid #ddd;
	}
	
	
/* home page styles */
	
#homeMainImage {
	margin-top: 15px;
	}	

#homePortfolioLinks {
	}
.homePortfolioLink {
	width: 185px;
	float: left;
	padding-right: 15px;
	}
.homePortfolioLink img {
	padding-bottom: 5px;
	}
.homePortfolioLink a {
	color: #000;
	text-decoration: none;
	}
.homePortfolioLink a:hover { 
	color: #ed1c24;
	text-decoration: underline; 
	}
.homePortfolioLinkLast {
	width: 185px;
	float: left;
	padding-right: 0px;
	}
.homePortfolioLinkLast img {
	padding-bottom: 5px;
	}
.homePortfolioLinkLast a {
	color: #000;
	text-decoration: none;
	}
.homePortfolioLinkLast a:hover { 
	color: #ed1c24;
	text-decoration: underline; 
	}
	
#homeBlogHeadline {
	clear: both;
	padding: 10px;
	background-image: url( '../img/stripes-grey.png' );
	text-align: right;
	vertical-align: middle;
	font-size: 15px;
	font-style: italic;
	color: #000;
	}
#homeBlogHeadline a {
	color: #888;
	text-decoration: none;
	}
#homeBlogHeadline a:hover { 
	color: #ed1c24;
	text-decoration: underline; 
	}
	
	
	
/* blog styles */

.blogPageNavContainer{
	}
.blogPageNav {
	float: left;	
	padding-top: 10px;
	padding-bottom: 10px;
	color: #888;
	font-size: 13px;
	font-style: italic;	
	}
.blogPageNav a {
	color: #888;
	text-decoration: none;
	}
.blogPageNav a:hover {
	color: #ed1c24;
	text-decoration: underline; 
	}
.blogPageNavBack {
	float: right;	
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 13px;
	font-style: italic;	
	}
.blogPageNavBack a {
	color: #888;
	text-decoration: none;
	}
.blogPageNavBack a:hover {
	color: #ed1c24;
	text-decoration: underline; 
	}
	
.blogPost {
	margin-bottom: 30px;
	}
.blogPost h1 {
	padding-top: 20px;
	margin-bottom: 0px;
	font-size: 18px;
	}
.blogPost h1 a {
	text-decoration: none;
	}
.blogPost h1 a:hover {
	text-decoration: underline;
	}
.blogPostInfo {
	margin-top: 5px;
	margin-bottom: 15px;
	font-size: 11px;
	font-weight: normal;
	color: #888;
	}
.feedBurnerFlareBlock {
	font-size: 10px;
	}
.blogFloatImage {
	float: right;
	padding-left: 5px;
	padding-bottom: 5px;
	}
.blogQuote {
	margin-right: 24px;
	margin-left: 24px;
	font-style: italic;
}
.blogHighlightText {
	background: #222;
	padding: 1px;
	border: 1px solid #888;
}

.blogNavHeading {
	padding-top: 15px;
	padding-bottom: 10px;
	font-size: 13px;
	font-style: italic;
	color: #999;
	background-image: url( '../img/stripe-grey-70.png' );
	background-repeat: no-repeat;
	background-position: 0% 95%;
	}
.blogNavLink {
	padding-top: 5px;
	vertical-align: middle;
	}
.blogNavLink a {
	font-style: normal;
	text-decoration: none;
	}
.blogNavLink a:hover {
	color: #ed1c24;
	text-decoration: underline; 
	}
#blogSearchForm {
	padding-top: 5px;
	}
#blogNavSearchButton {
	float: right;
	border: 1px solid;
	border-color: #aaa;
	background-color: #ddd;
	font-family: Georgia, serif;
	}
	
	
/* gallery styles */
#gallery{ 
	width: 785px;	
	}
#gallery a{ 
	outline: none; 
	border: none; 
	}
#gallery a img{
	border: none;
	}
#galleryFullImage{
	margin-left: 47px;
	width: 690px;
	height: 463px;
	overflow:hidden;
	cursor: pointer;
	}
#galleryFullImage img{ 
	width: 690px; 
	height: 463px;
	}
#gallerySlideIndicators {
	margin-top: 5px;
	text-align: center;
	}
.gallerySlideIndicator {
	}
#gallery #galleryWrapper{
	overflow: hidden;
	margin-top: 5px;
	width:  690px;
	float: left;
	height: 60px;
	position: relative;
	}
#galleryItems{
	margin: 0px 0px;
	padding: 0px;
	list-style: none;
	width: 50000px;
	position: relative;
	letter-spacing: 0em;
	}
#galleryItems li{
	float: left;
	list-style: none;
	margin-right: 10px;
	}
#galleryItems .galleryThumbnail{
	width: 50px;
	height: 50px;
	cursor: pointer;
	margin: 0px;
	padding: 0px;
	border: 5px solid #ddd;
	}
#galleryItems .large{
	display: none;
	position: absolute;
	}
#galleryFullImage .galleryLoading{
	width: 24px;
	height: 24px;
	}
#galleryFullImage .galleryThumbnail{
	display: none;
	}
#galleryLeft, #galleryRight {
	margin-top: 25px;
	margin-bottom: 15px;
	height: 30px;
	width: 30px;
	color: white;
	text-indent: -2000em;
	text-decoration: none;
	z-index: 1000; 
	display: block;
	cursor: pointer;
	float: left;
	}
#galleryLeft {
	background: url('../img/gallery-left.png');
	margin-left: 7px;
	margin-right: 10px;
	}
#galleryRight {
	background: url('../img/gallery-right.png');
	margin-left: 10px;
	}
#galleryLeft:hover, #galleryRight:hover {
	background-position:bottom;
	}

	
	
/* about me */

#aboutMeImage {
	float: left;
	border: 5px solid #ddd;	
	margin: 0px 10px 10px 0px;
	}
	
/* FAQ */

.faq_question a {
	font-style: italic;
	color: #999;
	text-decoration: none;
	font-weight: normal;
	}
.faq_question a:hover {
	color: #ed1c24;
	text-decoration: underline;
	}
.faq_answer {
	display: none;
	}
	
	
	
/* sitemap */

#sitemap {
	padding: 0;
	margin: 0;
	}
.sitemapLvl1 {
	list-style: none;
	margin-bottom: 10px;
	text-align: left;
	font-size: 14px;
	}
.sitemapLvl2 {
	list-style: none;
	margin-bottom: 3px;
	margin-left: 20px;
	text-align: left;
	}
.sitemapLvl3 {
	list-style: none;
	margin-bottom: 3px;
	margin-left: 40px;
	text-align: left;
	}
.sitemapLvl4 {
	list-style: none;
	margin-bottom: 3px;
	margin-left: 50px;
	text-align: left;
	}


/* contact form */

#contactLastName {
	visibility: hidden;
	display: none;
	}
	
	
	
/* price list */

.prices {
	margin-bottom: 10px;
	}
.price {
	margin-left: 20px;
	margin-bottom: 0px;
	color: #666;
	}
	
	
	

/* forms */
	
	
.form legend {
	font-weight: bold;
	}
.form {
	width: 600px;
	padding: 0;
	}
.formRow {
	clear: both;
	vertical-align: middle;
	padding-bottom: 10px;
	margin: 0px;
	}
.form label {
	float: left;
	width: 190px;
	text-align: right;
	vertical-align: baseline;
	}
.formInput {
	float: right;
	width: 400px;
	border: 1px solid #000;
	font-family: Georgia, serif;
	}
.form textarea {
	float: right;
	width: 400px;
	border: 1px solid #000;
	font-family: Georgia, serif;
	}
.formRowLabeless {
	float: right;
	width: 400px;
	}
.formElement {
	margin-left: 160px;
	}