/* Start Eric Meyer CSS Reset */
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;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
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: "" "";
}
/* End Eric Meyer CSS Reset */



* { 
	padding: 0; 
	margin: 0;
}

body {
	margin: 0; 	padding: 0;
	/*font: normal .70em/1.6em Verdana, 'Trebuchet MS', Tahoma, sans-serif;*/
	font: normal 62.5% Verdana, 'Trebuchet MS', Tahoma, sans-serif;
	color: #444;
	text-align: center;
	background: #180700;	
}

strong {
	font-weight: bold;	
}

em {
	font-style: italic;	
}

a {
	color: #CB4721; 
	background-color: inherit;
	text-decoration: none;	
}

a:hover {
	background-color: inherit;
	text-decoration: underline;
}

h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#111;
	letter-spacing:-1px;
}

h1 { 
	font-size: 2.0em; 
} 

h2 { 
	font-size: 1.8em; 
	color:#74743D; 
}

h3 { 
	font-size: 1.4em; 
	color:#C34E23; 
	letter-spacing: 0px;
}

p, h1, h2, h3 {
	margin: 10px 15px;
	padding: 0;
}

ul, ol {
	margin: 20px 20px;	/* was 10px 30px; */
	padding: 0 15px;	
}

li {	/* sdb added */
	margin: 1em 0;
}

img {
	border: 1px solid #DADADA;
	padding: 5px;	
}

img.no-border {
	border: none;
}

img.float-right {
  margin: 5px 0px 5px 15px;  
}

img.float-left {
  margin: 5px 15px 5px 0px;
}

#header-content, #footer-content, #content {
	width: 900px;	/* was 810px; */
}

#header-wrap, #footer-wrap, #content-wrap {
	min-width: 900px;	/* was 810px; */
}

#header-wrap {
	height: 160px;
	text-align: left;	
	background: #FFF url(../images/headerbg.jpg) repeat-x 0 0;			
}

#header-content {
	position: relative;
	margin: 0 auto; 
	padding: 0;
}

#header-content #logo {
	position: absolute;	
	font: normal 40px/65px Georgia, "Times New Roman", Times, serif;
	letter-spacing: -1px; 
	color: #FFF;
	background: #3F1204 url(../images/logobg.jpg) repeat-x left top;
	border: 1px solid #ED9357;
	height: 65px;
	padding: 0 10px;
	margin: 0;
	top: 18px; left: 0px;	/* change the values of left and top to adjust the position of the logo */
}

#header-content #logo a {
	text-decoration: none;
	color: #FFF;
	background: transparent;
}

#header-content #slogan {
	position: absolute;	
	font: normal 12px 'Trebuchet MS', Tahoma, sans-serif;
	letter-spacing: 0px;
	color: #BBB;	 
	margin: 0; padding: 0;
	top: 88px; left: 30px;	/* change the values of left and top to adjust the position of the slogan */
}

#header-content ul {
	position: absolute;
	left: -10px;
	top: 125px; 
	font: bold 12px Georgia, "Times New Roman", Times, serif;
	list-style: none;
	margin: 0;
	padding: 0;
}

#header-content li {
	display: inline;
}

#header-content li a {
	float: left;
	display: block;
	padding: 4px 10px 4px 10px;	/* was 0 10px 7px 10px; */
	color: #F3A251; 
	text-decoration: none;
	border-right: 1px dotted #E67B11;
}

#header-content li a:hover {
	color: #FBB671;
	text-decoration: underline;
}

#header-content li a#current  {	
	color: #FFF;	
}

#header-content #header-links {
	position: absolute;
	top: 5px; right:10px;	
	color: #8E5F2F;
	font-size: 90%;
}

#header-content #header-links p {
	margin: 0; padding: 0;
}

#header-content #header-links a {	
	color: #A4A4A4;
	text-decoration: none;
}
#header-content #header-links a:hover {
	color: #F3A251;
}

#content-wrap {
	clear: both;
	background: #FFF;	/* url(../images/contentbg.jpg) repeat-y center top; */
	float: left;		
	width: 100%;
	font-size: 1.3em;
	line-height: 1.6em;
}

#content {
	text-align: left;	
	margin: 30px auto;
	padding: 0;
}

#sidebar {
	background: #F0F3E4;
	float: left;
	width: 200px;
	margin: -1.5em 0 1em 0;
	padding: 1em 1em 3em 1em;	/* was 0; */
}

#sidebar h1 {
	font: normal 1.7em Georgia, "Times New Roman", Times, serif;
	color: #6C6E3A;
	padding: 0;
	margin: 0 0 10px 5px;	
	letter-spacing:-1px;	
}

#sidebar ul.sidemenu {
	margin: 0.5em 0 1em 0; 	/* was 5px 0 15px 0; */
	padding: 0;	
	border-top: 1px dashed #D4D4D4;	
}

#sidebar ul.sidemenu li {
	list-style: none;
	border-bottom: 1px dashed #D4D4D4;
	margin: 0;
	padding-left: 1em;
}

#sidebar ul.sidemenu a {
	display: block;
	color: #666666; 
	text-decoration: none;
	padding: 0.2em 0 0.2em 0.5em;	/* was .3em 0 .3em 10px; */
	width: 94%;
}

