@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#555;
}

#fullwidth {
	width:100%;
}

#wrapper {
	width:780px;
	padding:0px 12px 0px 12px;
	background-image:url(images/wrapper_bg.jpg);
	background-repeat:repeat-y;
}
#header {
	width: 780px;
	padding-bottom:10px;
}


#submenu {
	background-image:url(images/submenu_bg.jpg);
	height:17px;
}

#content {
	width:780px;
}
.homeIMG {
	float:left;
}
.title {
	font-size:13px;
	color:#f79733;
}
.collumn {
	float:left;
	padding:20px;
	width:350px;

}
.collumn-full {
	padding:20px;
	width:740px;
	text-align:justify;
}
.collumn-full a, .collumn-full a:visited, .collumn-full a:hover {
	color:#f79733;
	text-decoration:none;
}
#footer {
	background-image:url(images/footerBar.jpg);
	background-repeat:no-repeat;
	padding-top:3px;
	
}
#footer p {
	font-size:13px;
	line-height:0px;
}
.clear {
	clear:both;
}

/*DROPDOWM MENU*/

#menu {
		width:720px;
		height:16px;
		background-image:url(images/menu_bg.jpg);
		padding:0 30px;
		margin-bottom:16px;
	}
#jsddm {
	margin: 0;
	padding: 0;
	width:780px;
	}

	#jsddm li
	{	float: left;
		list-style: none;
		font: 12px Tahoma, Arial;
		height:17px;
	}
		.jsddm-li-a
	{	display: block;
		padding: 1px 20px;
		margin:0PX 10px;
		text-decoration: none;
		color: #EAFFED;
		white-space: nowrap;
		cursor:pointer;}
	#jsddm ul {
		position:absolute;
	}
	#jsddm li a
	{	display: block;
		padding: 1px 20px;
		margin:0PX 10px;
		text-decoration: none;
		color: #EAFFED;
		white-space: nowrap}

	#jsddm li a:hover
	{	}
		
		#jsddm li ul
		{	margin: 0;
			padding: 0;
			position: absolute;
			visibility: hidden;
			background-image:url(images/submenu_bg.jpg);
			background-repeat:repeat-y;
			width:150px;;
			}
		
			#jsddm li ul li
			{	float: left;
				display: inline;
				}
			
			#jsddm li ul li a
			{	width: auto;
				color: #FFF}
			
			#jsddm li ul li a:hover
			{}
			
img{border:none;}
	pre{
		display:block;
		font:12px "Courier New", Courier, monospace;
		padding:10px;
		border:1px solid #bae2f0;
		background:#e3f4f9;	
		margin:.5em 0;
		width:780px;
		}	

	#container{	
		margin:0 auto;
		text-align:left;
		width:780px;
		background:#fff;		
		margin-bottom:2em;
		}	
		

/* Easy Slider */

	#slider{}	
	#slider ul, #slider li, #slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:780px;
		height:241px;
		overflow:hidden; 
		}	

	#slider2 li{ 
		background:#f1f1f1;
		}		
	#slider2 li h2{ 
		margin:0 20px;
		padding-top:20px;
		}	
	#slider2 li p{ 
		margin:20px;
		}						
		
	p#controls, p#controls2{
		margin:0;
		position:relative;
		} 
	
	#prevBtn, #nextBtn, #prevBtn2, #nextBtn2{ 
		display:block;
		margin:0;
		overflow:hidden;
		text-indent:-8000px;		
		width:40px;
		height:77px;
		position:absolute;
		top:-155px;
		left:10px;
		}	
	#nextBtn, #nextBtn2{ 
		left:730px;
		}														
	#prevBtn a, #nextBtn a, #prevBtn2 a, #nextBtn2 a{  
		display:block;
		width:40px;
		height:77px;
		background:url(images/slider/btn_prev.png) no-repeat 0 0;	
		}	
	#nextBtn a, #nextBtn2 a{ 
		background:url(images/slider/btn_next.png) no-repeat 0 0;	
		}												

/* // Easy Slider */
