@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: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFFFFF;
}
.twoColFixLtHdr #container {
	width: 780px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
} 
.twoColFixLtHdr #header {
	background-color: #DDDDDD;
	background-image: url(../images/sales-header-top.jpg);
	height: 104px;
	width: 780px;
} 
.twoColFixLtHdr #header h1 {
	margin: 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: 189px;
	background-image: url(../images/sales-header-bottom.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 400px;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 200px;
} 
.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;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #614918;
	padding-left: 10px;
	margin: 0px;
	padding-top: 0px;
	font-weight: normal;
	color: #614918;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 23px;
}
.headertitle {
	font-family: Arial, Helvetica, sans-serif;
	color: #614918;
	top: 25px;
	left: 110px;
	position: relative;
	font-size: 30px;
	font-weight: bold;
	height: 37px;
}
.headertagline {
	font-family: Arial, Helvetica, sans-serif;
	color: #91805F;
	font-size: 15px;
	font-weight: bold;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	color: #000000;
}li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	list-style-position: outside;
	list-style-type: disc;
	margin-bottom: 12px;
}
.photo-container {
	padding-right: 15px;
}
.photo {
	float: right;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-right: 10px;
}
ul {
	margin-top: 15px;
	margin-bottom: 5px;
}
.quote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	vertical-align: middle;
	height: auto;
	width: 430px;
	margin-left: 30px;
	margin-top: 33px;
	margin-right: 5px;
	padding: 12px;
	margin-bottom: 42px;
	font-style: italic;
	font-weight: normal;
	line-height: 21px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #D9D9C4;
	border-right-color: #D9D9C4;
	border-bottom-color: #D9D9C4;
	border-left-color: #D9D9C4;
	color: #614918;
}
.sign {
	display: inline;
	margin-left: 20px;
	font-family: "Courier New", Courier, monospace;
	font-style: italic;
}
.button {
	text-align: center;
	margin-bottom: 10px;
	margin-top: 5px;
	float: none;
}
.tenyears {
	float: right;
	margin-top: 10px;
	padding-right: 100px;
}
.signupnow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: center;
}
.leftmap {
	margin-top: 140px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.leftinterface {
	margin-top: 60px;
	margin-bottom: 10px;
}
.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #614918;
	margin-left: 11px;
	margin-right: 5px;
}
.new {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	color: #FF0000;
	background-color: #FFFF99;
	padding: 2px;
}
