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

.cell { float:left; width:281px; min-height:15px; margin:0 1px 1px 0; }
.cell.rr { float:right; }
.cell.double { width:564px;}
.cell.br { clear:both; height:15px; width:100%; }
.cell .inner { padding:10px; }
.cell .message { 
background:url(../images/home/bg.png) top left; width:267px; height:284px;
margin:10px;padding:0px;position:absolute;z-index:9999;


}
.cell .message .subheading, .cell .message .heading { padding:10px; }
.cell .message .heading {color:#FFFFFF;font-family:verdana;font-size:25px; }
.cell .message .subheading p {color:#98C1D8;font-size:16px; line-height:18px; padding:110px 0 0 0;}

.cell.double .slideshow { height:304px; overflow:hidden; }

.inner .box { background-color:#0F0; padding:20px; font-size:13px; overflow:hidden; height:41px; }
.inner .box.blue,
.inner .box.grey { background:url(../images/bx-blue.jpg) center center no-repeat; }
.inner .box.grey { background-image:url(../images/bx-grey.jpg); }



#slider { width:563px !important; height:304px; background-color:#069; }

#slider ul, #slider li {
	margin:0;
	padding:0;
	list-style:none;
}

#slider li { 
	/* 
		define width and height of list item (slide)
		entire slider area will adjust according to the parameters provided here
	*/ 
	width:563px !important;
	height:304px !important;
	overflow:hidden;
	}	
