/* Color swatches
tan: e7e0d1
brown: ac9380
dark brown text: 582700
background tan: b9ab96
*/

/* === GENERAL TYPOGRAPHY STYLES === */

* {
	margin:0;
	padding:0;
	}
body {
	margin:0; 
	padding:0; 
	background:#b9ab96 url(../images/bg-gradient.jpg) repeat-x; 
	text-align:center; /* center layout in older browsers */
	}
p, ul, ol {
	margin:0.5em 0 1em 0; 
	line-height:1.5em; 
	}
p {

	}
ul {
	padding:0 0 0 15px; 
	list-style-type:square; 
	}
ol {
	padding:0 0 0 15px; 
	list-style-type:decimal; 
	}
ul ul, ol ol {
	margin:0; 
	}
a {
	text-decoration:underline; 
	}
a:link {
	color:#900; 
	}
a:visited {
	color:#963; 
	}
a:hover {
	color:#c00; 
	}
a:active {
	color:#963; 
	}
h1, h2, h3, h4, h5, h6 {
	
	}
h1 { 
	font-size:200%; 
	}
h2 {
	font-size:160%; 
	}
h3 {
	font-size:140%; 
	}
h4 {
	font-size:120%; 
	}
h5 {
	font-size:120%; 
	}
h6 { 
	font-size:120%; 
	}
h1+p, h1+ul, h1+ol, h2+p, h2+ul, h2+ol, h3+p, h3+ul, h3+ol, h4+p, h4+ul, h4+ol, h5+p, h5+ul, h5+ol, h6+p, h6+ul, h6+ol {
	margin-top:0.1em; /* set headings close to subsequent text */
	}
input, textarea, select {
	border:1px solid #666; 
	}

/* === CONTAINER TAG STYLES === */

#page {
	position:relative; /* position must be set to absolutely position children within */
	width:920px; 
	margin:0 auto; /* center layout in browser */
	text-align:left; 
	}
#contentWrapper, #navigation, #header, #headerGraphic, #leftColumn, #siteTools { /* list of positioned containers */
	position:absolute; 
	font-size:76%; 
	}
#contentWrapper {
	top:70px; 
	padding:280px 0 0 175px;
	padding:0;
	background:#e7e0d1 url(../images/bg-map-content.jpg) no-repeat; 
	}
#content {
	float:left;
	width:570px; 
	min-height:280px;
	margin:280px 0 0 175px;
	}
#supplement {
	float:left; 
	width:145px; 
	margin:280px 15px 0 15px;
	}
#footer {
	clear:both;
	margin:0 0 0 -175px;
	margin:0;
	padding:35px 0 0 0; 
	background:#b9ab96 url(../images/bg-footer.jpg) no-repeat; 
	font-size:9px; 
	width:920px; 
	}
#footerLinks {
	float:left;  
	}
#copyright {
	float:left;
	}
#headerGraphic {
	top:140px;
	left:175px;
	width:730px;
	height:195px;
	overflow:hidden;
	}
#leftColumn {
	top:125px;
	left:0;
	width:145px;
	padding:15px;
	}
#subnavigation {
	margin:0 0 15px 0;
	padding:10px;
	background-color:#d2c8bb;
	}
#library {
	
	}
#header {
	width:100%; 
	height:100px; 
	background:#e7e0d1 url(../images/bg-map-header.jpg) no-repeat; 
	}
#logo {
	margin:16px 0 0 22px;
	}
#navigation {
	top:100px; 
	width:100%; 
	height:25px; 
	background:#ac9380; 
	} 
#navigationSpecialLink {
	position:absolute;
	right:10px;
	} 
#siteTools {
	top:5px;
	right:0;
	font-size:69%; 
	}
#siteSearch {
	float:right;
	margin:0 10px;
	}
#quickLinks {
	float:right;
	margin-top:2px;
	}
	
/* === SPECIFIC CHILDREN STYLES === */

#content table {
	font-size:131%; /* this percentage of the inherited size will reset table to 100% */
	}
#content td {
	font-size:76%; /* font size must be reset because some browsers do not allow tables to inherit sizes */
	}
#navigationSpecialLink a {
	display:block;
	margin:4px 0 0 0;
	padding:0 22px 0 0;
	background:transparent url(../images/arrow-right-lg-off.gif) 100% 1px no-repeat;
	}
#subnavigation ul {
	list-style-type:none;
	margin:0;
	padding:0;
	line-height:1.2em;
	}
#subnavigation li {
	border-bottom:1px solid #630;
	padding:0.5em 0;
	}
#footerLinks ul {
	list-style-type:none;
	margin:0;
	padding:0;
	line-height:inherit;
	}
#footerLinks li {
	float:left;
	margin:0 0 0 0.5em;
	}
#siteTools ul {
	list-style-type:none;
	margin:0;
	padding:0;
	line-height:1em;
	}
#siteTools li {
	float:left;
	padding:0 7px 2px 8px;
	background:transparent url(../images/spacer-brown.gif) 0% 0% repeat-y;
	}
#siteTools li.first {
	background-image:none;
	}
#siteSearch .btnGo {
	border:0;
	margin:0 0 -2px 0;
	}

/* BEGIN SON OF SUCKERFISH DROPDOWN MENU
http://www.htmldog.com/articles/suckerfish/dropdowns/ */

#navigation ul { 
	float:left;
	padding: 0;
	margin: 0;
	list-style-type: none;
	line-height: 1;
	}
#navigation a {
	display: block;
	}
#navigation li { 
	float: left;
	padding:6px 22px; 
	}
/*#navigation li li { 
	border-bottom:1px solid #666; 
	padding:7px 21px 7px 15px; 
	background-image:url(../images/spacer.gif);  
	width:114px; 
	}
#navigation li ul { 
	position: absolute;
	background: #ccc;
	width: 150px;
	left: -999em; 
	}
#navigation li ul ul { 
	margin: -1em 0 0 150px;
	}
#navigation li:hover ul ul, #navigation li:hover ul ul ul, #navigation li.sfhover ul ul, #navigation li.sfhover ul ul ul {
	left: -999em;
	}
#navigation li:hover ul, #navigation li li:hover ul, #navigation li li li:hover ul, #navigation li.sfhover ul, #navigation li li.sfhover ul, #navigation li li li.sfhover ul { 
	left: auto;
	}*/

/* END SON OF SUCKERFISH DROPDOWN MENU */

/* http://www.positioniseverything.net/easyclearing.html */
#navigation:after, #navigation ul:after, #contentWrapper:after, #siteTools:after, #siteTools ul:after, #footer:after, #footerLinks ul:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden; 
	}

/* === COMMONLY USED HACKS === */

/* http://www.positioniseverything.net/easyclearing.html 
containerTagForFloatedElements:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden; 
	} */

/* http://tantek.com/CSS/Examples/boxmodelhack.html 

#divWithHorizontalPaddingAndWidth {
	padding:0 20px; 
	width:500px; 
	voice-family:"\"}\""; voice-family:inherit; 
	width:460px; 
	}
	html>body #divWithHorizontalPaddingAndWidth {
		width:460px; 
		} */

/* http://www.webcredible.co.uk/user-friendly-resources/css/more-css-tricks.shtml 

#containerWithMinimumHeight {
	height:100px; 
	}
	html>body #containerWithMinimumHeight {
		height:auto; 
		min-height:100px; 
		} */
