@charset "utf-8";
/* CSS Document */

/*Global styling starts here */
* {
	margin: 0;
	padding: 0;
}
body {
	background-color: #354401;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #212121;
}
.clearboth {
	clear:both;
	height:1px;
	overflow:hidden;
}	
#main-container {
	background: #FFFFFF url(../images/body-back.png) repeat-x;
}
#inner-container {
	background: #FFFFFF url(../images/inner-back.png) repeat-x;
}
h1 {
	float:left;	
	background: url(../images/tobar_header.png) no-repeat left top;
	border: 0;
	height: 83px;
	width: 340px;
}
h1 a {
	display:block;
	height: 83px;
	text-indent:-9999px;
}

h2 {
	font-size: 24px;
	margin: 8px 0;
	font-weight: normal;
}
h3 {
	background: url(../images/bullet.jpg) left 50% no-repeat;
	color: #566b03;
	font-size: 16px;
	margin: 8px 0;
	padding:0 0 0 16px;
}
h4 {
	color: #566b03;
	font-size: 16px;
	margin: 8px 0;
}
h5 {
	color: #566b03;
	font-size: 14px;
	margin: 0 0 0 2px;
}
a {
	color: #86a205;
	outline:none;
	text-decoration: none;
}
a:hover {
	color: #86a205;
	outline:none;
	text-decoration:underline;
}
p {
	line-height: 1.4em;
	margin:0 0 1em;
}
strong {
	color: #566b03;
}
.morelink {
	text-align:right;
	padding-right:25px;
}
.left {
	float: left;
	margin-bottom: 6px;
}
dl {
	margin-top: 10px;
}
dt {
	font-size: 16px;
	font-weight: bold;
	color: #566b03;
	margin-top: 10px;
	background: url(../images/bullet.jpg) left 50% no-repeat;
	padding-left: 18px;
	line-height: 24px;
}
#wrapper {
	margin: 0 auto;
	padding: 5px 0 0;
	width: 990px;
	overflow: hidden;
}
#inner-left {
	width: 630px;
	float:left;
}
#inner-right {
	width: 330px;
	float: right;
}
#header-home {
	height: 83px;
	background: url(../images/tobar_header.png) no-repeat left bottom;
}
#header-home p {
	float: left;
	width: 280px;
	padding: 66px 0 0 125px;
	color: #FFFFFF;
}
/* Navigation Menu Styling */
#navigation {
	float: right;
	width: 520px;
	margin-top: 14px;
	font-size: 16px;
}
#menu {
	padding:0;
	margin:0;
	display:inline;
	float: right;
	margin-right: 30px;
	height: 40px;
	margin-top: 26px;
}
#menu li {
	padding: 4px 0 2px 20px;
	margin:0 5px 0 0;
	display:inline;
	float:left;
	line-height: 24px;
	font-size: 16px;
}
#menu a {
	text-decoration: none;
	color: #FFFFFF;
	padding-bottom: 2px;
	text-transform: lowercase;
}
#menu a:hover, #home-page #menu #home-nav a, #services-page #menu #services-nav a, #portfolio-page #menu #portfolio-nav a, #about-page #menu #about-nav a, #contact-page #menu #contact-nav a {
	color: #bfec09;
	border-bottom: #bfec09 solid 2px;
}
#landing-content {
	background:url(../images/landing-intro.jpg) top center no-repeat;
	/* uncomment the line below and comment the line above to change the welcome text background image */
	/*background:url(images/landing-intro-2.jpg) top center no-repeat;    */
	height: 317px;
}
#landing-content .welcome-content {
	width: 350px;
	float: right;
	padding-top: 40px;
	padding-right: 80px;
	color: #FFFFFF;
}
.more-btn {
	margin-top: 10px;
	float: right;
}
.more-btn img {
	border: none;
}
#content {
	clear: both;
	margin-top: 10px;
}
#inner-content {
	clear: both;
	margin-top: 30px;
	min-height:500px;
	height:auto !important;
	height:500px;	
}
/* Featured work overview on homepage */
#featured-work {
	padding: 0 0 0 4px;
	width: 300px;
	float: left;
	margin-left: 16px;
	display:inline;
}
#featured-work h3, #services-overview h3 {
	background-image:none;
	display:block;
	margin:0;
	padding:0;
}
#featured-work h3 a {
	background: url(../images/featured-work.png) no-repeat top left;
	display:block;
	height: 40px;
	text-indent:-9999px;
}
#featured-work img, #featured-work a img {
	border: #d8d8d8 4px solid;
	margin-bottom:10px;
}
#featured-work a img:hover {
	border: #566b03 4px solid;
}
/* Services overview on homepage */
#services-overview {
	padding: 0 0 0 4px;
	width: 302px;
	float: left;
	margin-left: 20px;
}
#services-overview h3 a {
	background: url(../images/services-we-offer.png) no-repeat left top;
	display:block;
	height: 40px;
	text-indent:-9999px;	
}
.services-list {
	margin:10px 0 10px 4px;
	list-style: none;
}
.services-list li {
	background: url(../images/bullet.jpg) left 50% no-repeat;
	margin-bottom: 6px;
	padding-left: 20px;
	color: #566b03;
	font-weight: bold;
}
.sublist {
	list-style-type:none;
	margin:10px 0 30px 30px;
	padding:0;
}
.sublist li {
	background: url(../images/bullet_sm.png) left 50% no-repeat;
	margin:0 0 5px 0;
	padding:0 0 0 15px;
}
#client-testimonials {
	padding: 0 0 0 4px;
	width: 312px;
	float: left;
	margin-left: 10px;
}
#client-testimonials h3 {
	background: url(../images/client-testimonials.png) no-repeat left top;
	display:block;
	height: 40px;
	margin:0;
	padding:0;
	text-indent:-9999px;
}
#client-testimonials h3 a {
	display:block;
	height: 40px;
	text-indent:-9999px;
}
.testimonial {
	clear: both;
	background: url(../images/quotes.jpg) left top no-repeat;
	padding: 0 4px 0 22px;
	margin-bottom: 20px;
}
.testimonial_name {
	color: #566b03;
	font-size: 14px;
}
#portfolio {
	padding: 0 0 0 4px;
	margin-left: 20px;
	margin-bottom: 20px;
	overflow: hidden;
}
#portfolio h2 {
	background: url(../images/portfolio.png) no-repeat top left;
	height: 40px;
	margin:0;
	text-indent:-9999px;
}
#services {
	padding: 0 0 0 4px;
	margin-left: 20px;
	margin-bottom: 20px;
}
#services h2 {
	background: url(../images/services.png) no-repeat top left;
	height: 40px;
	margin:0;
	text-indent:-9999px;
}
#about {
	padding: 0 0 0 4px;
	margin-left: 20px;
	margin-bottom: 20px;
}
#about h2 {
	background: url(../images/about.png) no-repeat top left;
	height: 40px;
	margin:0;
	text-indent:-9999px;
}
#contact {
	padding: 0 0 0 4px;
	margin-left: 20px;
	margin-bottom: 20px;
}
#contact h2 {
	background: url(../images/contact.png) no-repeat top left;
	height: 40px;
	margin:0;
	text-indent:-9999px;
}
/* Portfolio Item Styling */
.portfolio-container {
	padding: 0 14px 0 0;
	width: 296px;
	float: left;
	margin-right: 10px;
	margin-bottom: 16px;
	/* IE6 Fix for floated divs */
	display:inline;
}
.portfolio-container img, .portfolio-container a img {
	border: #d8d8d8 4px solid;
}
.portfolio-container a img:hover {
	border: #566b03 4px solid;
}
/* Sidebar photo */

