/* undohtml.css */
/* (CC) 2004-2005 Tantek Celik. Some Rights Reserved.             */
/*   http://creativecommons.org/licenses/by/2.0                   */
/* This style sheet is licensed under a Creative Commons License. */

/* Purpose: undo some of the default styling of common (X)HTML browsers */


/* link underlines tend to make hypertext less readable, 
   because underlines obscure the shapes of the lower halves of words */
:link,:visited { text-decoration:none }

/* no list-markers by default, since lists are used more often for semantics */
ul,ol { list-style:none }

/* avoid browser default inconsistent heading font-sizes */
/* and pre/code/kbd too */
h1,h2,h3,h4,h5,h6,pre,code,kbd { font-size:1em; }

/* remove the inconsistent (among browsers) default ul,ol padding or margin  */
/* the default spacing on headings does not match nor align with 
   normal interline spacing at all, so let's get rid of it. */
/* zero out the spacing around pre, form, body, html, p, blockquote as well */
/* form elements are oddly inconsistent, and not quite CSS emulatable. */
/*  nonetheless strip their margin and padding as well */
dl,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }

/* who thought blue linked image borders were a good idea? no abbr borders */
a img,:link img,:visited img,abbr { border:0 }

/* de-italicize address,abbr */
address,abbr { font-style:normal }

/* thank you Tantek*/

html, body {
	100%;
}

body {
	background: #fff url(../images/bg/menBG.gif) top left repeat fixed;
}

body, ol, ul, li, p {
	font: .87em/1.4em Verdana, Helvetica, Sans-serif;
	color: #323;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", serif;
	color: #6c1b06;
}

blockquote {
	font-size: 80%;
	line-height: 1.1em;
	margin: 5px 15px;
	padding: 2px;
	background-color: #fffff7;
	border: 1px dashed #e2e2bc;
}
a:link {
	font-weight: bold;
	color: #6c1b06;
}

a:visited {
	color: #630;
}

a:hover {
	background-color: #e2e2bc;
}
a.image:hover {
	background-color: transparent;
}

#wrapit {
	width: 1000px;
	margin: 0 auto;
	padding: 0;
	height: 100%;
}

#nav {
	position: fixed;
	top: 90px;
	left: 0;
	width: 100%;
	padding: 0 0 10px 0;
	background: #895341 url(../images/bg/navBGmen.gif) bottom left repeat-x;
	border-top: 10px solid #898582;
}
#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#nav li {
	padding: 0;
	margin: 0;
}

#nav a {
	display: block;
	background: #664e78 url(../images/bg/navTilemen.gif) top left repeat-x;
	text-decoration: none;
	font: bold 1.3em/1.35em Georgia, "Times New Roman", Times, serif;
	color: #e3e3bd;
	padding: 8px 5px 3.5px 5px;
	margin: 0;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #674e79;
	width: 190px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 180px;
}

html>body #nav a {
	width: 180px;
}
	
#nav a:hover, #nav a.over {
	color: #fff;
	background: url(../images/bg/navTileOmen.gif) top left repeat-x;
}

#nav li ul a {
	background: #e2e2bc url(../images/bg/subNavBG.gif) top left repeat-x;
	font: bold 1.2em/1.2em Georgia, "Times New Roman", Times, serif;
	color: #674e79;
	padding: 2px 5px 2px 10px;
	margin: 0
	border-top: 1px solid #000;
}

#nav a.local {
	color: #fff;
	background: url(../images/bg/navTileOmen.gif) top left repeat-x;
}

#pageWrap {
	position: absolute;
	top: 0;
	left: 180px;
}
	
#contentWrap {
	background: url(../images/bg/contentDS.png) top left repeat-y;
	padding: 0 9px;
	width: 565px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 547px;
}

html>body #contentWrap {
	width: 547px;
}

#banner {
	border-bottom: 10px solid #e1dad6;
	height: 100px;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 90px;
}

#banner a:hover {
	background-color: #fff;
}

html>body #banner {
	height: 90px;
}

#content {
	background-color: #fff;
	padding: 0;
	margin: 0;
}

#meat {
	float: left;
	background-color: #fff;
	padding: 10px 10px 0 10px;
	margin: 0;
	width: 340px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 320px;
}

html>body #meat {
	width: 320px;
}

#meat ul {
	margin-left: 12px;
	list-style: circle outside;
}
#meat ul a:visited {
	font-weight: bold;
}

#meat .right {
	float: right;
	margin: 3px;
	border: 1px solid #6c1b06;
}

#meat .left {
	float: left;
	margin: 3px;
	border: 1px solid #6c1b06;
}

#sidebar {
	margin: 0;
	margin-left: 340px;
	padding-right: 5px;
}

.sideitem {
	margin: 10px 0;
	padding: 5px 10px 5px 5px;
	background-color: #fffff7;
	border: 1px dashed #e2e2bc;
}

.sideitem a:link {
	color: #6c1b06;
	text-decoration: underline;
	font-weight: bold;
}
.sideitem a:visited {
	font-weight: bold;
}
.sideitem a:hover {
	text-decoration: none;
}

#footer {
	clear: both;
	position: relative;
	bottom: 0;
	text-align: right;
	padding: 5px;
	font: .78em/.8em Verdana, Arial, Sans-serif;
	color: #9b83b2;
}

#footer a:link {
	font-weight: normal;
}


#butt {
	margin: 0;
	padding: 0;
	background: url(../images/bg/buttDS.png) top left no-repeat;
	width: 565px;
	height: 6px;
}


/* Styles for Text */
h1 {
	font-size: 1.3em;
	margin: 0 0 10px 0;
}
h2 {
	font-size: 1.1em;
	margin: 0;
}
h3 {
	font-size: 1em;
	margin: 20px 0 0 10px;
	border-top: 2px solid #6c1b06;
}
p {
	margin: 0 0 10px 0;
}

.sideitem p {
	font-size: .78em;
	color: #303;
}
p.caption {
	font-size: .65em;
	color: #aaa;
	text-align: center;
}