*{
	margin:0;
	padding:0;
	outline:none;
	font: 11px Arial, Helvetica
}

.clear {
	clear: both;
}

.error-message {
	color:red;
}

img{
	border:none;
}

a{
	color:#097F07;
	text-decoration:none;
}

body {
	background-color:#DFDDDE;
}

#pagewidth {
    position:relative;
    margin:0px auto;
    width:1170px;
    overflow:hidden;
    margin-top:10px;
}


hr {
	width: 485px;
	margin: 15px 0 15px 49px;
	background-color: #dfddde;
	color: #dfddde;
	height: 1px;
}

/* --------------------- sidelinks  --------------------- */	
#facebook {
	position:absolute;/* position:fixed; if you need it to always  floating on the left side */	
    left:34px;
    top:260px; 
    width:60px;
    height:117px;
}

#twitter{
    position:absolute;/* position:fixed; if you need it to always  floating on the left side */	
    left:34px;
    top:387px;  
    width:60px;
    height:117px;
}

#rss{
    position:absolute;/* position:fixed; if you need it to always  floating on the left side */	
    left:34px;
    top:514px;  
    width:60px;
    height:117px;
}

/* --------------------- page gets centered  ---------------------*/	
#design{
	margin-left:94px;
	margin-right:94px;
	width:886px;
}
	
/* --------------------- Header  ---------------------*/	
#header {
	float:left;
    width:864px;
    height:123px;
	background:url(../img/header.png) no-repeat;
	margin-top:10px; 
}

#logo{
	background:url(../img/logo.png) no-repeat;
	width:339px;
	height:70px;
	margin-left:22px;
	margin-top:22px;
	float:left;
}

/* --------------------- black board  ---------------------*/		
#blackboard {
	float:left;
	/*background:url(../img/box.png);Blackboard image*/
	width:219px;
	height:150px;
	position:relative;
	margin-left:37px;
}

/* --------------------- registration links  ---------------------*/		
#header .top_link{
	float:right;
	width:152px;
	height:20px;
	margin-top:37px;
	margin-right:27px;
}

#header .top_link p a{
	color:#979797;
	font-size:12px;
	text-decoration:none;
	/*float:left;*/
	/*font-weight:bold;*/
}
	
#header .top_link span a{
		color:#097F07;
		font-size:12px;
		text-decoration:none;
		/*font-weight:bold;*/
}

#header .register{
	float:right;
	width:146px;
	height:28px;
	margin-right:35px;
	margin-top:15px;
	color:#fff;
}
	

/* --------------------- navigation  ---------------------*/	
#menu {
    float:left;
    width:864px;
    height:26px;
	background:url(../img/top-menu.png) no-repeat;
}

#menu .navigation ul {
	float:left;
	margin-left:33px;
	width:360px;
}

#menu .navigation  a, 
#menu .right_menu li {
	color:#fff;
	text-decoration:none;
	font-size:12px;
	/*font-weight:bold;*/
	font-family:arial;
}

#menu  ul .selected {
	background-color:#61C861; /*Selected color*/
	width:122px;
}  
	
#menu .navigation li{
		list-style:none;
		float:left;
		width:119px;
		height:26px;
		text-align:center;
		padding-top:6px;
}

#menu ul.sub {
	width: 120px;
	margin: 5px 0 0 -5px;
	padding: 5px;
}

#menu .sub li{
	clear: both;
	background-color: #0B8709;
	border-bottom: white 1px solid;
	color: #FFF;
}
	
#menu .right_menu{
	float:right;
	display:none;
}
	
#menu .right_menu li{
	width:156px;
}

#menu .right_menu ul{
	width:320px;
}	
	
#menu .right_menu a{
	float:right;
	font-family:arial;
	margin-top:4px;
	font-weight:normal;
}
	
/* --------------------- body container/left section  ---------------------*/	
#container {
	position:relative;
    float:left;
    width:560px;
 	background-color:#fff; 
	padding:20px 0 50px;
}


#container h2, #container h2 a {
	color: #353535;
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
}



/* --------------------- News Article - top containers  ---------------------*/
.container_top{
	width:485px;
	margin-left:49px;
	float:left;
	margin-bottom:20px;
}

.container_top h3, .container_top h3 a{
	color:#2A9028;
	float:left;
}

.container_top span {
	color:#919191;
	margin-left:3px;
	/*float:left;*/
}

.container_top h2{
	color:#000;
	font-size:16px;
	margin-bottom:7px;
}


.container_top p{
	float:left;
	margin-right:10px;
	width:331px;
}

.top_images{
	float:right;
	margin-top:47px;
	margin-left:5px;
	border:1px solid #C1C1C1;
}	


/* --------------------- News Article - spacer  ---------------------*/	
.container_spacer {
	margin-left:49px;
	margin-bottom: 15px;
}


/* --------------------- News Article - bottom containers  ---------------------*/	
.container_bottom{
	width:485px;
	float:left;
	margin-left:49px;
	margin-top:10px;
}
	
.container_bottom .bottom_images{
	float:left;
	margin-right:10px;
	border:1px solid #C1C1C1;
}
	

.container_bottom h2{
	color:#000;
	font-size:16px;
}

