/* CSS Document */



body { background-color: #9ea374; padding-top:40px; margin: 0 0 0 0; font-family: Trebuchet MS, Verdana, Arial, sans-serif; color:#f2ecd0; font-size:.9em; }

a:link, a:visited { color:#D0EBF2; font-weight:bold; text-decoration:none; }
a:hover { text-decoration: underline; }	
a img { border:0; }

h2 a:link, h2 a:visited  { }
p, li {	line-height:1.5em; }

h1, h2, h3, h4, h5, p { padding-top:0; margin-top:0; }
ul, li { margin-left:10px; padding-left:0; }


#MainWrapper {
	width:980px;
	padding:0 30px 0 30px;
	margin:auto;
	}
#LeftColumn {
	float:left;
	width:440px;
	text-align:right;
	padding-right:30px;
	}
#RightColumn {
	float:left;
	width:440px;
	margin-left:20px;
	margin-top:225px;	
	}
#bean {
	margin:0 -30px 15px 0;
	}

h1#DesignFarm {
	background-image:url(../images/logo_305x30.gif);
	width:305px;
	height:30px;
	background-repeat:no-repeat;
	}
h1#DesignFarm span {
	visibility:hidden;
	display:none;
	}
h2 {
	background-color:#929767;
	height:20px;
	font-size:1em;
	letter-spacing:.09em;
	padding: 3px 5px 0 5px;
	}
#LeftColumn h2 {
	width:190px;
	margin-left:240px;
	display:block;
	}
h2 span.headerColor2 {
	color:#cfceaa;
	}
	
.Arrow {
	margin-right:5px;
	}
.PortfolioImage{
	margin-bottom:40px;
	}
.PortfolioDescription {
	margin-top:40px;
	height:440px;
	}


/*full width page title*/
#MainWrapper h2.page-title_full {
	background:transparent url(../images/page-title-full-bg.gif) no-repeat;
	height:29px;
	padding:11px 0 0 485px;
	margin:20px 0px 20px -5px;
}

/*portfolio project title*/
#LeftColumn h2 {
	background:transparent url(../images/main-nav_bg.gif) no-repeat;
	height:30px;
	padding:10px 15px 0 0;
}

/*portfolio project titles
  service offering titles
*/
div.desc-container h2,
#RightColumn h2 {
	background:transparent url(../images/h2_background.gif) no-repeat;
	height:29px;
	padding:11px 0 0 15px;
	margin:0 0 0 -6px;
	}
div.desc-container h2 {margin-left:-16px; }



#contact-information { 
	background:transparent url(../images/df_background_logo.gif) no-repeat; 
	padding:70px 0 20px 480px;
	background-position: 365px 0px;
 }
#contact-information ul { margin:0; padding:0; list-style-type:none; }

.padding {padding-left:10px;}

/*------------------------------------------------------------------- Slider Code --*/


noscript p, noscript ol { color: #a00; font-size: 13px; line-height: 1.4em; text-align: left }
noscript a { color: #a00; text-decoration: underline }
noscript ol { margin-left: 25px; }

a:focus { outline:none }


.stripViewer .panelContainer .panel ul {
	text-align: left;
	margin: 0 15px 0 30px;
	}

.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
	margin:0 0px 20px -13px; 
	position: relative;
	width: 469px;
	}

/* These 2 lines specify style applied while slider is loading */
.csw {width: 450px; height: 450px; background: #929767; overflow: hidden; margin-left:20px;}
.csw .loading {margin: 200px 0 300px 0; text-align: center}

.stripViewer { /* This is the viewing window */
	position: relative;
	overflow: hidden; 
	/* border: 5px solid #000; this is the border. should have the same value for the links */
	margin: auto;
	width:450px; /* Also specified in  .stripViewer .panelContainer .panel  below */
	height: 450px;
	clear: both;
	background: #929767;
	}

.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
	position: relative;
	left: 0; top: 0;
	width: 100%;
	list-style-type: none;
	/* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
	}

.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
	float:left;
	height: 100%;
	position: relative;
	width: 450px; /* Also specified in  .stripViewer  above */
	}

.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
	padding:0px 10px 10px 0px;
	}

		.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
			margin: auto;
			}
		
		.stripNav ul { /* The auto-generated set of links */
			list-style: none;
			}
		
		.stripNav ul li {
			float: left;
			margin-right: 2px; /* If you change this, be sure to adjust the initial value of navWidth in coda-slider.1.1.1.js */
			}
		
		.stripNav a { /* The nav links */
			font-size: 10px;
			font-weight: bold;
			text-align: center;
			line-height: 32px;
			background: #c6e3ff;
			color: #fff;
			text-decoration: none;
			display: block;
			padding: 0 15px;
			}
				
		.stripNav li.tab1 a { background: #60f }
		.stripNav li.tab2 a { background: #60c }
		.stripNav li.tab3 a { background: #63f }
		.stripNav li.tab4 a { background: #63c }
		.stripNav li.tab5 a { background: #00e }
		
		.stripNav li a:hover {
			background: #333;
			}
		
		.stripNav li a.current {
			background: #000;
			color: #fff;
			}

.stripNavL, .stripNavR { /* The left and right arrows */
	position: absolute;
	top: 175px;
	text-indent: -9000em;
	z-index:1;
	}

.stripNavL a, .stripNavR a {
	display: block;
	height: 62px;
	width: 16px;
	}

.stripNavL {
	left: -1px;
	background: url("../images/arrow-left.gif") no-repeat center;
	}

.stripNavR {
	right: 3px;
	background: url("../images/arrow-right.gif") no-repeat center;	
	}

.frame-overlay {position:absolute;	z-index:1; }


	.project-container { clear:both; }
		.slider-container { width:465px; float:left; }
		.desc-container { width:420px; float:left; padding:40px 20px 20px 30px; }
	.style1 {color: #cfceaa}


.clearfix:after {
   content:".";
   display:block;
   height:0;
   clear:both;
   visibility:hidden;
   }
	
.clearfix {display:inline-block;} /* Hide from IE Mac \*/

.clearfix {display:block;} /* End hide from IE Mac */
   
   