/* BASE HTML ELEMENTS */

html  {
    overflow-y: scroll;
    overflow-x: scroll;
}

body
{
    background: #e9e7e3;
	/* font-family: "myriad-pro-n3", "myriad-pro", sans-serif; */
}

body, p, td, tr, input, select, textarea, li, legend, div
{
    /* [disabled]color:#000; */
    font:14px/1.4em arial, 'Nimbus Sans L', sans-serif;
}

p
{
    margin: 12px 0;
}



a, a:visited, .sf-menu a, .sf-menu a:hover
{
    color: #1a3d85;
    text-decoration: none;
}
a.lowercase
{
    text-transform: lowercase;
}

a:hover
{
    border-bottom: 1px dotted;
}


h1 { 
     font-size: 180%;
     line-height: 120%;
     font-weight: bold;
	 color: #990000;
     background-color: white;
     margin-bottom: 5px;
	 padding-bottom: 6px;
     border-bottom: medium solid #d1dfee;
	 text-decoration: none;
	 
     /* font-family: Georgia, "Times New Roman", Times, serif; */
}

h2 { 
     /* font-family: Georgia, "Times New Roman", Times, serif; */
     font-size: 150%;
     font-weight: normal;
     color: #990012; 
     background-color: white;
     margin-bottom: 5pt;
     margin-top: 5pt;
	 padding-top: 0px;
}

h3 { 
     font-size: 100%;
     font-weight: bold;
     color: blue;
     background-color: white;
     margin-bottom: 2px;
     margin-top: 6px;
}  

h4 { 
     font-size: 100%;
     font-weight: bold;
     font-style: italic;
     margin-bottom: 0;
}  

hr {
    color: blue;
    background-color: white;
}

header {
	display:block;
	position:relative;
	text-align:left;
	margin:0px;
	padding: 10px;
	border:1px solid #e7e2d7;
	border-top-left-radius:0.8em;
	border-top-right-radius: 0.8em;
	border-bottom-left-radius: 0.0em;
	border-bottom-right-radius: 0.0em;
	background:#fff;
}

figure {
	border:2px solid #e7e2d7;
	border-top-left-radius: 0.8em;
	border-top-right-radius: 0.8em;
	border-bottom-left-radius: 0.8em;
	border-bottom-right-radius: 0.8em;
	text-align:center;
	padding: 10px;
	overflow: auto;

}

#pagebodycontainer{
    /* width: 934px; */
    padding: 0px 0px 0px 0px;
	overflow:hidden;
	border-left:1px solid #e7e2d7;
	border-right:1px solid #e7e2d7;
    clear:both;
}

#pagebodycontainer a:link        { font-weight: bold; text-decoration: dotted;} 
#pagebodycontainer a:visited  { font-weight: bold; text-decoration: dotted;}  
#pagebodycontainer a:hover      { font-weight: bold; text-decoration: dotted;} 
#pagebodycontainer a:active    { font-weight: bold; text-decoration: dotted;} 


#pagefooter {
    text-align:left;
	/*
    width: 934px;
    margin:18px auto 6px;
	*/
	margin-top: 0px;
    background-color: #fff;
	padding: 10px;
    border:1px solid #e7e2d7;
	border-bottom-left-radius:0.8em;
	border-bottom-right-radius: 0.8em;
	border-top-left-radius: 0.0em;
	border-top-right-radius: 0.0em;

	overflow:hidden;
    clear:both;
}
	
#fullpagecontainer{
    width: 934px;
	border-bottom: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-radius:16px;
    text-align:left;
    -moz-border-radius:16px;
    -webkit-border-radius:16px;
    margin:18px auto 6px;
    background-color: #fff;
    padding: 24px 18px 14px 18px;
	overflow:hidden;
    clear:both;
}

#popupwindowcontainer{
	border-bottom: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-radius:16px;
    text-align:left;
    -moz-border-radius:16px;
    -webkit-border-radius:16px;
    margin:18px auto 6px;
    background-color: #fff;
    padding: 24px 18px 14px 18px;
	overflow:hidden;
    clear:both;
}



