header, section, footer, aside, nav, article, figure {
    display: block;
}

html, body {
	margin:0;
	padding:0;
	font-family: Arial,Helvetica,Garuda,sans-serif;
	font-size: 16px;
	height:100%;
}

p {
	text-align: justify;
	color: #959595;
}

img {
	border: 0;
}

a {
	color: #000000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;	
}

div.content {
	width: 1000px;
	height: 100%;
	margin: auto;	
}

#container {
	min-height: 100%;
	position: relative;
}

#header {
	background-image: url(Images/header.png);
	height: 152px;
}

#header div.content {
	background-image: url(Images/header_mid.png);
}

	#header #menu_top {
		height: 26px;
		text-align: right;
	}
			
		#header #menu_top ul {
			list-style: none;
			margin: 0;
			padding: 0;
			float: right;
			margin-right: 5px;
		}
		
			#header #menu_top ul li {
				float: left;
				margin: 0;
				padding: 0;
				color: #EFEEEE;
				font-size: 12px;
				height: 14px;
				padding: 6px;
			}
			
				#header #menu_top ul li a {
					color: #EFEEEE;
				}
			
			#header #menu_top ul li.spacer {
				width: 1px;
				height: 8px;
				background-color: #686868;
				margin: 9px 2px;
				padding: 0px;
			}

	#header header {
		width: 1000px;
		height: 90px;
	}
	
		#header header #section {
			float: left;
			margin-top: 20px;
		}
		
		#header header #search {
			width: 273px; 
			height: 27px; 
			float: right; 
			background-image: url(Images/search.png);
			margin-top: 30px;
			margin-right: 10px;
			font-size: 16px;
		}
			#header header #search #sub {
				border: 0px;
				padding: 0px;
				margin: 0px;
				margin-left: 2px;
				margin-top: 2px;
				height: 25px;
				width: 23px;
				background: none;
			}
		
			#header header #search #inp {
				border: 0px;
				padding: 0px;
				margin: 0px;
				margin-top: 2px;
				height: 25px;
				width: 244px;
				background: none;
				font-size: 16px;
			}
	
	#header #menu_mid {
		height: 28px;
	}
	
		#header #menu_mid ul {
			list-style: none;
			margin: 0;
			padding: 0;
		}
		
			#header #menu_mid ul li {
				float: left;
				margin: 0;
				padding: 0;
				color: #666666;
				font-size: 14px;
				font-weight: bold;
				height: 16px;
				padding: 10px;
			}
			
				#header #menu_mid ul li a {
					color: #666666;
				}
			
			#header #menu_mid ul li.spacer {
				width: 1px;
				height: 8px;
				background-color: #686868;
				margin: 14px 2px;
				padding: 0px;
			}

#body {
	background-image: url(Images/background.png);
	background-repeat: repeat-x;
	padding-bottom: 175px;	/* Height of the footer */
}

	#body header.title {
		display: block;
		padding-top: 20px;
	}
	
		#body header.title div.left {
			float: left;
			text-align: left;
			width: 600px;
			margin-top: 12px;	
		}
	
		#body header.title div.left h1 {
			padding: 0;
			margin: 0;
			padding-top: 20px;
			padding-right: 20px;
			color: #444444;
			display: inline;
		}
		
			#body header.title div.left h1 a {
				color: #444444;
			}
			
		#body header.title div.right {
			float: left;
			text-align: right;
			width: 380px;	
			margin-top: 16px;
		}
	
		#body header.title div.right h1 {
			padding: 0;
			margin: 0;
			padding-top: 20px;
			padding-right: 20px;
			font-size: 20px;
			color: #f18a18;
			display: inline;
			-webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0.5)), to(rgba(0,0,0,1)));
		}
		
			#body header.title div.right h1 a {
			color: #f18a18;
			}
		
		#body header.title h2 {
			padding: 0;
			margin: 0;
			padding-top: 25px;
			font-size: 16px;
			color: #f18a18;
			display: inline;
			-webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0.5)), to(rgba(0,0,0,1)));
		}
		
			#body header.title h2 a {
				color: #f18a18;
				-webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0.5)), to(rgba(0,0,0,1)));
			}
			
	#body div.block {
		padding: 10px;	
	}
			
	#body div.block_one_third {
		float: left;
		width: 280px;
		height: 148px;
		margin: 0px 16px 32px 0px;
		padding: 16px;
	}
	
		#body div.block_one_third h1 {
			margin: 0;
			padding: 0;
			color: #ea7d0d;
			-webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0.5)), to(rgba(0,0,0,1)));
			font-size: 20px;
			height: 24px;
		}
		
		#body div.block_one_third div {
			height: 102px;
			overflow: hidden;
		}
		
			#body div.block_one_third div ul {
				padding-left: 24px;
				list-style-image: url('Images/asterisk.png');
			}
			
			#body div.block_one_third div p {
				color: #000000;
			}
		
		#body div.block_one_third footer {
			text-align: right;
			font-size: 18px;
			height: 22px;
		}
	
	#body div.first {
		margin-left: 16px;
	}

