

/* tan content area */

#features {
	clear: both;
	background: #f7f5e6;
	height: 260px;
	padding: 10px 10px 0;
	margin: 0;
	overflow: hidden;
	border-bottom: 1px dotted #cac8bd;
	}

/* quick buttons */

#features ul.quick-buttons {
	float: left;
	width: 168px;
	}
	
#features ul.quick-buttons li {
	display: inline;
	margin: 0;
	padding: 0;
	list-style: none;
	}

#features ul.quick-buttons li a {
	display: block;
	margin: 0 0 5px;
	width: 168px;
	height: 80px;
	text-indent: -9999em;
	}
	
#features ul.quick-buttons li.q-find a { background-image: url(../images/nav/btn-find.jpg); }
#features ul.quick-buttons li.q-pay a { background-image: url(../images/nav/btn-pay.jpg); }
#features ul.quick-buttons li.q-nursery a { background-image: url(../images/nav/btn-nursery.jpg); }

/* masthead */

#masthead {
	width: 800px;
	float: right;
	height: 250px;
	background-repeat: no-repeat;
	background-position: left top;
	overflow: hidden;
	}
	
a.hero {
	float: left;
	height: 250px;
	width: 504px;
	text-indent: -9999em;
	}
	
/* myA */

#myA {
	width: 295px;
	overflow: hidden;
	float: right;
	}

#myA h3 {
	height: 55px;
	text-indent: -9999em;
	}
	
#myA p {
	font: normal 14px/20px Helvetica, Arial, sans-serif;
	color: #333;
	text-align: justify;
	margin: 0 10px 15px;
	}
	
#myA p a {
	color: #333;
	text-decoration: none;
	border-bottom: 1px dotted #7c7369;
	}

#myA ul.button {
	padding: 0 0 0 10px;
	height: 42px;
	}

#myA ul.button li {
	display: inline;
	list-style: none;
	}
	
#myA ul.button li a {
	padding: 8px 0 0;
	height: 22px;
	text-align: center;
	font: bold 14px/14px Helvetica, Arial, sans-serif;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	text-decoration: none;
	color: #fff;
	background: #7c7369;
	float: left;
	width: 135px;
	margin: 0 5px 0 0;
	text-shadow: #333 0 1px 0;
	}

#myA ul.info {
	border-top: 1px dotted #7c7369;
	padding: 10px 0 0 10px;
	}

#myA .info li {
	font: normal 11px/14px Helvetica, Arial, sans-serif;
	margin: 0;
	float: left;
	width: 135px;
	padding: 0 0 0 5px;
	list-style: none;
	height: 20px;
	}
		
#myA ul.info li a {
	color: #333;
	border-bottom: 1px dotted #7c7369;
	text-decoration: none;
	}
	
/* main (override) */

#main {
	clear: both;
	float: none;
	width: auto;
	padding: 10px;
	margin: 0;
	border: none;
	}
	
/* quick links */

#quick-links {
	float: left;
	width: 168px;
	padding: 0 10px 0 0;
	}

#quick-links h3 {
	background: #99bab2 url(../images/h3-quicklinks.gif) no-repeat left top;
	width: 168px;
	height: 30px;
	text-indent: -9999em;
	}

#quick-links ul {
	font: normal 11px/12px Helvetica, Arial, sans-serif;
	}

#quick-links ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline;
	}

#quick-links ul li a {
	display: block;
	color: #333;
	text-decoration: none;
	text-align: left;
	padding: 5px 10px;
	width: 148px;
	background: #c9dcd7;
	font: normal 11px/12px Helvetica, Arial, sans-serif;
	text-tranorder-radius: 0;
	border-radius: 0;
	border-bottom: 1px dotted #99bab2;
	}

#quick-links ul li a:hover {
	background: #e5eeec;
	}	

#quick-links ul li.magnet a {
	background: none;
	border: none;
	text-align: center;
	padding: 15px 10px 0;
	}		

#quick-links ul li.magnet a img {
	display: block;
	margin: 0 auto;
	}
	
	
/* content */

#content {
	float: left;
	width: 475px;
	padding: 10px;
	}
	
#content p.intro {
	font: normal 16px/24px Georgia, "Times New Roman", Times, serif;
	margin: 0 5px 10px;
	text-align: justify;
	color: #333;
	}
	
#content h3 {
	font: bold 18px/24px Helvetica, Arial, sans-serif;
	color: #393;
	margin: 0 5px 10px;
	}
	
#content ul.news {
	font: normal 12px/18px Helvetica, Arial, sans-serif;
	}

#content ul.news li {
	display: block;
	border-top: 1px dotted #cac8bd;
	padding: 6px 5px;
	list-style: none;
	}
	
#content a {
	color: #004079;
	text-decoration: none;
	border-bottom: 1px dotted #999;
	}
	
#content a.more {
	font: bold 11px/18px Helvetica, Arial, sans-serif;
	white-space: nowrap;
	}
	
/* bugs */

ul#bugs {
	float: right;
	width: 295px;
	}

ul#bugs li {
	list-style: none;
	display: inline;
	}
	
ul#bugs li a {
	color: #fff;
	text-decoration: none;
	display: block;
	width: 295px;
	height: 100px;
	margin: 0 0 10px;
	background: url(../images/bug-bg.gif) no-repeat left top;
	overflow: hidden;
	text-shadow: #1d6097 0 1px 0;
	}
	
ul#bugs li a .img {
	float: left;
	width: 100px;
	height: 100px;
	background-repeat: no-repeat;
	background-position: left top;
	border-right: 1px solid #1d6097;
	}
	
ul#bugs li a h4 {
	float: right;
	width: 170px;
	height: 70px;
	padding: 10px 10px 0 0;
	font: bold 14px/18px "Trebuchet MS", Verdana, sans-serif;
	}

ul#bugs li p {
	float: right;
	width: 170px;
	padding: 0 10px 0 0;
	font: bold 11px/11px Helvetica, Arial, sans-serif;
	}
	
ul#bugs li a:hover {
	filter:alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
	}
	
#footer a.magnet {
	float: right;
	margin: 10px 10px 0 0;
	display: inline;
	}