body, div, h1, h1, h3, h4, p, dl, dt, dd, img, form, fieldset, blockquote {
    margin: 0px;
    padding: 0px;
    border: 0px;
}
#nav {
	background-image: url(../_images/menubg.jpg);
	background-position: center top;
	height: 39px;
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-left: 20px;
}
body {
    background: #F5F4EF url(../_images/bg.jpg) 0 0 repeat-x;
    text-align: center;
}
p, div, li,  h1, h1, h3, h4, td, input, select, textarea {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000;
	line-height: 18px;
	text-align: left;
}
p, h1, h1, h3, h4 {
	margin-bottom: 15px;
}
			
a img, :link img, :visited img {
	border: none;
	margin: 0px;
	padding: 0px;
}
a:link, a:visited {
	color: #60A23E;
}
a:hover, a:active {
	color: #60A23E;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
em, strong {
	color: #439026;
}
strong {
	font-size: 14px;
}
div.clear {
    clear: both;
    overflow: hidden;
    height: 1px;
}

/* ----------------------------------- */
/* COMMON
/* ----------------------------------- */

#wrapper {
	width: 760px;
	margin: 0 auto;
	text-align: left;
}

/* ----------------------------------- */
/* TOP
/* ----------------------------------- */
#top {
	height: 105px;
	background: transparent url(../_images/top.jpg) 0 0 repeat-x;
}
	img.logo {
		float: left;
	}
	img.phone {
		float: right;
	}

/* ----------------------------------- */
/* MENU
/* ----------------------------------- */
	#menu {
		background: url(../_images/menu.jpg) 0 0 no-repeat;
		width: 760px;		/* Width of entire image */ 
		height: 51px;		/* Height of buttons */
		margin: 0;
		padding: 0;
	}
#quote a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

	#menu span {
		display: none;
	}
	#menu li, #menu a {
		height: 51px;		/* Each button must have the same height, define it here */ display: block;
	}
	#menu li {
		float: left;
		list-style: none;
		_display: inline;		/* fixes IE/Win double margin float bug (safe) */
	}
	
	/* margin-left - you will need to adjust this value to "center" your nav, if needed */ 
	/* width - width of each button, they will each most likely be unique */ 
	#menu-home 			{ width: 48px; margin-left: 46px; }
	#menu-about 		{ width: 74px; margin-left: 55px; }
	#menu-services 		{ width: 65px; margin-left: 56px; }
	#menu-testimonials 	{ width: 98px; margin-left: 56px; }
	#menu-links 		{ width: 43px; margin-left: 56px; }
	#menu-contact	 	{ width: 62px; margin-left: 56px; }
	
	/* Changed values should match sum of "width" numbers specified above */ 
	#menu-home a:hover, #home #menu-home a:visited 							{ background: transparent url(../_images/menu.jpg) -46px -51px no-repeat; }
	#menu-about a:hover, #about #menu-about a:visited  						{ background: transparent url(../_images/menu.jpg) -149px -51px no-repeat; }
	#menu-services a:hover, #services #menu-services a:visited 				{ background: transparent url(../_images/menu.jpg) -279px -51px no-repeat; }
	#menu-testimonials a:hover, #testimonials #menu-testimonials a:visited 	{ background: transparent url(../_images/menu.jpg) -400px -51px no-repeat; }
	#menu-links a:hover, #links #menu-links a:visited 						{ background: transparent url(../_images/menu.jpg) -554px -51px no-repeat; }
	#menu-contact a:hover, #contact #menu-contact a:visited 				{ background: transparent url(../_images/menu.jpg) -653px -51px no-repeat; }	

/* ----------------------------------- */
/* HOME CONTENT
/* ----------------------------------- */
#home #wrapper {
	background: transparent url(../_images/home/wrapper.jpg) 0 0 repeat-y;
}
#home #main {
	background: transparent url(../_images/home/footer.jpg) left bottom no-repeat;
	padding-bottom: 30px;
}

#home #banner {
	height: 245px;
	background-color: transparent;
	background-image: url(../_images/home/home_01.jpg);
	background-repeat: no-repeat;
	background-position: 0 0px;
}

#welcome {
	width: 280px;
	float: right;
	background: transparent url(../_images/home/bg-welcome.jpg) 0 0 no-repeat;
	margin-right: 20px;
	display: inline;
}
	#welcome p {
	margin-left: 20px;
	margin-right: 20px;
	font-size: 0.95em;
	}

.intro-service {
	width: 209px;
	float: left;
	display: inline;
	padding-top: 85px;
}
	.intro-service h1, .intro-service p {
		font-size: 11px;
		line-height: 1.5em;
		color: #FFF;
		margin-left: 15px;
		margin-right: 15px;
	}	
	.intro-service h1 {
		text-indent: -3000px;
		height: 28px;
	}
	
