@CHARSET "ISO-8859-1";
/* CSS Document for Starter CSS
Author: E-Moxie Data Solutions, Inc.
Author URI: http://e-moxie.com
Copyright (c) 2008
*/

/* Browser Reset Styles ================= */
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

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: "" "";
}

:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
strong {
	font-weight: bold;	
}
small {
	font-size: 75%;	
}
em {
	font-style: oblique;	
}

/* Basic Definitions ==================== */
body {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	background: #fff url('../images/bg.gif') 0 0;
}

h1 {
	font-size: 30px;
	color: #898752;
	margin: 10px 0;
	padding: 0;
	font-weight: normal;
	text-transform: uppercase;
}
h2 {
	font-size: 24px;
	color: #f48741;
	margin: 10px 0;
	padding: 0;
	font-weight: normal;
	text-transform: uppercase;
}
h3 {
	font-size: 18px;
	color: #333;
	margin: 10px 0;
	padding: 0;
	font-weight: normal;
}

a:link, a:visited, a:active {
	color: #4e77d1;
}
a:hover {
	color: #666;
}

p {
	line-height: 1.4em;
	margin: 5px 0 10px 0;
	padding: 0;
}

ul, ol {
	margin: 10px 0 10px 25px;
	padding: 0;
}
	li {
		margin-bottom: 5px;
	}

/* Classes ============================== */
.hilite {background-color:#fbfbd5; padding:10px; border:1px solid #e5e5c6;}
.hilite2 {background-color:#e3f8fd; padding:10px; margin-top:10px; margin-bottom:10px; border:1px solid #bbdae2;}
.big {font-size:16px;}
.clear {
	clear: both;
}
.left {
	float: left;
	margin-right: 15px;
}
.right {
	float: right;
	margin-left: 15px;
}
.styledinput {
	width: 250px;
	border: 1px solid #999;
	padding: 3px;
	margin-bottom: 5px;
	color: #2b4b90;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 12px;
}

.book-container {
	margin: 20px 0;
	padding-bottom: 20px;
}
.book-image {
	width: 130px;
	float: left;
	margin-right: 15px;
}
.book-image img {
	border: 1px solid #999;
}
.book-info {
	width: 403px;
	float: left;
	font-size: 13px;
}

/* Container ============================ */
#container-wrap {
	width: 950px;
	margin: 0 auto;
	background: url('../images/container-bg.gif') 0 0;
}

#container {
	width: 940px;
	margin: 0 auto;	
}

#content {
	background: url('../images/content-bg.gif') 0 0;
	padding-bottom: 50px;
}

#main-content {
	width: 550px;
	float: left;
	padding: 20px;	
}

/* Navigation =========================== */
#nav {
	width: 317px;
	float: left;
	background: url('../images/navigate.gif') 0 0 no-repeat;
	padding-top: 85px;
}
	#nav ul {
		margin: 5px 0 0 0;
		padding: 0;
		list-style: none;	
	}
		#nav ul li a {
			font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
			display: block;
			width: 273px;
			margin: 5px 0;
			padding: 15px 20px;
			text-align: center;
			color: #403a3a;
			text-decoration: none;
			font-size: 18px;
		}
		#nav ul li a:hover {
			background: #91a6d4;
			color: #fff;
		}
		#nav ul li a#current {
			background: #91a6d4;
			color: #fff;
		}
		
/* Footer ============================== */
#footer {
	border-top: 1px solid #eef3f6;
	padding: 15px 20px;
}

#links {
	width: 390px;
	float: left;
}
	#links ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
		#links ul li {
			display: inline;
			line-height: 1.7em;
		}
			#links ul li a {
				color: #666;
				border-right: 1px solid #666;
				font-size: 11px;	
				font-family: "Lucida Sans Unicode","Lucida Grande", sans-serif;
				padding-right: 5px;
				margin-right: 5px;
				text-decoration: none;
				text-transform: lowercase;
			}
			#links ul li a.none {
				border: none;
			}

#copyright {
	width: 350px;
	float: right;
	text-align: right;
	font-size: 10px;
	color: #999;
	font-family: "Lucida Sans Unicode","Lucida Grande", sans-serif;
	line-height: 1.6em;
}
	#copyright a {
		color: #666;
	}