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

body {
	background-color:#B6A28F;
	background-image:url(img/body_bg.jpg);
	font-family:Arial, Helvetica, sans-serif;
	font-size:12pt;
	margin:0;
	padding:0;
	color:#000;
}
#main {
	margin:0 auto 0 auto;
	padding:260px 0 0 0;
	background-color:#B6A28F;
	background-image:url(img/page_bg5.jpg);
	background-position:0 0;
	background-repeat:no-repeat;
	width:1000px;
	border-left:1px solid #000;
	border-right:1px solid #000;
	border-bottom:1px solid #000;
}

#content {
	width:400px; /* 860 - 20 - 173 - 200 */
	padding:20px 100px 0px 100px;
	margin:0px;
	float:left;
}

#content p {
	line-height:18pt;
}
#menu_wrap {
	width:236px;
	float:left;
}
#menu {
	margin:10px 20px 0 23px;
	padding:0;
	width:180px; /*132*/
	border:1px #b6a28f solid;
}
#menu_ul {
	padding:0;
	margin:0;
}
.menu_item {
	display:block;
	list-style:none;
	padding:0;
	margin:0;
}
.menu_item a:link,.menu_item a:visited {
	display:block;
	padding:4px 11px 2px 11px;
	color:#cabcae;
	text-decoration:none;
	font-weight:bold;
}
.menu_item a:hover {
	background-color:#735E4C;
	color:#FFF;
}
.menu_item_current {
	background-image:url(img/menu_pointer.png);
	background-repeat:no-repeat;
	background-position:0 center;
	color:#403831 !important;
	/*color:#ffcc00 !important;*/
}

#footer {
	width:940px;
	clear:both;
	text-align:center;
	padding:50px 0px 10px 0px;
	margin:0;
	font-size:9pt;
	color:#333;
	line-height:10px;
}

#footer a:link, #footer a:visited {
	color:#333;
}

.chapter_number {
	font-size:0.9em;
}
#prev, #next {
	display:block;
	width:85px;
	padding:5px;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	height:25px;
}
#prev {
	float:left;
	text-align:left;
	background-image:url(img/backward.png);
	background-position:0 3px;
	background-repeat:no-repeat;
	padding-left:25px;
	width:85px;
}
#prev:hover {
	background-image:url(img/backward2.png);
}
#next {
	float:right;
	text-align:right;
	background-image:url(img/forward.png);
	background-position:90px 3px;
	background-repeat:no-repeat;
	padding-right:30px;
	width:80px;
}
#next:hover {
	background-image:url(img/forward2.png);
}
#prev:link,#prev:visited,#next:link,#next:visited {
	color:#000;
}
#sample_pages {
	clear:both;
}
#sample_pages_slideshow {
	width:256px;
	margin:0 auto 0 auto;
}
.sample_page {
	margin:0 auto 0 auto;
	padding:0;
	border:1px solid #735E4C;
	/*display:block;*/
}
.menu_item a.nc_senate:link, .menu_item a.nc_senate:visited, .menu_item a.nc_senate:hover, .menu_item a.nc_senate:active {
	color:#870002;
}

.homepage {
  position : absolute;
  top: 340px;
  font-family : Myriad Pro;
  font-size : 17px;
  font-weight: bold;
  line-height: 20px;
  z-index: 10;
}

.homepage_btn {
  margin: 22px;
  color: red !important;
  font-family : Myriad Pro;
  font-size : 17px;
  font-weight: bold !important;
  line-height: 20px;
  border: 2px solid red !important;
  background-color: rgb(164, 220, 185) !important;
  padding: 8px;
  border-radius: 5px;
  text-decoration: none;

}

a.homepage_btn:hover {
  background-color: white !important;
  text-decoration: none;
}

.homepage2 {
  position : absolute;
  top: 340px;
  font-family : Myriad Pro;
  font-size : 17px;
  font-weight: bold;
  line-height: 20px;
  z-index: 10;
}

.homepage_btn2 {
  margin: 22px;
  color: red !important;
  font-family : Myriad Pro;
  font-size : 17px;
  font-weight: bold !important;
  line-height: 20px;
  border: 2px solid red !important;
  background-color: rgb(164, 220, 185) !important;
  padding: 8px;
  border-radius: 5px;
  text-decoration: none;

}

a.homepage_btn2:hover {
  background-color: white !important;
  text-decoration: none;
}