@charset "UTF-8";
body  {
	background: #666666;
	margin: 20px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 1.5;
}
a.nav {
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #660000;
	text-decoration: none;
}
a.nav:hover {
	color: #999999;
}
h1 {
	font-family: Agenda, "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 16px;
}
#work h1 {
	margin: 0px;
	padding: 20px 0px 0px 0px;
}
@media screen {  
 .images-on #work h1 {
   text-indent: -10000px;
   background-repeat: no-repeat;
   overflow: hidden;
   margin: 20px 0 0 0;
   padding: 0;
 }
 .images-on #work h1#websites {
   background-image: url(../images/headlines/websites.gif);
 }
 .images-on #work h1#htmlemails {
   background-image: url(../images/headlines/html-emails.gif);
 }
 .images-on #work h1#logos {
   background-image: url(../images/headlines/logos.gif);
 }
 .images-on #work h1#signs {
   background-image: url(../images/headlines/signs.gif);
 }
 .images-on #work h1#print {
   background-image: url(../images/headlines/print.gif);
 }
 .images-on #work h1#ads {
   background-image: url(../images/headlines/ads.gif);
 }
}
h2 {
	font-size: 16px;
	font-family: Agenda-Bold, "Trebuchet MS", Verdana, Arial, sans-serif;
	margin: 25px 0 0 0;
	padding: 0;
}
@media screen {  
 .images-on #about h2 {
   text-indent: -10000px;
   background-image: url(../images/headlines/capabilities2.gif);
   background-repeat: no-repeat;
   overflow: hidden;  
 }
  .images-on #contactme h2#traditional {
   text-indent: -10000px;
   background-image: url(../images/headlines/traditional-info.gif);
   background-repeat: no-repeat;
   overflow: hidden;  
 }
 
  .images-on #contactme h2#callMe {
   text-indent: -10000px;
   background-image: url(../images/headlines/callme.gif);
   background-repeat: no-repeat;
   overflow: hidden;  
 }
 .images-on #contactme h2#liveChat {
   text-indent: -10000px;
   background-image: url(../images/headlines/livechat.gif);
   background-repeat: no-repeat;
   overflow: hidden;  
 }

} 
.twoColFixRtHdr #container {
	width: 880px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	position: relative;
} 
.twoColFixRtHdr .horizBar {
	height: 20px;
	background-color: #693F33;
	margin: 2px 20px 2px 20px;
	text-align: right;
	padding: 3px 50px 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	position: relative;
	letter-spacing: 1px;
	line-height: 18px;
} 
.twoColFixRtHdr #header {
	background: #FFFFFF;
	padding: 20px 20px 0 20px;
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#container #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 335px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 10px 0 30px;
	margin: 10px 20px 15px 0;
	border-left-color: #000000;
	border-left-style: solid;
	border-left-width: 1px;
	background-repeat: no-repeat;
}
#homepage #container #sidebar1 {
	background-image: url(../images/headlines/featured.gif);
}
/*#about #container #sidebar1 {
	background-image: url(images/headlines/capabilities.gif);
}*/

#mainContent {
	margin: 0 400px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 20px 20px 20px 20px;
	line-height: 1.75;
} 
#fullWidthContent {
	margin: 0;
	padding: 20px;
	line-height: 1.75;
	position: relative;
}
#homepage #mainContent {
	margin: 0 400px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 60px 20px 20px 20px;
	line-height: 1.75;
} 
.twoColFixRtHdr #footer {
	padding: 0 20px 0 20px;
	font-size: 10px;
	position: relative;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#navDiv {
	position:absolute;
	width:364px;
	height:36px;
	z-index:1;
	left: -22px;
	top: -1px;
	text-align: left;
	display: inline;
	color: #FFFFFF;
	font-weight: bold;
}
#navDiv li {
	position: relative;
	float: left;
/*	padding: 5px 3px; */
	list-style-type: none;
	margin: 0 1px;
}

#navDiv li a {
	position: relative;
	float: left;
	padding: 3px 12px;
	color: #fff;
	font-size: 11px;
	text-decoration: none;
	background-image: url(../images/nav-btn-bckgrnd.jpg);
	background-repeat: repeat-x;
}
#navDiv li a:hover, #navDiv #currentPage a {
	color: #3C4E19;
	background-image: url(../images/nav-btn-bckgrnd_f2.jpg);
	background-repeat: repeat-x;
}
#nav a:hover {
	color: #3C4E19;
	background-color: #fff;
}

.twoColFixRtHdr #container #sidebar1 span {
	color: #693F33;
	text-decoration: none;
	font-weight: bold;
}
 #validation {
	color: #999999;/*	position: absolute;
	right: 14px;
	text-align: right;
	max-width: 75px;
	top: 702px; */
}

/* #validation li {
	position: relative;
	float: left;
	padding: 0 1px 0 1px;	
} */

#validation a {
/*	position: relative;
	float: left; 
	padding: 0 9px 0 9px; */
	color: #818E70;
	font-size: 9px;
}

#validation a:hover {
	color: #663333;
}
.capabilities li {
	padding: 3px 0 0 0;
	margin: 0px;
	list-style-type: square;
}
.tinyType {
	font-size: 8pt;
	line-height: 100%;
	margin: 0;
	padding: 0;
}
.formlist ul {
	margin: 0;
}

.formlist li {
	padding: 7px;
	margin: 0px;
	clear: both;
	list-style-type: none;
	line-height: 125%;
}

.formlist span,
.formlist label {
	display: inline;
	float: left;
	width: 100px;
}
/* #validation {
	position: absolute;
	right: 14px;
	text-align: right;
	max-width: 75px;
	top: 702px;
}

#validation li {
	position: relative;
	float: left;
	padding: 0 1px 0 1px;	
}

#validation a {
	position: relative;
	float: left;
	padding: 0 9px 0 9px;
	color: #818E70;
	font-size: 9px;
}

#validation a:hover {
	color: #663333;
} */
#mainContent ul {
	list-style-type: square;
	margin: 0 0 0 30px;
}
#mainContent ul ul {
	margin: 0;
}
#mainContent ul a {
	text-decoration: none;
	color: #660000;
}
#mainContent ul a:hover {
	color: #999999;
}
#work #leftColumn, #work #centerColumn, #work #rightColumn {
	float: left;
	margin: 10px 0 0 20px;
	width: 267px;
	padding: 0;
}
#work #leftColumn ul, #work #centerColumn ul, #work #rightColumn ul {
	list-style-type: none;
	padding: 0;
}
#homepage .lightbox img, #work .lightbox img {
	border: solid #000000 1px;
}
#contact label .required {
	font-weight: normal;
	color: #990000;
	font-style: italic;
	font-size: 11px;
}
#contact label {
	font-weight: bold;
}
.byEmbed {
	padding: 0;
	margin: 0 0 10px 0;
}
#contactme #sidebar1 {
	height: 800px;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #660000;
	text-decoration: none;
}
.nopadding {
	margin: 0px;
	padding: 0px;
}
.noBottom {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.noTop {
	margin-top: 0px;
	padding-top: 0px;
}
#client p {
	line-height: 10px;
}
#iconFloat {
	position: absolute;
	top: 8px;
	right: 16px;
}
#greenEnergy {
	position: absolute;
	bottom: 25px;
	right: 25px;
}
.noDisplay {
	display: none;
}

