/********** General **********/
* {
	margin: 0px; 
	padding: 0px;
}

a {
	background: transparent;
	color: #00c;
}

a:link {text-decoration: none;}
a:visited {background: transparent; color: #009; text-decoration: none;}
a:hover {text-decoration: underline;}
a:active {text-decoration: underline;}

html { /* place before body */
	height: 100%;
	width: 100%;
}

body {
	background: #777780;
	color: #000;
	font-family: Helvetica, Arial, Verdana, "Trebuchet MS", san-serif;
	font-size: 100%;
	height: auto;
	/** text-align: center; ie hack for centering content ?? needed? text-align: left; is off under wrapper, but still works **/ 
	/*min-width: 900px;*/
	width: 100% !important;
}

.hidden {
	/**
	display: none;
	visibility: hidden;
	#these are NOT fully accessible; the following CSS comes from WAIM: webaim.org/techniques/css/invisiblecontent/
	**/
	position: absolute;
	left: 0px;
	top: -500px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

div {
	border-collapse: collapse;
}

div#wrapper_inner {
	background: transparent;
	color: #000;
	height: auto;
	padding: 0 35px 0 35px;
	width: auto; /*975px*/
}

div#wrapper_outer {
	background: transparent url(/media/images/bgs/wrapper-bg.jpg) repeat-y;
	color: #000;
	margin: 0 auto 0 auto;
	width: 985px;
}



/********** Top Bar **********/
h1 {background: transparent; color: #fff; font-size: 9pt; margin: 0;}

a.skip-navigation:link, a.skip-navigation:visited, a.skip-navigation:hover, a.skip-navigation:active {
	background: transparent;
	color: #ccccd0;
	font-size: 9pt;
	font-weight: normal;
}

div#catalog-search {
	float: right;
	margin: 0 25px 0 0;
	padding: 3px 0 0 0;
}

div#phone-date {
	background: transparent;
	color: #fff;
	float: left;
	font-weight: bold;
	margin: 3px 0 0 25px;
}

div#top-bar {
	background: #777780;
	font-size: 9pt;
}

#form_catalog_search #cat_search_box {
	background: #777780;
	border: 1px solid #ccc;
	color: #fff;
	font-size: 8pt;
	font-weight: bold;
	padding: 1px 3px 1px 3px;
	vertical-align: middle;
	width: 12em;
}

#form_catalog_search #cat_submit_button {
	background: silver url(/media/images/bgs/search_button.png);
	border: 1px solid #ccc;
	color: #333;
	font-size: 8pt;
	font-weight: bold;
	height: auto;
	vertical-align: middle;
	width: auto;
}

#form_catalog_search #form_catalog_search_select {
	background: #777780;
	border: 1px solid #ccc;
	color: #fff;
	font-size: 8pt;
	font-weight: bold;
	vertical-align: middle;
	width: auto;
}



/********** Header **********/
div#header {
	background: transparent url(/media/images/bgs/header-lhg.png) top left no-repeat;
	color: #000;
	width: 100%;
}

p.logo {
	height: 105px;
	text-indent: -9999px;
	width: 275px;
}

p.logo a {
	display: block;
	height: 100%;
	width: 100%;
}



/********** Breadcrumbs **********/
#location a {
	background: transparent;
	color: #587176;
}

p#location
{
	background: transparent;
	color: #9cb5ba;
	font-family: serif;
	font-size: 0.8em;
	font-weight: normal;
	padding: 0px 0 5px 25px;
	text-align: left;
}



/********** Main Navigation **********/

#nav li {
	display: inline;
	margin: 0 0 0 10px;
}

#nav a {
	background: transparent;
	color: #000;
	/*display: block;*/
	font-weight: bold;
	text-decoration: none;
	/*width: auto;*/
}

#nav a:hover {text-decoration: underline;}

div#nav_main {
	background: transparent;
	color: #000;
	font-family: sans-serif;
	font-size: 12px/*0.75em*/;
	font-weight: normal;
	padding: 2px 0 2px 0;
	width: auto;
}

/********** Content **********/
/***** anchor styles *****/

