@charset "utf-8";
/***********************************
 * Copyright (C) 2007 inZEN Design *
 ***********************************/

/*************************
 * STATIC ELEMENT STYLES *
 *************************/
body {
	background: #767676;
	font-family: "Lucida Grande", Arial, sans-serif;
	font-size: 0.8em;
	margin: 0;
	padding: 0;
	text-align: center;
}
#container {
	background: #767676 url(/images/bg.gif) repeat-y top left;
	clear: both;
	margin: 0 auto;
	padding: 0 10px 10px 10px;
	width: 960px;
}
	#header {
		background: #000 url(/images/hdr_bg_book.jpg);
		height: 132px;
	}
		#tabs {
			display: block;
			color: #ddd;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 1em;
			font-weight: bold;
			height: 40px;
			padding-left: 10px;
			position: relative;
			text-align: left;
			top: 91px;
			vertical-align: middle;
		}
		#tabs div {
			background: #5c5c5c;
			border-color: #84827e;
			border-style: solid;
			border-width: 1px 1px 0px 1px;
			cursor: pointer;
			float: left;
			height: 34px;
			margin: 0px 0px 0px 5px;
			padding: 3px 6px 3px 6px;
		}
		#tabs div.tab_selected {
			color: #ffc8c8;
			background: #8b0000;
			border-color: #b10000;
			position: relative;
			top: 1px;
		}
	#nav {
		background: #8b0000 url(/images/hdr_navbg.gif) repeat-x;
		color: #b66;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 0.95em;
		font-weight: bold;
		height: 57px;
		margin: 0 10px;
		padding: 10px 10px 20px 10px;
		text-align: left;
		
	}
		#nav ul {
			list-style: none;
			margin: 0;
			padding: 0;
			border: none;
		}
			
		#nav li {
			margin: 0;
		}
		#nav a:link, #nav a:visited {
			color: #fff;
			font-weight: normal;
			text-decoration: none;
		}
		#nav a:hover {
			text-decoration: underline;
		}
		.divider_l {
			border-left: 1px solid #b53620;
			padding: 0px 10px 0px 10px;
		}
		.divider_s {
			padding-right: 10px;
		}
	#content {
		background: #fff;
		margin: 0 10px;
		padding: 10px;
		text-align: left;
		overflow: hidden;
	}
		#right {
			background: #f1d1c9;
			border: 0 0 1px 1px solid #d1b6ab;
			float: right;
			margin: -10px -10px 5px 5px;
			padding: 10px;
			width: 180px;
		}
	#bottom {
		background: #333 url(/images/bottom_bg.gif) top repeat-x;
		color: #ccc;
		clear: both;
		font-size: 0.85em;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		margin: 0 10px;
		padding: 10px;
		text-align: left;
	}
		#bottom a:link, #bottom a:visited {
			color: #fff;
			text-decoration: none;
		}
		#bottom a:hover {
			text-decoration: underline;
		}
		#bottom_logo {
			float: left;
			height: 50px;
			padding-top: 10px;
			width: 190px;
		}
		#bottom_cr {
			color: #fff;
			float: right;
		}
/**************
 * TAG STYLES *
 **************/
a:link, a:visited {
	color: #600;
	text-decoration: underline;
}
a:hover {
	color: #900;
}
a img { border: 0px; }
address { display: inline; }
h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #880000;
}
h1 {
	border-bottom: 1px solid #ddd;
	font-size: 2em;
	margin-top: 0px;
	text-transform: uppercase;
}
th {
	background: #eee;
	border-bottom: 1px solid #ddd;
	color: #333;
	font-size: 1.1em;
	font-weight: bold;
	text-align: left;
}
/***************
 * LIST STYLES *
 ***************/
ul.header_list {

 	margin: 0;
	padding: 0;
}
 
	ul.header_list li {
	
		margin: 0;
		padding: 0;
		list-style: none;
		text-align: left;
	}
	
		ul.header_list li ul, dd {
		
			margin: 0px 15px 10px 28px;
			list-style: none;
		}
		
			ul.header_list li ul li, dd {
			
				padding: 5px 0px;
			}

dd {

	text-align: justify;
	line-height: 1.4em;
}

ul.header_list .header, dt {
	
	margin: 0;
	padding: 5px;
	background: #eee;
	border-bottom: 1px solid #ddd;
	color: #333;
	font-size: 1.1em;
	font-weight: bold;
	text-align: left;
}

ul#left_list {

	float: left;
	width: 455px;
}

ul#right_list {

	float: right;
	width: 455px;
}

ul.link_list li {

	list-style: none;
	margin: 20px 0px;
	font-weight: bold;
}
	
	ul.link_list li a {
	
		font-weight: normal;
	}


/*******************
 * REUSABLE STYLES *
 *******************/
.hide { display: none; }
.show { display: block; }
.floatl { float: left; }
.floatr { float: right; }

/*******************
 * SPECIFIC STYLES *
 *******************/
.newsitem {
	color: #444;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 30px;
}
.newsitem .title {
	border-bottom: 1px solid #ddd;
}
.newsitem h2 {
	background: #f7f7f7;
	border-bottom: 1px solid #ccc;
	color: #000;
	margin: 0;
}
.newsitem h2 a:link, .newsitem h2 a:visited {
	text-decoration: none;
}
.newsitem .newsheader {
	border-top: 1px solid #f0f0f0;
	padding-top: 10px;
}
.newsitem .newsheader > p {
	margin-top: 0px;
}
.newsitem .date {
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	padding: 5px;
}
.newsitem.viewing .newsheader {
	font-style: italic;
}
.footerlinks {
	background: #eee;
	border-top: 1px solid #ddd;
	font-family: Arial, Helvetica, sans-serif;
	margin: -10px;
	padding: 5px;
}
