@charset "UTF-8";

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

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

body	
	{
	/* background-color: #FFECB1; */
	background: #ffecb1; /* Old browsers */
	background: -moz-linear-gradient(top, #ffecb1 0%, #ffffff 50%, #ffecb1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffecb1), color-stop(50%,#ffffff), color-stop(100%,#ffecb1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffecb1 0%,#ffffff 50%,#ffecb1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffecb1 0%,#ffffff 50%,#ffecb1 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #ffecb1 0%,#ffffff 50%,#ffecb1 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffecb1', endColorstr='#ffecb1',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #ffecb1 0%,#ffffff 50%,#ffecb1 100%); /* W3C */
	font-style:normal;
	font-weight:normal;
	font-variant:normal;
	font-size:.75em;
	line-height:1.5;
	font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;
	text-align:left;
	}

p 	{
	padding: .75em 0 0 0;
	}
ul, ol
	{
	margin: .75em 3em;
	}	
strong
	{
	font-weight:bold;
	}	
a:link
	{
	color:#B17A3B;
	text-decoration:none;
	}
a:visited
	{
	color:#D6AC7B;
	text-decoration:none;
	}
a:hover, focus
	{
	border-bottom: 1px dotted;
	}			
h2
	{
	font-style:normal;
	font-weight:normal;
	font-variant:normal;
	font-size:1em;
	line-height:1;
	font-family:'helvetica neue',helvetica,Arial,sans-serif;
	text-transform: uppercase;
	letter-spacing: .1em;
	margin: 6px 0 0 0; 
	}
h3
	{
	font-size:1.8em;
	line-height:1em;
	font-family:Georgia,serif;
	font-weight:lighter;
	color:#333;
	margin: .5em 0 0 0;
	padding: 8px 0 2px;
	}	
h4
	{
	font-style:normal;
	font-weight:bold;
	font-variant:normal;
	font-size:1.1em;
	line-height:1.3em;
	font-family:'helvetica neue',helvetica,Arial,sans-serif;
	text-transform: uppercase;
	padding: 16px 0 0;
	color:#191919;
	}
blockquote
	{
	font-style:italic;
	font-weight:normal;
	font-variant:normal;
	font-size:1.1em;
	line-height:1.4em;
	font-family:Georgia,serif;
	padding: 10px 30px;
	color:#4D4D4D;
	}	
	
input, select, textarea{
    border:1px solid #A9A9A9;
    border-color:rgba(0,0,0,0.2);
    }

/* ------ Structural ID's ------ */

#banner_hosp_name
	{
	background-color:#F6AA52;
	border-bottom: 1px solid #EEE;
	}

#banner_hosp_name p
	{
	width:960px;
	margin-left: auto;
	margin-right: auto;
	font-family: Georgia, serif;
	font-size: 1.2em;
	padding: .3em 0 .3em 0;
	}

#banner_tab
	{
	width:940px;
	height:10px;
	margin-left: auto;
	margin-right: auto;
	}
#banner_tab p
	{
	background-color:#F6AA52;
	color:#EEE;
	padding: 0px 10px 10px;
	margin: -1px 0 0 510px;
	border-left: 1px solid #EEE;
	border-right: 1px solid #EEE;
	border-bottom: 1px solid #EEE;
	border-radius: 0 0 5px 5px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	}	
	
#library_title
	{
	width:960px;
	margin-left: auto;
	margin-right: auto;
	}	
#library_title img
	{
	float:left;
	padding: 20px 0 0 0;
	}	
#library_title h1
	{
	font-size:3.5em;
	line-height:1.5em;
	font-family:Georgia,serif;
	font-weight:500;
	float: left;
	padding: 26px 0 0 0;
	}
#library_title a
	{
	color: #333;
	}
#library_title span
	{
	color:#666;
	font-size:.4em;
	}

#pagewrap
	{
	background-color:#FFF;
	width:960px;
	margin-left: auto;
	margin-right: auto;
	clear:both;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	box-shadow:rgb(200,200,200) 4px 2px 12px;
	-moz-box-shadow:rgb(200,200,200) 4px 2px 12px;
	-webkit-box-shadow:rgb(200,200,200) 4px 2px 12px;
	}

#nav
	{
	width:140px;
	margin: 0 19px 0 10px;
	float:left;
	font-family: Georgia, serif;
	font-size: 1.2em;
	}
#nav ul
	{
	list-style:none;
	margin: 20px 0;
	}
#nav  li
	{
	border-bottom: 1px dotted #CCC;
	padding: .2em 0 .2em 0;
	}	
#nav h2
	{
	position: absolute;
	top:-50000em;
	}	
#middle_section
	{
	width:500px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 0 20px 20px;
	float:left;
	margin: 20px 0;
	}
#middle_form
/* NOTE: This replaces the middle and right columsn on the form page with just one column to the right of the nav */
	{
	width:750px;
	border-left: 1px solid #ccc;
	padding: 0 20px 20px;
	float:left;
	margin: 20px 0;
	}

#middle_form fieldset {
	/*border-top:2px solid #A9A9A9; */
	padding:20px 0 20px 30px;
	}
	