#fullsinglecolumn {
    width: 912px;
    padding: 10px 10px 10px 10px;
	overflow:hidden;
	/*
	border-bottom: 1px solid #ff0000;
	border-top: 1px solid #ff0000;
	border-right: 1px solid #ff0000;
	border-left: 1px solid #ff0000;
	*/
    clear:both;
}

#fullsinglecolumnmobile {
	overflow:hidden;
    clear:both;
}

#continuesinglecolumn {
    width: 912px;
    padding: 10px 10px 10px 10px;
	overflow:hidden;
	border-bottom: 1px solid #800080;
	border-top: 1px solid #800080;
	border-right: 1px solid #800080;
	border-left: 1px solid #800080;
    clear:both;
}


#maincontencolumn {
    width: 65%;
	position:relative;
	float:left;
	text-align:left;
	top: 0px;
	margin: 0px;
	left: 0px;
	padding: 10px;
	background: #ffffff;
	color: #000000;
	/*
    border-bottom: 1px solid #00ff00;
	border-top: 1px solid #00ff00;
	border-right: 1px solid #00ff00;
	border-left: 1px solid #00ff00;
    */
}

#maincontencolumn p.loose {
     margin-top: .5em;
     margin-bottom: .5em;
}

#maincontencolumn p, li {
     margin-left: 12px;
     margin-top: 0;
     margin-bottom: 0;
}
#maincontencolumn h1 {
     margin-left: 12px;
     margin-left: 0%;
     margin-top: 0;
     margin-bottom: 0;
}
#maincontencolumn h2 {
     margin-left: 1%;
     font-size: 150%;
     color: white;
     font-weight: bold;
     margin-top: 0px;
     background-color: teal;
}

#maincontencolumn h3 {
     margin-left: 1%;
	 margin-top:  8px;
	 margin-bottom: 6px;
	 padding-top:  0px;
	 padding-bottom: 6px;
     font-size: 100%;
     font-weight: bold;
     margin-top: 0;
}

#maincontencolumn ul {
     margin-bottom: 0;
     margin-top: 0;
}


#narrowrightcolumn {
    width: 30%;
	position:relative;
	float:right;
	text-align:left;
	top: 0px;
	margin: 0px;
	left: 0px;
	padding: 10px;
	background: #ffffff;
	color: #000000;
	border-left: 1px dotted #cccccc;
	/*
	border-bottom: 1px solid #008000;
	border-top: 1px solid #008000;
	border-right: 1px solid #008000;
	border-left: 1px solid #008000;
	*/

}

#doublecolumncontainer {
    width: 934px;
	overflow:hidden;
	/*
	border-bottom: 5px solid #ffa500;
	border-top: 5px solid #ffa500;
	border-right: 5px solid #ffa500;
	border-left: 5px solid #ffa500;
	*/
    clear:both;
}

nav  {

}

#librarymap {
    float: right;
	margin: 5pt;
	clear: both;
}
#libraryhours {
    float: right;
	margin: 5pt;
	clear: both;
}

#siteblurb {
    background:#ccccff;
}
#largeimagecontainer{
    overflow-x:scroll;
}


.librarydetails  {
     margin-left: .75in;
	 text-indent: -.75in;
}
.librarydetails p{
	 padding-top:   5px;
	 padding-bottom: 5px;
}
.detailheader {
     font-weight: bold;
	 width:      .75in;
}

.FeatureBox {
    text-align: center;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	border:2px solid #e7e2d7;
	border-top-left-radius:0.8em;
	border-top-right-radius: 0.8em;
	border-bottom-left-radius: 0.8em;
	border-bottom-right-radius: 0.8em;
	margin-bottom: 15px;
	margin-top: 10px;
	margin-right: 10%;
	margin-left: 10%;
	background:#fff;
	width: 70%;

}

.DetailsTableMobile {
}
.DetailsTableMobile th,td {
    padding-top: 10px;
    padding-bottom: 10px;
}

.DetailsTable {
}
.DetailsTable th,td {
    padding-top: 2px;
    padding-bottom: 2px;
}



