/********************************************** 
Modified: 012908
Author: Noise 13 (Kerry Nehil)
**********************************************/


/********************************************** 
				  DEFAULTS
**********************************************/

body {
    color: #7B7067;
	margin: 0;
	padding: 0;
	font: 10pt Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: #69951D;
	}

em { font-style: italic; }
	
strong { font-weight: bold;	}

small {	font: normal 80% Arial, Helvetica, sans-serif;	} 
	
hr {
	color: #D6C9BF;
	background-color: #D6C9BF;
	border: none;
	width: 100%;
	height: 1px;
	margin: 0 0 10px 0;
	padding: 0;
	}
		
h1 {
	float: left;
	position: relative;
	width: 170px;
	height: 75px;
	margin: 20px 0 0 0;
	padding: 0;
	font-size: 150%;
	color: #441B00;
	}
h1 span {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../images/global/logo.gif) no-repeat;	
	}	
h1 a { cursor: pointer;	}	
	
h2 {
	margin: 0 0 10px 0;
	font: normal 90% Arial, Helvetica, sans-serif;
	}	
	
h2.services {
	height: 17px;
	text-indent: -4000px;
	background: url(../images/global/headers.gif) no-repeat left -17px;
	}

h2.about {
	height: 17px;
	text-indent: -4000px;
	background: url(../images/global/headers.gif) no-repeat left top;
	}

h2.news {
	height: 17px;
	text-indent: -4000px;
	background: url(../images/global/headers.gif) no-repeat left -136px;
	}
		
h2.contact {
	height: 17px;
	text-indent: -4000px;
	background: url(../images/global/headers.gif) no-repeat left -68px;
	}

h2.find {
	height: 17px;
	text-indent: -4000px;
	background: url(../images/global/headers.gif) no-repeat left -85px;
	}		

h2.nice {
	height: 17px;
	text-indent: -4000px;
	background: url(../images/global/headers.gif) no-repeat left -119px;
	}			
		
h2.categories {
	height: 17px;
	text-indent: -4000px;
	background: url(../images/global/headers.gif) no-repeat left -34px;
	}

h2.clients {
	height: 17px;
	text-indent: -4000px;
	background: url(../images/global/headers.gif) no-repeat left -51px;
	}	
			
h2.login {
	float: right;
	height: 17px;
	text-indent: -4000px;
	background: url(../images/global/headers.gif) no-repeat left -28px;
	}	
	
h2.newbiz {
	height: 17px;
	text-indent: -4000px;
	background: url(../images/global/headers.gif) no-repeat left -203px;
	}		
	
	
h3 {
	margin: 0 0 3px 0;
	padding: 0 0 2px 0; 
	font: normal 150% Arial, Helvetica, sans-serif;
	color: #514F48;
	}
	
h4 {
	margin: 0 0 -3px 0;
	padding: 0; 
	font: normal 110% Arial, Helvetica, sans-serif;
	color: #49321F;
	}
	
h5 {
	margin: 0 0 2px 0;
	padding: 0;
	font: bold 90% Arial, Helvetica, sans-serif; 
	text-transform: uppercase;
	color: #49321F;
	}

h6 {
	margin: 0 0 15px 0;
	padding: 0;
	font: bold 90% Arial, Helvetica, sans-serif; 
	text-transform: uppercase;
	color: #8A7667;
	}



	
/********************************************** 
				  LINKS
**********************************************/


a:focus { outline: none; }

a:link {
	padding: 0 0 1px 0;
	text-decoration: underline;
	color: #69951D;
	}

a:visited {
	padding: 0 0 1px 0;
	text-decoration: underline;
	color: #69951D;
	}
		
a:hover, a:active {	text-decoration: none; }
	

/********************************************** 
				  STRUCTURE
**********************************************/
/*#wrap {
	width: 740px;
	margin: 0 auto;
	padding: 0;
	font-size: 95%;
	background: transparent;
	text-align: left;
	}*/
	
#wrap {
	width: 100%;
	font-size: 95%;
	background: #FFFFFF url(../images/global/bg_fade.gif) repeat-x left top;
	}

