body	{
	background-color: #fff;
}


.container	{
	width: 950px;
	margin: 0 auto;
}

.column		{
	float: left;
	margin-right: 10px;
}

.span-4		{
	width: 150px;
	border-top: 1px solid #e7d9b9;
	border-bottom: 1px solid #e7d9b9;
	margin: 150px 0px 50px 0px;
	padding: 4px 0px 0px 0px;
}

.span-5		{
	width: 199px;
	background-color: #e7d9b9;
	padding: 15px 0px 1500px 0px;
}

.span-8		{
	width: 309px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-top: 8px;
}

.span-15	{
	width: 581px;
	padding: 0px 0px 0px 0px;
}

.span-24	{
	width: 950px;
	margin: 0;
}

.last		{
	margin-right: 0;
}


h1	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 140%;
	font-weight: normal;
	color: #000000;
}


h2	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-weight: normal;
	color: #000000;
}


p	{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: normal;
	color: #000000;
}


blockquote	{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: normal;
	color: #000000;
}


ul	{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: normal;
	color: #000000;
}

.sidebar	{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 70%;
	font-weight: normal;
	color: #000000;
}

.submenuheader	{
	padding-left: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-weight: normal;
	color: #000000;
}

.submenu	{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: normal;
	color: #000000;
}

.submenu a	{
	text-decoration: none;
	color: #263a59;
}

.submenu a:hover	{
	text-decoration: underline;
	color: #263a59;
}


/* Easy Slider */

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		text-align: center;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:950px;
		height:270px;
		background-color: #ccc;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:71px;
		z-index:1000;
		}	
	#nextBtn, #slider1next{ 
		left:696px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:30px;
		height:77px;
		background:url(../images/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a, #slider1next a{ 
		background:url(../images/btn_next.gif) no-repeat 0 0;	
		}	
		
	/* numeric controls */	

	ol#controls{
		margin:1em 0;
		padding:0;
		height:28px;	
		}
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;
		}
	ol#controls li a{
		float:left;
		height:28px;
		line-height:28px;
		border:1px solid #ccc;
		background:#FAEDD3;
		color:#555;
		padding:0 10px;
		text-decoration:none;
		}
	ol#controls li.current a{
		background:#335C85;
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */