@charset "utf-8";
body  {
	font: 100% Verdana, Geneva, sans-serif;
	background: #666666;
	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;
}
img {
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

a {
	text-decoration: none;
	color: #A4703E;
}
a:hover {
	text-decoration: none;
	color: #613E16;
}

h1 {
	color: #A4703E;
	font-size: 24px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-top: 10px;
}
h2 {
	color: #A4703E;
	font-size: 18px;
}
h3 {
	color: #b13b00;
	font-size: 18px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	margin-top: 0px;
}
h4 {
	color: #A4703E;
	font-size: 16px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	margin-top: 10px;
}

p {
	font-size: 14px;
	line-height: 20px;
	font-family: "Comic Sans MS", Arial, sans-serif;
}


.twoColFixLtHdr #container {
	width: 800px; /*   FED09E  the auto margins (in conjunction with a width) center the page */
	border: thin solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	background-color: #EEC762;  /* lime green -#E3EAB3 |  Italien Plaster - #EEC762 */
} 
.twoColFixLtHdr #header {
	background: #000000;
	padding: 0 0px 0 0px;  /* 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. */
} 
.twoColFixLtHdr #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 */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 160px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0px 50px 12px;
	background-color: #000000;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #b13b00;
	border-bottom-color: #b13b00;
}
.twoColFixLtHdr #sidebar1 p {
	width: 150px;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.twoColFixLtHdr #sidebar1 ul {
	margin-top: 3px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-left: 0px;
	margin-bottom: 0px;
	font-size: 12px;
	color: #A4703E;
	margin-left: 14px;
}

.twoColFixLtHdr #sidebar1 a {
	font-size: 16px;
	margin-top: 3px;
	padding-top: 0px;
	margin-bottom: 0px;
	color: #dddddd;
	padding-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.twoColFixLtHdr #sidebar1 a:hover {
	color: #A4703E;
}
.twoColFixLtHdr #sidebar1 li {
	list-style-type: square;
	padding-top: 3px;
}

.twoColFixLtHdr  #sidebar1  li a {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}


.twoColFixLtHdr #mainContent {
	margin: 0 0 0 200px; /* the left margin on this div element creates the column down the left 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: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #A4703E;
} 
.twoColFixLtHdr #mainContent h1 {
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 7;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
	clear: right;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.twoColFixLtHdr #mainContent h2 {
	margin-top: 7px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
	clear: right;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.twoColFixLtHdr #mainContent h4 {
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 7;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
	clear: right;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.twoColFixLtHdr #mainContent p {
	margin: 5px 0px 5px 0px; /* the left margin on this div element creates the column down the left 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: 0px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.twoColFixLtHdr #mainContent ul {
	margin: 0px 0px 0px 0px; /* the left margin on this div element creates the column down the left 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: 0px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.twoColFixLtHdr #mainContent li {
	margin: 0px 0px 5px 0px; /* the left margin on this div element creates the column down the left 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: 0px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}




.twoColFixLtHdr .services_title {
	color: #A4703E;
	font-size: 18px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.twoColFixLtHdr .services_title:hover {
	color: #613E16;
}


.twoColFixLtHdr .read_more {
	margin: 0px; /* the left margin on this div element creates the column down the left 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: 0px;
	font-size: 14px;
	font-style: italic;
}
.twoColFixLtHdr .read_more a {
	color: #A4703E;
}
.twoColFixLtHdr .read_more a:hover {
	color: #613E16;
}


.twoColFixLtHdr #homeFlash {
	margin-top: 10px;
	margin-bottom: 20px;
}

.twoColFixLtHdr #footer {
	background:#000000;
	height: 100px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	clear: both;
	border-bottom-style: none;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #b13b00;
	border-right-color: #b13b00;
	border-bottom-color: #b13b00;
	border-left-color: #b13b00;
} 
.twoColFixLtHdr #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 */
	color: #dddddd;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.twoColFixLtHdr #footer a {
	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 */
	color: #dddddd;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.twoColFixLtHdr #footer a:hover {
	color: #A96C3D;
}


.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:left;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.vertSpace5px {
	fontsize: 5px;
	line-height: 5px;
}
.vertSpace2px {
	fontsize: 2px;
	line-height: 2px;
}
.vertSpace1px {
	fontsize: 1px;
	line-height: 1px;
}


.quotes {
	font-style: italic;
	padding-right: 20px;
	padding-left: 20px;
	font-size: 14px;
}
.quotees {
	padding-left: 70px;
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 20px;
}

