/*-------------CSS RESET-------------*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike,  sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}

/*ol, ul {
	list-style: none;
}*/


blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table.border td, table.border th{
	
	border: 1px solid #66AAEE;
}
table {
	
	border-collapse: collapse;
	border-spacing: 0;
	margin: 2em;
	text-align: left;
}

	td, th {
	    /*border-right: 1px solid black;
	    border-top: 1px dotted black;*/
	    
			margin: 0;
	    padding: 0.25em 1em;
	}
	
	th {
		font-weight: bold;
	}
	
	tr {
		background-color: none;
		
	}
	
	


/*-------------END CSS RESET-------------*/

/*------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------*/


body {
	background:#eaeaea url(/library/images/bg_grad_1.png) repeat-x;
	font-family: Arial, Sans-serif;
	font-size:100%;
	height:100%;
	min-height:100%;
}

.left {
	float:left;
}
.right {
	float:right;
}

.rightspace{
	margin-right: 15px;
}

.left_half {
	float:left;
	width: auto;
}

.right_half {
	float:right;
	width: auto;
	margin-left: 20px;
}

.angry {
	font-style: italic;
	color: #FF0000;
}



img.left{
	margin: 0em 2em 2em 0em;
}
img.right{
	margin: 0em 0em 2em 2em;
}
	
#all {
	width:926px;
	height:100%;
	background-color:#fff;
	color:#000;
	margin:0px auto;
}
#header {
	width:100%;/*equivalent to width:926px;*/
	background-color: #00667f ;
}

#header.main {background: #00667f url(/library/images/main_head_mockup.jpg) top left;
			 padding-bottom: 0;}
#header.artlib {background: #C73F17 url(/library/images/art_head.jpg) top left;
			 padding-bottom: 0;}
#header.scilib {background: #608341 url(/library/images/sci_head_2.jpg) top left;
			 padding-bottom: 0;}
#header.conlib {background: #ee6000 url(/library/images/con_head.jpg) top left;
			 padding-bottom: 0;}
#header.speccol {background: #856363 url(/library/images/spec_head_5.jpg) top left;
			 padding-bottom: 0;}

			 
#firstlinks, .linkbox {
    float: right;
    margin: 0;
    padding: 0 1.5em 1.5em 0;
}

#header_container {
		float:left;
	}
		#logo_and_searchsite {
			position:relative;
			left:0px;
			top:0px;
			width:926px;
			height:76px;
		}
			
     #new_logo, #new_logo_branch, #new_logo_main {
	    border-color: #FFE8CA;
	    border-style: solid;
	    border-width: 0;
	    color: white;
	    font-family: minion pro;
	    font-size: 1.25em;
	    font-weight: bold;
	    margin-left: 10px;
	    position: relative;
	    text-decoration: none;
	}
            
       #new_logo_branch, #new_logo_main {
	    font-size: 2em;
	    right: 90px;
	    top: 35px;
	}
	
       #new_logo_main {
	    left: 20px;
	    top: 20px;
	}
            
       
			
			#searchsite {
				position: absolute;
				right:16px;
				top:17px;
			}
			
			#searchsite_textbox {
				position:absolute;
				top:8px;
				right:30px;
				width:174px;
				height:17px;
				font:14px Arial, sans-serif;
				color:#000;
			}
			#searchsite_textbox.empty {
				color:#c4c4c4;
			}
			#searchsite_btn {
                position: relative;
                top: 7px;
				margin-top:50px;
			}
		#searchobis_and_quicklinks {
			position:relative;
			left:0px;
			top:0px;
			height:44px;
		}
        #searchobis_and_quicklinks_front {
            position:relative;
			left:0px;
			top:0px;
            height:44px;
        }

			#quicklinks {
				position:absolute;
                left: 690px;
				top:12px;
			}
                #QL_form1 {
                width: 300px;
                }

/*Navigation Bar*/
nav {
	/padding-top:7px;
	width:100%;
	height:38px;
    padding: 0px;

}