.container_bottom h3,.container_bottom  h3 a{
	color:#2A9028;
	font-size:11px;
}

.container_bottom p {
	float:left;
	width: 383px;
}


/* --------------------- News Article - detail page  ---------------------*/	
.container_article {
	margin-left:49px;
	width: 485px
}

.container_article h2 {
	margin: 10px 0;
}

.container_article .source {
	color: #898989;
	font-size: 10px;
	margin-top: 15px;
	text-align: right;
	float: left;
}

.container_article .addthis_button {
	float:right;
	margin-top: 12px;
}


/* --------------------- Sidebar/Right section  ---------------------*/	

#sidebar {
    float:left;
	width:304px;
	height:100%;
	margin:0;
	padding:0;
	border-left: 1px #E5E5E5 solid; 
}

#sidebar h3 {
	background-image: url(../img/right_arrow.png);
	background-repeat: no-repeat;
	background-position: 15px 15px;
	color:#7f867b;
	font-size:15px;
	padding:13px 0 5px 30px;	
}




/* search */
#search_block{

	background-color:#FFF;
	width:301px;
	height:40px;
	margin:0;
	padding:0;
}

#search_block h3{
	float:left;
}



#search { 
	font-size:12px;
	padding:3px;
	float:left;
	margin:10px 0px 0 5px;
	border:1px solid #0A8709;
}

#go{
	float:left;
	margin:11px 15px 0 5px;
}

/* news_region */
#news_region {
	margin-bottom:10px;
	height:90px;
	background-image: url(../img/bg_sidebar_grey.jpg);
	background-repeat: no-repeat;
}

#news_region p {
	width:200px;
	float:left;
	margin-left:30px;
}

#news_region img {
	margin-top:-30px;
	float:left;	
}

/* ticker */
#ticker {
	background-image: url(../img/bg_sidebar_darkgrey.jpg);
	background-repeat: no-repeat;
	padding-bottom:5px;
	margin-bottom:10px;
}

#ticker a{
	padding-left:30px;
	display:block;
	color:#FFF;
	text-decoration: none;
}

#ticker span{
	padding-left:30px;
	display:block;
	color:#e5e5e5;
	text-decoration: none;
	margin-bottom:3px;
}

/* 90elf */
#90elf_box {
	margin-bottom: 10px;
}

#vereinshp {
	margin-bottom: 10px;
}


#at_rectangle{
	margin-bottom: 10px;
}

#tvspot{
	margin-bottom: 10px;
}

#fb_fanpage {
	margin-bottom: 10px;
}

#90elfbox{
	margin-bottom: 10px;
}

/* cms */
#cms{
	float:left;
	background-color:#eeeeee;
	width:300px;
	height:123px;
	padding:0;
	margin:0;
}

#cms h1{
	margin:21px 0 0  15px;
	font-size:15px;
	width:148px;
	color:#0B8709;
	float:left;
	font-family:arial;
}

#cms p{
	margin:0 0 0  15px;
	float:left;
	font-family:arial;
	width:162px;
}

#cms h2{
	margin:7px 0ansc 0  15px;
	font-size:12px;
	width:150px;
	color:#0B8709;
	float:left;
	font-family:arial;
}

/* This is to maintain the design as the content overflows */	
#sidebar_bottom{
	background-color:#EEEEEE;
	width:300px;
	margin-bottom:-2000px;
	padding-bottom:2000px;
}


/* --------------------- Comments ---------------------*/	
.container_comments {
	margin-left: 49px;
}

.container_comments h2 {
	font-weight: bold;
	color: #535751;
	font-size: 12px;
	margin-bottom: 15px;
}

.container_comments .user_info{
	margin-bottom:10px;
	float: left;
	width: 100px;
}

.container_comments .username{
	color: #0b8207;
	font-size: 13px;
	font-weight: bold;
}

.container_comments .comment{
	float:left;
	margin-bottom:15px;
	width: 330px;
	font-size: 13px;
	color: #444;
}
.container_comments .time {
	color: #898989;
	font-size: 10px;
}



/* --------------------- Register Page ---------------------*/	

#container_register {
	margin-left: 49px;
	margin-right: 30px;
	margin-top: 20px;
	font-size: 12px;
	line-height: 120%;
}

#container_register h1 {
	color: #151515;
	font-weight: bold;
	font-size: 15px;
	
}

#container_register ul{
	padding-left: 2em;
}

#container_register fieldset {
	background:#EEEEEE none repeat scroll 0 0;
	border:1px solid #BBBBBB;
	margin-bottom:10px;
	padding:10px;
	position:relative;
}

#container_register legend {
	background:#FFFFFF none repeat scroll 0 0;
	border:1px solid #BBBBBB;
	font-size:1.1em;
	padding:0.4em 0.8em;
}

#container_register label {
	display:block;
	float:left;
	width:10em;
}

/* --------------------- Banner ---------------------*/	
#at_superbanner {
//	margin: 0 0 0 0px;
#margin-left: 142px;
text-align:center;
	position: relative;
height:92px;
margin-left:119px;
}

#at_skyscraper {
	position: absolute;
	top:0px;
	left:960px;
}