#header {
	width: 900px;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	text-align: left;
	background: url(../images/global/bg_dbl_line.gif) repeat-x left bottom;
	}
	
#flash_home {
	height: 250px;
	margin: 15px 0 0 0;	
	}	
	
#flash { height: 270px;	}
		
#slashes {
	clear: both;
	width: 100%;
	height: 66px;
	margin: 0;
	padding: 0;	
	background: url(../images/global/bg_slashes.gif) repeat-x left top;
	}				
	
#footer_holder {
	clear: both;
	width: 100%;
	margin: 0;
	padding: 0 0 15px 0;
	background: #7AA31D url(../images/global/bg_body.gif) repeat-x;
	}	
	
#footer {
	width: 900px;
	height: 170px;
	margin: 0 auto;
	padding: 15px 0 0 0;
	text-align: left;
	}	
	
#footer .left {
	float: left;
	width: 185px;
	margin: 0;
	padding: 5px 0 0 0;
	}
	
#footer .right {
	float: right;
	width: 150px;
	margin: 0;
	padding: 110px 0 0 0;
	}		


/********************************************** 
		           75% - 25%
**********************************************/
	
#three_quarters_quarter {
	width: 900px;
	margin: 0 auto;
	padding: 15px 0 0 0;		
	text-align: left;
	background: #FFFFFF;
	}

#three_quarters_quarter .leftcol {
	float: left;
	width: 675px;
	margin: 0;
	padding: 10px 0 0 0;
	}
	
#three_quarters_quarter .rightcol{
	float: left;
	width: 219px;
	display: inline;
	margin: 0 0 0 6px;
	padding: 10px 0 0 0;
	}
	
/********************************************** 
		           25% - 75%
**********************************************/
	
#quarter_three_quarters {
	width: 900px;
	margin: 0 auto;
	padding: 15px 0 0 0;	
	text-align: left;	
	background: #FFFFFF;
	}

#quarter_three_quarters .leftcol {
	float: left;
	width: 220px;
	margin: 0;
	padding: 10px 0 0 0;
	}
	
#quarter_three_quarters .rightcol {
	float: right;
	width: 660px;
	margin: 0 0 0 0px;
	padding: 0px 0px 0 0px;
	}

/********************************************** 
				TOP NAVIGATION
**********************************************/

ul#nav {
	position: relative;
	float: right;
	height: 100px;
	width: 500px;
	margin: 18px 0 0 0;
	list-style: none;
	overflow: hidden;
	}
	
.navtable {
	position: relative;
	float: right;
	margin: 45px 0 0 0;
	height: 21px;
	list-style: none;
	overflow: hidden;
	}

/********************************************** 
				 SIDE NAV
**********************************************/


ul#side_nav {
	margin: 0;	
	padding: 0;
	z-index: 4000;	
	background: transparent;
	}

ul#side_nav li {
	float: left;
	margin: 0 0 20px 0;
	padding: 0;
	list-style: none;
	}

ul#side_nav a {
	float: left;
	width: 365px;
	height: 21px;	
	margin: 0;
	padding: 0;
	text-decoration: none;
	text-indent: -4000px;
	}

#stories { background: transparent url(../images/global/nav_side.gif) no-repeat left top; }
#stories:hover, #stories.active {	background-position: 0 -21px; }

#fulllist { background: transparent url(../images/global/nav_side.gif) no-repeat left -42px; }
#fulllist:hover, #fulllist.active {	background-position: 0 -63px; }

#values { background: transparent url(../images/global/nav_side.gif) no-repeat left -84px; }
#values:hover, #values.active {	background-position: 0 -105px; }

#bio { background: transparent url(../images/global/nav_side.gif) no-repeat left -126px; }
#bio:hover, #bio.active {	background-position: 0 -147px; }

#awards { background: transparent url(../images/global/nav_side.gif) no-repeat left -168px; }
#awards:hover, #awards.active {	background-position: 0 -189px; }

#what { background: transparent url(../images/global/nav_side.gif) no-repeat left -210px; }
#what:hover, #what.active {	background-position: 0 -231px; }

