﻿
body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	background: url(picts/bg.jpg) repeat-x #CAB588;
	font-size:11px;
}

/* MAIN ELEMENTS */

a {
	color:#996633;	
	text-decoration:underline;
}
a:hover {
	color:#000;
}

p {
	font-size:11px;
	margin:0 0 10px 0;
}

h1 {
	font-size:18px;
	color:#BE2000;
	font-weight:bold;
}	

h2 {
	font-size:13px;
	font-weight:bold;
	margin:0;
	padding:0;
	color:#BE2000;
}	

/* SITE STRUCTURE */

#wrapper {
	width:960px;
	margin:0 auto 15px auto;
	background:#FFF;
	min-height:300px;
	height:auto !important;
	height:300px;
}

#top {
	width:960px;
	height:149px;
	margin:0 auto;
	background:url(picts/banner2.jpg) no-repeat #F5FFFF;	
}


#content {
	width:960px;
	margin:0 auto;
	min-height:300px;
	height:auto !important;
	height: 300px;
	background:url(picts/wrapper_bg.jpg) no-repeat;
}


#home #content {
	background:url(picts/wrapper_home.jpg) no-repeat;
}

#left {
	float:left;
	width:160px;
	padding-left:20px;
	margin-top:-15px /* fix */
	
}

#mid {
	float:left;
	margin: 0 20px 0 40px;
	
}
	
#home #mid {
	margin-left:30px;
	width:520px;
}

#second #mid {
	width:700px;
}

#right {
	margin-top:-15px;
	float:left;
}

#second #right {
	display:none;
}

#home #right {
	width:200px;	
}

#footer {
	border-top:1px solid #DDD;
	width:600px;
	min-height:80px;
	height:auto !important;
	height: 80px;
	margin:10px auto 0 0;
	padding:10px 170px 0 190px;
	text-align:center;
	background-color:#EBF5F7;
}


/* TOP AREA */

#top_menu {
	margin:0 20px 0 0;
	text-align:right;
}
#top_menu a {
	color:#8E7C55;	
}
#top_menu a:hover {
	color:#8E7C55;	
}
.link {
	font-size:10px;
	text-decoration:none;
	color:#996633;
	
}
.link:hover{
	text-decoration:underline;
	color:#333;	
}
/* LEFT AREA */

#left_box {
	margin:0;
	padding:0;
	background:url(picts/left_bottom_new.gif) bottom no-repeat;
	
}

.left_box  {
	border-bottom:1px #DDD solid;
}

.left_box.last {
	border-bottom:none;
	padding-bottom:12px;
}
.left_box h1 {
	font-size:12px;
	color:#039;
	margin: 12px 4px 6px 6px;
	padding: 0;
}

.left_box h1 a {
	font-size:12px;
	color:#039;
	margin:0;
	padding:0;	
}

.left_box h1.top {
	margin-top:0;	
}

.left_box h1.green {
	color:#7FAE51;	
}
.left_box h1.red {
	color:#D55916;	
}
.left_box h1.blue {
	color:#16AFD5;	
}
.left_box h1.orange {
	color:#D57D16;	
}
.left_box h1.darkblue {
	color:#039;	
}

.left_box a {
	display:block;
	font-size:11px;
	color:#000;
	padding: 0 4px 2px 6px;
	margin:0;
}
.left_box a:hover {
	color:#C82400;
}

.left_box a.bottom {
	margin-bottom:6px;	
}

/* RIGHT NAV */

#right_box {
	list-style:none;
	margin:0px 10px 0 0;
	background:#FFF;
}

.right_box  {
	width:170px;
	padding:10px;
	margin:-5px 0 10px 0;
	background: url(picts/right_bottom_library.gif) no-repeat bottom;
}

.right_box p {
	font-size:9px;
	color:#000;
	font-weight:bold;
	padding:0;
	margin:0 0 2px 0;
	
}
.right_box h1 {
	font-size:11px;
	color:#B1A345;
	margin:0;
	padding:0 0 4px 0;
}
.right_box a {
	color:#000;
}
.right_box a:hover {
	text-decoration:underline;
}

.right_box .input {
	width:170px;	
}
.right_box .select {
	width:170px;	
}

.right_box ul {
  padding: 0;
}
.right_box li {
	list-style:none;
	padding:0 0 3px 0;
	font-size:10px;
	font-weight:bold;
}

/*FOOTER */


#footer1 {
	float:left;	
	width:60px;
}
#footer2 {
	float:left;	
	width:430px;
}
#footer3 {
	float:left;	
	width:70px;
}


/* HOME PAGE ONLY */

#button_find {
	width:60px;
	display:block;
	height:22px;
	padding-bottom:4px;
	border-style:none;
	background-color:transparent;
	background-image:url(picts/btn_find.gif);
	background-repeat: no-repeat;
	font-family:  Verdana, Arial, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#000000;
	text-align:center;	
	cursor:pointer;
}

#button_find:hover {
	background-image:url(picts/btn_find.gif);
}