.LTGTable {
    /*
	margin-left: 0px;
	text-indent: 0px;
    text-align: left;
	float: center;
	*/
    text-align: center;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	border:1px solid #e7e2d7;
	border-top-left-radius:0.8em;
	border-top-right-radius: 0.8em;
	border-bottom-left-radius: 0.8em;
	border-bottom-right-radius: 0.8em;
	margin-bottom: 15px;
	margin-right: 10px;
	margin-left: 10px;
	border-spacing: 10px;
	background:#fff;
	width: 90%;

}
.LTGTable td {
    margin-left: 10px;
    margin-right: 10px;
	padding-right: 10px;
	padding-left: 10px;
	text-indent: 0px;
    color: black;
	/* background: #d1dfee; */
	border: 1px solid #e7e2d7;
	font-weight: normal;
	font-size: 90%;
	text-align: right;
}
.LTGTable th {
    margin-left: 10px;
	text-indent: 0px;
    color: black;
	/* background: #d1dfee; */
	font-weight: bold;
	font-size: 90%;
	border: 1px solid #e7e2d7;
	text-align: right;
	padding-right: 10px;
	padding-left: 10px;

}

#editform {
}

#editform table {
     background-color: #e8e8e8;
}

#editform td  {
    text-align: left;
    vertical-align: top;
     font-size: 90%;
}

#editform th  { 
    text-align: right;
    vertical-align: top;
     font-size: 90%;
}

#editform input {
}

#editform select {
}
#editform textarea {
    font-size: 90%;
    font-weight: normal;
    color: black;
}
td.half {
     vertical-align: top;
     text-align: left;
     width: 50%;
     padding: 3pt;
}


/* Site navigation MENUS use jQuery Superfish */

#site-navigation
{
    background-color: #d1dfee;
    border-top: 3px double #ccc;
    border-bottom: 3px double #ccc;
    padding: 0;
    width: 100%;
    clear: both;
    margin-top: 12px;
	white-space:nowrap;
    border-right: 1px solid #FFF;
    border-right: 1px solid #FFF;
	overflow:visible;
}

#site-navigation *
{
    z-index: 10;
}

ul.sf-menu
{
    margin: 0;
    padding: 0;
    font-size: 14px;
    margin-left: 0px;
}

ul.sf-menu li
{
    border-right: 0;
    font-size: 14px;
    font-weight: bold;
	padding-right:6px;
	padding-left:6px;
}

ul.sf-menu li a, ul.sf-menu li.last
{
    border-left: 0;
}

ul.sf-menu li li
{
    font-weight: normal;
    font-size: 15px;
}

ul.sf-menu li.last
{
    border-right: none;
}


ul.sf-menu li.new-group
{
    border-top: 3px solid #90b5d8;
}

ul.sf-second
{
    margin-left: -.75em;
}

.sf-menu a:hover, .sf-menu a.focused
{
    background-color: #e1eaf4;
    border-bottom: none;
}

.sf-menu li.current a
{
    background-color: #a4bad3;
    font-style: italic; 
    color: #333;
}


.blogheader a {
    text-decoration: none;
}
.blog {
     font-size: 90%;
     margin-bottom: 5pt;
}

.blog p {
     margin-bottom: 5pt;
     margin-top: 0;
}

.blog blockquote {
     font-size: 90%;
     margin-bottom: 0;
     margin-top: 0;
	 background: #ccddff;
}

.blog h2 {
     font-size: 100%;
     margin-bottom: 0;
     margin-top: 0;
     font-weight: bold;
     color: red;
     background-color: white;
}

.blog h3 {
     font-size: 100%;
     margin-bottom: 0;
     margin-top: 0;
     font-weight: bold;
     color: red;
     background-color: white;
}


.blogpost {
     font-size:     90%;
     margin-left:   0%;
     margin-bottom: 5pt;
     margin-top:    0pt;
} 

.blogpost p {
    margin-bottom: 5pt;
    margin-top:    5pt;
    text-indent:   3em;
} 