#how { background: transparent url(../images/global/nav_side.gif) no-repeat left -252px; }
#how:hover, #how.active {	background-position: 0 -273px; }

#blog { background: transparent url(../images/global/nav_side.gif) no-repeat left -294px; }
#blog:hover, #thoughts_page #blog {	background-position: 0 -315px; }



/********************************************** 
				CONTENT STYLING
**********************************************/

#three_quarters_quarter .leftcol p {
	padding: 0 5px 0 0;
}
	
#three_quarters_quarter .leftcol p.first {
	margin: 0 0 5px 0;
	font: normal 180% Arial, Helvetica, sans-serif;
	}

.rightcol p { margin: 0 0 10px 0; }

.project_title {
	margin: 0;
	padding: 10px;
	background: #f9f8e4;
	border-top: 1px solid #d6c9bf;
	border-bottom: 1px solid #d6c9bf;
	}

.project_title h5 {
	margin: 0 0 -5px 0;
	font: bold 110% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #e54b0e;
	}

.project_title h6 {
	font: bold 90% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #794f2b;
	}
	
ul.clients {
	margin: 0;	
	padding: 0;		
	list-style: none;
	}

ul.clients li {
	margin: 0 0 3px 0;
	padding: 0 0 0 10px;
	font: normal 100%/1.4em Arial, Helvetica, sans-serif;
	background: url(../images/global/arrow.gif) no-repeat left center;
	}


/********************************************** 
				CONTACT FORM
**********************************************/

form.contact_form {
	font-size: 11px;
	color: #333;
	background: #F9F8E4;
	margin-left: 0px;
	padding-top: 10px;
	padding-bottom: 15px;
	}
	
form.contact_form fieldset { 
	margin: 0;
	border: none;
	}
	
form.contact_form h5 {
	margin: 8px 0 -8px 12px;
	padding: 0;
	font: bold 140% Arial, Helvetica, sans-serif;
	color: #D6C9BF;
	}	
	
form.contact_form legend {
	padding: 0 2px;
	font-weight: bold;
	_margin: 0 -7px; /* IE Win */
	}
	
form.contact_form fieldset ol {
	margin: 15px 15px 0 15px;
	padding: 0;
	}
	
form.contact_form fieldset li {
	list-style: none;
	padding: 0 0 10px 0;
	margin: 0;
	}

form.contact_form label {
	display: block;
	margin: 0 0 3px 0;
	font: bold 100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #5D4128;
	}

p.warning, .warning {
	font: normal 95% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #E0450E;
	}

form.contact_form .textinput {
	border: 1px solid #DAD2CA;
	font: normal 11px Arial, Helvetica, sans-serif;
	padding: 2px;
	width: 150px;
	color: #462706;
	}

form.contact_form .textarea {
	border: 1px solid #DAD2CA;
	font: normal 11px Arial, Helvetica, sans-serif;
	padding: 2px;
	height: 50px;
	color: #462706;
	}
	
form.contact_form .input {
	margin: 0 0 0px 20px;
	width: 50px;
	}
	
input, select, textarea {
	border: 1px solid #C9C9C9;
	color: #666666;
	font-size:10px;
	line-height:1.4em;
	width: 100%;
	text-align: left;
	}


/********************************************** 
	     		    ROSTER
**********************************************/

dl.team {
	float: left;
	margin: 0 0 5px 0;
	padding: 0;
	}
dl.team dt {
	font: bold 110% Arial, Helvetica, sans-serif;
	color: #462706;
	}
dl.team dt a.active {
	font: bold 110% Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #462706;
	}	
dl.team dd {
	margin: 0 0 10px 0;
	padding: 0;
	}
dl.team dd p { margin: 0; }




dl {
	float: left;
	margin: 0 0 5px 0px;
	padding: 0;
	}
dl dt {
	font: bold 110% Arial, Helvetica, sans-serif;
	color: #5D4128;
	}
dl dd {
	margin: 0;
	padding: 0;
	}
dl dd p { margin: 0; }

