@charset "UTF-8";
body  {
	font: 85% Helvetica, Verdana, Arial, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #D2DFB2;
	background-color: #333026;
	text-align:center;
}
p{
	font-size: .85em;
	padding:0;
	margin:0;
	margin-bottom: 9px;
}
h1{
	font-size: 1.3em;
	margin-top: 18px;
	margin-bottom:6px;
	color:#d37f00
}
h2{
	font-size: 1.1em;
	margin-top: 18px;
	margin-bottom:6px;
	color:#5c7a36
}
h3{
	font-size: 1.1em;
	font-style:italic;
	color:#d37f00;
	margin-top:0;
	margin-bottom: 6px
}
a, a:visited{
	color: #d37f00;
	text-decoration:none
}
a:hover {
	color:#5c7a36;
}
a img{
	border:none
}
ol{
	font-size:85%
}
ul{
	list-style:none;
	margin-left:12px;
	padding-left:0;
}
li{
	margin-top: 3px;
	padding-left:0;
	
}
caption{
	font-weight:bold;
	color:#d9de5b;
	font-size:.9em;
}
p a, p a:visited{
	color:#d9de5b;
	text-decoration:underline;
	list-style:underline;
}
#container{
	background: #333026;
	/* width: 960px;  using 20px less than ful width allows for browser chrome and avoids a horizontal scroll bar */
	/*background: transparent url(../images/shell.png) top left repeat-y; url(../images/shadowL.png) top left repeat-y;*/
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding:0;
	width:1125px;

}
#container3{
	margin: 0 10px;
	padding:0;
	background:#ffffff
}
 
#header {
	height:245px
}
#header h1 {
	/*display:none*/
	color: #f1efe2;
	line-height: .1em;
	margin:0;
	font-size:6px
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	margin-top:0px;
	margin-left:20px;
	padding-bottom: 620px; /* padding keeps the content of the div away from the edges */
	background: transparent url(../images/roots.gif) bottom left no-repeat;
}
ul#mainNav{
	margin:80px 0 0 0;
}
ul#mainNav li{
	height:35px;
	
}
ul#mainNav li span{
	display:none
}
#mainNav .work_btn a{
	display:block;
	width:200px;
	height:35px;
	background: #333026 url(../images/btn/work_btn.gif) bottom left no-repeat;
}
#mainNav .work_btn a:hover{
	background: #333026 url(../images/btn/work_btn.gif) top left no-repeat;
}
#mainNav .clients_btn a{
	display:block;
	width:200px;
	height:35px;
	background: #333026 url(../images/btn/clients_btn.gif) bottom left no-repeat;
}
#mainNav .clients_btn a:hover{
	background: #333026 url(../images/btn/clients_btn.gif) top left no-repeat;
}
#mainNav .blog_btn a{
	display:block;
	width:200px;
	height:35px;
	background: #333026 url(../images/btn/blog_btn.gif) bottom left no-repeat;
}
#mainNav .blog_btn a:hover{
	background: #333026 url(../images/btn/blog_btn.gif) top left no-repeat;
}
#mainNav .about_btn a{
	display:block;
	width:200px;
	height:35px;
	background: #333026 url(../images/btn/about_btn.gif) bottom left no-repeat;
}
#mainNav .about_btn a:hover{
	background: #333026 url(../images/btn/about_btn.gif) top left no-repeat;
}
#mainNav .services_btn a{
	display:block;
	width:200px;
	height:35px;
	background: #333026 url(../images/btn/services_btn.gif) bottom left no-repeat;
}
#mainNav .services_btn a:hover{
	background: #333026 url(../images/btn/services_btn.gif) top left no-repeat;
}
#mainNav .contact_btn a{
	display:block;
	width:200px;
	height:35px;
	background: #333026 url(../images/btn/contact_btn.gif) bottom left no-repeat;
}
#mainNav .contact_btn a:hover{
	background: #333026 url(../images/btn/contact_btn.gif) top left no-repeat;
}
#sidebar2 {
	font-size:0.9em;
	color:#d37f00;
	float: right; /* since this element is floated, a width must be given */
	width: 246px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/* the background color will be displayed for the length of the content in the column, but no further */
	margin:0px;
	padding: 35px 20px 0 0
}
#sidebar2 p{
	color:#D2DFB2
}
#twitterFeed{
	margin-top:30px;
	border-top:1px solid #D2DFB2
}
#twitterFeed h2{
	color:#d37f00;
	font-size:1.2em;
	text-transform:uppercase
}
#mainContent { 
	margin: 0px 276px 0 262px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding-top: 40px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#footer{
	text-align: center;
	padding:0;
	clear:both;
	margin-bottom: 0 auto 20px auto
}
#footer p{
	color:#FFFFFF;
	font-size: .75em;
	padding: 9px;
	text-align:right;
	padding-right:15%;
	margin: 0
	
}
#bottomnav{
	font-size: .9em;
	color:#d37f00;	
	margin:0;
	padding:0 60px 0 0;
	margin-bottom:20px
	
}
#bottomnav li{
	display:inline;
	margin:0 4px;
	padding-left:9px;
	border-left: 1px solid #d37f00
}
#bottomnav .work_btn{
	border:none;
}
#copyright{
	height:90px;
	background-color:#5c7a36
}


.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;
}
.rightShadow{
	background: transparent url(../images/shadowR.png) top right repeat-y
}
.emphasis1{
	font-size: 1.1em;
	font-weight:bold;
	color:#d9de5b
}
.emphasis2{
	display:inline;
	font-size: 1.1em;
	font-weight:bold;
	color:#d37f00
}
.emphasis3{
	display:inline;
	font-size: 1.1em;
	font-weight:bold;
	color:#5c7a36
}
.question{
	text-indent: -24px;
	padding-left:24px;
}
.answer{
	font-style:italic;
	text-indent: -24px;
	padding-left:26px;
	margin-bottom:12px
}
.firstCap{
	font-size:45px;
	font-weight:normal;
	font-style:normal;
	letter-spacing:-2px;
	line-height: .5em;
	font-family:"Courier New", Courier, monospace
}
.box2{
	width:200px;
	margin: 18px 30px;
	font-size:.9em;
	border:3px solid #5c7a36;
	color:#5c7a36;
	background-color:#d9de5b;
	padding:9px;
}
.box2 ul{
	margin: 3px 9px 3px 18px;
	padding:3px;
 	list-style:square
}
.box{
	width:80%;
	margin: 18px 30px;
	font-size:0.9em;
	color:#ffffff;
	border:1px solid black;
	background-color:#222222;
	padding:6px;
}

.box li{
	list-style:square;
	margin-left:9px
}
