@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
}

a {
	color:			#0C10AD;
	text-decoration: none;
}

table, td {
	border-width: 	0px;
	border-spacing: 0px;
	border-style: 	none;
	border-collapse: separate;
}

img {
	border-color:  #444; 
	border-style:  ridge;
	border-width:  1px;
}
 

#navtab {
	background: 	#fcbf11 url(../jade_images/nav_bk.png) repeat-x top left;
	width: 			100%;
	height:			1.7em;
}

#navtab td {
	padding-top: 	1px;
	width: 			14.28%;
	text-align:		center;
	cursor:			pointer;
	font-size: 		0.850em;
	font-weight:	600;
	text-transform:	uppercase;
	border-right:	1px inset #cdcdcd;
}

#navtab td:hover  {
	background: 	#FA4F4F url(../jade_images/nav_bk_hover.png) repeat-x top left; 
}

#navtab td a:visited {
	color: #0C10AD;
}

#main {
	clear:both;
}

#bottommain {
	height: 	330px;
	background:  transparent  url(../jade_images/shelley_beach.jpg) repeat-x bottom left; 
}

#bottomkenton {
	height: 	190px;
	background:  transparent  url(../jade_images/shelley_beach.jpg) repeat-x bottom left; 
}

#leftmain {
	width: 		300px;
	text-align:	justify;
	margin-left:18px;
	margin-top: 18px;
	float:		left;
	line-height: 1.600em;
	font-size:	0.800em;
}

#kentonleft {
	width:		486px;
	text-align:	justify;
	margin-left:	15px;
	margin-top:		18px;
	float:		left;
	line-height: 1.600em;
	font-size:	0.800em;	
}
#kentonright {
	margin-top:		1px;
	margin-right: 	1px;
	float: 			right;
	font-size: 0.680em;
	text-align: center;
}

.crosslide { 
	width: 680px; /* important to be same as image width */ 
	height: 300px; /* important to be same as image height */
	overflow: hidden; /* important */
	float: right;	  
	border-color:#444;
	border-style:ridge;
	border-width:1px;
}

#ian {
	width:		130px; 
	height:		200px;
	text-align:	center;
	float:		right;
}

#thumbnail {
	width: 		160px; 
	height:		200px;
	margin-left: 30px;
	margin-right: 30px;	
}

#thumbnail, #ian {
	font-size:0.750em; 
}
#thumbnail img,#ian img  {
	margin-bottom:0.680em;
	height:		   91px;
}
#thumbnail img {
	width:	152px;  
}
#ian img  {
	width:	102px;  
}

#thumbnail a {
	color: #444;
}

#thumbnail img, #ian img { 
	-moz-box-shadow: 	3px 3px 3px #999;
	-webkit-box-shadow: 3px 3px 3px #999;
	box-shadow: 		3px 3px 3px #999;
}

.clear {	
	clear:	both;
}
.carousel {
	float:left;
}