.centered a {
	background: transparent;
	color: #33536c;
	font-size: 0.8em;
	font-weight: bold;
}

.centered a:hover {
	text-decoration: none;
}

#learn_more a {
	display: block;
	font-size: 1em;
	width: 100%;
}

/***** div styles *****/
div.centered {
	text-align: center;
}

div.clear {
	clear: both;
}

div.clear_1em {
	clear: both;
	height: 1em;
}

div.clear_3em {
	clear: both;
	height: 3em;
}

div#content {
	background: transparent;
	color: #000;
	font-size: 0.9em;
	/*hack for stupid IE6; seems to work;*/
	min-height: 300px;
	height: auto !important;
	height: 300px;
	width: auto;
}


div.features {
	background: transparent;
	color: #000;
	text-align: center;
}

div.float_left {
	background: transparent;
	color: #000;
	float: left;
	margin: 0 0 5px 5px;
	width: 425px;
}

div.float_left_newsroom_images {
	float: left;
	height: 225px;
	width: 225px;
}

div.gray_indented {
	background: #fcfcfc;
	border: 1px solid #ccc;
	color: #000;
	padding: 0 10px 10px 10px;
}

div.overflow {
	background: transparent;
	border: 1px solid #ccc;
	color: #000;
	height: 10em;
	overflow: auto;
	width: 95%;
}

/***** form styles *****/
fieldset {
	background: transparent;
	color: #333;
	margin: 0 0 0.5em 0;
	padding: 0 0.25em;
	width: auto;
}

fieldset legend {
	background: transparent;
	color: #333;
	font-size: 1.1em;
	font-style: italic;
	font-weight: bold;
	margin: 0 0 0 1em;
	padding: 0 0.25em 0 0.25em;
}


select {
	width: 15em;
}

select.accessible_select {
	width: 10em;
}

select.readalikes {
	margin: 0 10px 0 0;
	width: 300px;	
}

input.disabled {
	background: #fff;
	border: 1px solid #999;
	color: #000;
	padding: 0 0 0 2px;
}

input.form_button {
	background: silver url(/media/images/bgs/search_button.png);
	border: 1px outset #fcfcfc;
	color: #35536c;
	font-weight: bold;
}

p label {
	margin: 0 1em 0 0;
}

textarea {
	margin: 0 0 0.5em 0;
}

/***** heading styles *****/
h2 {background: transparent; color: #d9541e; font-family: Helvetica, sans-serif; font-size: 1.4em; font-style: normal; margin: 0; padding: 0.15em 0;}
h3, h4, h5, h6 {background: transparent; color: #333; font-family: Helvetica, sans-serif;}
h3 {font-size: 1.25em;}
h4 {font-size: 1.15em;}
h5 {font-size: 1.05em; font-style: italic;}
h6 {font-size: 1em; font-style: italic;}

.float_left h3 {
	background: transparent;
	color: #333;
}

.float_right {
	float: right;
}

#calendar h4 {
	background: transparent;
	color: #007cc2;
	padding: 0.25em 0 0 1em;
	width: auto;
}

#calendar h5 {
	padding: 0 0 0 2.5em;
}

/***** hr styles *****/
div#content hr {
	background: #999;
	color: #666;
	height: 1px;
	margin: 0 auto 3px auto;
	width: 700px;
}

/***** img styles *****/
img {
	border: 0;
	margin: 0;
	padding: 0;
}

div.branch_images {
	background: #f9f9f9;
	border: 1px solid #999;
	color: #000;
	float: left;
	font-weight: bold;
	margin: 0 5px 5px 0;
	padding: 3px;
	text-align: center;
}

.branch_img {
	border-color: #999;
	border-style: solid;
	border-width: 1px;
}

ul.image_list img {
	border-color: #999;
	border-style: solid;
	border-width: 1px;

}

#footer img {
	background: transparent;
	color: #000;
	margin: 0;
	padding: 0;
}

/***** list styles *****/
dl dt {
	background: transparent;
	color: #333;
	font-weight: bold;
}

dd {
	margin: 0 0 0 1em;
}

#content ul {
	list-style: circle;
	margin: 0 0 0.5em 2em;
}

