/* GLOBAL STYLES */
@import url(global.css);

/* STYLES UNIQUE TO DEFAULT */
.contentarea			{ height: 562px; background: url(../_images/default-content-bg.jpg) no-repeat; }
	.menuarea 				{ width: 180px; padding: 15px 0 0 20px; }
.featuredboxes			{ margin-top: 15px; clear: both; }
.featured				{ width: 225px; padding: 3px 27px 0 0; float: left; }
	.featured h3			{ margin: 0; padding: 0 0 20px 0; overflow: hidden; text-indent: -9999px; }
	.featured ul			{ font-weight: bold; font-size: 0.9em; margin: 0; padding: 0; list-style: none; }
	.featured li			{ padding: 10px 0; color: #FFF; border-bottom: 1px dashed #68868e; }
	li.last 				{ border-bottom: none !important; }
	.featured li img		{ padding-right: 7px; float: left; }
	.featured li a			{ font-weight: bold; color: #ffef95; text-decoration: none; }
	.featured li span		{ font-size: 1em; color: #9fc9d0; text-transform: uppercase; }
.last					{ width: 205px; }
.maincontent 				{ width: 760px; }


