@charset "UTF-8";
/* CSS Document */

/* Reset YUI-style */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}


html {
	font-size:67.5%;
	background: #000;
}


p {
	font:1.2em/1.8em Georgia, "Times New Roman", Times, serif;
	padding-top: .5em;
	padding-bottom: .5em;	
}


h1 {
	font:2.2em/2em Georgia, "Times New Roman", Times, serif;
}


strong {
	font-weight:bold;
}

em {
	font-style:italic;
}


.One_em {
	font-size: 1em;
}


.padded_1em_top {
	padding-top: 1em;
}

/* Branding */
#branding_wrap {
	background: #000;
	width: 100%;
	position:relative;
	border-bottom: 1px solid #7B6F36;
}

#branding {
	margin: 0 auto;
	width: 960px;
	height: 100px;
	position:relative;

}



#menu1 {
  width:360px;
  float:right;
  list-style-type:none;
  height:30px; 
  margin-top: 70px;
  display:inline;
  zoom: 1;
  }
  
  
#menu1 li {
  float:right;
  width:120px;
  height: 30px;
  }
  
#menu1 a {
	display:block;
	width:120px;
	height: 30px;
	color:#fff;
	background:#000 url(images/menubg.jpg) no-repeat left top;
	text-align:center;
	text-decoration:none;
	font:14px/30px Georgia, "Times New Roman", Times, serif;
	float:right;
  }
#menu1 a:hover {
  color:#fff; 
  	background:#AD9E4F url(images/menubg.jpg) no-repeat left bottom;

  }


#logo {
	float:left;
	width: 600px;
}

#logo img {
	float:left;
}

#logo h1 {
	font: italic 1.6em Georgia, "Times New Roman", Times, serif;
	padding-top: 20px;
	text-decoration:none;
	color:#FFFFFF;
	float: left;
}


#left_nav {
	float: left;
	width:330px;
	text-align:center;
}

#right_nav {
	float: right;
	width: 360px;
	text-align:center;
}

/* Main Content */

#content_wrap {
	background: #AD9E4F;
	width: 100%;
	position:relative;
}


#content {
	margin: 0 auto;
	width: 900px;
	background: #fff;
	padding: 30px;
	position:relative;
	height:auto;
}

#left_column {
	float:left;
	width: 435px;
	padding-right: 15px;
}

#right_column {
	float:left;
	width: 435px;
	padding-left: 15px;
}

#book_splash {
	float:left;
	width: 500px;
	padding-right: 15px;
}

#book_splash h1 {
	font-weight:bold;
	font-size: 2.4em;
	line-height: normal;
	margin: 0;
	padding: 0;
}

#book_splash h4 {
	font-style:italic;
	font-size: 1.8em;
	line-height:normal;
	margin: 0;
	padding: 0;
}

#book_info {
	float:left;
	width: 370px;
	padding-left: 15px;
}

#book_info img {
	padding: 5px;
	border: 1px solid #CC9900;	
	margin-bottom: 10px;
}


#book_info li {
	font:1.2em/1.2em Georgia, "Times New Roman", Times, serif;
	list-style-position: outside;
	list-style-type: square;
	margin-left: 30px;
}

#book_info h2 {
	font: bold 1.6em Georgia, "Times New Roman", Times, serif;
}

#book_info h4 {
	font: italic 1.2em Georgia, "Times New Roman", Times, serif;
	margin-bottom: 10px;
}

#TOC li {
	width: 50%;
	float:left;
}

#TOC a {
	text-decoration:none;
	border-bottom: 1px dotted #990000;	
	font: 1.6em/2em Georgia, "Times New Roman", Times, serif;
	color: #993300;
}

#TOC a:hover {
	color: #996600;
}


#TOC h4 {
	font-style:italic;
	padding-bottom: 30px;
}


#TOC div.imgblock {
	width: 160px;
	height: 100px;
	background: url(images/shdw_block.jpg) no-repeat;
}

#TOC div.imgblock img {
	position: relative;
	padding-left: 5px;
	padding-top:5px;
}



/* Page Footer */

#secondary_navigation_wrap {
	background: #000;
	width: 100%;
	position:relative;
}


#secondary_navigation {
	margin: 0 auto;
	width: 960px;
	position:relative;
	margin-bottom: 50px;
	text-align:center;
}

#secondary_navigation a {
	 color: #fff;
	 text-decoration:none;
}

#secondary_navigation a:hover {
	color: #996600;
}

#secondary_navigation p {
	 color: #fff;
}


/*
#secondary_navigation h2 {
	color: #CEC69E;
	font:1.8em/2em Georgia, "Times New Roman", Times, serif;
}


#sec_nav_2008 {
	width: 480px;
	float:left;
}

#secondary_navigation li {
	font:1.2em/1.8em Georgia, "Times New Roman", Times, serif;
	padding-bottom: .1em;
	padding-left: 10px;
}

#sec_links {
	width: 240px;
	float:left;
}

#sec_contact {
	width: 240px;
	float:left;
}
*/


#menu2 {
  display:table;
  margin:0 auto; 
  list-style-type:none;
  white-space:nowrap;
  }
#menu2 li {
  display:table-cell;
  }

#menu2 a {
  width:auto;
  display: block;
  padding:4px 16px;
  height: 20px;
  color:#fff; 
  font:1.2em/1.8em Georgia, "Times New Roman", Times, serif;
  text-decoration:none;
  }

#menu2 a:hover {
	color:#CEC69E;
	background:#333333;
  }

.container {clear:both; text-decoration:none;}


/* Float Clearing */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}