.blogcomment {
    font-size:     90%;
    margin-left:   5%;
    margin-right:  5%;
    background:    #ccddff;
    margin-bottom: 5pt;
    margin-top:    0pt;
    border:        1pt;
} 

.blogcomment p {
    margin-bottom: 5pt;
    margin-top:    5pt;
} 


#simplesearch  {
    text-align:    center;
    background:    #ffffff;
	width:         80%;
	margin-bottom: 25px;
    margin-top:    25px;
    margin-left:   75px;
	padding:       10px;

    border-bottom: 1px solid #cccccc;
	border-top:    1px solid #cccccc;
	border-right:  1px solid #cccccc;
	border-left:   1px solid #cccccc;
	border-radius: 8px;

} 

#Listing {
	padding:       10px;
}
#Listing p {
    font-size:     90%;
    text-align:    left;
    margin-left:   3em;
    text-indent:   -3em;
    margin-top:    0;
    margin-bottom: 3pt;
}


#Listing a:link     { color: blue;  background-color: white; font-weight: bold; text-decoration: underline;} 
#Listing a:visited  { color: blue;  background-color: white; font-weight: bold; text-decoration: underline;}  
#Listing a:hover    { color: white; background-color: blue; font-weight: bold; text-decoration: underline;} 
#Listing a:active   { color: white; background-color: blue; font-weight: bold; text-decoration: underline;} 


#ResultPageNumbers a:link     { color: blue;  background-color: white; font-weight: bold; text-decoration: underline;} 
#ResultPageNumbers a:visited  { color: blue;  background-color: white; font-weight: bold; text-decoration: underline;}  
#ResultPageNumbers a:hover    { color: white; background-color: blue; font-weight: bold; text-decoration: underline;} 
#ResultPageNumbers a:active   { color: white; background-color: blue; font-weight: bold; text-decoration: underline;} 

#ResultPageNumbersAll a:link     { color: blue;  background-color: white; font-weight: bold; text-decoration: underline;} 
#ResultPageNumbersAll a:visited  { color: blue;  background-color: white; font-weight: bold; text-decoration: underline;}  
#ResultPageNumbersAll a:hover    { color: white; background-color: blue; font-weight: bold; text-decoration: underline;} 
#ResultPageNumbersAll a:active   { color: white; background-color: blue; font-weight: bold; text-decoration: underline;} 


#AlphaSelect {
     font-weight: bold;
	 text-align: left;
	 margin-left: 1em;
	 margin-top: 2em;
	 margin-bottom: 2em;
	 letter-spacing: 4px;
     
}

#AlphaSelect a:link       { color: blue;  background-color: white; font-weight: bold; text-decoration: underline;} 
#AlphaSelect a:visited  { color: blue;  background-color: white; font-weight: bold; text-decoration: underline;}  
#AlphaSelect a:hover     { color: white; background-color: blue; font-weight: bold; text-decoration: underline;} 
#AlphaSelect a:active   { color: white; background-color: blue; font-weight: bold; text-decoration: underline;} 

.FormInputs {
}
.FormButtons {
    padding: 4px 8px;
    background: #4479BA;
    color: #FFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #20538D;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
}
.FormButtons:hover {
    background: #356094;
    border: solid 1px #2A4E77;
    text-decoration: none;
}
.FormButtons:active {
    -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    background: #2E5481;
    border: solid 1px #203E5F;
}

.FormInputs {
}

.NavButtons {
    padding: 2px 4px;
    background: #4479BA;
    color: #FFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #20538D;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
}
.NavButtons:hover {
    background: #356094;
    border: solid 1px #2A4E77;
    text-decoration: none;
}
.NavButtons:active {
    -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    background: #2E5481;
    border: solid 1px #203E5F;
}


.SubmitLink {
	background-color: transparent;
	text-decoration: underline;
	font-weight: bold;
	border: none;
	color: blue;
	cursor: pointer;
	white-space: normal;
	text-align: left;
}
.SubmitLink:hover {
	text-decoration: underline;
}


