/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
  background: #D1DBDB url(../img/backgr.png) repeat-x fixed left top;
}
#wrapper { 
 margin: 0 auto;
 width: 972px;
}
#faux {
 background: transparent;
 margin-bottom: 0px;
 overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
 width: 100%;
}
#header {
 color: #333;
 width: 972px;
 padding: 0px;
 height: 141px;
 margin: 10px 0px 0px 0px;
 background: #D1DBDB url(../img/newban_new1.png) no-repeat left top;
}
#navigation {
 color: #333;
 width:972px;
 padding: 10px 0;
 margin: 0px 0px 0px 0px;
 background: #596169;
}
#menu {
 padding: 0 10px;
 margin-left: 5px; 
}
#menu ul {
 list-style-type:none;
} 
#menu ul li {
 display:inline;
 padding: 0 10px;
}
#menu ul li a, #menu ul li a:link  {
/* background: #757F96;
 color: #BECEE3;*/
 text-decoration:none;
 padding: 3px;
}
#menu ul li a:hover, #menu ul li a:focus, #menu ul li a:active {
 background: #BECEE3;
 color: #6B7583;
 text-decoration:none;
 padding: 3px;
}
#leftcolumn { 
 display: inline;
 color: #333;
 margin: 10px 10px 10px 0;
 padding: 0px;
 width: 20%;
 float: left;
}
#content {
	float: left;
	color: #333;
	margin: 10px 13px;
	padding: 0px;
	width: 76%;
	display: inline;
	position: relative;
}
#rightcolumn { 
 display: inline;
 position: relative;
 color: #333;
 margin: 10px 10px 10px 0px;
 padding: 0px;
 width: 21%;
 float: right;
}
#footer { 
 width: 972px;
 clear: both;
 color: #333;
 background:transparent;
 margin: 10px 0;
 padding: 0px;
}
#footer_content {
 padding: 0 10px;
 text-align: center;	
}
#left_content {
padding: 5px 5px 5px 0;
}
#left_content ul {
 list-style-type:none;
 overflow:hidden;
 width:100%;
} 
#left_content ul  li{
 padding: 5px;
 float:left;
 width:100%;
 margin: 0;
}
#left_content ul li a, #left_content ul li a:link  {

 text-decoration:none;
 padding: 3px 3px 3px 1%;
 width:99%;
 display:block;
}
#left_content ul li a:hover, #left_content ul li a:focus, #left_content ul li a:active {
 background: #BECEE3;
 color: #6B7583;
 text-decoration:none;
 padding: 3px 3px 3px 1%;
 width:99%;
 display:block;
}
#central_content {
padding: 5px;
}
#right_content {
padding: 2px;
}
.clear { clear: both; background: none; }
.act {
 background: #6B7583;
color:#fff45c;
}
.noact {
 background: #596169;
 color: #BECEE3;
}
.list {list-style-type:circle;
padding-left:25px;}
.spec {
padding-left: 20px;
padding-top:10px;
text-align:justify;}
.c1{
padding: 5px 0 5px 0;}
.c2 {border-top:dotted #ccc;
border-bottom:dotted #ccc;}
a.mail, div.news-list-morelink a, div.news-list-item a, div.news-single-backlink a, p.news-single-author a, div.tx-ttnews-browsebox a, div.tx-ttnews a {
	color: #3d598b;
	text-decoration: none;
}
a.internal-link {
 background: #6B7583;
 color: #BECEE3;
 text-decoration:none;
}
div.news-list-morelink a {
 background: #6B7583;
 color: #BECEE3;
 text-decoration:none;
}
a.mail, a.download {
 background: #6B7583;
 color: #BECEE3;
 text-decoration:none;
}
div.csc-textpic-text a {
 background: #6B7583;
 color: #BECEE3;
 text-decoration:none;
}
div.csc-mailform-field label {
float: left;
width: 120px;
font-weight: bold;
}