.sidebar_photo, .about_photo  {
	border: #d8d8d8 4px solid;
	margin:20px 0;
}
.about_photo {
	display:inline;	
	margin-top:10px;
	margin-right:10px;
}

/* Contact Form Styling */
#contact-form {
	margin-top: 20px;
}
label {
	float: left;
	width: 120px;
	font-weight: bold;
	color: #566b03;
}
input, textarea {
	width: 200px;
	margin-bottom: 5px;
	border: 1px solid #566b03;
	background-color: #ffffe5;
	height: 24px;
	padding-top: 4px;
}
textarea {
	width: 280px;
	height: 150px;
}
.boxes {
	width: 1em;
}
#submitbutton {
	text-align: center;
	background: url(../images/submit.jpg) no-repeat center;
	border: none;
	margin-top: 4px;
	margin-left: 310px;
	width: 87px;
	height: 27px;
	cursor: pointer;
	text-indent: -9000px;
}
/* Footer styling starts here */
#footer {
	clear: both;
	background-color: #354401;
	overflow: hidden;
	border-top: solid 4px #86a205;
	margin-top: 10px;
	height:90px;
}
#footer-content {
	margin: 0 auto;
	padding: 0;
	width: 990px;
	color: #FFFFFF;
	padding: 10px;
}
#footer-left {
	float: left;
	width: 45%;
	padding-left: 15px;
}
#footer-right {
	float: right;
	width: 45%;
	text-align: right;
	padding-right: 15px;
}
/*#footer-right span {
	padding-right: 20px;
}*/
#footer a {
	padding:0 5px;
	text-decoration: none;
	color: #FFFFFF;
}
#footer a:hover {
	text-decoration: underline;
	color: #bfec09;
}
