@media screen, handheld {
/* 3 Column Content Structure
=========================================================================== */

body.home-section div#page {
	padding-top: 0;
}

body.home-section div#page img#hero {
	margin-top: 108px;
	width: 900px;
	height: 270px;
}

body.home-section div#page div#hero-wrapper {
	padding-top: 108px;
}

body.home-section div#page div#content-wrapper {
	margin-top: -3px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding-left: 199px;
        padding-top: 2px;
	padding-right: 225px;
	background: transparent url("../images/home/bg_content-wrapper.png") top center repeat-y;
}

body.home-section div#page div#content-wrapper div {
	position: relative;
	float: left;
}

body.home-section div#page div#content-wrapper div#primary-content {
	width: 472px;
	margin: 0px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

body.home-section div#page div#content-wrapper div#secondary-content {
	width: 225px;
	margin-right: -225px;
}

body.home-section div#page div#content-wrapper div#sidebar {
	width: 199px;
	margin-left: -100%;
	right: 199px;
}

/* Primary Content
=========================================================================== */

body.home-section div#content-wrapper div#primary-content h2 {
	position: relative;
	height: 31px;
	margin-bottom: 0;
	padding: 10px 10px 0;
	font-family: "Lucida Sans", Helvetica, Arial, sans-serif;
	font-size: 1.1667em; /* 14 from 12 */
	font-weight: normal;
	letter-spacing: .1429em; /* 2 from 14 */
	text-transform: uppercase;
	color: #333;
	background: transparent url("../images/site/bg_primary-content-title.png") top left repeat-x;
}

.rss-feed {
	position: absolute;
	right: 10px;
        width: 14px;
        height: 14px;
}

body.home-section div#primary-content ul {
	margin-bottom: 0;
}

body.home-section div#primary-content ul li.news-item {
	clear: both;
	min-height: 20px;
	height: auto !important;
	height: 80px;
	margin-left: 0;
	border-bottom: 1px solid #ccc;
	padding: 22px 15px;
	background: none;
}

body.home-section li.news-item img {
	float: left;
	margin-right: 12px;
	border: 1px solid #ccc;
	padding: 4px;
	background-color: #fff;
}
body.home-section div#primary-content h4.news-link {
	float: right;
	width: 352px;
	text-align: left;
	text-transform: uppercase;
        color: #5588bb;
	text-decoration: none;
        font-weight: bold;
}
body.home-section div#primary-content h4.news-link a {
        color: #5588bb;
	text-decoration: none;
}
body.home-section li.news-item h5 {
	float: right;
        font-size: .7em;
        font-weight: bold;
	width: 352px;
	text-align: left;
       color: #555;
}
body.home-section li.news-item p {
	float: right;
	width: 352px;
}

body.home-section li.news-item p.view-all {
    clear: both;
    width: 100%;
    margin-top: 1em;
    font-weight: bold;
}

body.home-section div#primary-content ul li.news-item.alt {
	background-color: #fff;
}

body.home-section div#primary-content ul li.news-item.last-child {
	border-bottom: none;
}

/* Secondary Content
=========================================================================== */

body.home-section div#secondary-content h2 {
	padding: .8571em 10px 0 10px; /* 12 from 14 */
	height: 2.0714em; /* 29 from 14 */
	font-family: "Lucida Sans", Helvetica, Arial, sans-serif;
	font-size: 1.4em; /* 14 from 10 */
	font-weight: normal;
	text-transform: uppercase;
	color: #333;
	background: #c6c6c6 url("../images/home/bg_secondary-content-title.png") top left no-repeat;
}

body.home-section div#secondary-content ul {
	margin: 20px 10px;
	font-size: 1.2em; /* 12 from 10 */
        line-height: 1.15em;
}

/* Promotions */

body.home-section div#secondary-content li {
	margin-bottom: 9px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 9px;
}

body.home-section div#secondary-content h3 {
	margin-bottom: .5em; /* 6 from 12 */
        color: #555;
}

body.home-section div#secondary-content a {
	text-decoration: underline;
}

body.home-section div#secondary-content p.read-more {
	margin-top: .5em; /* 6 from 12 */
}

/* Events */

body.home-section div#secondary-content dl {
	border-bottom: 1px solid #ccc;
	padding: 20px 10px 9px 10px;
	font-size: 1.2em; /* 11 from 10 */
        line-height: 1.15em;
}

body.home-section div#secondary-content dl dt {
	margin-bottom: .5454em; /* 6 from 11 */
	font-weight: bold;
       color: #555;
}

body.home-section div#secondary-content dl dd {
	margin-bottom: 9px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 9px;
}

/* Sidebar
===========================================================================*/

body.home-section ul.quick-links li {
	padding: 10px 10px 5px 10px;
        font-weight: bold;
}

/* Site Actions
===========================================================================*/

body.home-section ul#action-nav li.first-child {
	display: none;
}

/*end @media */
}