@charset "UTF-8";


/* Mobile Layout: 480px and below. */
  
body {
	background-color: #575757;
  font-family: "times",serif;
font-style: normal;
font-weight: 400;
color:#5E5E5E
}

/*#bg_container{
	background-image:url(/images/bgtest.jpg);
	background-repeat:none;
	background-size:contain;
}*/

h1{
	font-family: "adobe-caslon-pro",serif;
	font-style: normal;
	font-weight: 600;
	font-size: 28px;
	color: black;
	line-height: 1em;
	padding:0px;
	display:inline;
	padding-bottom:5px;
}

h2{
	font-family: "museo-slab",serif;
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	color: #E75224;
	line-height: 1em;
	padding:0px;
	display:inline;
	margin-bottom:5px;
	padding-top:5px;
}



h3{
font-family: "museo-slab",serif;
	font-style: normal;
	font-weight: 500;
	font-size: 24px;	
	display:inline;
	margin-bottom:5px;
}

#nav {
	background-color: white;	

}

.breadcrumb {
	margin-bottom:15px;	
}
.breadcrumb h1 {
	font-family: "museo-slab",serif;
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	color: black;
}

.menu {
	width:100%;
	font-family: "museo-slab",serif;
	font-style: normal;
	font-weight: 500;
	font-size: 21px;
	color: #E75224;
	padding-left: 10px;
	position:relative;
	padding-right:15px;
	margin-right:15px;
}


.menu a:link, a:link{
	color: #E75224;
	text-decoration:none;
}
.menu a:active, a:active {
	color: #E5A70B;
	text-decoration:none;
}
.menu a:visited, a:visited {
	color: #E75224;
	text-decoration:none;
}
.menu a:hover, a:hover {
	color: #000000;
}

#sub_menu_container {
	border-right: 1px dashed #575757
	
}

.sub_menu_inner, .mobile_sub_menu_inner {
 	padding-left:10px;
 	padding-right:10px;
 	font-family: "museo-slab",serif;
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	color: #000000;
}
.sub_menu_inner a:after{
	content: url('/html_images/spacer.gif');
	display:inline-block;
	margin-bottom:7px;
	
}



.sub_menu_inner a:link, .mobile_sub_menu_inner a:link, .highlights_caption a:link {
	color: #000000;
	text-decoration:none;
}

.sub_menu_inner a:active, .mobile_sub_menu_inner a:active, .highlights_caption a:active {
	color: #E5A70B;
	text-decoration:none;
}
.sub_menu_inner a:visited, .mobile_sub_menu_inner a:visited, .highlights_caption a:visited{
	color: #000000;
	text-decoration:none;
}
.sub_menu_inner a:hover, .mobile_sub_menu_inner a:hover, .highlights_caption a:hover {
	color: #E75224;
}

#main_content_container {

}

.main_content_inner {
	padding-left: 10px;
	padding-right: 10px;
}

.intro_image {
 	float:left;
	width:100%;
	margin-right:15px;

}

.index_image {
 	float:left;
	width:60%;
	margin-right:15px;

}

.caption, .librarythumb {
	font-family: "museo-slab",serif;
font-style: normal;
font-weight: 700;
	font-size: 12px;
	color: black;
	margin-top:8px;
	margin-bottom:15px;
	text-align:center;
}
#footer, #mobile_sub_menu{
  background-color: #E5A70B;
}
.footer_inner {
	margin-left: 15px;
	margin-right: 15px;
	font-family: "museo-slab",serif;
font-style: normal;
font-weight: 500;
	font-size: 12px;
	color: #ffffff;
	text-align:center;
}

.breaker{
	border-bottom: 1px dashed #575757;
	margin-bottom: 20px;
	margin-top: 10px;
	clear:both;
}

hr {
	border-bottom: 1px dashed #575757;
	border-top:none;
	margin-bottom: 20px;
	margin-top: 10px;

}

.spacer {
	height:10px;
}

.left_half_column span, .right_half_column span {
color:black;
font-weight: 700;	
}

.pdffloatright{
	width: 27px;
	float: right;
	margin-left: 10px;
}

.mobile_sub_menu_inner{
	padding:10px;
}
.mobile_sub_menu_inner h2{
	color:white;
}

.yellowbox {
	padding: 10px;
	margin-bottom: 15px;
	background-image: url(/html_images/gradyellow.jpg);
	background-repeat: repeat-x;
	overflow: hidden;
	border-top-right-radius: 4px;
	border-bottom-left-radius: 4px;
	-webkit-box-shadow: 2px 2px 2px 2px #ACACAC;
	box-shadow: 2px 2px 2px 2px #ACACAC;
}

.yellowbox_heading {
	font-family: "museo-slab",serif;
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	color: #ffffff;
	text-transform: uppercase;
}

