  #content h3 {
	color: #C98210;
	font-weight: bold;
	padding: 0.5em 0;
}
/* ------------------------- Breadcrumb Title ------------------------- */
#breadCrumb p { 
	padding: 0;
}
h2 {
	font-size: 150%;
}
#container #breadCrumb > h2:first-of-type {
	font-weight: bold;
	width: 19%;
	background: #ddd;
	padding: .1em;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
/* ------------------------- Side Navigation ------------------------- */
#sideNav ul {
	background: #eee;
}
#sideNav ul li {
	padding: .8em 0;
}
#sideNav ul li a {
    padding: 0 1em 0 1em !important;
}
#sideNav li:hover {
	color: #fff !important;
	background: #A385C2;
}
#sideNav ul li:hover a {
	color: #fff;
}
#sideNav ul li a strong {
	color: #333
}
#content form{
	width:100%;
	font-family: 'Open+Sans', sans-serif;
}
#content header{
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ebd6ff), to(#f2e5ff));
	background: -moz-linear-gradient(top, #ebd6ff, #f2e5ff);
	background: -ms-linear-gradient(top, #ebd6ff, #f2e5ff);
	background: -o-linear-gradient(top, #ebd6ff, #f2e5ff);
	padding: 12px;
	margin-bottom: 10px;
	border-radius: 10px 10px 10px 10px;
	color: #000;
}
#content fieldset {
	border: 1px solid #333333; 
	margin-bottom: 1.2em;
	padding-left: 1em;
	padding-right: 2em;
	padding-bottom: 1em;
	border-radius: 10px 10px 10px 10px;
}
 #content legend {
	color: #000;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#C2ADD6), to(#A385C2));
	background: -moz-linear-gradient(top, #C2ADD6, #A385C2);
	background: -ms-linear-gradient(top, #C2ADD6, #A385C2);
	background: -o-linear-gradient(top, #C2ADD6, #A385C2);
	font-weight: bold; 
	border: 1px solid #333333; 
	padding: 2px 6px;
	font-style: normal;
	border-radius: 10px 10px 10px 10px;
	margin-bottom: 10px;
}
/* ------------------------- Side Navigation Plus Menu Ïã½¶ÊÓÆµ Style------------------------- */
#sideNav li.more a.nav_more {
background: url(/librarysecure/_resources/images/more_nav.gif) center no-repeat;
}
#sideNav li.more.active a.nav_more {
background: url(/librarysecure/_resources/images/less_nav.gif) center no-repeat;
}
#sideNav ul li:hover a {
color: #333;
}
abbr {
text-decoration: none;
}
/* Paragraph styles. */
#content a {
    text-decoration: underline !important;
}
#content dl dd {
    padding: 0 0 0 1em;
}
/* Form styles - Makes responsive fields. Sets size and field alignment.*/
#content form input, #content textarea {
	background: #f0f0f0;
	border: none;
	border-left: 2px solid #fff;
	font-size: 18px;
	padding: 15px;
	width: 100%;
	transition: background 2s, border-left 2s;
}
#content textarea{
	font-family: 'Open+Sans', sans-serif;
	padding-right: 1px;
}

#content form input:focus {
	background: #fff;
	border-left: 2px solid #000;
	box-shadow: none;
	outline: none;
}
#content input[type=text]{
	margin-bottom: 20px;
	margin-top: 2px;
	width: 100%;
	padding: 10px;
}
#content input[type=submit]
{
	background: #fcd116;
	border: 2px solid #000;
	border-radius: 10px 10px 10px 10px;
	color: #000;
	cursor: pointer;
	font-size: 36px;
	padding: 10px 10px;
	margin-top: 10px;
	transition: background 2s, color 2s;
}
#content #submit:hover
{
	background: #663399;
	color: #fff;
}
#content #submit:active {
	outline:thin dotted;
	outline:10px 
	auto -webkit-focus-ring-color;
	outline-offset:-2px;
	color: #fff;
	box-shadow: inset 0 0 0 1px #27496d,inset 0 3px 15px #fff;
}

#content input[type=text]:focus, #content textarea:focus {
	background: #fff;
	border-left: 2px solid #000;
	box-shadow: none;
	outline: none;
}
#content select {
	border-radius: 4px 4px 4px 4px;
	font-size: 18px;
	width: 30%;
	margin-top: 2px;
	margin-bottom: 20px;
	background: #f0f0f0;
}
#content input[type=radio]
{
	width: inherit;
	margin-right: 10px;
}
#content input[type=checkbox]
{
	width: 13px;
    height: 13px;
    padding: 0;
    margin: 10px;
    vertical-align: middle;
    position: relative;
    top: -1px;
    *overflow: hidden;
}
#content label
{
	display: block;
	padding-left: 15px;
  	text-indent: -15px;
}
/* ------------------------- Start Media Queries ------------------------- */
@media screen and (max-width: 95em) {
#content select {
	width: 100%;
}
}
@media screen and (max-width: 41.3em) {
#content form input, #content select {
	font-size: 14px;
}	