/*Navbar buttons*/
	nav ul{
        display:block;
		/margin-left:10px;
		padding:0px 1px;
		list-style: none;
	}
		nav li {
            margin-top: 3px;
			float:left;
			position:relative;
			list-style: none;
		}
			nav a.current {
				font-family:arial;
				display:block;
				/padding:9px 17px 0px 29px;
                padding-bottom: 10px;
                margin:0 1px 0 0;
                width: 131px; 
                height:23px;
				background-image:url(/library/images/navbar/navbar_current_grad_main.png);
				background-repeat:repeat-x;
				font-size:15px;
				color:#FFFFFF;
				text-decoration:none;
                text-align: center;
			}
			
			#nav_art a.current {background-image:url(/library/images/navbar/navbar_current_grad_art2.png); background-repeat:repeat-x}
			#nav_scie a.current {background-image:url(/library/images/navbar/navbar_current_grad_sci2.png); background-repeat:repeat-x}
			#nav_cons a.current {background-image:url(/library/images/navbar/navbar_current_grad_con2.png); background-repeat:repeat-x}
			#nav_spec a.current {background-image:url(/library/images/navbar/navbar_current_grad_spec2.png); background-repeat:repeat-x}
						
			nav a.inactive:link, nav a.inactive:visited {
				font-family: arial;
                /font-weight: bold;
				display:block;
                width: 131px;
				/padding:9px 17px 0px 29px;
                padding-bottom: 10px;
				margin:0 1px 0 0;
				height:23px;
				background-image:url(/library/images/navbar/navbar_button_grad2.png);
				background-repeat:repeat-x;
				font-size:15px;
				color:#fff;
				text-decoration:none;
                text-align: center;
			}
           
            nav a.inactive:hover, nav a.inactive:active {
				background-image:url(/library/images/navbar/navbar_rollover_grad2.png);
			}
            
            .button_text {
                position: relative;
                top: 8px;
              }
            .button_text_long {
                position: relative;
                /left: 30px;
                top: 8px;
                /width: 100px;
            }
			.nav_icon {
                display: none;
				width:14px;
				height:14px;
                position: relative;
                top: 10px;
                margin-left: auto;
                margin-right: auto;
				/position:absolute;
				/left:11px;
			}
			#nav_home .nav_icon {
				background-image:url(/library/images/navbar_icons/home_w.png);
			}
			#nav_art .nav_icon {
				background-image:url(/library/images/navbar_icons/art_w.png);
			}
			#nav_cons .nav_icon {
				background-image:url(/library/images/navbar_icons/conservatory_w.png);
			}
			#nav_scie .nav_icon {
				background-image:url(/library/images/navbar_icons/science_w.png);
			}
			#nav_spec .nav_icon {
				background-image:url(/library/images/navbar_icons/special_w.png);
			}
			#nav_arch .nav_icon {
				background-image:url(/library/images/navbar_icons/archives_w.png);
			}
			#nav_abou .nav_icon {
				background-image:url(/library/images/navbar_icons/about_w.png);
			}
/*---------------------------------------start #main----------------------------------*/
/*------------------------------------------------------------------------------------*/

#lastupdated {
    color: #666666;
    float: right;
    font-size: 60%;
    position: relative;
    right: 10px;   
    top: -140px;
    text-align: right;
    width: 15%;
    
}

#main {
	margin:26px 17px 15px 17px;
}

#main ul{list-style: none;}

/*3-Column divs*/
#content-1 {
    float:left;
    width:450px;
}
#content-2 {
    float:right;
    width:412px;
}

#content-2 h2, #content-1 h2{
	font-size: 16px;
}

#content-2-1 {
    float:left;
    padding-left:26px;
	width:179px;
}
#content-2-1 li {
	padding-left: 1em;
	text-indent: -1em;
}
#content-2-2 li {
	padding-left: 1em;
	text-indent: -1em;
}
#content-2-1.speccol {
	padding-left: 20px;
	width: 185px;
}
#content-2-2.speccol {
	padding-left: 0px;
	width: 195px;
}

