@charset "UTF-8";

/* ------ Global styles ------ */

* 	{ 
	margin:0; 
	padding:0; 
	border:0; 	
	}

html, body {
	background: #ffecb1;
	padding: 3px;
	color: #000;
	margin: 0;
	font-family: Georgia, serif;
	}

h2 {
	font-size:1.5em;
	}
	
h3 {
	font-size:1.2em;
	margin:5px;
	}

a:link
	{
	color:#B17A3B;
	text-decoration:none;
	}
a:visited
	{
	color:#D6AC7B;
	text-decoration:none;
	}
a:hover, focus
	{
	border-bottom: 1px dotted;
	}			
	
p {
	margin:10px;
	}
/* ------ Structural ID's ------ */

#banner_tab {
	display:none;
}

#banner_hosp_name {
    background-color: #057753;
    border: 1px solid #333;
}

#banner_hosp_name a {
	color:#fff;
/*	display:block; */
	text-decoration:none;
	background-color: #057753;
}

#cvhplogo {
	float:left;
}

#library_title img
	{
	float:left;
	padding: 20px 0 0 0;
	background-color:#ffecb1;
	border:1px solid #333;
	}	
	
#library_title span {
	display:none;
}

#library_title h1 {
    margin: 0;
    padding: 0;
}
#library_title h1 a {
    background-color: #F6AA52;
    border: 1px solid #333;
    color: #000;
    display: block;
    font-size: .7em;
    font-weight: bold;
    padding: 10px 0;
    text-align: center;
    text-decoration: none;
	min-height:80px;
}

#right {
	display:none;
}

#nav h2 {
	display:none;
	}

#nav ul {
    list-style: none;
    margin: 10px;
    padding: 0;
}

#nav ul li a{
    background-color: #fff;
    border: 1px solid #999;
    color: #000;
    display: block;
    font-size: 1em;
    font-weight: bold;
    margin-bottom: -1px;
    padding: 12px 10px;
    text-decoration: none;
}

#middle_section {
	background-color:#fff;
	border: 1px solid #333;
	padding:15px;
	}

#middle_section a {
	margin:5px;
	}

#middle_section ul {
	margin-left:20px;
	}

#middle_form {
	background-color:#fff;
	border: 1px solid #000;
	padding:10px 0;
	}
	
#footer_section {
	display:none;
	}

#footer {
	display:none;
	}

#library_info h3 {
	font-size:1em;
	}
/* Classes */

.mobilehide {
	display:none;
	}
	
.arrow_orange
	{
	list-style-image:url(images/orange_arrow.png);
	}
.arrow_black		
	{
	list-style-image:url(images/black_arrow.png);
	}
	
.catalog_search_box
	{
	border: 1px solid #cccccc;
	background-color:#E6E6E6;
	padding: 4px 0;
	margin: 6px 0 0 0;
	}

.button {
   border-top: 1px solid #ffffff;
   /* background: #ebebeb; */
   background: #878787;
   background: -webkit-gradient(linear, left top, left bottom, from(#D1D1D1), to(#878787));
   background: -webkit-linear-gradient(top, #D1D1D1, #878787);
   background: -moz-linear-gradient(top, #D1D1D1, #878787);
   background: -ms-linear-gradient(top, #D1D1D1, #878787);
   background: -o-linear-gradient(top, #D1D1D1, #878787);
   padding: 10px 17px;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: #ffffff;
   font-size: 12px;
   letter-spacing: .5px;
   font-family: Helvetica, Arial, Sans-Serif;
   text-decoration: none;
   vertical-align: middle;
   margin: 12px;
   }
   
.button a
	{
	color:#ffffff;	
	}     
.button:hover {
   border-top-color: #A9A9A9;
   background: #A9A9A9;
   color: #ffffff;
   }
.button:active {
   border-top-color: #999;
   background: #333;
   } 
 