/* CSS By SliceIt
*/

* {
	margin: 0;
	padding: 0;
}

a img {
	border: none;
}

a {
	font-weight: bold;
	color: #595959;
}

html {
	height: 100%;
	padding-bottom: 1px;
}

body {
	text-align: center;
	background: #E6E6E6 url(images/bg.gif) repeat-x left top;
	font-family: Tahoma, "Lucida Grande", Lucida, Verdana, sans-serif;
}
cite small { 
	font-size: 0.8em;
	font-style: italic;
}

#wrapper {
	text-align: left;
	margin: 0 auto;
	width: 962px;
	padding-top: 40px;
}

/* @group Header */

h1#header {
	background: url(images/logo.png) no-repeat left top;
	width: 201px;
	height: 40px;
	text-indent: -999999px;
	font-size: 1px;
	margin-bottom: 20px;
}

h1#header a {
	display: block;
	text-decoration: none;
	width: 201px;
	height: 40px;
	text-indent: -999999px;
	font-size: 1px;
}

/* @end */





/* @group Container */

.container-wrap {
	background: url(images/bg-container.gif) repeat-y left 9px;
}

#container {
	background: url(images/bg-container-top.gif) no-repeat left top;
	padding: 21px;
}

/* @group Navigation */

#navigation ul.nav {
	background: url(images/bg-nav.gif) no-repeat left top;
	width: 900px;
	line-height: 37px;
	height: 37px;
	list-style: none;
	padding: 0 10px;
}

#navigation ul.nav li {
	float: left;
	padding-right: 2px;
	background: url(images/nav-divider.gif) no-repeat right top;
}

#navigation ul.nav li a {
	float: left;
	display: block;
	padding: 0 15px;
	text-decoration: none;
	color: #666666;
	height: 37px;
	font: bold 14px/37px "Trebuchet MS", "Lucida Grande", Lucida, Verdana, sans-serif;
}

#navigation ul.nav li.active a {
	color: #0094bb;
	background: url(images/bg-nav-active.gif) repeat-x left top;
}

#navigation ul.sub-nav {
	background: url(images/bg-nav-sub.gif) no-repeat left top;
	height: 37px;
	line-height: 37px;
	list-style: none;
	padding: 0 10px;
	width: 900px;
}

#navigation ul.sub-nav li {
	float: left;
}

#navigation ul.sub-nav li a {
	float: left;
	display: block;
	font: bold 12px/37px "Trebuchet MS", "Lucida Grande", Lucida, Verdana, sans-serif;
	height: 30px;
	padding: 0 10px;
	color: #0094bb;
}

#navigation ul.sub-nav li a:hover, #navigation ul.sub-nav li.active a {
	text-decoration: none;
}

/* @end */

/* @group Content */

#content {
	padding-bottom: 60px;
}

#content .main {
	float: left;
	width: 615px;
}

.main img {
	margin-bottom: 20px;
}

.main  {
	font-size: 12px;
}

.main h1 {
	font: 22px "Trebuchet MS", "Lucida Grande", Lucida, Verdana, sans-serif;
	padding-bottom: 15px;
}
.main h2 {
	font: 18px "Trebuchet MS", "Lucida Grande", Lucida, Verdana, sans-serif;
	padding-bottom: 15px;
}
.main h3 {
	font: bold 15px "Trebuchet MS", "Lucida Grande", Lucida, Verdana, sans-serif;
	padding-bottom: 15px;
}

.main p, .main ul, .main ol {
	padding-bottom: 15px;
}
.main li {
	margin-left: 30px;
	margin-bottom: 5px;
}



#content .news {
	float: right;
	width: 285px;
	background: #a2a2a2 url(images/bg-news.gif) no-repeat left top;
}

.news a:hover {
	text-decoration: none;
}

.news .latest-news {
	padding: 20px 20px 0;
	font-size: 12px;
}



#content .news .latest-news h1 {
	color: #0094bb;
	font-size: 21px;
	line-height: 1.4;
	padding-top: 20px;
	padding-bottom: 20px;
}

.news .latest-news p, .news .latest-news ul, .news .latest-news ol {
	padding-bottom: 20px;
}

.news .latest-news a {
	font-weight: bold;
	color: #595959;
}

.news .older-news {
	padding: 0 20px 20px;
	font-size: 12px;
}

.news .older-news a {
	color: #595959;
	font-weight: bold;
}

.news .older-news ul {
	list-style: none;
}

.news .older-news ul li {
	padding-bottom: 5px;
}

.news .older-news ul li a {
	padding-left: 25px;
	background: url(images/news-link.gif) no-repeat left 1px;
	display: block;
	line-height: 15px;
	/*height: 15px;*/
}



#content .news .news-bottom {
	height: 4px;
	font-size: 1px;
	background: url(images/bg-news-bottom.png) no-repeat left top;
}

/* Nico added */

.main .latest-news h2{
	padding-top: 20px;
}

#content .news {
	position: relative;
	height: 390px;
}

#content .news .news-bottom {
	width: 285px;
	position: absolute;
	bottom: 0px;
}

#content .news .latest-news {
	height: 290px;
	overflow: hidden;
	/* max-height: 315px; */
}


#content .sidebar {
	width: 285px;
	float: right;
}

.sidebar .quote {
	background: #a2a2a2 url(images/bg-news.gif) no-repeat left top;
	font: 14px "Trebuchet MS", "Lucida Grande", Verdana, sans-serif;
	text-align: right;
	height: 186px;
	position: relative;
}

.quote blockquote{
	padding: 40px 20px 10px;
	font-weight: bold;
}

.quote cite {
	display: block;
	font-style: normal;
	padding: 10px 20px 0px;
}

.sidebar .quote .quote-bottom {
	width: 285px;
	height: 4px;
	font-size: 1px;
	background: url(images/bg-news-bottom.png) no-repeat left top;
	position: absolute;
	bottom: 0px;
	left: 0px;
}

.sidebar .side-images-wrap {
	margin-top: 30px;
	background: #f0f0f0 url(images/bg-side-images-bottom.gif) no-repeat left bottom;
}

.sidebar .side-images {
	background: url(images/bg-side-images.gif) no-repeat left top;
	padding: 20px 0 0 20px;
}

.sidebar .side-images p {
	padding-right: 20px;
	padding-bottom: 20px;
	float: left;
}

/* @end */

/* @end */




/* @group footer */

#footer {
	padding: 30px 20px;
	background: url(images/bg-container-bottom.gif) no-repeat left top;
	text-align: right;
	color: #999999;
	font: bold 12px "Trebuchet MS", "Lucida Grande", Lucida, Verdana, sans-serif;
}

#footer a {
	color: #999999;
}

/* @end */








/* @group Clearer */


#content:after, ul.nav:after, ul.sub-nav:after, .side-images:after {
	content: ".";
	height: 0;
	visibility: hidden;
	clear: both;
	display: block;
}


#content, ul.nav, ul.sub-nav, .side-images {
	min-height: 1px;
}

* html #content, * html ul.nav, * html ul.sub-nav, * html .side-images { height: 1%; }

/* @end */

