/*Reset CSS - Eric Meyer, April 13, 2007 */


html {
margin: 0;
padding: 0;
border: 0;
font-weight: normal;
font-style: normal;
font-size: 100%;
line-height: 1;
font-family: inherit;
text-align: left;
}


body,div,span,
applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,abbr,acronym,address,big,cite,code,
del,dfn,em,font,img,ins,kbd,q,s,samp,
small,strike,strong,sub,sup,tt,var,
dd,dl,dt,li,ol,ul,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  text-align: left;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ol,ul {
  list-style: none;
}
q:before,q:after,
blockquote:before,blockquote:after {
  content: "";
}


body  {
  font: 100%  Calibri, Helvetica, Verdana, Arial, sans-serif;
  background: #0C2E00;
  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: 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;
  line-height:1.25;
  width:100%;
}

h1, h2, h3, h4, h5, h6{
margin:0.5em 0 0.25em 2px;
padding:0.115em 0 0 0;
background-color:#fff;
}

h1{
font-size:1.25em;
color:#0C2E00;
}
h2{
font-size:1.10em;
color:#004812;
}

h3{
font-size:1.05em;
color:#004812;
}

.thrColFixHdr #container { 
  width: 995px;  
  background: #FFFFFF;
  margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
  border-left: 1px solid #003300;
  border-right:1px solid #003300;
  text-align: left; /* this overrides the text-align: center on the body element. */
} 
.thrColFixHdr #header { 
  background-image: url(../images/logo.jpg);
  background-position: top left;
  background-repeat: no-repeat;
  height: 73px;
  padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
border-bottom:3px solid #701400;
} 
.thrColFixHdr #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: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
  
}
.thrColFixHdr #sidebar1 {
  float: left; /* since this element is floated, a width must be given */
  width: 172px; /* 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 */
  background-color: #004812; /* the background color will be displayed for the length of the content in the column, but no further */
  padding: 0; /* padding keeps the content of the div away from the edges */
  background-image:url(../images/left.jpg);
  background-repeat:no-repeat;
  background-position:top left;
  height:1600px;
  border-right:2px solid #701400;
  margin: 2px 0 0 0;
}

.thrColFixHdr #sidebar1 ul li a{
	  font-size:90%;
  	 text-align:left;
}


.thrColFixHdr #sidebar2 {
  float: right; /* since this element is floated, a width must be given */
  width: 50px; /* 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 */
  background-color: #701400; /* the background color will be displayed for the length of the content in the column, but no further */
  margin:2px 0 0 0;
  padding: 0; /* padding keeps the content of the div away from the edges */
  background-image:url(../images/right.jpg);
  background-repeat:no-repeat;
  background-position:top left;
  height:1600px;
}
.thrColFixHdr #mainContent { 
  margin: 0 100px 0 200px; /* 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: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

.thrColFixHdr #mainContent p{
  margin:1.25em 0;
  }

.thrColFixHdr #mainContent a:link, .thrColFixHdr #mainContent a:visited{
  color:#625418;
}
.thrColFixHdr #mainContent a:hover{
  color:#d0b52b;
}

.thrColFixHdr #mainContent ul{
list-style:disc;
}

.thrColFixHdr #mainContent dl, .thrColFixHdr #mainContent ul{
margin-left:1em;
}
.thrColFixHdr #mainContent dt{
font-weight:bold;
margin-top:0.5em;
}
.thrColFixHdr #mainContent dd, .thrColFixHdr #mainContent li{
margin-left:0.5em;
}




.thrColFixHdr #footer { 
  padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
  background:#fff;
  border-top:2px solid #701400;
  margin-top:2px;
} 
.thrColFixHdr #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 */
  font-size:.8em;
  text-align:center;
}
.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;
}
.padded{
 margin-top:6px;
 }

.clrBoth{
clear:both;
}

#lists{
 width:90%;
 background-color:#9fb69e;
 margin-left:10px;
 margin-top:40px;
 height:600px;
 float:right;
 border-left:1px solid #601a02;
  border-top:1px solid #601a02; 
}

#lists2{
 width:85%;
 background-color:#c0cdba;
 margin-left:8px;
 margin-top:20px;
 height:600px;
 float:right;
 border-left:1px solid #601a02;
  border-top:1px solid #601a02;
 }

div#lists2 ul{
  margin-top:20px;
  float:right;

}
div#lists2 ul li{
  background-color:transparent;
  color:#ddc467;
  border:1px solid #003300;
  font-size:1.12em;
  text-align:center;

}

div#lists2 a:link, div#lists2 a:visited{
  color:#ddc467;
  text-decoration:none;
  background-color:#34611f;
  display:block;
  padding:0.2em 0;  
  text-align:center;
  width:110px;
}

div#lists2  a:hover{
  text-decoration:none;
  color:#ddc467;
  background-color:#34611f;
}

.shrinkWrap{
	float:right;
	width:100%;
	padding:0;
	margin:0;
}
	
.imgClr, imgClr2{
width:301px;
}
.imgClr{
float:left;
}

.imgClr2{
float:right;
}
.imgClr a img{
display:block;
}

div.separator{
height:105px;
width:100%;
}

div#lowerhalf{
	float:left; 
	width:100%;
	text-align:center;
	margin:1em auto;
}

div#lowerhalf div, div#lowerhalf div p, div#lowerhalf div h3, div#lowerhalf h4, div#lowerhalf form, div#lowerhalf div img{
	text-align:center;
}

div.clientComments a img{
	float:left;
	padding-right:5px;
	
}


.clientComments{
	text-align:left;
}

.clientComments h4{
	margin-bottom:0.25em;
	text-align:left;
}
.testimonial{
	line-height:1.35em;
	margin:0.25em 1em;
	font-size:96%;
}
	
.sig{
	display:block;
	text-align:right;
	padding-right:1.5em;
	font-size:90%;
	font-style: italic;
	padding-top:0.75em;
	font-weight:bold;
}

.clientComments h3{
	padding-top:1em;
}

.topLink{
	display:block;
	text-align:right;
	font-size:80%;
	font-style:italic;
	padding:0.125em 1.5em;
	margin:0;
}

.clientComments img{
	float:right;
	margin:0.5em;
}

div#payments{
	background-color:#fefefe;
	padding:10px;
	border:1px dashed #ccc;
	width:90%;
}

div#payments h4{
	font-size:110%;
	padding-bottom:0;
	margin-bottom:0;
}

div#payments p{
	padding:0;
	margin-top:0;
}

/************** styles brought over from previous design ***************/

.feature{
	padding: 0px;
	font-size: 80%;
	margin:0px auto;
	text-align:center;
	width:620px;
}
.feature p{text-align:left; margin-bottom:0.75em;}
.feature h3{
	padding-top: 10px;
	margin-bottom:0.75em;
	text-align: left;
}

.feature img{ float:left;
		padding: 0px;
	margin: 0 5px 5px 0;
}
/* adjust margins to change separation between the feature image and text flowing around it */

table#portfolio{
	margin:0px auto;
	padding:0px;
	text-align:center;
	float:right;
}
table#portfolio td{text-align:center; padding-top:1.5em; padding-right:5px;}
table#portfolio th{font-size:1em; text-align:center;}
table#portfolio th a:link, table#portfolio th a:visited{text-decoration:none;}
table#portfolio img{
	margin:0 auto;
	text-align:center;
}
table#portfolio a img {border:0px; border-style:none; margin:0 auto;}

table#portfolio th a:link, table#portfolio th a:visited {
	color: #003300;
	text-decoration: underline;
	text-align:center;
}

table#portfolio th a:hover {
	color: #89BC91;
	text-decoration: underline;
}