.items {
	width: 30%;
	float: right;
	padding: 10px;
	margin-bottom: 15px;
	margin-left: 15px;
	background-color: #E75224;
	border-radius: 4px;
	-webkit-box-shadow: 0px 4px 1px #F36837;
	box-shadow: 0px 4px 1px #F36837;
}
.full_width_button {
	width: 95%;
	float: right;
	padding: 10px;
	margin-bottom: 15px;
	margin-left: 15px;
	background-color: #E75224;
	border-radius: 4px;
	-webkit-box-shadow: 0px 4px 1px #F36837;
	box-shadow: 0px 4px 1px #F36837;
}

.intro_width_button {
	padding: 10px;
	background-color: #E75224;
	border-radius: 4px;
	-webkit-box-shadow: 0px 4px 1px #F36837;
	box-shadow: 0px 4px 1px #F36837;
}

.items_heading {
	font-family: "museo-slab",serif;
	font-style: normal;
	font-weight: 300;
	font-size: 18px;
	color: #ffffff;	
}

.items_heading a:link {
	color:white;	
}
.items_heading a:active {
	color:white;	
}
.items_heading a:visited {
	color:white;	
}
.items_heading a:hover {
	color: black;	
}
.items_div {
	height:10px;
	background-color:white;	
}

input, textarea{
	font-family: "museo-slab", serif;
	font-style: normal;
	font-weight: 300;
	font-size: 18px;
	color: black;
	background-color: #F8F8F8;
	padding-left: 20px;
	padding-left: 20px;
	margin-right: 30px;
	line-height: 1.25ems;	
}

.intropdf {
	width:100%;
}
.library_thumb_inner {
	-webkit-box-shadow: 2px 2px 2px 2px #CDCDCD;
	box-shadow: 2px 2px 2px 2px #CDCDCD;
	border: 8px solid #FFFFFF;
	border-radius: 4px;
	margin-right:10px;
	font-family: "museo-slab",serif;
	font-style: normal;
	font-weight: 700;
	font-size: 12px;
	color: black;
}

.library_thumb_inner a:hover img{
	border-radius: 15px;
	opacity: 0.9;
	-webkit-box-shadow: 2px 2px 3px 2px #E0DFDF;
	box-shadow: 2px 2px 3px 2px #E0DFDF;
	}

.tip {
	font-family: "museo-slab",serif;
	font-style: italic;
	font-weight: 700;
	font-size: 16px;
	color: #E75224;	
	line-height: 1.5em;
	margin-bottom: 5px;
	padding: 10px;
	-webkit-box-shadow: 0px 2px 2px 2px #ACACAC;
	box-shadow: 0px 2px 2px 2px #ACACAC;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
.home_page_highlights {
	width: 95%;
	float: left;
	-webkit-box-shadow: 2px 2px 2px 2px #CDCDCD;
	box-shadow: 2px 2px 2px 2px #CDCDCD;
	border: 8px solid #FFFFFF;
	border-radius: 4px;
	margin-right: 5px;
	margin-bottom:20px;
	font-family: "museo-slab",serif;
	font-style: normal;
	font-weight: 700;
	font-size: 12px;
	color: black;
}

.highlights_caption {
	padding:10px;
	text-align:center;
	margin-bottom:4px;
	font-family: "museo-slab",serif;
	font-style: normal;
	font-weight: 300;
	font-size: 18px;
}
.home_page_highlights:hover{
	border-radius: 15px;
	opacity:0.9;
	}

.home_page_highlights:hover > .highlights_caption{
	color:red;
	}
	
.intro_image:hover > .intro_width_button .items_heading	{
color:black;	
}

.clippings {
	display:none;
}

.data_table {
	
}

.data_table td{
	padding:10px;
	border: thin solid #999999;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
.intro_image {	
	width:30%;		
}

.index_image {	
	width:30%;		
}

.right_half_column_inner {
	padding-left:20px;
}
.left_half_column_inner {
	padding-right:20px;
}
.menu {
	width:55%;
	top:-40px;
	font-size: 26px;	
	padding-right:0px;
	margin-right:15px;
}

.main_content_inner {
	padding-left: 13px;
	padding-right: 10px;
}

.items {
	width: 40%;

}

.full_width_button {
	width: 100%;
}

.home_page_highlights {
	width: 29%;
}

}


/* Desktop Layout: 769px to a max of 1040px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
.intro_image {	
	width:40%;	
}
.index_image {	
	width:25%;
	margin-bottom:150px;	
}
.sub_menu_inner, .menu {
 	padding-left:20px;
 }

.menu {
	width:60%;
	font-size: 30px;	
	top:-55px;
	padding-right:0px;
	margin-right:15px;
}

.main_content_inner {
	padding-left: 20px;
	padding-right: 10px;
}
.items {
	width: 30%;

}
}
