@charset "UTF-8";
/* CSS Document */


/* Content Area */

#horizontal_search { width: 75%; padding: 1% 0; margin: 1em auto 0; background-color: #d8cdb1; background-image: url(../images/main-content-bg.png); background-repeat: repeat-x; border-bottom: 1px solid #aea68e; }
 
#content { float: none; width: 94%; margin: 1em auto; padding: 2% 1%; text-align: center; }

#editable_area, #breadcrumbs { text-align: left; }

#editable_area { overflow: auto; margin: 0 2em; }
 
#int_ft_wrap { clear: both; overflow: auto; background-color: #92806f; } 


/* Search bar styling */

#ajaxSearch_form { width: 90%; margin: -.5em auto .2em; text-align: center; }
#ajaxSearch_input { display: inline; width: 80%; margin-left: 1em; padding-left: .5em; height: 1.5em; background-color: #efede7; border-top: 2px solid #dcd9d0; border-left: 2px solid #dcd9d0; border-right: 2px solid #ebe8e2; border-bottom: 2px solid #ebe8e2; }
#ajaxSearch_submit { display: inline; }
legend.suppheader { display: none; }
	
/*Breadcrumbs*/

p#breadcrumbs { font-size: .9em; color: #4f607b; color:#162c57; padding: .5em 0 1.5em; font-style: italic; }
span#crumbbody { margin-left: .2em; font-size: .9em; text-transform: uppercase; letter-spacing: .1em; font-style: normal; } 

button:focus { outline: #edebe3 thin dotted; }

ul.alphalinks { margin: 2em 0; }
ul.alphalinks li { display: inline; text-align: center; line-height: 3em; } 
ul.alphalinks li a { font-size: 1em; padding: .5em; border: 1px solid #7389a0; } 
ul.alphalinks li.activeletter a { text-decoration: none; background-color: #e0d4b4; border: 1px dotted #7389a0; }