.hanging_indent {
	padding-left: 1em;
	text-indent: -1em;
}

.paragraph {
	text-indent: 2em;
}

.obis_button_list img {
	position: relative;
	top: 7px;
}                     

    

#content-2-2 {
    float:right;
    width:179px;
    padding-left:26px;
}



/*------------------------------------------------------------------------------------*/
/*Section headlines*/
h2 a, h3 a {
	font-family:"Century Gothic", sans-serif;
	font-size:16px;
	font-weight:bold;
	padding-bottom:1px;
	text-decoration:none;
	
}

h3 {
	font-family:"Century Gothic", sans-serif;
	font-size:16px;
	font-weight:bold;
	padding-bottom:1px;
}

h4 {
	font-family:"Century Gothic", sans-serif;
	font-size:14px;
	font-weight:bold;
	padding-bottom:1px;
}

h2 {
	font-family:"Century Gothic", sans-serif;
	font-size:19px;
	font-weight:bold;
	padding-bottom:1px;
}
	

h1 {
	font-family:"Century Gothic", sans-serif;
	font-size:22px;
	font-weight:bold;
	padding-bottom:1px;
}

.line_under {
	border-bottom:1px solid #e9e9e9;
	margin-bottom:5px;
	padding-bottom:2px;
}

a.main_link:link, a.main_link:visited {
	font-family:Arial, Sans-serif;
	font-size:14px;
	color:#878d4c;
    color:#1c629b;
	text-decoration:none;
	padding-left:0px;
}
a.main_link:hover, a.main_link:active {
	text-decoration:underline;
	color:#56abef;
}

a.main_link_h2:link, a.main_link_h2:visited {
	font-family:"Century Gothic", sans-serif;
		font-size:16px;
		font-weight:bold;
		padding-bottom:1px;
	
	
	
	color:#878d4c;
    color:#1c629b;
	text-decoration:none;
	padding-left:0px;
}
a.main_link_h2:hover, a.main_link_h2:active {
font-family:"Century Gothic", sans-serif;
		font-size:16px;
		font-weight:bold;
		padding-bottom:1px;
	text-decoration:underline;
	color:#56abef;
}

li a.main_link {display:inline; margin-bottom:4px;}


a.small_link {
	font-family:Arial, Sans-serif;
	text-decoration:underline;
	font-size:11px;
	/color:#878d4c;
    color: #1c629b;
}

a.breadcrumb_link {
	font-family:Arial, Sans-serif;
	text-decoration:underline;
	font-size:13px;
	/color:#878d4c;
    color: #1c629b;
}
a.dynamic_link:link, a.dynamic_link:visited {
	font-family:Arial, Sans-serif;
	font-weight:bold;
	font-size:13px;
	/color:#1c629b;
    color: #1c629b;
    text-decoration:none;
}
a.dynamic_link:hover, a.dynamic_link:active {
	text-decoration:underline;
	color:#9ea559;
}
.dynamic_left_btn, .dynamic_right_btn {
	width:20px;
	height:20px;
	float:left;
	display:block;
}
.dynamic_left_btn {
	background-image:url(/library/images/dynamic_left_btn.png);
	
}
.dynamic_right_btn {
	background-image:url(/library/images/dynamic_right_btn.png);
}


/*------------------------------------------------------------------------------------*/

