
/** Global Styles */

html, body 
{
	margin:0;
	padding:0;
	font-family: Verdana,Arial,sans-serif;
	text-align: center;
	background: #000 url(images/bkgd.gif) top left repeat;
	/* background-color: #004900; */
	}

#wrapper 
{
	width:720px;
	height: 3000px;
	margin:0 auto;
	text-align: left;
}

#masthead 
{
	background: white url(images/masthead.jpg) right top no-repeat;
	width:720px;
	height: 178px;
	border-left-width: 1px;
	border-bottom-width: 0;
	border-right-width: 1px;
	border-top-width: 0;
	border-color: white;
	border-style: solid;
}

#content 
{
	width: 720px;
	height: 100%;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-top-width: 0px;
	margin:0;
	padding:0;
	text-indent: 0;
	background-color: #226209;
	border-color: white;
	border-style: solid;
	}

#content.testimonials 
{
	height: 100%;
	margin:0;
	padding:0;
	text-indent: 0;
	background-color: #226209;
}



/** Top Nav Bar */

#navBar 
{
	width: 515px;
	height: 16px;
	float: right;
	padding: 105px 0 0 0;
	display:inline;
	overflow: hidden;
}


#navBar ul 
{
	margin: 2px 0 0 0; 
	padding: 0;
	list-style: none;
	width: 515px;
	
}

ul li 
{
	list-style: none; 
	float:left;
	margin: 0;
	padding:0;
}

ul a 
{
	display:block;
	padding: 0 1em;
	text-decoration: none;
	text-indent: -5000px;
	position:relative;
	outline:none;
}


.home 
{
	width:55px;
	height:16px;	
	background: url(images/navbarbtn_home.gif) left top no-repeat;
	border-right: 1px solid #6b2408;
}


.home a:hover 
{
	background: url(images/navbarbtn_home.gif) right top no-repeat;
}

.gallery 
{
	width: 65px;
	height: 16px;
	background: url(images/navbarbtn_gallery.gif) left top no-repeat;
	border-right: 1px solid #6b2408;
}

.gallery a:hover 
	{
	background: url(images/navbarbtn_gallery.gif) right top no-repeat;
	}


.who 
{
	width: 71px;
	height: 16px;
	background: url(images/navbarbtn_about.gif) left top no-repeat;
	border-right: 1px solid #6b2408;
}

.who a:hover 
{
	background: url(images/navbarbtn_about.gif) right top no-repeat;
}


.testimonial 
{
	width: 100px;
	height: 16px;
	background: url(images/navbarbtn_testimonials.gif) left top no-repeat;
	border-right: 1px solid #6b2408;
}

.testimonial a:hover 
{	
	background: url(images/navbarbtn_testimonials.gif) right top no-repeat;
}


.contact 
{
	width: 89px;
	height: 16px;
	background: url(images/navbarbtn_contact.gif) left top no-repeat;
	border-right: 1px solid #6b2408;
}

.contact a:hover
{
	background: url(images/navbarbtn_contact.gif) right top no-repeat;
}

.slideshow 
{
	width: 82px;
	height: 16px;
	background: url(images/navbarbtn_slideshow.gif) left top no-repeat;
}

.slideshow a:hover
{
	background: url(images/navbarbtn_slideshow.gif) right top no-repeat;
}

/** Sidebar */

#sidebar
{
	width:155px;
	/* height:150px; */
	float:left;
	margin:0;
	padding:20px 0 0;
}

#sidebar ul 
{
	list-style: none;
	width:155px;
	margin: 0;
	padding:0;
}

#sidebar li 
{
	width:155px;
	height:30px;
	line-height: 29px;
	padding:0;
	margin:0;
	position: relative;
	overflow:hidden;
}

#sidebar img {
	width:80px;
	padding:20px 0 5px 45px;
}

#sidebar p {
	font-size: .5em;
	color: #fff;
	width:90px;
	padding:0 0 0 45px;
}


.home2 
{
	background-position: top left;
  	background-image: url(images/mainnav2_home.gif);
  	background-repeat: no-repeat;
  	background-color: #22620a;
  	position: absolute;
}

#sidebar li.home2 a:hover 
{
background: url(images/mainnav2_home.gif) top right no-repeat;
}


.gallery2 
{
	background-position: top left;
  	background-image: url(images/mainnav_gallery.gif);
  	background-repeat: no-repeat;
  	background-color: #22620a;
  	position: absolute;
}

