/* @override 
	http://www.kick-creative.ca/frog/css/master.css
	http://www.kick-creative.ca/css/master.css
*/

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 13px;
	line-height: 140%;
	background: url(../images/page_bg.jpg) repeat-x left 7px;
}
html, body, #wrapper {
	height:100%;
}
a {
	color: #5c913d;
}
a:hover {
	text-decoration: none;
}
p {
	margin: 5px 0 18px 0;
}
h2 {
	font-size: 26px;
	text-transform: uppercase;
	margin: 0 0 35px 0;
	padding-top: 1px;
}
h3 {
	font-size: 22px;
	margin: 0 0 20px 0;
	line-height: 1.3em;
}
h4 {
	font-size: 16px;
	margin: 0;
	line-height: 1.4em;
}
body > #wrapper {height: auto; min-height: 100%;}
#wrapper {
	background-image: url(../images/main_bg.jpg);
	background-repeat: no-repeat;
	background-color: #fff !important;
	width: 890px;
	height: auto !important;
	margin: 0 auto;
}

#bodyWrapper {
	border-top: 7px solid #333;
	height: auto !important;
	margin: 0 auto -200px;
	min-height: 100%;
}

/* @group header */

#header {
	margin: 0;
	padding: 0;
	height: 149px;
}
#header #logo {
	float: left;
	height: 80px;
	margin: 45px 0 0 45px;
	padding: 0;
	text-indent: -9999em;
	width: 210px;
	/*background-color: green;*/
	/*opacity: .3;*/
}
#header #contact {
	float: right;
	margin: 30px 50px 0 0;
	width: 500px;
	text-align: right;
	text-transform: uppercase;
	font-size: 13px;
}
#header #nav {
	float: right;
}
#header #nav ul {
	margin: 0;
	padding: 25px 40px 0 0;
	width: 536px;
}
#header #nav ul li {
	list-style: none;
	float: left;
	margin-left: 1px;
}
#header #nav ul li a {
	background-color: #73b64b;
	color: #fff;
	display: block;
	font-size: 13px;
	height: 43px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	width: 106px;
	line-height: 43px;
}
#header #nav ul li a:hover{
	/*color: #3d6028;*/
	background-color: #78bc4f;
}
#header #nav ul li a.selected{
	color: #3d6028;
	background-color: #9ccc80;
}

/* @end */

/* @group main */

#main {
	padding: 40px 80px 250px 80px;
}
#main-home {
	padding: 1px 40px 250px 49px;
}

/* 2 columns */
.col1-2, .col2-2 {
	width: 47%;
	margin-right: 6%;
	float: left;	
}
.col2-2 {
	margin-right: 0;
}

/* 3 columns */
.col1-3, .col2-3, .col3-3 {
	width: 30%;
	margin-right: 5%;
	float: left;	
}
.col3-3 {
	margin-right: 0;
}

/* 2/3 columns */
.col1-23 {
	width: 25%;
	margin-right: 5%;
	float: left;	
}
.col2-23 {
	width: 70%;
	margin-right: 0;
	float: left;
}

.service-area {
	margin-bottom: 15px;
}

/* @group secondary nav */

#nav-secondary {
	margin: 30px 0 0 0;
	padding: 0;
	border-top: 1px solid #ddd;
}
#nav-secondary li {
	list-style: none;
}
#nav-secondary li a {
	display: block;
	border-bottom: 1px solid #ddd;
	/*background-color: #9ccc80;*/
	font-size: 12px;
	color: #3d6028;
	width: 90%;
	margin: 1px 0 0 0;
	padding: 10px;
	text-decoration: none;
	/*text-transform: uppercase;*/
}

#nav-secondary li a:hover{
	color: #9ccc80 !important;
	/*background-color: #9ccc80;*/
}

#nav-secondary li a.selected{
	color: #3d6028;
	/*background-color: #9ccc80;*/
	font-weight: bold;
}


/* @end */