.DataTable {
	text-align: left;
	margin-left: 1em;
}
.DataTable table {
    border-width: 2px;
	border-style: solid;
	border-color: Crimson;
	border-radius: 3px;
    border-collapse: collapse; 
	border-spacing: 0px;

	padding: 5px 10px;
	font-size: 12px;
	font-family: Verdana;
	margin-left:auto; 
    margin-right:auto;
}
.DataTable thead th {
	background-color:Crimson;
	color: #fff;
	border-bottom-width: 0;
	text-align: center;
	border-width: 1px;
	border-style: solid;
	border-color: White;
}
.DataTable tr {
}
.DataTable tr:hover {
     background-color: LightGray;
     color: white;
}
.DataTable th {
    border-width: 1px;
	border-style: solid;
	border-color: Crimson;
	padding: 2px;
	text-align: left;
	vertical-align:top;
}
.DataTable td {
    border-width: 1px;
	border-style: solid;
	border-color: Crimson;
	padding: 2px;
	text-align: right;
	vertical-align:top;
}

.RecordDisplayTable {
	text-align: left;
	margin-left: 1em;
}
.RecordDisplayTable table {
    border-width: 2px;
	border-style: solid;
	border-color: Crimson;
	border-radius: 3px;
    border-collapse: collapse; 
	border-spacing: 0px;

	padding: 5px 10px;
	font-size: 12px;
	font-family: Verdana;
	margin-left:auto; 
    margin-right:auto;
}
.RecordDisplayTable thead th {
	background-color:Crimson;
	color: #fff;
	border-bottom-width: 0;
	text-align: center;
	border-width: 1px;
	border-style: solid;
	border-color: White;
}
.RecordDisplayTable tr {
}
.RecordDisplayTable tr:hover {
     background-color: #F8F8F8;
     color: black;
}
.RecordDisplayTable th {
    border-width: 1px;
	border-style: solid;
	border-color: Crimson;
	padding: 2px;
	text-align: right;
	vertical-align:top;
}
.RecordDisplayTable td {
    border-width: 1px;
	border-style: solid;
	border-color: Crimson;
	padding: 2px;
	text-align: left;
	vertical-align:top;
}

.SpecialLink  {
    text-align: center; 
	border: solid 1px red; 
	margin-left: 2.3in;
	margin-right: 2in;
}

.QueryText  {
    text-align: left; 
	border: solid 1px black; 
	margin-left: .5in;
	margin-right: .5in;
	padding: 5px;
}


#StatTable {
     text-align: left;
	 margin-left: 1em;
}
#StatTable td {
     color: #000000;
	 background: #F0F8FF;
	 font-weight: normal;
	 font-size: 90%;
	 text-align: right;
	 
}

#StatTable td:hover {
     background-color: #F4E6CC;
     color: #000000;
}

#StatTable th {
     color: #000000;
	 background: #F0F8FF;
	 font-weight: bold;
	 font-size: 90%;
}

#TextTable {
     text-align: left;
	 margin-left: 1em;
}
#TextTable td {
     color: #996600;
	 background: #F4E6CC;
	 font-weight: normal;
	 font-size: 80%;
	 text-align: left;
}
#TextTable th {
     color: #996600;
	 background: #F4E6CC;
	 font-weight: bold;
	 font-size: 80%;
	 text-align: center;
}

.MessageTable {
    border-bottom: 1px solid #cccccc;
	border-top:    1px solid #cccccc;
	border-right:  1px solid #cccccc;
	border-left:   1px solid #cccccc;
	border-radius: 8px;
	padding: 5px;
    text-align: left;
	margin-left: 1px;
}
.MessageTable tr {
     color: #000000;
     background-color: #e1eaf4;
}

.MessageTable tr:hover {
     background-color: #F4E6CC;
     color: #000000;
}
.MessageTable td {
	 font-weight: normal;
	 font-size: 80%;
	 text-align: left;
	 vertical-align: top;
}
.MessageTable th {
     color: #000000;
	 font-weight: bold;
	 font-size: 80%;
	 text-align: center;
	 vertical-align: top;
}
