@charset "UTF-8";
/* CSS Document */

body  {
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333;
	font-size: 100%;
	background-color: #FFF;
	margin: 0;
}
#container  {
	width: 800px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-family: "Lucida Grande", Arial, sans-serif;
} 
#header  {
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: 15px;
	margin-top: 20px;
} 
#menu {
}
#mainContent  {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
} 
#mainContent a {
	color: #900;
}
#mainContent p {
	line-height: 1.6em;
	font-size: 0.9em;
}
#mainContent strong {
	font-size: 1em;
	color: #333;
}
#mainContent h3 {
	padding-top: 0px;
	color: #A8564E;
	letter-spacing: 0.1em;
	font-size: 1.2em;
}
#mainContent h4 {
	padding-top: 0px;
	color: #A8564E;
	letter-spacing: 0.1em;
	font-size: 1em;
}
.boxright {
	float: right;
	display: inline;
}
.imgright {
	background-color: #cccccc;
	border: 1px solid #999999;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 5px;
	margin-bottom: 10px;
	margin-left: 20px;
}
.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;
}
#contact {
	margin-top: 10px;
	padding-left: 10px;
	width: 400px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	font-size: 0.8em;
	font-weight: bold;
}
#contact a {
	color: #A9564D;
	text-decoration: none;
}
#container #mainContent ul  {
	list-style-type: circle;
}
#container #mainContent ul li  {
	padding-top: 3px;
	padding-bottom: 3px;
}
.feature {
}
.imgleft  {
	background-color: #cccccc;
	border: 1px solid #999999;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 3px;
	font-size: 0.8em;
	float: left;
	margin-right: 10px;
	margin-bottom: 20px;
}
#mainContent ul {
	padding-left: 15px;
}
#mainContent ul li {
	list-style-type: circle;
	font-size: 0.85em;
}

#bnz {
	height: 140px;
	width: 780px;
	z-index: 1000000;
}
#mainContent #bnz p {
	font-size: 0.7em;
	text-align: right;
}
.featureText {
	font-size: 0.8em;
	color: #666;
}
#headlong {
}
.headleft {
	width: 350px;
}
.headright {
	float: right;
}
#horizlist {
	color: #A8564E;
}
#horizlist p{
	font-size: 0.9em;
	word-spacing: 0.2em;
}
#share {
	display: block;
	text-align: right;
	padding-top: 10px;
	padding-bottom: 10px;
}