ul.numbers {
	float: left;
	margin: 0 0 0 110px;
	padding: 0;
	list-style: none;
	}

ul.numbers li {
	margin: 0 0 3px 0;
	padding: 0 0 1px 0;
	font: normal 100% Arial, Helvetica, sans-serif;
	color: #69951D;
	}



/********************************************** 
	     		  INNERFADE
**********************************************/

.fade {	clear: both; }
	
.map {
	clear: both;
	width: 735px;
	height: 265px;
	}	

.holder {
	width: 550px;
	background-color: #FFFFFF;
	}	

.left {
	float: left;
	width: 180px;
	}
	
.right {
	float: right;
	width: 330px;
	margin-left: 20px;
	}	

.right p {
}



/********************************************** 
	     		   TOOLTIP 
**********************************************/
.tooltip {
	width: 141px; 
	color: #FFFFFF;
	font: bold 90% Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: center;
	}

.tooltip span.top {
	padding: 10px 8px 0 0;
    background: url(../images/global/bt.gif) no-repeat top;
	}

.tooltip b.bottom {
	padding: 3px 8px 20px 0;
	color: #BD3C15;
    background: url(../images/global/bt.gif) no-repeat bottom;
	}


/********************************************** 
	     			GALLERY 
**********************************************/

#myGallery {
	float: right;
	z-index: 5;
	margin: 0 0 15px 0;
	display: none;
	}

#myGallery {
	text-align: left;
	width: 548px !important; /* too move title over for FF otherwise it is hidden due to overflow hidden on this div */
	height: 323px !important;
	}


.jdGallery {
	/*	overflow: hidden; */	
	position: relative;
	}

.jdGallery img {
	border: 0;
	margin: 0;
	}

.jdGallery .slideElement {
	width: 548px;
	height: 323px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;	
	/*border: 1px solid #DAD2CA;*/
	}

.jdGallery .loadingElement {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: #FFFFFF url(../images/global/loading.gif) no-repeat center center;
	}

.jdGallery .slideInfoZone {
	position: relative;
	z-index: 100000;
	width: 100%;
	margin: 0;
	left: 0;
	top: 328px;
	text-indent: 0;
	overflow: hidden;
 	}

* html .jdGallery .slideInfoZone {
	bottom: -1px;
	}

.jdGallery .slideInfoZone h2 {
	margin: 0;
	padding: 0;
	font: bold 110% Arial, Helvetica, sans-serif;
	color: #493220;
	background-color: #FFF;
	}

.jdGallery .slideInfoZone p {
	margin: 0;
	padding: 0;
	font: normal 100% Arial, Helvetica, sans-serif;	
	color: #493220;
	}
	
#thumbnails {
	width: auto;
	height: 50px;
	margin: 0 0 20px 0;
	padding: 0;
	clear: both;
	position: relative;			
	}
	
#thumbnails div.carouselContainer {
	height: 100px;
	width: 100%;
	z-index: 10;
	margin: 0;
	}	

#thumbnails .carousel {
	position: absolute;
	width: 100%;
	margin: 0;
	right: 0;
	top: 0;
	height: 100px;
	background: transparent;
	color: #FFFFFF;
	text-indent: 0;
	overflow: hidden;
	}

#thumbnails .carousel .carouselWrapper {
	position: absolute;
	width: 430px;
	height: 100px;
	top: 10px;
	left: -5px;
	bottom: 0;
	overflow: hidden;
	text-align: right;
	}

#thumbnails .carousel .carouselInner { position: relative; }

#thumbnails .carousel .carouselInner .thumbnail {
	cursor: pointer;
	background: #EAE2DF;
	background-position: center center;
	float: left;
	display: inline;
	margin: 0 0 5px 0;
	border: 1px solid #DAD2CA;
	}
	
#thumbnails .carousel .carouselInner .thumbnail:hover {	border: 1px solid #735E4D; }


#galleryNavigation {
	clear: both;
	float: left;
	margin: 0;
	display: inline;
	}

.jdGallery a {
	text-decoration: none;
	text-indent: -4000px;
	}