/*Col 1: Tabbed Search; News (RSS); Exhibits */
  #tabbed_search_box {
		width:476px;
		height:153px;
		margin-bottom:30px;
	}
	
	
		#searchbox_nav {
			background-image:url(/library/images/searchbox_bg_top.png);
			width:476px;
			height:35px;
		}
			#searchbox_nav ul {
				clear:both;
				margin-left:5px;
				list-style: none;
			}
				#searchbox_nav li {
					float:left;
					margin-right:3px;
				}
					#searchbox_nav a{
						display:block;
					}
					#searchbox_nav .active {
						margin-top:4px;
					}
					#searchbox_nav .inactive {
						margin-top:5px;
					}
					#tabbed_obis_active a {
						background-image:url(/library/images/searchtabs/obis_active.png);
						width:72px;
						height:30px;
					}
					#tabbed_obis_inactive a {
						background-image:url(/library/images/searchtabs/obis_inactive.png);
						width:72px;
						height:28px;
					}
					#tabbed_summ_active a {
						background-image:url(/library/images/searchtabs/summ_active.png);
						width:83px;
						height:30px;
					}
					#tabbed_summ_inactive a {
						background-image:url(/library/images/searchtabs/summ_inactive.png);
						width:83px;
						height:28px;
					}
					#tabbed_jour_active a {
						background-image:url(/library/images/searchtabs/jour_active.png);
						width:123px;
						height:30px;
					}
					#tabbed_jour_inactive a {
						background-image:url(/library/images/searchtabs/jour_inactive.png);
						width:123px;
						height:28px;
					}
					#tabbed_data_active a {
						background-image:url(/library/images/searchtabs/data_active.png);
						width:97px;
						height:30px;
					}
					#tabbed_data_inactive a {
						background-image:url(/library/images/searchtabs/data_inactive.png);
						width:97px;
						height:28px;
					}
					#tabbed_rese_active a {
						background-image:url(/library/images/searchtabs/rese_active.png);
						width:80px;
						height:30px;
					}
					#tabbed_rese_inactive a {
						background-image:url(/library/images/searchtabs/rese_inactive.png);
						width:79px;
						height:28px;
					}
		#searchbox_main {                            
			background-image:url(/library/images/searchbox_bg_middle.png);
			background-repeat:repeat-y;
			width:476px;
			height:120px;/*this includes the height of #searchbox_bottom*/
			position:relative;
			
		}
		
		#searchbox_main p, #searchbox_main 
		{
			font: 12px Arial, sans-serif;
			padding-top: 6px;
		}
		
			#searchbox_bottom {
				background-image:url(/library/images/searchbox_bg_bottom.png);
				width:476px;
				height:25px;
				position:absolute;
				bottom:0px;
			}
			.searchbox_centered {
				position:relative;
				margin:0 auto 0 auto;
				top:12px;
				width:430px;
			}
				.searchbox_centered a {
					margin-top:5px;
				}
			#searchbox_centered_2, #searchbox_centered_3, #searchbox_centered_4, #searchbox_centered_5 {
				display:none;
			}
			.searchbox_textbox {
				width:343px;
				height:22px;
				font:14px Arial, sans-serif;
				color:#000;
			}
			.searchbox_textbox.empty {
				color:#c4c4c4;
			}

/*News from the Library*/
#RSS_feed {
			width:476px;
			
			margin-top:20px;
			
		}

#carousel_news {
			width:476px;
			margin:auto;
		}
		#news_list li {
			height:35px;
			width:100%;
			list-style: none;
		}
#con_icon { margin-left:12px;}
#con_resources { margin-left:0px; margin-bottom:22px;}

/*Exhibits & Featured Collections*/
#exhibits_div {width:476px; margin:auto;}
		#carousel_exhibits {
			position: relative;
			    left: -5000px;
				visibility: visible; 
				overflow: hidden; 
				z-index: 2; 
				left: 0px; 
				width: 476px;
		}
		#exhibit_list {
			clear:both;
			margin: 0px; 
			padding: 0px; 
			position: relative; 
			list-style-type: none; 
			z-index: 1; 
			width: 1372px; 
			left: -588px;
		}
			#exhibit_list li {
				float:left;
				overflow: hidden;
				width: 472px; 
				text-align:center;
				margin:auto;
				list-style: none;
			}
				#exhibit_list .exhibit_image {
					background-image:url(/library/images/exhibit_bg_lg.png);
					background-position:center;
					background-repeat:no-repeat;
					height:242px;
					width:472px;
				}
					#exhibit_list img {
						margin-top:16px;
					}
				#exhibit_list .exhibit_title {
					margin-left:10px;
					margin-top:4px;
					padding-bottom:4px;
				}