#footer {
	position:absolute;
	bottom:0;
	width:100%;
	height: 175px;			/* Height of the footer */
	background: #222222;
	background-image: url(Images/footer.png);
	background-repeat: repeat-x;
	font-size: 14px;
}

	#footer div.content {
		color: #FFFFFF;
	}
		
		#footer div.content div.menu {
			width: 200px;
			float: left;
		}
		
		#footer div.content div {
			margin-left: 50px;
		}
	
	#footer h1 {
		font-size: 16px;
	}
	
	#footer ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	
		#footer ul li a {
			color: #FFFFFF;
		}
	}
		
		
		
/* --- Modules --- */

#body div.module_highlight {
	width: 1000px; 
	height: 300px; 
	padding-top: 15px;
}

	#body div.module_highlight div div.txt {
		margin-left: 25px;	
		width: 375px;
		height: 250px;
		float: left;
	}
	
	#body div.module_highlight div div.but {
		margin-left: 25px;
		padding-top: 5px;
	}

	#body div.module_highlight div h1 {
		margin-top: 35px;
		font-size: 26px;
		letter-spacing: -1px;
		word-spacing: -3px;
		font-weight: normal;
	}
	
	#body div.module_highlight p {
		margin-top: 25px;
		line-height: 20px;
		text-align: left;
		color: #000000;
		font-size: 17px;
		padding-right: 25px;
	}
	
#body div.module_twitter_bar {
	width: 800px;
	margin: 20px auto;
}

	#body div.module_twitter_bar h1 {
		margin: 0;
		padding: 0;
		color: #f18a18;
		font-size: 18px;
	}
	
	#body div.module_twitter_bar a {
		color: #f18a18;	
	}
	
	
	
	
	
	
	
	
	
/* Slider */
#s3slider { 
   width: 980px; /* important to be same as image width */ 
   height: 250px; /* important to be same as image height */
   position: relative; /* important */
   overflow: hidden; /* important */
}

#s3sliderContent {
   width: 980px; /* important to be same as image width or wider */
   position: absolute; /* important */
   top: 0; /* important */
   margin-left: 0; /* important */
}

.s3sliderImage {
   float: left; /* important */
   position: relative; /* important */
   display: none; /* important */
}

.s3sliderImage span {
   position: absolute; /* important */
   left: 0;
   font: 10px/15px Arial, Helvetica, sans-serif;
   padding: 10px 13px;
   width: 374px;
   background-color: #000;
   filter: alpha(opacity=70); /* here you can set the opacity of box with text */
   -moz-opacity: 0.7; /* here you can set the opacity of box with text */
   -khtml-opacity: 0.7; /* here you can set the opacity of box with text */
   opacity: 0.7; /* here you can set the opacity of box with text */
   color: #fff;
   display: none; /* important */
   top: 0;

   /*
       if you put
       top: 0; -> the box with text will be shown at the top of the image 
       if you put
       bottom: 0; -> the box with text will be shown at the bottom of the image
   */
}

.clear {
   clear: both;
}