#featured {
	margin:10px 0 25px 0;
}

#featured h1 {
	margin-top:20px;
	font-size:16px;	
}

#featured_menu {
	float:left;
	width:135px;
	background-color:#FAFAFA;
}
#featured_content {
	float:left;	
	width:368px;
	height:200px;
	border:1px solid #DDDDDD;
	padding:10px 0 0 10px;
	min-height:120px;
	color:#000;
	/*background:top right no-repeat url(picts/florida-bkgrnd.jpg);
	overflow:scroll; USE THIS IF NEEDED */
}

#featured_content p {
	margin:0 0 5px 0;	
	line-height:18px;
	font-weight:normal;
}

#featured_content p a {
	font-size:12px;
	color:#C82400;	
	font-weight:normal;
}
#featured_content p a:hover {
	color:#000;	
	
}

#featured_menu a {
	font-size:13px;
	margin:0;
	padding:4px 6px;
	border-top:1px solid #DDDDDD;
	border-left:1px solid #DDDDDD;
	display:block;
	color:#996633;
	text-decoration:none;
}
#featured_menu a:hover {
	background-color:#996633;
	color:#FFF;
}
#featured_menu a.last {
	border-bottom:1px solid #DDDDDD;	
}

/* TOP NAV 2 */

#button_pse {
	width:100px;
	display:block;
	float:left;
	height:30px;
	padding-bottom:4px;
	border-style:none;
	background-image:url(picts/btn_search1.jpg);
	background-color:transparent;
	background-repeat : no-repeat;
	font-family:  Verdana, Arial, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#000000;
	text-align:center;
}

#button_pse:hover {
	background-image:url(picts/btn_search2.jpg);
}

#input_pse {
	font-size:14px;
	width:350px;
	padding:4px;
	display:block;
	float:left;
	margin-right:10px;
}


#search {
	margin:0 0 5px 0;
}

#search h1 {
	margin:0;
	padding:0;
}

#categories {
	margin:0 0 20px 5px
}
#categories h2 {
	color:#000;
	font-size:12px;
}

#categories a {
	font-size:10px;
	text-decoration:none;
	color:#996633;
	
}
#categories a:hover{
	text-decoration:underline;
	color:#333;	
}

/* FORM FIELDS */

form {
	margin:0;
	padding:0;
}

.input {
	font-size:10px;	
}

.select {
	font-size:11px;	
}

/* GLOBAL CLASSES */

.hide {
	display:none;	
}
.cursor {
	cursor:pointer;	
}

/* SPECIAL CASES ( ONLY CERTAIN PAGES */

#resources {
    padding:0 10px 0 0;
}

#resources h2 {
	margin:20px 0;
}

#resources ul {
	margin:0 0 5px 0;
	padding:0;
}

#resources ul li {
	margin:0 0 15px 0;
	padding:0 0 8px 0;
	list-style-type:none;
	font-size:11px;
}

#resources img {
	padding-right:10px;
	padding-bottom:0px;

	
}           

.title {
	font-weight:bold;
	font-style:italic;
	font-size:13px;
	text-decoration:none;
	color:#0032AF;
}

.title:hover {
	font-weight:bold;
	color:#DE6022;
	font-style:italic;
	font-size:13px;
	text-decoration:underline;
}


#books {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: 500;
	font-size: 11px;
	border-top: 1px solid #000;
	margin: 0;
	padding: 0 10px 20px 0;
	line-height: 13px;
	margin: 5px 15px 5px 5px;
}
     
div#books ul {
	list-style:none;
	padding-top:12px;
	padding-bottom:100px;
	margin: 0;


}
    		
#books ul li {
	list-style:none;
	text-align: left;
	margin: 0px 0px 35px 0px;
	padding: 0 0 0 5px;
	min-height:80px;
	height:auto !important;
	height:80px;
	font-size:10px;
}
		
div#books img	{ 
	float: left; 
	border:1px solid #666;
	margin-right: 10px; 
	margin-bottom:5px; 
}


.under2 {
	font-weight:bold;
	font-style:italic;
	font-size:13px;
	text-decoration:none;
	color:#0032AF;
}

.under2:hover {
	font-weight:bold;
	color:#DE6022;
	font-style:italic;
	font-size:13px;
	text-decoration:underline;
}

#barcode_div {
	float:none;	
	width:500px;
	height:200px;
	border:1px solid #DDDDDD;
	padding:10px 0 0 10px;
	color:#000;
}

/*FIND LIBRARY PAGE*/
#button_back {
	width:60px;
	display:block;
	height:22px;
	padding-bottom:4px;
	border-style:none;
	background:transparent url(picts/btn_back.gif);
	background-repeat: no-repeat;
	font-family:  Verdana, Arial, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#000000;
	text-align:center;	
	cursor:pointer;
}

/*EXTRA WIDGET on RIGHT*/
.left_widget{
	float:left; 
	width:500px;
}
	
.right_widget{
	float:left;
	width:180px;
}