/*Col 3 - Login; Hours; Ask a Librarian */
/*Login block - no current styles*/

/*Hours*/	
#hours {
			text-align:center;
			width:151px;
			
			padding:3px 17px 5px 17px;
			border: 1px solid #E9E9E9;
			
			background-repeat:no-repeat;
		}
			#hours h2 {
				text-align:left;
				margin-top:8px;
				margin-bottom:7px;
			}
			#hours h3 {
				font-family:Times, serif;
				font-weight:bold;
				font-size:14px;
				text-align:center;
			}
			#hours ol {
				font-size:13px;
				color:#353535;
				margin-top:7px;
				padding-bottom:13px;
				margin-bottom:0px;
				list-style: none;
			}
				#hours li {
					clear:both;
					list-style: none;
				}






/*Ask a Librarian - no current styles*/
	
/*all main section divs*/	
#RSS_feed, #exhibits_wrap, #col2_spacer, #login_block, #hours, #asklib, #con_icon {margin-bottom:22px;}
/*------------------------------------------------------------------------------------*/
/*-------------------------------------end #main--------------------------------------*/

#footer {
	clear:both;
	width:100%;
	height:109px;
	background-color:#B8B8B8;
	text-align:center;
	color:#474747;
	font-size:13px;
	font-family:Arial, sans-serif;
	line-height:14px;
}
	.footer_column {
		float:left;
		margin:auto 0px;
	}
		.footer_column ul li, .footer_column ul {  
		    list-style:none;  
		    margin:0px;  
		    padding:0px;  
		    list-style: none;
		}
	#footer_column_0 {
		width:195px;
		margin-top:23px;
	}
	#footer_column_1 {
		width:223px;
		margin-top:32px;
	}
	#footer_column_2 {
		width:265px;
		margin-top:32px;
	}
	#footer_column_3 {
		width:248px;
		margin-top:49px;
	}
	#footer_column_4 {
		width:237px;
		margin-top:30px;
	}
	.footer_divider {
		float:left;
		background-image:url(/library/images/footer_divisor.png);
		background-repeat:repeat-y;
		margin-top:20px;
		width:2px;
		height:72px;
	}
	
/* -------------------------------------- */
/* ----------- Interior pages ----------- */
/* -------------------------------------- */	

#legend {
	margin: 30px 30px 200px 60px;
	padding-bottom: 100px;
}

	#legend h2{
		text-align: center;
	}

#interior_main_text{
	margin-top:20px;
}

#interior_main_text a:link, #interior_main_text a:visited, #interior_main_text a:active  { 
		color: #1C629B;
		size: inherit;
		text-decoration: none;
	}
	
	#interior_main_text a:hover {
		color: #56ABEF;
		text-decoration: underline;
    	}
	

	
#main_int {
	margin:0px;
	height: 100%;
}

#interior_interior a { 
	font-family:Arial, Sans-serif;
	font-size:13px;
	/color:#878d4c;
    color:#1c629b;
	text-decoration:none;
	padding-left:0px;}
	
	#dept_table a:hover, a:active {
	text-decoration:underline;
	color:#56abef;
}

/*Small OBIS search in header*/
#searchobis {
	position:absolute;
	left:16px;
	top:9px;
}
	#searchobis select{
		position:relative;
		top:-8px;
		margin-left:5px;
	}
	#obis_textbox {
		width:162px;
		height:20px;
		font:14px Arial, sans-serif;
		color:#000;
	}
	#obis_textbox.empty {
		color:#c4c4c4;
	}

/*Left menu*/
#nav_sidebar {
    width: 160px;
   	display:block;
    padding:5px;
    background-color: #00667f;
	font-size:14px;
	height:100%;
}

#nav_sidebar.artlib{background-color: #660066;}
#nav_sidebar.scilib {background-color: #006c48;}
#nav_sidebar.conlib {background-color: #d96000;}
#nav_sidebar.speccol {background-color: #336f70;}