#intro-consulting {
	margin-left: 20px;
	background-color: #549F38;
	background-image: url(../_images/home/home_03.jpg);
	background-repeat: no-repeat;
	background-position: 0 0px;
}
	#intro-consulting h1 {
		background: transparent url(../_images/home/header-consulting.gif) 0 0 no-repeat;
	}
#intro-home {
	margin-left: 11px;
	background-color: #549F38;
	background-image: url(../_images/home/home_05.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	line-height: 1.75em;
}
	#intro-home h1 {
		background: transparent url(../_images/home/header-in-home.gif) 0 0 no-repeat;
	}

/* ----------------------------------- */
/* SUB CONTENT
/* ----------------------------------- */
.sub #wrapper {
	background-image: url(../_images/sub/wrapper.jpg);
	background-repeat: repeat-y;
	background-position: 0 0;
}
.sub #main {
	background: transparent url(../_images/sub/footer.jpg) left bottom no-repeat;
	padding-bottom: 30px;
}

.sub #banner {
	height: 163px;
}
#about #banner {
	background-color: #DFECDA;
	background-image: url(../_images/sub/banners/about.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#services #banner {
	background-color: #E1EEDC;
	background-image: url(../_images/sub/banners/services.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#location #banner {
	background-color: #E0EDDB;
	background-image: url(../_images/sub/banners/location.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#photos #banner {
	background-color: #E0EDDB;
	background-image: url(../_images/sub/banners/photos.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#testimonials #banner {
	background-color: #E0EDDB;
	background-image: url(../_images/sub/banners/testimonials.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#links #banner {
	background-color: #E0EDDB;
	background-image: url(../_images/sub/banners/links.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#contact #banner {
	background-color: #E5F0E2;
	background-image: url(../_images/sub/banners/contact.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}

.sub #content {
	background: transparent url(../_images/sub/bg-content.jpg) 0 0 no-repeat;
	width: 511px;
	float: right;
	margin-right: 20px;
	display: inline;
}
	.sub #text {
		margin: 25px 25px 0 25px;
	}
	#text h1 {
		text-indent: -3000px;
	}
	#text h1 {
		height: 40px;
	}
	
	
	a.top {
		width: 458px;
		height: 15px;
		display: block;
		background: transparent url(../_images/sub/back-to-top.gif) 0 0 no-repeat;
	}
		a.top span { display: none; }
	
	img.inset {
		float: right;
		margin-left: 10px;
	}
	
	.link {
		clear: both;
		padding-bottom: 10px;
		margin-bottom: 10px;
		border-bottom: 1px solid #C8BE8B;
	}
	.link img {
		float: right;
		border: 1px solid #607EC7;
		padding: 3px;
		margin-left: 10px;
	}
	
	#address {
		width: 200px;
		float: right;
		margin-left: 15px;
	}
	
	#contact label {
		display: block;
	}
	
	
#side {
	background: transparent url(../_images/sub/bg-side.jpg) 0 0 no-repeat;
	width: 209px;
	float: left;
	margin-left: 20px;
	display: inline;
}
	
	#buttons {
		background: url(../_images/sub/buttons.gif) 0 0 no-repeat;
		width: 209px;		/* Width of entire image */ 
		height: 92px;		/* Height of buttons */
		margin: 25px 0 20px 0;
		padding: 0;
	}
	#buttons span {
		display: none;
	}
	#buttons li, #buttons a {
		width: 209px;
		height: 46px;		/* Each button must have the same height, define it here */ 
		display: block;
	}
	#buttons li {
		float: left;
		list-style: none;
		_display: inline;		/* fixes IE/Win double margin float bug (safe) */
	}
	



#quote {
	margin: 0 auto;
	width: 170px;
	height: 150px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #D8EAD0;
	background: url(../_images/sub/quotes/01.gif) 0 0 no-repeat;
}
	

/* ----------------------------------- */
/* FOOTER
/* ----------------------------------- */
#footer {
	padding-bottom: 15px;
}
#nav table tr td a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFF;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	text-decoration: none;
	font-weight: bold;
}
#home #wrapper #main #welcome li {
	font-size: 0.9em;
	font-weight: normal;
	margin-top: 0px;
	padding-top: 0px;
}
#home #wrapper #main #welcome ul {
	margin-top: 0px;
	padding-top: 0px;
}
#wrapper #main #side #quote {
	padding-left: 30px;
	padding-top: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #D8EAD0;
	font-size: 11px;
	line-height: 1.5em;
	font-weight: bold;
	padding-right: 20px;
	width: 70%;
	margin-top: 30px;
}

#nav table {
	padding-top: 5px;
}

#photos #wrapper #side #quote {
	margin-top: 40px;
}
#blog  {
	padding-top: 20px;	
}#blog a {
	color: #FFF;
	text-align: center;
}
#blog a {
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	padding-left: 40px;
	margin-top: 30px;
}

