@charset "utf-8";
/* CSS Document */

/* Meyer CSS Reset Modified */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, caption {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:12px;
	font-family:inherit;
	vertical-align:baseline;
}
img {
	border:0;
}
strong {
	font-weight:bold;	
}
/* remember to define focus styles! */
:focus {
	outline:0;
}
body {
	background:url(../images/navMenu-bg.jpg) #f0e8d5 top left repeat-y;
	background-attachment:fixed;
	border:0;
	color:black;
	font-family: Verdana, "Times New Roman", serif;
	height:100%;
	line-height:1.3;
	margin:0 0 10px 0;
	overflow-y:auto;
	position:relative;
}
/* tables still need 'cellspacing="0"' in the markup */
/*table {
	border-collapse:separate;
	border-spacing:0;
}*/
/*caption, th, td {
	text-align:left;
	font-weight:normal;
}*/
blockquote:before, blockquote:after,
q:before, q:after {
	content:"";
}
blockquote, q {
	quotes:"" "";
}

/* Begin page defaults */

a {
	color:#000;
	font-weight:bold;
	text-decoration:underline;
}
a:hover {
	color:#000;
	text-decoration:none;
}
.clear {
	clear:both;
	height:1px;
	overflow:hidden;
	margin-top:-1px;
}
.center {
	text-align:center;
}
img.imgLeft {
	float:left;
	margin:0 20px 10px 0;	
}
img.imgRight {
	float:right;
	margin:0 0 10px 10px;	
}
sub {
	font-size:0.85em;
	vertical-align:sub;	
}
sup {
	font-size:0.85em;
	vertical-align:super;
}

/* Page layout */

#pageconstrain {width: 900px;}
#contentWrapper {
	display:block;
	margin:15px 0 10px 250px;
	padding:0 35px 0 0;
}
#contentWrapper div#contentLogo {
	margin:0 0 20px 0;
}
#contentWrapper em {
	font-style:italic;
}
#contentWrapper h1, #contentWrapper h2, #contentWrapper h3 {
	/*font-size:1em;*/
	font-size:14px;
	font-weight:bold;
	line-height:1.25em;
	margin:15px 0;
}
#contentWrapper h1 {
	color:#ff0000;
	/*font-size:2.75em;*/
	font-size:30px;
	font-weight:normal;
}
#page131 h1 { /* Line up logos with breadcrumbs on page */
	margin-top:-37px;
}
#contentWrapper h2 {
	/*font-size:0.9em;*/
	font-size:13px;
}
/*#contentWrapper h3 {
	font-size:0.85em;
}*/
#contentWrapper hr {
	background-color:#000;
	border:none;
	color:#000;
	height:1px;
}
#contentWrapper p {
/*	font-size:0.8em;
	font-size:12px;*/
	line-height:1.25em;
	margin:15px 0;
}
#contentWrapper ol li, #contentWrapper ul li {
/*	font-size:0.8em;
	font-size:12px;*/
	line-height:1.25em;
	margin:5px 35px;
}
#contentWrapper ul li {
	list-style-image:url(../images/redbul.jpg);
}
#navMenu {
	background:url(../images/navMenu-bg.jpg) #f0e9d6 top left repeat-y;
	display:block;
	left:0;
	position:fixed;
	top:0;
	width:210px;
}
#navMenu div#navLogo, #navMenu h2, #navMenu ul li, #navMenu p {
	text-align:center;
}
#navMenu div#navLogo {
	margin:20px 0 0 0;
}
#navMenu h2 {
	/*font-size:0.95em;*/
	font-size:15px;
	line-height:1.5em;
}
#navMenu h2 span {
	color:#ff0000;
	font-size:15px;
}
#navMenu a {
	font-weight:normal;
}
#navMenu p {
	/*font-size:0.8em;*/
	font-size:12px;
	line-height:1.25em;
}
#navMenu ul li {
	/*font-size:1.5em;*/
	font-size:17px;
	list-style-type:none;
	margin:25px 0;
}
#navMenu ul li a {
	font-size:17px;
}
#navMenu ul ul li {
	/*font-size:0.6em;*/
	font-size:11px;
	margin:5px 0;
}
#navMenu ul ul li a {
	font-size:12px;
}
#floatCrumbs {
	float:right;
	width:80%;
}
#floatCrumbs div#fbhCrumbs {
	display:block;
	/*font-size:0.7em;*/
	margin:0 210px 0 0;
	text-align:right;
}
#floatCrumbs div#fbhCrumbs a {
	font-weight:normal;
}
#floatCrumbs form#ajaxSearch_form {
	float:right;
	margin:-20px 0 0 0;
	width:200px;
}