#nav_sidebar li{
	padding:4px;
	list-style: none;
	
}

#references {
	margin-top: 1em;
	border-top: 1px solid #e9e9e9;
	padding-top: 1em;
	font-size: .8em;
}

	#references a {
		font-size: 1em;
	}

.side_link {
    color: white;
	text-decoration:none;
}
.side_heading {
    color: #56abef;
    font-weight: bold;
}

.heading td:first-child, .heading th:first-child {
	font-weight: bold;
}
#nav_sidebar ul li{
	color: white;
	list-style: none;
}

/*main content with font resizing*/
#third_level_content {
    margin-left: auto;
    margin-right: auto;
    width: 680px;
    margin: 10px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 13px;
	line-height: 1.2;
}

	#interior_main_text a:link, #interior_main_text a:visited, #interior_main_text a:active  { 
		color: #1C629B;
		size: inherit;
		text-decoration: none;
	}
	
	#interior_main_text a:hover {
		color: #56ABEF;
		text-decoration: underline;
    	}
	
	#third_level_content h2, #third_level_content h3, #third_level_content h4 {
		padding-top: 1em;
		padding-bottom: .25em;
	}
	
    #third_level_content p {
        margin-bottom: 5px;
        padding-top: 5px;
        line-height: 1.25em;
       
    }
    
    #third_level_content ul  {
                
                margin-left: 2em;
                margin-bottom: 1em;
        }
    #third_level_content ol  {
                    
                    margin-left: 2em;
        }
	
    .font_action {
        position: relative;
        bottom: 30px;
    }

       #font_controls {left
       	    border-bottom: 1px solid #E9E9E9;
            position: relative;
            bottom: 32px;
            left: 550px;
            width: 150px;
        }
        .font_button {
            margin-left: 10px;
            cursor: pointer;
        }
        #ft_pt {
            font-size: 14px;
            text-decoration: underline;
        }
        #et_pt {
            font-size: 18px;
        }
        #tt_pt {
            font-size: 22px;
        }
/*breadcrumbs*/
    .currentdir_3rd {
        margin-left: 7px;
        position: relative;
        /bottom: 3px;
        font-family:Arial, Sans-serif;
	    font-size:13px;
    }
		
/*page headline*/
	
.headline_no_line {
	margin: 10px;
}
    .line_under_3rd {
        border-bottom:1px solid #e9e9e9;
        margin: 10px;
        width: 500px;
    }
	
/*Interior page link list box*/
/*Use <div><h2><ul>*/
#dept_table a { 
	font-family:Arial, Sans-serif;
	font-size:14px;
	/color:#878d4c;
    color:#1c629b;
	text-decoration:none;
	padding-left:0px;}
	
	#dept_table a:hover, a:active {
	text-decoration:underline;
	color:#56abef;
}




#interior_link_list {
	float:right;
	margin:3px 0px 20px 15px;
	padding:2px 8px 8px 5px;
	border:2px solid #779977;
	width:180px;
}

#chatwidget {
	float:right;
	margin:3px 0px 10px 5px;
	padding:4px 8px 8px 8px;
	border:none;
	width:180px;
}

#video {
	float:right;
	margin:12px 3px 10px 5px;
	padding:4px 0px 3px 8px;
	border:none;
	
}

#interior_link_list h2{
	padding-top:5px;
}
#interior_link_list ul {
	
	padding-left:0px;
	padding-top:2px;
}

#interior_link_list li {
	white-space:normal;
	padding-bottom:4px;
}

#interior_link_list a {
	text-decoration:none;
	color:#00667F;
}

#interior_link_list a:hover {
	text-decoration:underline;
}

.square_bullets{
	list-style: square;
	margin-left: 2.5em;
}

/*.circle_bullets{
	list-style: circle;
	margin-left: 1em;
}

.indent{
	margin-left: 1em;
}

	
*/

.no_indent{
	margin-left: 0px;
}

.numbered {
	list-style: decimal;
}

.indented_list{
	list-style: none;
	margin-left: 1em;
}