ul.image_list li {
	display: inline;
	padding: 0 7px 0 0;
}

li.list_style_none {
	list-style: none;
}

ul.inline li {
	display: inline;
	padding: 0 10px 0 0;
}

#phone-date ul li {
	display: inline;
	padding-left: 10px;
}

#content ul.bk_grp_au {
	margin: 0;
}

.bk_grp_au li {
	display: inline;
	margin-right: 1em;
}

.bk_grp_info li {
	list-style-type: none;
}

.branch_facts li {
	display: inline;
	list-style-type: none;
	padding: 0 0.5em 0 0;
}

.list_branches {
	font-weight: bold;
	list-style: none;
	padding: 0 0 0.5em 0;
}

#content ol.db_write li {
	margin: 0 0 0.5em 0;
}

ol {
	margin: 0 0 0.5em 2.5em;
}

ol.inside {
	list-style: decimal inside;
	margin-left: 1em;
}

/***** paragraph and text styles *****/
.align_center {
	text-align: center;

}

.align_right {
	text-align: right;	
}

.bold {
	font-weight: bold;
}

.bold_italic {
	font-style: italic;
	font-weight: bold;
}

.branch_events {
	background: #efefef;
	border: 1px solid #ccc;
	color: #000;
	font-weight: bold;
	padding: 0 0 0 2em;
}

.indent {
	padding: 0 0 0 1em;	
}

.italic {
	font-style: italic;
}

.note {
	background: transparent;
	color: #000;
	font-style: italic;
	margin: 1em 0 1em 0;
	padding: 0.1em 0.5em 0.2em 0.5em;
	width: auto;
}

.small
{
	font-size: 0.75em;
}

.text_black
{
	background-color: transparent;
	color: #000;
}

.text_red
{
	background-color: transparent;
	color: #c00;
	font-style: italic;
	font-weight: bold;
}

.underline
{
	text-decoration: underline;
}

div#calendar span
{
	font-weight: bold;
}

div#content p
{
	font-family: sans-serif;
	margin: 0 0 1em 0;
}

div#content #calendar p {
	margin: 0 0 0.5em 0;
	padding: 0 1em 0 3.5em;
}

/***** table styles *****/
caption
{
	font-size: 1.1em;
	font-weight: bold;
	margin: 0 auto;
}

table.generic_table
{
	background: #fff;
	border: 1px solid #999;
	color: #000;
	margin: 0 auto 5px auto;
	padding: 0.25em;
	width: 80%;
}

.generic_table td
{
	background: #f9f9f9;
	color: #000;
}

.generic_table tfoot td
{
	background: #fff;
	border: 1px solid #999;
	color: #000;
	font-size: 85%;
	padding: 2px 0 2px 0;
}

.generic_table th
{
	background: #777780;
	color: #fff;
}

/********** Footer **********/

#footer a:link, #footer a:visited, #footer a:hover, #footer a:active {
	background: transparent;
	color: #000;
}

#footer a.rss:link, #footer a.rss:visited, #footer a.rss:hover, #footer a.rss:active {
	background: transparent;
	color: #ea652f;
}

div#footer {
	background: transparent url(/media/images/bgs/footer-bg.jpg) bottom no-repeat;
	color: #333;
	font-family: sans-serif;
	font-size: 9pt;
	height: 150px;
	text-align: center;
	width: auto;
}

div#footer_base {
	background: transparent;
	width: auto;
}

div.footer-link-lists {
	background: transparent url(/media/images/bgs/footer-link-lists-bg.png) no-repeat;
	margin: 0 auto 0 auto;
	width: 695px;
	height: 70px;
}

ul.footer-list-ul {
	float: left;
	list-style: none;
	padding: 10px 0 3px 0;
	width: 230px;
}

.footer-list-ul a {
	font-size: 9pt;
	font-weight: bold;
}

p#standards_webmaster
{
	background: transparent;
	color: #000;
	font-family: sans-serif;
	font-size: 8pt;
	font-weight: bold;
	height: auto;
	padding: 15px 0 0 0; 
	width: auto;
}
