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

body {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #4c4c4c;
	line-height: 23px;
	background-image: url(/images/bodybgtile.gif);
	background-repeat: repeat-x;
}

#wrapper {
	width:865px;
	margin-left:auto;
	margin-right:auto;
}
#header {
	height:85px; /* tan */
	overflow:visible;
}
#logo {
	vertical-align:middle;
	border:none;
	/*background:url(/images/pbcho-logo.png) top no-repeat;
	width:83px; height:98px;
	
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=image, src='http://www.pbchistoryonline.org/images/pbcho-logo.png'); 
	_background: none;*/
	
}
#logotype {
	vertical-align:middle;
	border:none;
}

#content 
{
	background-color:#fff;
	background-image: url(/images/contentbgtile.gif);
	background-repeat: repeat-y;
	background-position: right top;
	width:865px;
}

#page 
{
	background-color:#fff;
	width:865px;
}

#leftcolumn 
{
	width:530px;
	float:left;
	padding-left: 24px;
	padding-right: 24px;
	padding-top: 30px;
}

#leftcolumn .hr {
	border-top:1px solid #ccc;
	width:99%;
	height:1px;
	margin-left:auto;
	margin-right:auto;
}



#rightcolumn 
{
	width:240px;
	float:left;
	padding-left: 24px;
	padding-right: 20px;
	padding-top: 24px;
}
.clearer {
	clear:both;
}

.khaki, .welcome {
	color:#907e62; /* KHAKI */
}
.beige, .nativeamericans {
	color:#a67b39; /* BEIGE */
}
.tan, .pioneerlife {
	color:#956d31; /* TAN */ 
}
.olive {
	color:#8c914d; /* OLIVE */
}
.maroon {
	color:#963232; /* MAROON */
}
a.maroonlink:link, a.maroonlink:visited {
	color:#963232  !important;;
	font-weight:bold !important;;
	text-decoration:none !important;;
}
.blue {
	color:#344e7d; /* BLUE */
}
a.bluelink:link, a.bluelink:visited {
	color:#344e7d !important;;
	font-weight:bold !important;;
	text-decoration:none !important;;
}

a {
	text-decoration:none;
}

#logo {
	margin-left: 33px;
	margin-right: 20px;
	margin-bottom: -17px;
	margin-top: 8px;
	z-index:3;
	position: relative;
}
#logotype {
	margin-top:-5px;
}
.headr2 {
	float: right;
	width: 60%;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: middle;
	color: #C59F65;
	font-size: 12px;
	margin-top: 5px;
}
.headr a:link , .headr a:visited , 
.headr2 a:link , .headr2 a:visited ,
.headlinks a:link , .headlinks a:visited 
{
	color: #c59f65;
	text-decoration: none;
}
.headr a:hover , 
.headr a:active , 
.headr2 a:hover , 
.headr2 a:active ,
.headlinks a:hover , 
.headlinks a:active 
{
	color: #ffefcb;
	text-decoration: none;
}

.headr form, .headr2 form {
	margin: 0px;
	padding: 0px;
	margin-top: 16px;
}
.headr #k , .headr2 #k {
	margin-left: 6px;
	font-weight:bold;
	border: 1px solid #C9A670;
	outline:1px solid #635033;
	border-color: #C9A670;
	background-color: #000000;
	color: #C59F65;
	margin-top: -2px;
	width: 135px;
	height:18px;
	padding-left: 4px;
}

.headr .headlinks {
	float: left;
	width: 50%;
	text-align: right;
	padding-top: 1px;
	margin-right: 5px;
}
.headr2 .headlinks {
	float: left;
	width: 63%;
	text-align: right;
	padding-top: 1px;
	margin-right: 5px;
}

.headlinks img.sep {
	margin-top: -1px;
	padding-left: 3px;
	padding-right: 3px;
}


#menu {
	background-color:#fff;
	height:53px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin:0px 0px 0px 0px;
	padding:0;
	z-index:2;
	background-image:url(/images/menubghack.gif);
	background-repeat:no-repeat;
}
#menu ul.nav {
	padding:0;
	margin-top: 0px;

}
#menu ul.nav li {
	float: left;
	width: 13%;
	list-style-type: none;
	display: inline;
	margin:0;
	padding:0;
	padding-left:10px;
	border-right:1px dashed #d3bd9c;
	height:26px;
	text-transform:lowercase;
	border-bottom:1px solid #C7AB6C;
}
#menu ul.nav li a {
	text-decoration:none;
}
#menu ul.nav li a:hover {
	text-decoration:none;
}

#shadow {
	width:100%;
	background-image:url(/images/nav-shadow.png);
	background-position:top center;
	background-repeat:repeat-x;
	height:7px;
	position:relative;
	margin-bottom:-7px;
	z-index:10;
}

div.line {
	height:1px;
	border-bottom:1px solid #d0d0d0;
	width:90%;
	margin-left:auto;
	margin-right:auto;
}

#fmenu {
	clear:both;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:4em;
	padding-top:2em;
	text-align:center;
	text-transform:lowercase;
	letter-spacing:0.1em;
	color:#7e7e7e;
	background-color:#fff;
}
#fmenu a:link, #fmenu a:visited {
	color:#7e7e7e;
	text-decoration:none;
}
#fmenu a:hover, #fmenu a:active {
	color:#7e7e7e;
	text-decoration:underline;
}
#fmenu p strong {
	color:#963232; /* burgundy */
}

a.redlink:link, a.redlink:visited {
	color:#963232; /* burgundy */
	text-decoration:none;
}
a.redlink:hover, a.redlink:active {
	color:#963232; /* burgundy */
	text-decoration:underline;
}


.imageOnLeft {
	float:left;
	margin-right:1.3em;
	margin-bottom:1em;
}


.imageOnRight {
	float:right;
	margin-left:1.3em;
	margin-bottom:1em;
}




li.m1 {
	list-style:none;
	font-weight:bold;
}
li.m1 a:link, li.m1 a:visited {
	color:#963232; /* burgundy */
	text-decoration:none;
}
li.m1 a:hover, li.m1 a:active {
	color:#963232; /* burgundy */
	text-decoration:underline;
}
li.m2 {
	list-style:none;
	margin-left:3em;
}
li.m2 a:link, li.m2 a:visited {
	color:#963232; /* burgundy */
	text-decoration:none;

}
li.m2 a:hover, li.m2 a:active {
	color:#963232; /* burgundy */
	text-decoration:underline;
}
li.m3 {
	list-style:none;
	font-size:88%;
	margin-left:6em;
}
li.m3 a:link, li.m3 a:visited {
	color:#963232; /* burgundy */
	text-decoration:none;

}
li.m3 a:hover, li.m3 a:active {
	color:#963232; /* burgundy */
	text-decoration:underline;
}