#sidebar ul.sidemenu a:hover {
	padding: 0.2em 0 0.2em 0.5em;	/* was .3em 0 .3em 10px; */
	color: #CB4721;
	background: #FFF;	
}

#sidebar ul.sidemenu li ul {
	margin: 0.3em -1em 0.5em -1em;
	border: none;
}

#sidebar ul.sidemenu li ul li {
	margin-left: 0.5em;
	border: none;
}

#sidebar img {
	border: none;
}

#sidebar .pushdown {
	position: relative;
	top: 2em;
}

#sidebar .pushdown-2 {
	position: relative;
	top: 0.1em;
	margin: 0;
	padding: 0;
}

.pushdown-3 {
	position: relative;
	top: 0.4em;
	margin: 0;
	margin-top: -0.5em;
	padding: 0;
}

.pushdown-4 {
	position: relative;
	top: 0.15em;
	margin: -0.5em 0.5em 0 0;
	padding: 0;
}

#sidebar .pullup {
	position: relative;
	top: -3em;
	right: -1em;
}

#main {
	margin: 0 20px 10px 0; 
	padding: 0;		
	width: 590px;
	float: left;	
}

#main h1 { 
	font: normal 2.0em Georgia, "Times New Roman", Times, serif;
	letter-spacing: 0.01em;
	color: #111; 	
	padding: 0 0 5px 0;
	margin: 0 15px 20px 15px;
	background: url(../images/bk_dotted.gif) repeat-x left bottom;
}

#main h1 a {
	color: #111;
	text-decoration: none;
}

#main p, #main h1, #main h2, #main h3, #main blockquote, #main form, #main table {
	margin-left: 0;
}

#main h2, #main h3 {
	margin: 1.5em 0 1em 0;
}

#main ul {
}

#main li {
	list-style: disc;
}

#main .read-more {
	background: #FFC;
	font-size: 85%;
	padding: 0.2em;
	margin-left: 1.5em;
	font-weight: bold;
}

#main-wide {
	margin: 0 20px 10px 0; 
	padding: 0;		
	width: 790px;
	float: left;	
}

#main-wide h1 { 
	font: normal 2.0em Georgia, "Times New Roman", Times, serif;
	letter-spacing: 0.01em;
	color: #111; 	
	padding: 0 0 5px 0;
	margin: 0 15px 20px 15px;
	background: url(../images/bk_dotted.gif) repeat-x left bottom;
}

.booklink {
	position: relative;
	top: -0.2em;
	left: 1em;
	background: #F0F3E4;
	padding: 0.3em;
	border: 1px dotted orange;
	margin: 0.5em;
	font-size: 0.6em;
	line-height: 3em;
	color: #C34E23 !important;
	text-decoration: underline !important;
}

.booklink:hover {
	background: #DCE3C0;
}

.note {
	background: #E6EBD2;
	position: relative;
	top: 1.5em;
	padding: 0.3em;
}

.pushright {
	position: relative;
	left: 8em;
}

.pix img {
	background: #E5DCA3;
	padding: 0.3em;
	border: 1px solid #F3A251;
	margin: 0.5em;	
}

#footer-wrap {
	position: relative;
	clear: both;
	padding: 2.5em 0;
	padding-bottom: 20em;	/* force extra space at bottom to get scrollbar on all pages */
	font: normal 1.3em 'Trebuchet MS', Tahoma, sans-serif;
	text-align: left;	
	background: url(../images/footerbg.jpg) repeat-x 0 0;
	color: #CCC;
	width: 100%;
	float: left;	
}

#footer-wrap p {
	margin-left: 0;
}

#footer-wrap h2 {
	font: bold 1.3em 'Trebuchet MS', Tahoma, sans-serif;
	text-transform: uppercase;
	letter-spacing: 0px;
	color: #CC9933;
	margin-left: 5px;
}

#footer-content {	
	margin: 0 auto;		
}

#footer-content a {
	color: #E87529;
	/*font-weight: bold;*/
	border-bottom: 1px dotted #e87529;
}

#footer-content a:hover {
	color: #FFF;
	/*text-decoration: underline;*/
	text-decoration: none;
	border-bottom: 1px solid #fff;
}

#footer-content ul {
	list-style: none;
	margin: 0; padding: 0;	
	width: 98%;
}

#footer-content ul.columns li {
	border-bottom: 1px dashed #272727;	
}

#footer-content ul.columns li.top {
	border-top: 1px dashed #272727;	
}

#footer-content ul.columns li a {
	display: block;
	line-height: 2em;
	font-weight: normal;
	padding-left: 5px;
	width: 98%;
	color: #BDBDBD;
}

#footer-content ul.columns li a:hover {
	background: #202020;
	color: #FFF;
	text-decoration: none;
}

#footer-content .col {
	width: 90%;
	padding: 0 0 30px 0;	
	display: inline;	
}

.float-left  { 
	float: left; 
}

.float-right { 
	float: right; 
}

.align-left  {	
	text-align: left; 
}

.align-right {	
	text-align: right; 
}

.clear { 
	clear: both; 
}