#sidebar li.gallery2 a:hover 
{
background: url(images/mainnav_gallery.gif) top right no-repeat;
}

.who2 
{
	background-position: top left;
  	background-image: url(images/mainnav_about.gif);
  	background-repeat: no-repeat;
  	background-color: #22620a;
  	position: absolute;
}

#sidebar li.who2 a:hover 
{
background: url(images/mainnav_about.gif) top right no-repeat;
}

.testimonial2 
{
	background-position: top left;
  	background-image: url(images/mainnav_testimonials.gif);
  	background-repeat: no-repeat;
  	background-color: #22620a;
  	position: absolute;
}

#sidebar li.testimonial2 a:hover 
{
background: url(images/mainnav_testimonials.gif) top right no-repeat;
}

.contact2 
{
	background-position: top left;
  	background-image: url(images/mainnav_contact.gif);
  	background-repeat: no-repeat;
  	background-color: #22620a;
  	position: absolute;
}

#sidebar li.contact2 a:hover 
{
background: url(images/mainnav_contact.gif) top right no-repeat;
}

.slideshow2 
{
	background-position: top left;
  	background-image: url(images/mainnav_slideshow.gif);
  	background-repeat: no-repeat;
  	background-color: #22620a;
  	position: absolute;
}

#sidebar li.slideshow2 a:hover 
{
background: url(images/mainnav_slideshow.gif) top right no-repeat;
}


/** MainContent */

#mainContent
{
	width: 530px;
	height: 100%;
	background: #60b15e url(images/greengrad.gif) top left repeat-x;	
	float: right;
	color: #000;
	text-align: left;
	font-family:"Times New Roman", Times, serif;
	display:inline;
}

#mainContent.testimonials
{
	height:100%;
}




#mainContent.photogallery
{
	height:850px;
}




#flashcontent
{
	width:530px;
	height:500px;
	margin:0;
	padding:0;
}



#mainContent.splashgallery
{
	padding:0 15px;
	text-align: center;
}


h1 
{
	margin:10px auto 20px;
	padding:0;
	width:449px;
	height:33px;
	background-position: center top;
	background-image: url(images/renov_newconstructlarge.gif);
	background-repeat: no-repeat;
	text-indent: -5000px;
}


h2 
{
	color: #fff;
	font:150% "Times New Roman", Times, serif; 
	font-weight: 100;
	text-align:center;
	padding:15px;
	margin:0;
	font-variant:small-caps;
}


h3 
{
	background:url(images/construct.gif) 50% 50% no-repeat;
	height: 30px;
	border-top: solid 1px #005100;
	margin: 30px 20px 0;
	padding-top:15px;
	line-height: 1em;
}

h3 span {
	position: absolute;
	left: -50em;
	width: 50em;
}

h4 
{
	color: #000;
	font:120% Times, "Times New Roman", serif; 
	text-align: center;
	margin-top: -5px;
	padding: 0;
}

.splashgallery h4
{
	width:500px;
	border-top: solid 1px #005100;
	margin: 20px 15px 25px;
	padding-top: 10px;
}

h5 {
	color: #000;
	font:90% "Times New Roman", Times, serif; 
	text-align:center;
	font-style:italic;
	margin-top: -20px;
	padding: 0;
}

h6 
{
	color: #004900;
	font:90% "Times New Roman", Times, serif; 
	text-align: right;
	font-weight: 700;
	font-style:italic;
	padding:10px 30px 0;
	margin:0;
	
}
	
p 
{
	font: .76em Verdana, Helvetica, Arial, sans-serif;
	line-height: 1.4em;
	padding: 10px 20px 0 15px;
	margin: 0;
}

p.contactinfo 
{
	font: .76em Verdana, Helvetica, Arial, sans-serif;
	line-height: 1.4em;
	padding: 10px 50px 0;
	margin: 0;
}



#joe-bio 
{
	float:left;
	width:128px;
	height:45px;
	background: url(images/joe-grad.jpg) top left no-repeat;
	padding:160px 0 0;
	margin: 15px 15px 0;
	display:inline;
	position: relative;
}

#joe-bio h6
{
	font:60% Verdana, Arial, Helvetica, sans-serif; 
	font-weight: 100;
	text-align: left;
	padding: 0;
	margin: 0;
}

#joe-bio a 
{
	display:block;
}

.slideshowvideo {
	width: 400px;
	height: 350px;
	margin: 0 auto;
	padding: 0;
}







