/* Revision: 2008-02-14 12:08:40
 * Author: Matt Holford <m+a+t+t-@-helenDASHmarieDOTcom>
 */

html, body {
	font: normal 1em arial, sans-serif;
	margin: 0;
	padding: 0;
	border: 0 none;
	/*overflow: hidden;*/
	height: 100%;
}

/* Footer */
#footer {
	clear: both;
	padding-top: 10px;
}

#footer-inner {
	background: url("../images/footer/bg.gif") repeat-x 0 0;
	height: 149px;
}

#footer-content {
	height: 149px;
	margin: 0 auto;
	position: relative;
	width: 750px;
}

#footer-berry {
	display: block;
	height: 147px;
	left: 250px;
	position: absolute;
	top: 0;
	width: 114px;
	z-index: 0;
}

#copyright {
	color: #aaa;
	font-size: 0.75em;
	font-weight: normal;
	left: 370px;
	position: absolute;
	top: 59px;
	z-index: 1;
}

#copyright span.company {
	color: #b987b8;
	text-transform: uppercase;
}

#logo-global {
	display: block;
	height: 93px;
	width: 901px;
}

#content-center {
	margin: 140px auto 0 auto;
	position: relative;
	width: 901px;
}

.col {
	display: inline;
	float: left;
}

a {
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

#about-home {
	margin: 48px 0 0 40px;
	width: 558px;
}

#about-home .bot {
	background: url("../images/global/box-gradient-bot.gif") no-repeat 0 0;
	clear: both;
	height: 9px;
	width: 558px;
}

#about-home .content {
	background: url("../images/global/box-gradient-content.gif") repeat-y 0 0;
	padding: 1em 0 0 0;
	width: 558px;
}

#about-home .content h1, #about-home .content p {
	margin-left: 30px;
	margin-right: 30px;
}

#about-home .content h1 {
	font-size: 0.8em;
	padding-bottom: 0.4em;
	text-transform: uppercase;
}

#about-home .content p a {
	color: #ef00eb;
	font-size: 0.9em;
}

#about-home .content p a:hover {
	background: #ef00eb;
	color: #fff;
}

#about-home .content p {
	color: #666;
	font-size: 0.8em;
	line-height: 1.4em;
	padding-bottom: 0.5em;
}

#news {
	margin: 20px 0 0 7px;
	width: 258px;
}

#link-news {
	font-size: 0.8em;
	font-weight: bold;
	padding: 0 0 9px 9px;
	text-transform: none;
}

ul.news li {
	display: block;
	margin-bottom: 5px;
	padding: 9px;
	width: 240px;
}

ul.news li p.dateline {
	font-family: monospace;
	font-size: 0.75em;
	font-weight: bold;
	padding-bottom: 16px;
	text-transform: uppercase;
}

ul.news li h2 {
	font-size: 0.9em;
	padding-bottom: 10px;
	text-transform: uppercase;
}

ul.news a, .linklike {
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

ul.news a {
	font-size: 0.9em;
}

ul.news li.off a, .linklike {
	color: #ef00eb;
}

ul.news li.off a:hover {
	text-decoration: underline;
}

ul.news li p.summary {
	font-size: 0.75em;
}

ul.news li.off {
	background: #ff3;
}

ul.news li.off p.dateline {
	color: #a3a352;
}

ul.news li.off h2 {
	color: #000;
}

ul.news li.off p.summary {
	color: #666;
}

ul.news li.on {
	background: #f200e6;
	cursor: pointer;
}

ul.news li.on p.dateline, ul.news li.on p.summary, ul.news li.on h2 {
	color: #fff !important;
}

ul.news li.on a {
	color: #fff;
}

ul.news li.on a:hover {
	background: #fff;
	color: #ef00eb;
}


/* Ext styles */
.x-panel-body {
	border: 0;
}