.jdGallery a.left, .jdGallery a.right {
	position: absolute;
	top: 345px;
	width: 41px;
	height: 13px;
	cursor: pointer;
	z-index:10;	
	}
	
.jdGallery a.left {
	left: 460px;
	background: url(../images/global/btn_prev.gif) no-repeat left top;
	}

.jdGallery a.right {
	left: 500px;
	background: url(../images/global/btn_next.gif) no-repeat right top;
	}

.jdGallery a.left:hover {
 	background: url(../images/global/btn_prev_over.gif) no-repeat left top;
	cursor: pointer;
	}

.jdGallery a.right:hover {
	background: url(../images/global/btn_next_over.gif) no-repeat right top;
	cursor: pointer;
	}	
	

/********************************************** 
				QUOTE STYLES
**********************************************/

#quarter_three_quarters .rightcol .quote {
	font: normal 110% Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #49321F;
	line-height: 1.25em;
	}	

#quarter_three_quarters .rightcol .name {
	margin: 0;
	padding: 0;
	font: bold 90% Arial, Helvetica, sans-serif;
	}	



/********************************************** 
				FOOTER STYLES
**********************************************/
#footer ul {
	margin: 0;	
	padding: 0;		
	list-style: none;
	}

#footer ul li {
	margin: 0 3px 0 0;
	padding: 0 0 1px 0;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-style: normal;
	line-height: 14pt;
	font-weight: normal;
	font-variant: normal;
	}
	
#footer ul.numbers { margin: 0;	}

#footer ul.numbers li {
	margin: 0 3px 0 0;
	padding: 0 0 1px 0;
	font: normal 90%/1.25em Arial, Helvetica, sans-serif;
	color: #f1b78e;
	}

#footer .copyright {
	margin: 0 3px 5px 0;
	padding: 0 0 1px 0;
	color: #FFFFFF;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	font-style: normal;
	line-height: 18pt;
	font-weight: normal;
	font-variant: normal;
	text-align: right;
	}
	
	#footer .copyright_sym {
	color: #FFFFFF;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	}
	
#footer .header {
	margin: 0 3px 5px 0;
	padding: 0 0 0px 0;
	color: #FFFFFF;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	}
	
#footer .address {
	margin: 0 3px 5px 0;
	padding: 0 0 1px 0;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	font-style: normal;
	line-height: 12pt;
	font-weight: normal;
	font-variant: normal;
	}

#footer a:link,#footer a:visited {
	font: normal 80%/1em Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #69951D;
	}

#footer a:hover, #footer a:active {	text-decoration: underline;	}

#footer ul.tools {
	margin: 0;	
	padding: 0;		
	list-style: none;
	color: #69951D;
	}
#footer ul.tools li {
	margin: 0 3px 5px 0;
	padding: 0 0 1px 0;
	color: #FFFFFF;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	line-height: 18pt;
	font-weight: normal;
	font-variant: normal;
	text-align: right;
	}
#footer ul.tools a:link,#footer ul.tools a:visited {
	font: normal 90%/1.25em Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #69951D;
	}

#footer ul.tools a:hover, #footer ul.tools a:active { text-decoration: underline; }

#footer ul.tools .pdf {
	padding: 0 15px 0 0;
	background: url(../images/global/icons.gif) no-repeat right -60px;
	}



/********************************************** 
				    SIFFER
**********************************************/

/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
	}

.sIFR-replaced { visibility: visible !important; }

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
	}

.sIFR-flash + div[adblocktab=true] { display: none !important; }

.sIFR-hasFlash h3 {
	visibility: hidden;
	letter-spacing: -6px;
	font-size: 25px;
	}

.sIFR-hasFlash h4 {
	letter-spacing: -4px;
	visibility: hidden;
	font-size: 20px;
	}

/***************************************************
			           MISC
***************************************************/	

.clear { clear: both; } 
	
.fix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
  
.fix { display: inline-block; } 
* html .fix { height: 1%; }
.fix { display: block; }	

.jenny {
	float: right;
	width: 100px;
	height: 144px;
	background: url(../images/global/jenny.jpg) no-repeat;
	}	