#middle_form legend {
	font-size:1.8em;
	line-height:1em;
	font-family:Georgia,serif;
	font-weight:lighter;
	color:#333;
	margin: .5em 0 0 -30px;
	padding: 8px 0 2px;
/*
	font-weight:bold; 
	font-size:1.2em;
	color:#A9A9A9;
	font-family:Georgia, serif; */
	}

	
#middle_form ul {
	list-style:none;
	}

#middle_form li {
	padding-left:100px;
	}

#middle_form label { 
	display: block;
	/*width: 140px;*/
	float:left;
	}

/*	
#middle_form select {
	margin: 0em 1em 0em 0em;
	padding:2px;
	border:1px solid black;
	}*/
	
#middle_form input, select, textarea {
	margin: 0em 1em 0em 0em;
	padding:5px;
    outline:none;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
}

#middle_form input:focus, select:focus, textarea:focus {
    box-shadow: 0 0 5px rgba(0, 0, 255, 1);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 255, 1); 
    -moz-box-shadow: 0 0 5px rgba(0, 0, 255, 1);
    border:1px solid rgba(0,0,255, 0.8); 
}

#middle_form textarea {
	font-family:'helvetica neue', helvetica, Arial, sans-serif;
	font-size:1em;
	width:500px;
	}

#index_resources
	{
	/* margin: 30px 0 0 0; */
	}	
#index_librarians
	{
	margin: 30px 0 0 0;
	}
		
#right
	{
	width:220px;
	margin: 20px 10px 0 19px;
	float:left;
	}

#library_info
	{
	margin: 30px 0 0 0;
	}

#footer_section
	{
	background-color: #898989;
	clear:both;
	margin: 0 0 50px 0;
	border-radius: 0 0 5px 5px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	}	
#footer_section p
	{
	font-family: Georgia, serif;
	font-size: 1.2em;
	padding: 5px 0px 5px 10px;
	}	

/* ------ Classes ------ */

a.reverse 
	{
	color: #FFF;
	text-decoration: none;
	}
	
.label_header
	{
	background-color:#CCC;
	padding: 2px 5px;
	color: #FFF;
	border:4px white double;
	margin: 20px 0 0 -2px;
	}
 
.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: 4px 7px;
   -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: 0 0 0 12px;
   }
.button a
	{
	color:#ffffff;	
	}     
.button:hover {
   border-top-color: #A9A9A9;
   background: #A9A9A9;
   color: #ffffff;
   }
.button:active {
   border-top-color: #999;
   background: #333;
   } 
 
 
   
.mugshot
	{
	float:left;
	border: 1px solid #898989;
	margin: 0 10px 0 0;
	} 
.link_list
	{
	margin: 0;
	list-style-type: none;
	line-height: 1.8em;
	padding: 4px 0 0;
	list-style-position: inside;

	}
.arrow_orange
	{
	list-style-image:url(images/orange_arrow.png);
	}
.arrow_black		
	{
	list-style-image:url(images/black_arrow.png);
	}
	
.placeholder
	{
	margin: 12px 0 0 0;
	}	
.catalog_search_box
	{
	border: 1px solid #cccccc;
	background-color:#E6E6E6;
	padding: 4px 0;
	margin: 6px 0 0 0;
	}
.simulated_heading4
	{
	font-style:normal;
	font-weight:bold;
	font-variant:normal;
	font-size:1.1em;
	line-height:1.3em;
	font-family:'helvetica neue',helvetica,Arial,sans-serif;
	text-transform: uppercase;
	padding: 6px 0 0;
	color:#191919;
	}

.radio{
	/*padding: 0 5px 0 0;*/
	/*display: block;*/
	clear: left;
	float: left;
	border:0;
	}

/*.chkbox{
	width:300px;
	}
*/

.normalWidth{
	width: 250px;
	}

.wideWidth{
	width:500px;
	}
	
.labelSurvey{
	width:400px;
	}

.labelResearchReq{
	width:140px;
	}

.labelOther{
	width:90px;
	padding-left:50px;
	}

.noborder{
	border-width:0;
	}

.section{
	border-bottom:1px solid #333;
	}

.screenhide {
	display:none;
	}