/*
Onelife International
Styles for all pages
*/

body {
	background-image: url(assets/mainbg.gif);
	background-repeat: repeat-x;
	background-color: #243345;
	margin: 10px 0 10px 0;
}
#container {
	font-family: Georgia, "Times New Roman", Times, serif;
	border: 5px solid #8ABA00;
	width: 880px;
	background-color: #fff;
	padding: 10px;
	margin: 0 auto 0 auto;
	position: relative;
}
div#logobar { padding: 0 0 10px 0; }
div#logobar img { border: none; }
#contentwrapper { clear: both; }

/* Navigation */
#navwrapper, #content, #features { float: left; }
#navwrapper {
	width: 180px;
	margin-right: 10px;
}
#navwrapper #mainnav {
	background-image: url(/assets/navcorners_top.gif);
	background-repeat: no-repeat;
	background-color: #8ABA00;
	padding: 10px 0 0 0;
}
#navwrapper ul.sitenav {
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 10px;
	min-height: 330px;
	background-image: url(assets/navbg.gif);
	background-repeat: repeat-x;
	font-size: 1em;
	background-color: #8ABA00;
}
#navwrapper ul.sitenav a {
	color: #FFFFFF;
	text-decoration: none;
}
#na
#navwrapper ul.sitenav li { padding: 0.1em 0 0.1em 0; }
#navwrapper ul.sitenav a:hover {
	color: #243345;
}
#navwrapper ul.sitenav li.level1 {
	font-size: 0.75em;
	padding: 0.25em 0 0.25em 0.75em;
}
#navwrapper ul.sitenav li.level2 {
	font-size: 0.6em;
	padding-left: 2em;
}

/* News headlines */
#navwrapper div#newsheadlines {
	clear: both;
	margin-top: 10px;
	background-color: #243345;
}
#navwrapper div#newsheadlines h2 {
	margin: 0 10px 0 10px;
	font-size: 1.2em;
	font-weight: normal;
	color: #8AbA00;
}
div#newsheadlines ul#headlines {
	list-style-type: none;
	margin: 10px 0 5px 0;
	padding: 0 10px 0 10px;
	font-size: 0.75em;
	line-height: 1.3em;
}
div#newsheadlines ul#headlines li { border-bottom: 1px dotted #fff; padding-bottom: 5px; }
div#newsheadlines ul#headlines a { color: #ffffff; }
div#newsheadlines ul#headlines a:hover { color: #8ABA00; text-decoration: none; }
div#newsheadlines ul#headlines strong { font-weight: normal; color: #008AbA; }

div#newsheadlines a.viewall { color: #fff; font-size: 0.75em; margin: 0 0 0 10px; }
div#newsheadlines a.viewall:hover { color: #8ABA00; text-decoration: none; }

/* feature column */
div#features { float: right; width:167px; }
div#features a { clear: both;  }
div#features img { border:none; margin-bottom: 10px; }

/* Generic content bits */
div#content {
	width:514px;
}
div#content h1 {
	font-size: 1.5em;
	margin: 0 0 0.5em 0;
	color: #243345;
}
div#content h2 {
	font-size: 1em;
	margin: 0 0 0.5em 0;
	color: #333;
}
div#content p, div#content li {
	color: #333;
	font-size: 0.9em;
}
div#content a {
	font-size: 0.9em;
	color: #243345;
}
div#content a:hover {
	background-color: #8AbA00;
}
div#content h4 {
	font-size: 0.9em;
	margin: 0.5em;
	color: #243345;
}
div#content img.img-left { float: left; }



div.divclear { clear: both; }