@charset "utf-8";
/* CSS Document */

body {
	height:100%;
	margin: 0px 0px 0px 0px;
	background-color: #f8f8d2;
	position: relative;
}

#container{
	width: 936px;
	background-image:url(images/sitebackground.jpg);
	background-repeat: repeat-y;
	height:100%;
	margin: 0px auto 0px auto;
	padding: 0px;
}

#leftSide{
	width:91px;
	height: 100%;
	overflow: auto;
	float:left;
	background-image:url(images/sanlib_palms_left.jpg);
	background-repeat: repeat-y;
	margin: 0;
	padding: 0;
}

#mainSection{
	width:752px;
	margin: 0 92px;
	padding: 0;
	background-color: #ffffff;
}


#rightSide{
	width:93px;
	height: 100%;
	background-image:url(images/sanlib_palms_right.jpg);
	background-repeat: repeat-y;
	float: right;
	margin: 0;
	padding: 0;
}

#hoursAddress{
	text-align:center;
	width:581px;
	float:right;
	color:#46B2E1;
	font-size:13px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	height:69px;
	background-image:url(images/sanlib_footermain.jpg);
}

#footerLeft{
 	float:left;
	width:171px; 
	height:69px; 
	background-image:url(images/sanlib_footerleft.jpg);
}

#clear {
clear:both;
}


#linksSection{
	width:172px;
	min-height: 100%;
	overflow: auto;
	float:left;
	padding: 0;
	background:url(images/sanlib_links_background.jpg) repeat-y left top;
}

#footer{
	width:752px;
	height: auto;
	text-align:center;
	margin: 0px;
	padding: 0px;
}

#banner{
	width:752px;
	text-align:left;
	margin: 0px;
	padding: 0px;
}
#contentHere{
	width:467px;
	height:100%;
	text-align:left;
	float:left;
	padding:0px 5px 10px 5px;
}
#contentHereInterior{
	width:560px;
	height:auto;
	text-align:left;
	float:left;
	padding:0px 20px 10px 5px;
}
#contentHereChild{
	width:417px;
	height:100%;
	text-align:left;
	float:left;
	padding:0px 5px 10px 5px;
}
#rightImagesChild{
	width:148px;
	/*height:610px;*/
	height:auto;
	float:right;
	vertical-align: top;
}
#rightImages{
	vertical-align:top;
	width:98px;
	/*height:610px;*/
	height:auto;
	float:right
}

.bannerImage1{ width:172px; height:191px; float:left }
.bannerImage2{ width:350; height:191px;  float:left; }
.bannerImage3{ width:230; height:191px; float:left; }

#bodySection{
	width:580px;
	height:auto;
	float:left;
	background-color: #ffffff;
	padding: 0;
}


/* LINKS SECTION */
#MainMenu 
{
	width:100px;
	background: url(images/sanlib_link_box.jpg);	
	border:0;
	margin:10px 0 0 10px;
	float:left;
}
#tab 
{
	top:0;
	height:0;
	margin:0;
}
#tab ul 
{
	list-style:none;
	float:left;
	margin:0;
	padding:0;
}
#tab li 
{
	float:left;
	clear:both;
	margin:0;
	padding:0;
}
#tab a 
{
	background:#000 url(images/sanlib_link_box.jpg) no-repeat right top;
	text-decoration:none;
	width:128px;
	border:0;
	display:block;
	float:left;
	margin:0;
	padding:0;
}
#tab a span 
{
	display:block;
	background:url(images/sanlib_link_box.jpg) no-repeat left top;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	font-weight:700;
	line-height:27px;
	padding:0 10px;
}
#tab a:hover,#tab li.item_active a 
{
	background-position:left top;
	border-color:#FF9300;
}
#tab a:hover span,#tab li.item_active a span 
{
	background-position:left top;
	color:#010066;
	font-weight:700;
	font-style:normal;
	text-decoration:none;
}
.dropmenudiv 
{
	position:fixed !important;
	position:absolute;
	top:0px;
	float:left;
	display:block;
	visibility:hidden;
	border:0px #FDB300;
	/*background-color:#3399FF;
	/*background:#FFF url(images/sanlib_link_box.jpg);*/
	color:#000;
	text-decoration:none;
	padding:0px;
	
}
.dropmenudiv ul 
{
	list-style:none;
	margin:0;
	padding:0;
}
.dropmenudiv li 
{
	display:inline;
	margin:0;
	padding:0;
}
.dropmenudiv a:link,.dropmenudiv a:visited 
{
	width:155px;
	display:block;
	border:0px;
	color:#010066;
	/*background-color:#0099FF;
	/*background:url(images/sanlib_link_box.jpg) no-repeat left top;*/
	font-weight:700;
	font-style:normal;
	text-decoration:none;
	margin:0px;
	padding:0px;
}
.dropmenudiv a span 
{
	display:block;
	line-height:25px;
	background:url(images/sanlib_link_right.jpg) no-repeat left top;
	/*background-color:rgb(23,145,198);
	/*background:url(images/sanlib_link_box.jpg) no-repeat right top;*/
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	float:none;
	padding:0px 30px;
	border: 0;
}
.dropmenudiv a:hover 
{
	border:0 #FF9300;
	background-position:left bottom;
	font-weight:700;
	font-style:normal;
	text-decoration:none;
	color:#010066;
}
.dropmenudiv a:hover span 
{
	background-position:right bottom;
	color:#010066;
	font-weight:700;
}
/* -------------------------------------------- */

