/************* Generic element styles ***************/
html,body {
	background: #e7e2b5;
	position: relative;
}

html, body, table, tr, td, div, img, h1, h2, h3, h4, ul, li, form {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

table {
	border-collapse: collapse;
}

td {
	vertical-align: top;
	text-align: left;
}

h1 {
	margin-bottom: 18px;
	font-family: Arial, Sans Serif;
	font-size: 32px;
	font-weight: bold;
	color: #6C9711;
}

h1.mainSection {
	border-bottom: 1px solid #E7E2B5;	
	color: #115797;
	font-size: 2em;
	margin-bottom: 12px;
}


h2 {
	padding: 3px;
	font-family: Arial, Sans Serif;
	font-size: 17px;
	font-weight: bold;
	color: #115797;
}

.body {
	background: #e7e2b5 url(../images/body-bg.gif) 0 -45px repeat-x;
}

.body h2 {
	border-bottom: 1px solid #E7E2B5;
	background: none;
	color: #115797;
}

.body h3 {
	color: #636363;
	font-size: 1em;
	font-weight: bold;
	font-family: Arial, Sans Serif;
	margin: 0.2em 0 .1em 0;
}

.bottom h2 {
	border-bottom: 1px solid white;
}

.bottom {
	background: #E7E2B5;
}

p {
	font-family: Arial, Sans Serif;
	font-size: 12px;
	margin-bottom: 1em;
}

ul.ul-menu {
	border-bottom: 1px solid white;
}

	.ul-menu li a {

	}
	
li {
	list-style-type: none;
	margin: 4px;
	
	font-family: Arial, Sans Serif;
	font-size: 12px;
	line-height: 1.2em;
	
	background-image: url( ../images/bullet.gif );
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-left: 12px;
}

li.selected {
	background-image: url( ../images/bullet-selected.gif );
}

li a:hover {
	text-decoration: underline;
}

li.selected a {
	font-weight: bold;
}

a.arrow { 
	background: url(../images/bullet.gif) 0 0.5em no-repeat; 
	color: #1551BF; 
	font-size: 12px; 
	padding-left: 10px; 
	font-family: Arial, sans serif;
}

h2 a {
	color: #115797 !important;
	text-decoration: none;
}

/************* Generic custom styles ***************/
img.header {
	display: block;
	margin-bottom: 10px;
}

div.clearer {
	clear: both;
}

.bulleted {
	background-image: url( ../images/bullet.gif );
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-left: 8px;
}

.centered {
	margin-left: auto;
	margin-right: auto;
}


/*********** copyright style ******************/
.copyright {
	height: 40px;
	padding: 10px 5px;
	border-top: 1px solid #FFFFFF;	
	clear: left;
}

body.openTemplate .copyright {border: none;}

.copyright *,
.copyright a:visited {
	font-family: Tahoma, Arial, Sans Serif;
	font-size: 11px;
	color: #787450;
}


/************** white (body) row Styles *****************/
.body {
	padding: 20px;
	position: relative;
	z-index: 1;
}

.whiteBg {height: 210px;  position: absolute; background: #FFFFFF; width: 100%;}

body.openTemplate .body {background: #FFFFFF;}

#logo {
	background: url(../images/logo.gif) 0 0 no-repeat;
	width: 186px;
	height: 132px;
	margin: 20px 15px;
}

	#logo a {
		display: block;
		width: 186px;
		height: 132px;
		text-indent: -9999px;
	}
	
#areaExpertise {
	background: url(../images/home/interior-and-exterior.gif) 0 0 no-repeat;
	height: 68px;	
	width: 243px;
}

	#areaExpertise a {
		height: 68px;	
		width: 243px;
		display: block;
		text-indent: -9999px;
		outline: none;
	}

/************** Widths *******************/
.body .width {
	width: 800px;
}
.bottom .width {
	width: 759px;
}

/************* left sidebar *****************/

.left-sidebar {
	padding: 6px 12px;
	padding-left: 0;
	width: 175px;
	position: absolute;
	top: 313px;
	z-index: 2;
}

.left-sidebar li a {
	text-decoration: none;
	color: #5f5e55;
}

.left-sidebar li a:hover {
	color: #000000;
	text-decoration: underline;
}

/************* Local Navigation *****************/
#localNav {
	border-bottom: 1px solid #FFFFFF;
	margin-bottom: 0.55em;	
	padding-bottom: 1em;
}
	
	#localNav li a {
		text-decoration: none;
		color: #5f5e55;
	}
	
		#localNav li a:hover {
			color: #000000;
			text-decoration: underline;
		}
	
	#localNav li.active {
		background-image: url(../images/li-active-bullet.gif);
	}
	
	#localNav li.hasSubNodes {
		background: url(../images/li-sub-nodes-bullets.gif) 0 0.5em no-repeat;
	}
	
		#localNav li.active a {
			color: #000000;
			font-weight: bold;
		}
			
			#localNav li.active li {
				background: none;
				padding: 0;
				margin-left: 0;
				line-height: 1em;
			}
			
				#localNav li.active li a {
					color: #69664a;
					font-size: 0.95em;
					font-weight: normal;
				}
		
				#localNav li.active li a:hover {
					text-decoration: none;
					color: #000000;
				}

				#localNav li.active li.active a {
					color: #000000;
					text-decoration: underline;
				}


/************* Testimonials *****************/
.testimonial {
	padding: 10px;
	background: #e7e2b5;
}

.testimonial * {
	font-family: Georgia, Times New Roman, Serif;
	font-size: 11px;
	line-height: 1em;
	background: #e7e2b5;
}

.testimonial .person {
	font-weight: bold;
}

/************* Blog *****************/
#blogForm {
	padding: 1em 0;
}

.blogEntry { padding: 0.5em 20px; }

.blogEntry h2 { 
	border-bottom: 0; 
	float: left; 
	line-height: 1; 
	margin-bottom: 0; 
	padding: 0; 
}

.blogEntry .datePosted { 
	float: right; 
	font-size: 0.7em; 
}

.blogEntry p { 
	border-top: 1px solid #E7E2B5; 
	clear: left; 
	margin-top: 1em; 
	padding-top: 0.5em; 
}

.numberOfComments {
	display: block;
}

.postedBy {
	margin-right: 7px;	
}


p.painterBlog {
	float: right;
	height: 67px;
	margin: 0;
	margin-left: 15px;
	width: 256px;	
}

/* Form Styling */

#postComment {
	margin-top: 1.5em;	
}

	fieldset {
		background: #efefef;
		border: 0;
		margin-bottom: 1.5em;
		padding: 1em 1.5em;
	}
	
		fieldset input,
		fieldset textarea {
			border: 1px solid #7F9DB9;
		}
		
		.fieldArea {
			margin-bottom: 0.833em;
		}
		
		label {
			float: left;
			margin-right: 0.417em;
			width: 8.333em;
		}
		
		span.message {
			display: block;
			font-size: 0.833em;
		}
		
		span.error {
			color: #DD0000;
		}
		
div.errors {
	background: #FEFAD9 url(../images/forms/bg_error.gif) 0 0 repeat-x;
	border: 1px solid #E0D75F;
	display: block;
	margin: 0 0 2em 0;
}

div.errorsInner {
	background: url(../images/forms/big_error.gif) 15px 1em no-repeat;
	padding: 1em 0 1em 80px;
}


.floatRight { float: right; }

/* ----------------
	CLEAR FLOATS WITHOUT EXTRA HTML MARKUP
	add this class to the element that needs to be cleared - This works in modern browser that support the after pseudo element
    ------------- */ 
.group:after { 
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden; 
}