/* @group home */

#home-banner {  
    height:  406px;  
    width:   800px;  
    padding: 0;  
    margin:  0 0 30px 0;  
} 
 
#home-banner img {  
    height:  406px;  
    width:   800px;  
    top:  0; 
    left: 0 
} 
#home-columns h3 {
	text-transform: uppercase;
	margin-bottom: 15px;
}
#home-columns a {
	color: #000;
	font-weight: bold;
}

#home-banner img {
	display: none;
}

/* @end */

/* @group contact */

#contact-form label {
	font-weight: bold;
	margin-bottom: 30px;
}
.map_canvas {
	height: 200px;
	width: 500px;
	margin-bottom: 30px;
	border: 1px solid #999;
}
.hours-day, .hours-open {
	display: block;
	float:  left;
}
.hours-day {
	width: 50px;
	font-weight: bold;
}

/* @end */

/* @group work */

.portfolio_items {
	margin: 0;
	padding: 0;
}

.portfolio_item {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	width: 163px;
	position: relative;
	margin: 0 15px 15px 0;
}
.portfolio_item a {
	text-decoration: none;
}
.portfolio_image {
	position: absolute;
	top: 7px;
	left: 8px;
}
.work_frame {
	width: 163px;
	background-image: url(../images/work_border.png);
	position: relative;
	top: 0;
	left: 0;
	width: 163px;
	height: 163px;
	display: block;
}

/* @end */


/* @end */

/* @group footer */

#footer {
	background-color: #242424;
	color: #fff;
	width:100%;
	margin-top: -200px; /* negative value of footer height */
	height: 200px;
	position: relative;
}
#footer-inside {
	margin: 0 auto;
	position: relative;
	padding: 35px 0 0 10px;
	width: 798px;
}
#footer-about {
	float: left;
	margin-right: 20px;
	height: 90px;
	width: 250px;
}
.footer-office {
	float: left;
	width: 170px;
}
#footer-nav {
	clear: both;
	color: #555;
	background-image: url(../images/footer_div.gif);
	background-repeat: no-repeat;
	font-size: 12px;
	height: 20px;
	padding: 20px 0;
}
#footer-nav ul {
	margin: 0 auto;
	padding: 0;
	text-align: center;
}
#footer-nav ul li {
	display: inline;
	list-style: none;
	/*float: left;*/
	margin: 0 10px;
}
#footer-nav a {
	color: #ddd;
}
/* @end */

/* @group classes */
.clear {
	clear: both;
}
.section_banner {
	margin: -54px 0 30px 0;
	height: 235px;
}
.sidebar-people {
	margin-top: 40px;
}
#contact_us-hours {
	margin: 30px 0 0 0;
	color: #333;
	background-color: #f3f3f3;
	padding: 15px;
	font-size: 12px;
}
#contact_us-hours h4 {
	margin: 0;
	padding: 0;
}

/* @end */

/*added Tuesday August 20 2009*/

.contactUsTwoColumn .leftColumn {
	float: left;
	width: 48%;
}

.contactUsTwoColumn .rightColumn {
	float: right;
	width: 48%;
}
.portfolio_items p{
	margin: 0px;
	padding: 20px 0 10px 0;
	margin-top: 15px;
	color: #333333;
	border-top: 1px solid #d4d4d4;
}
.theQuote {
	margin: 0px;
	padding: 10px;
	margin-top: 15px;
	color: #333333;
	/*border-top: 1px solid #d4d4d4;*/
	background-color: #eeeeee;
}

.theQuote span {
	display: block;
	margin: 15px 0px 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 12px;
	color: #333333;
}

/* P.I.E. Float Clearing */
.clearFix:after {
  content: ".";
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}
.clearFix {
  display: inline-block; /* Fixes IE/Mac */
}
/* Hides from IE-mac \*/
* html .clearFix {height: 1%;}
.clearFix {display: block;}
/* End hide from IE-mac */


