/*
***********************************************************
Title:     Homepage
Author:    Emile Blume - Netcreators.com
***********************************************************
*/

h1, h2, h3, h4, h5, h6 { margin: 0;}
/* Header ///////////////////////////////////////////////////////////////*/
#header{
	height: 320px;
}

#intro {
	height: 170px;
	width: 900px;
	top: 105px;
	left: 10px;
	position: absolute;
	display: block;
	z-index: 20;
}

#img, #tags {
	display: inline;
	float: left;
}

#img {
	height: 170px;
	width: 293px;
}

/* Left  ////////////////////////////////////////////////////////////////////////*/
#left, #center, #right {
	background: #F1F3F8;
	margin-left: 10px;
	width: 294px;
	height: 240px;
	overflow: hidden;
         padding: 0;
}

#left h1 {
	background: #7CC142;
	color: #FFFFFF;
	font-size:18px;
	padding:12px;
	font-weight:normal;
}

#left ul {
	margin: 10px;
}

#left li {
	background: url(../images/bullit-blue.gif) no-repeat left;
	color: #3A519A;
	font-size: 1.1em;
	line-height: 1.8em;
	padding-left: 19px;
}

#left li a {
	color: #3A519A;
	font-weight: normal;
}

#left li a:hover {
	color: #7DB14D;
}

/* Right ////////////////////////////////////////////////////////////////////////*/
#right{
	width: 292px;
}

/* Top navigation ////////////////////////////////////////////////////////////////////////*/

#nav-top {
	top: 285px;
	left: 10px;
	position: absolute;
	width: 900px;
}

#nav-top li a.active {
	background: #FFFFFF;
	border: 1px solid #3A519A;
	border-right: 0px solid #3A519A;
	color: #3A519A;
	font-style: italic;
	font-weight: bold;
}

#nav-left, #nav-sub, #image-right, #info {
	display: none;
}

#center a p {
	text-decoration:none;
}

#center .bodytext {
	line-height:17px;	
}

#center a:hover p {
	text-decoration:underline;
}
/* News ////////////////////////////////////////////////////////////////////////*/
#center .news-latest-item h2, #right h2{
	background: #3A519A;
	color: #FFFFFF;
	font-size: 17px;
	font-weight: normal;
	text-decoration: none;
	padding: 13px;
}

#center .news-latest-item, #center .news-list-item,
#right .news-latest-item, #right .news-list-item { border:0; padding:0; height:auto; }
.news-latest-item p{ color:#3A519A; }

.news-latest-item a {
	color: #D30000;
	text-decoration: none;
}

.news-latest-item a:hover {
	color: #7CC142;
	text-decoration: underline;
}


.news-latest-item h2 a {
	color: #FFFFFF;
	text-decoration: none;
}

.news-latest-item img {
	float: none;
	margin: 10px 0px 10px 0px;
}

.news-latest-item p {
	margin: 10px;
	margin-top: 0;
}

#right h2 {
	background: #D30000;
}

#right h3 {
	margin: 0;
	padding: 0;
}

#right .news-list-container {
	margin: 10px;
}

#right .news-list-item {
	margin-bottom: 10px;
}

#right .news-list-item a {
	background: url(../images/bullit-green.gif) no-repeat left 4px;
	color: #699440;
	font-size: 0.9em;
	padding-left: 16px;
	text-decoration: none;
	display: block;
	_height: 1%;
	line-height: 19px;
}

#right .news-list-item a:hover{
	color: #3A519A;
}

#info{
	height:0px;
	margin-left:0px;
	margin-top:0px;
	width:0px;	
}



