@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666 url(images/bkgd-tile1.jpg) repeat;
	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;
}
.twoColFixLtHdr #container {
	width: 881px;
	margin: 6px auto 0px auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(images/inner-bkgd-container.jpg);
	background-repeat: no-repeat;
	background-color: #ECDDBE;
	padding-top: 6px;
} 
.twoColFixLtHdr #header {
	padding: 21px 0px 0px 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. */
	background-image: url(images/inner-links-bkgd.png);
	height: 28px;
	background-repeat: no-repeat;
	background-position: 0px 2px;
	margin: 0px 0px 0px 210px;
} 
.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;
	margin-right: 10px;
	width: 157px;
}
.twoColFixLtHdr #mainContent {
	margin: 0px 0px 0px 220px; /* 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: 12px 20px 0px 0px;
	background-repeat: no-repeat;
	width: 640px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #333;
	line-height: 18px;
	background-color: #FFF;
	filter: alpha(opacity=90);
	-moz-opacity:0.90;
	-khtml-opacity: 0.90;
	opacity: 0.90;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #916B1B;
	overflow: hidden;
} 
.twoColFixLtHdr #footer {
	padding: 0px 10px 5px 20px;
} 
.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 */
}
.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;
}
.toplinks {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	text-align: right;
	font-size: 13px;
	padding-left: 40px;
}
.hometrolleys {
}
#footer2 {
	background-image: url(images/bottom-shadow.png);
	height: 50px;
	width: 881px;
	margin: 0 auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #FFF;
	padding-top: 40px;
	background-repeat: no-repeat;
}
.home-about {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFF;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
	padding: 10px;
	margin: 15px 2px 10px 2px;
	width: 125px;
}
.home-thumbs {
	float: left;
}
#home-thumbs-div {
	float: left;
}
#home-about-div {
	margin: 15px 10px 0px 515px;
	padding: 10px 10px 10px 15px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFF;
}

a.main:link {
	color: #FFF;
	text-decoration: none;
}
a.main:visited {
	color: #FFF;
	text-decoration: none;
}
a.main:hover {
	color: #900;
}
a.main:active {
	color: #B7DEEE;
}
#footer3 {
	text-align: left;
	margin-top: 5px;
	margin-right: 20px;
	margin-left: 220px;
}
#header2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	color: #BEA05E;
	letter-spacing: 0.25em;
	margin-right: 4px;
	padding-top: 14px;
	padding-bottom: 14px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #D4BF92;
	border-bottom-color: #D4BF92;
	background-repeat: no-repeat;
	background-color: #FFF;
	padding-left: 15px;
	margin-top: 6px;
	margin-bottom: 15px;
	margin-left: 10px;
}
#header3 {
	text-align: right;
	padding-right: 3px;
}
.subheads {
	color: #007FAF;
}
.bodycopy {
	padding-left: 166px;
}
.horizontalrule {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
.testimonials {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-left: 6px;
	color: #007FAF;
	line-height: 14px;
}

