/* CSS Document */
/*@import url("../../../../../default_templates/menu/jscookmenu.css");*/
@import url("../modules/search/search.css");
@import url("../menu/treemenu.css");
@import url("../modules/forms/form.css");
@import url("../modules/news/news.css");

/* CSS Document */
body{
	margin: 0;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

html,body{
	height: 100%;
	height: 100%;
	min-height: 100%;
}

#pageContainer {
	height: 100%;
}
	
form {
	margin: 0;
	padding: 0;
}

a{
	text-decoration: underline;
	color: #3399CC;
}

.leftbar{
	padding: 15px;
	width: 200px;
	background: #f4f4c9;
	vertical-align: top;
	height: 100%;
}

.centerbar{
	padding: 15px;
	vertical-align: top;
	/*text-align: justify;*/
}

.rightbar{
	padding: 15px;
	width: 200px;
	background: #d6ebf5;
	vertical-align: top;
}


.header{
	width: 960px;
	margin: 0 auto;
}

/*
	width = width + padding right
*/
.header-right{
	background:#3399cc; 
	float:left; 
	height:110px; 
	width: 306px; /*240*/
	text-align:right;
	padding:40px 40px 0 0;
	color:#FFFFFF
}

.header-middle{
	background:	yellow; 
	float:left; 
	height:110px; 
	width:266px; 
	text-align:right;
	padding:40px 40px 0 0;
}

.header-left{
	background:#cccc00; 
	float:left; 
	width:307px; /*480*/
	height:150px;
}

h1{
	font-size: 17px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0px 30px 5px 0px;
	margin: 0;
}

h2{
	font-size: 13px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 10px 30px 5px 0px;
	margin: 0;
}

h3{ 
	font-size: 11px; 
	color:#000000; 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	padding:10px 30px 5px 0px ; 
	margin:0;
}

b{ 
	padding-left:30px;
}

#searchForm {
	width:220px; 
	float:right; 
	padding:3px 0 4px 0;	 
}

.textarea{ 
	background:#CCCC00; 
	border:1px solid #fff; 
	font-family:"Trebuchet MS", sans-serif; 
	font-size:12px; 
	height:17px;
	width:150px
}

.btn{ 
	background:url(images/ok-bg.gif) no-repeat left 1px; 
	color:#FFFFFF; 
	border:none; 
	width:45px;  
	height:23px; 
	cursor:pointer; 
	padding:0px 0; 
	visibility:visible;  
	font-size:12px; 
	text-align:center; 
	font-family:"Trebuchet MS", sans-serif;
}

ul{ 
	width:auto; 
	height:auto; 
	margin:0; 
	padding:5px 10px 10px 0;
}

ul li{ 
	width:auto; 
	height:auto; 
	list-style:none; 
	margin:0;
	margin-left: 10px;
	padding:0; 
	background:url(images/bullet.gif) no-repeat left 6px; 
	padding-left:20px; 
	padding-top:3px;
	padding-bottom:3px;
}

.footerbar{
	width: 100%;
	height: auto;
	background: #CCCC00;
	color: #000;
	text-align: right;
}

.footer {
	width: 960px;
	height: auto;
	background: #CCCC00;
	margin: 0 auto;
	padding: 12px;
	padding-right: 20px;
	text-align: right;
}

.top{
	width: 100%;
	height: 20px;
	background: #000;
	color: #FFFFFF;
}

.topbar{
	width: 950px;
	height: 20px;
	text-align: right;
	background: #000;
	margin: 0 auto;
	color: #FFFFFF;
	padding: 3px;
}

.bottombarContainer {
	background: #666666;
	width: 100%;
	padding: 0px;
	color: #FFFFFF;
}

.bottombar {
	margin: 0pt auto; 
	padding: 30px 40px; 
	width: 880px;
}

.searchbar{
	width: 960px;
	height: auto;
	background: #666666;
	float: left;
}

.clear{
	clear: both;
}

.search-content{
	width: auto;
	/*text-decoration: underline;*/
	float: left;
	padding-left: 20px;
	line-height: 29px;
	color: #FFFFFF;
	padding: 0;
	margin: 0;	
}

.contentcontainer{
	width: 960px;
	height: auto;
	margin: 0 auto;
}

.centerbar_bottom-line{
	background: #CCCC00;
	width: auto;
	padding: 7px;
	text-align: center;
}

/** smarty method copyright */
.copyright a:link, .copyright a:active, .copyright a:visited, .copyright a:hover {
	text-decoration: 	none;
	color: 				#000000;
	font-size: 			11px;
}

.copyright a:hover {
	text-decoration: 	underline;
}