/************************************
basic elements 
************************************/
* {
	padding: 0;
	margin: 0;
}
body { 
	font: 9pt/14pt "trebuchet ms"; 
	color: #555753; 
	background: #fe9b97 url(../images/photography/bg.gif) no-repeat fixed center;
	}

p { 
	font: 9pt/14pt trebuchet ms; 
	margin-top: 0px; 
	text-align: justify;
	}
h3 { 
	font: italic normal 12pt trebuchet ms; 
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	color: #7D775C;
	}
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #9fcfff;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none;
	color: #D4CDDC;
	}
a:hover, a:active { text-decoration: underline; color: black; }
acronym {
	font-style: italic;
	font-weight: bold;
	}
/********************************************
specific divs 
********************************************/

#container { 
	padding: 10px;
	width: 412px;
	position: absolute;
	left: 50%;
	margin-left: -215px;
	}
#header { background-image: url(../images/photography/buffy.gif); position: relative; top: 0; width: 778px; height: 224px; margin-left: -180px; }
#intro { 
	margin-top: 30px;
	}
#pageHeader { 
	margin-bottom: 20px;
	}

/* using an image to replace text in an h1. This trick courtesy Douglas Bowman, http://www.stopdesign.com/articles/css/replace-text/ */

#pageHeader h1 { 
	position: fixed !important;
	position: absolute;  /* For IE */
	top: 0 !important;
	left: 0;
	background-position: 50% top;
	background-repeat: no-repeat;
	width: 100%;
	height: 224px;
	z-index: 10;
	}
#pageHeader h1 span {
	display:none
	}
#pageHeader h2 { 

	}
#pageHeader h2 span {
	display:none;
	}	
h3 span {
	float: left;
	background: #e3c2b2 url(../images/photography/bg.gif) no-repeat fixed 0px 0px !important;
	background: #e3c2b2 url() no-repeat fixed 0px 0px; /* For IE */
	background-position: center !important;
	color: #000000; 
	border: solid #fff 1px;
	text-align: center;
	font-size: 14pt;
	border-width: 0 1px 1px 0;
	padding: 0 10px 5px 0;
	margin: -1px 10px 0 -11px;
}

.p1, .p2, .p3 {
	margin-bottom: 1em;
	line-height: 12pt;
}

#quickSummary {
	position: absolute;
	top: 300px;
	left: 0;
	margin-left: -170px;
	width: 150px;
	padding: 5px;
	color: #fff;
	border: solid 1px;
	background: #035b05 url(../images/photography/bg_dark.gif) no-repeat fixed center !important;
	background: #035b05 url() no-repeat fixed 0px 0px; /* For IE */
	}
	
#quickSummary p {
	font: 10pt trebuchet ms; 
	text-align: center;
	margin-bottom: 3px;;
	}
#quickSummary .p1 {
	margin-bottom: 10px;
	}
#preamble { z-index: 9; }
#preamble, #wisdom, #explanation, #benefits, #requirements {
	padding: 0 10px 0px 10px;
	color: white;
	border: 1px solid #fff;
	margin-bottom: 2em;
	background: #035b05 url(../images/photography/bg_dark.gif) no-repeat fixed 0px 0px !important;
	background-position: center !important;
	background: #035b05 url() no-repeat fixed 0px 0px; /* For IE */
	}
#supportingText {
	margin-bottom: 60px;
	}

/***************************************************
Navigation
***************************************************/
	
#linkList {
	position: absolute;
	top: 290px;
	margin-left: 430px;
	width: 160px;
	background: #035b05 url(../images/photography/bg_dark.gif) no-repeat fixed center !important;
	background: #035b05 url() no-repeat fixed 0px 0px; /* For IE */
	color: #ddd;
	border: solid 1px #fff;
	text-align: center;
	z-index: 22;
	}
#linkList2 { 
	font: 10px verdana, sans-serif; 
	}
#linkList ul {
	margin: 0px;
	padding: 0px;
	}
#linkList ul li:hover {
	background-color: #4F5F9F;
	}
		
/**** Designs ****/
#linkList h3.select {   
	background: transparent url(../images/photography/photos.gif) no-repeat top left; 
	border-bottom: 1px solid #fff;
	width: 160px; 
	height: 45px;
	margin-bottom: -1px;
	}
#linkList h3.select span {
	display:none
	}
#linkList h3.favorites span {
	display:none
	}
#lselect li {
	border-top: .1em dashed #fff;
	}
#lselect li a:link { 
	color: #fff;
	display: block;
	}
#lselect a:link.c, #lselect a:visited.c {
 	display: inline;
	font-style: italic;
	color: #CFCFCF;
	}
#linkList li a:visited {
	color: #ddd;
	}
	
/**** Archives ****/
#linkList h3.archives { 
	background: transparent url(../images/photography/go_back.gif) no-repeat top left; 
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	margin-top: -1px !important;
	margin-top: 0; /* for IE */
	width: 160px; 
	height: 37px; 
	}
#larchives li {
	height: 7px;
	line-height: 10pt;
	}
#larchives a {
	color: #fff;
	}
#linkList h3.archives span {
	display:none
	}
	
/**** Resources ****/
#linkList h3.resources { 
	background: transparent url(../images/photography/resources.gif) no-repeat top left; 
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	width: 160px; 
	height: 37px; 
	}
#linkList h3.resources span {
	display:none
	}
#lresources li {
	height: 5px;
	line-height: 8pt;
	}
#lresources a {
	color: #fff;
	}
#linkList li {
	line-height: 1em; 
	list-style-type: none;
	display: block; 
	padding: 8px 0 8px 0;
	text-align: center;
	}
