@charset "utf-8";


/* CSS Document */

	
body {
	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: #545429;
	background-color: #D8D9B1;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


/* CSS Document */

.twoColFixLtHdr #container {
	width: 810px;
	border: 1px solid #95954A;
	text-align: left;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	background-color: #ECE9D8;
	position: relative;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
} 

.twoColFixLtHdr #header {
	padding: 0px;
	width: 810px;
	height: 113px;
	background-color: #F8F7EF;
	background-image: url(images/sm_logo.gif);
	background-repeat: no-repeat;
	background-position: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EFEDDA;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 10px;
	color: #F8F7EF;
	padding-top: 0;
	display: none;
}
.twoColFixLtHdr #sidebar1 {
	background-color: #ECE9D8;
	float: left;
	width: 115px;
	margin-top: 40px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 20px;
	padding: 0px;
	position: relative;
}

#wrapper {
	background-color: #F8F7EF;
}
#mainContent h2 {
	font-size: 14px;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 20px;
	padding-bottom: 15px;
	font-family: "Lucida Calligraphy", "Bookman Old Style", Garamond, "Times New Roman", sans-serif;
}
#mainContent h3 {
	font-size: 10px;
	font-weight: normal;
	text-align: center;
	margin-top: -5px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 10px;
	letter-spacing: 0.05em;
}
#mainContent h4 {
	font-size: 12px;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 30px;
	padding-bottom: 10px;
	font-family: "Bookman Old Style", Garamond, sans-serif;
}
#copyrights {
	font-size: 9px;
	margin-top: 8px;
	margin-bottom: 40px;
	text-align: center;
	letter-spacing: 0.2em;
	color: #FFFFFF;
	font-weight: normal;
	width: 812px;
	float: none;
	margin-right: auto;
	margin-left: auto;
}
#footer  a {
	color: #685245;
	text-decoration: none;
}


.twoColFixLtHdr #footer {
	background-color: #F8F7EF;
	display: block;
	width: 810px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CBC49A;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
} 

.twoColFixLtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 0;
	color: #574539;
	text-transform: uppercase;
	font-size: 10px;
	text-align: center;
	vertical-align: middle;
	font-family: "Century Gothic", Verdana, Arial, sans-serif;
	letter-spacing: 0.05em;
}
.address {
	font-size: 10px;
	letter-spacing: 0.1em;
	text-align: right;
	display: block;
	line-height: 18px;
	color: #574539;
	background-color: #EFEDDA;
	float: right;
	border: 2px solid #FFFFFF;
	margin-top: 12px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
	text-transform: uppercase;
	font-family: "Century Gothic", Verdana, Arial, sans-serif;
}



.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;
}
.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;
}

*html #sidebar1 {
display: inline;
margin-right: -3px;
}
*html #mainContent {
	margin-left: 0;
	height: 1px;
}
