@charset "utf-8";
body  {
	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: #533800;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FBFBFB;
}
blockquote {
	color: #D9EDEC;
	background-color: #533800;
	padding: 2px;
}

a:link, a:visited , a:active {
	font-weight: bold;
	color: #630;
	text-decoration: underline;
}
a:hover {
	color: #326565;
}


.twoColFixLtHdr #container {
	width: 900px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../images/base.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 1024px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
} 
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 320px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 45px;
	margin-top: 235px;
}
.twoColFixLtHdr #container #sidebar1 h2 {
	font-size: 18px;
	font-weight: bold;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #ADDAD7;
	height: 25px;
	padding-top: 4px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.twoColFixLtHdr #container #sidebar1 ul {
	margin-bottom: 0px;
	margin-top: 25px;
}


.twoColFixLtHdr #container #sidebar1 p {
	margin: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
.twoColFixLtHdr #container #sidebar1 .Address {
	margin: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 25px;
}



#container #sidebar1 #Me {
	margin: 0px;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 40px;
	height: 295px;
	width: 350px;
}

.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 450px;
	padding-top: 175px;
	padding-right: 50px;
	padding-bottom: 0;
	padding-left: 0px;
} 
.twoColFixLtHdr #container #mainContent h1 {
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #ADDAD7;
	padding-left: 10px;
	font-size: 18px;
	font-weight: bold;
	height: 25px;
	padding-top: 4px;
	margin-top: 60px;
}
.twoColFixLtHdr #container #mainContent h2 {
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #ADDAD7;
	padding-left: 10px;
	font-size: 18px;
	font-weight: bold;
	height: 25px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.twoColFixLtHdr #container #mainContent h3 {
	padding-left: 45px;
	padding-right: 30px;
	background-color: #d8eceb;
	margin-right: 0px;
	margin-left: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	border: 1px dotted #533800;
}


.twoColFixLtHdr #container #mainContent p {
	padding-left: 30px;
}

.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD; 
} 
.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;
}
.formstyle {
	margin: 0px;
	padding: 0px;
	text-align: center;
	float: left;
}
textarea {
	color: #5D3D04;
	background-color: #D9EDEC;
	display: inline;
	float: left;
	width: 175px;
	margin-bottom: 10px;
	border: 1px solid #5D3D04;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}

label {
	text-align: right;
	display: inline;
	float: left;
	width: 125px;
	margin-bottom: 0px;
	padding-right: 8px;
	font-size: 14px;
	font-weight: bold;
	vertical-align: middle;
	padding-top: 2px;
}
input.txt {
	display: inline;
	float: left;
	width: 175px;
	margin-bottom: 10px;
	background-color: #D9EDEC;
	border: 1px solid #584700;
	color: #603E01;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	margin-right: 8px;
}


.divHZ {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	height: 7px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #999;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.divBar {
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #999;
	margin-left: 3px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 654px;
}
.doubleColumn {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 40px;
}
.LF_DBLcol {
	margin: 0px;
	float: left;
	padding-top: 0px;
	padding-right: 70px;
	padding-bottom: 0px;
	padding-left: 0px;
}