.currentdir_3rd {
        margin-left: 7px;
        position: relative;
        /bottom: 3px;
        font-family:Arial, Sans-serif;
	    font-size:13px;
    }
.column {
	float:left;
	width:225px;
    margin-left: 18px;
    margin-right: 5px;
}

.wide_column {
	float: left;
	width: 345px;
	margin-left:24px;
	margin-right: 8px;
}


.interior_column {
	float: left;
	width: 203px;
	margin-left: 18px;
	margin-right: 5px;
}

.interior_column li{
	padding-bottom: .2em;
}

.column h2, .wide_column h2 {
	font-size: 16px;
}

.column li, .wide_column li{
	padding-left: 1em;
	text-indent: -1em;
}
.small_column {
	float:left;
	width:199px;
	margin-left: 20px;
	margin-right: 7px;
}	
.column ul, .wide_column ul {
	margin-bottom:30px;
	list-style: none;
}

.center_box {
	margin: 10px 100px;
	width: 480px;
	border: 1px solid  #00667f;
	padding: 10px;
}

.center_box ul{
	list-style: none;
}

.center_box li{
	margin-top: .5em;
	margin-bottom: .5em;
}

	

#department_links {
        position: relative;
        left: 35px;
        width: 400px;
        margin-bottom: 65px;
        margin-left: auto;
        margin-right: auto;
    }
    .link_col {
        float: right;
        width: 200px;
    }

	#dept_table a { 
	font-family:Arial, Sans-serif;
	font-size:14px;
	/color:#878d4c;
    color:#1c629b;
	text-decoration:none;
	padding-left:0px;}
	
	#dept_table a:hover, a:active {
	text-decoration:underline;
	color:#56abef;
}
	
        .dept_heading {
            background-color: #e9e9e9;
        }
        #dept_table td {
            padding-bottom: 8px;
            font-size: 14px;
        }
		
		#dept_table td:first-child{
			padding-left: 4px;
		}
		
        
#letterhead {
    font-size: 14px;
    font-weight: normal;
    list-style-type: none;
    margin-bottom: 0.5em;
    padding-bottom: 0.5em;
}

#letterhead a, #letterhead li {
	font-size: 11px;
	font-family: Arial, Sans-serif;
	background-color: #EEEEEE;
	border: 1px solid #CCCCCC;
	border-radius: 2px 2px 2px 2px;
	color: #333333;
	display: inline-block;
	margin: 0.15em 0.3em 0.3em 0.15em;
	padding: 0 0.25em;
	text-decoration: none;
	list-style: none;
}

#letterhead a:hover {
    background-color: #79A4D4;
    color: #FFFFFF;
}

#letterhead select {
    background-color: #EEEEEE;
    border: 1px solid #CCCCCC;
    border-radius: 3px 3px 3px 3px;
    font-size: 11px;
    margin: 0.15em 0 0 0;
    padding: 0;
}

ul.horizontal {
    list-style: none outside none;
    text-align: center;
    list-style: none;
}
ul.horizontal li {
    display: inline;
    padding: 0 5px;
    list-style: none;
}

ul.piped li {
    border-left: 1px solid black;list-style: none;
}
ul.piped li:first-child {
    border: 0 none;list-style: none;
}

.bubble_column {
    float: left;
    width: 33.3333%;
}

.selectionlist ul {
    list-style-type: none;
}

.selectionlist ul li {
    clear: left;
    margin-top: 0.25em;
    vertical-align: top;
}

.selectionlist ul li input {
    display: inline;
    float: left;
}

#exclude {
    clear: left;
    text-align: center;
    vertical-align: middle;
}

#formdiv.artlib {
    background-color: #FFE5FF;
    margin-top: 10px;
}

#formdiv h2 {
    font-size: 1.5em;
    margin-top: 0;
    padding: 1em;
    text-align: center;
}

#gsearch_submit {
	position: relative;
	top: 7px;
}

#gsearch_submit:hover {
	background-image: url(/library/images/header_mglass_rollover.png);
}


