/* global.css */


/* general */
body {
	background-image: url(/_img/layout_bg.jpg);
	background-repeat: repeat-x;
	background-color: #DACC93;
}
img {
	border: 0 none;
}
.borderless {
	border: 0 none;
}


/* type */
body {
	font-family: "Lucida Grande", "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	color: #333300;
	font-size: 12px;
}
h1 {
	text-transform: capitalize;
	font-size: 20px;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #003366;
}
h2 a, h2 a:link, h2 a:visited {
	color: #006699;
	border-bottom: 1px dotted #666600;
}
h2 a:hover {
	color: #003366;
	border-bottom: 1px dotted #333300;
}
h3 {
	font-size: 12px;
	font-weight: bold;
}
h4 {
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	color: #666633;
}
a, a:link, a:visited {
	color: #996600;
	text-decoration: none;
	
	border-bottom: 1px dotted #996600;
}
a:hover {
	color: #993300;
	border-bottom: 1px dotted #993300;
	
	background-color: #f2f2cc;
}
p.indent {
	margin-left: 1.5em;
	border-left: 1px solid #CCCC99;
	padding: 0 0 0 .5em;
	
	font-size: 11px;
}
span.attention {
	color: #990000;
	font-weight: bold;
}


/* form */
input, textarea {
	font-family: "Lucida Grande", "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333300;
}	
input.textfield {
	width: 400px;
}
textarea.textarea {
	width: 400px;
	height: 50px;
}
form h4 {
	width: 400px;
	margin: 1em 0 0 0;
}
form#photos span#working {
	display: none;
}


/* layout */
body, html {
	height: 100%;
	min-height: 100%;
	
	margin: 0;
	padding: 0;
	
	text-align: center;
}
div#wrap, div#header, div#nav {
	width: 760px;
	
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
div#wrap {
	min-height: 100%;
	
	top: 0;
	
	padding-bottom: 190px;
	
	background-image: url(/_img/layout_wrap.jpg);
	background-repeat: no-repeat;
	background-color: #ffffff;
}
div#header {
	z-index: 80;
	position: absolute;
	
	top: 0;
	height: 190px;
	
	background-image: url(/_img/layout_header.png);
	background-repeat: no-repeat;
	background-color: transparent;
}
div#nav {
	z-index: 90;
	position: absolute;
	
	top: 160px;
}
div#page {
	width: 660px;
	padding: 30px 50px;

	position: relative;
	top: 190px;
	
}
div#footer {
	clear: both;
	padding: 20px 0;
}
div#footer_inside {
	padding: 10px 0;
	border-top: 1px solid #cccc99;
}
div.hr {
	height: 1px;
	width: 80%;
	
	border-bottom: 1px solid #999966;
	
	margin: 1.5em auto;
	clear: both;
}


/* nav */
div#nav {
	width: 680px;
	padding: 0 40px;
}
#nav a {
	display: block;
	float: left;
	
	position: relative;
	top: -20px;
	
	height: 50px;
	
	margin: 0;
	padding: 0;
	
	overflow: hidden;
	text-indent: -9999px;
	
	background-repeat: no-repeat;
	background-position: center;
	
	border-bottom: 0 none;
}
#nav a:hover {
	border-bottom: 0 none;
	
	background-color: transparent;
	
	top: -18px;
}
#nav a#home {
	background-image: url(/_img/nav_home.png);
	width: 67px;
}
#nav a#contact {
	background-image: url(/_img/nav_contact.png);
	width: 157px;
}
#nav a#documents {
	background-image: url(/_img/nav_documents.png);
	width: 115px;
}
#nav a#news {
	background-image: url(/_img/nav_news.png);
	width: 138px;
}


/* footer */
#footer {
	font-size: 9px;
	color: #666600;
	
	text-align: right;
	
	line-height: 22px;
}
#footer a {
	color: #666600;
	text-decoration: none;
	
	border-bottom: 0 none;
}
#footer a:hover {
	color: #333300;
	
	background-color: transparent;
}
#footer_text {
	display: block;
	float: right;
	height: 20px;
}
#uplyft {
	display: block;
	float: right;
	height: 20px;
	
	padding: 0 24px 0 3px;
	
	background-image: url(/_img/uplyft.png);
	background-repeat: no-repeat;
	background-position: top right;
}
#uplyft:hover {
	background-position: bottom right;
}


/* h1s */
h1.page_head {
	height: 24px;
	
	background-repeat: no-repeat;
	backgroung: transparent;
	
	margin: 0;
}
h1#home {
	width: 119px;
	background-image: url(/_img/head_home.png);
	margin-bottom: 1em;
}
h1#contact {
	width: 150px;
	background-image: url(/_img/head_contact.png);
}
h1#documents {
	width: 346px;
	background-image: url(/_img/head_documents.png);
}
h1#news {
	width: 179px;
	background-image: url(/_img/head_news.png);
}
h1#links {
	width: 205px;
	background-image: url(/_img/head_links.png);
	margin-top: 1em;
}
h1#photos {
	width: 259px;
	background-image: url(/_img/head_photos.png);
}
h1#latest {
	width: 151px;
	background-image: url(/_img/head_latest.png);
}
h1#newsletters {
	width: 154px;
	background-image: url(/_img/head_newsletters.png);
}
h1#not-found {
	width: 86px;
	background-image: url(/_img/head_not-found.png);
}


/* lists */
dl {
	padding: .5em 0;
	margin: -1.3em 0 0 0;
	
	line-height: 1.3em;
}
dl dt {
	position: relative;
	left: 0;
	top: 1.6em;
	
	width: 4em;
	
	font-weight: bold;
	color: #330000;
}
dl dd {
	border-left: 1px solid #CCCC99;
	
	margin: 0 0 0 5em;
	padding: 0 0 .5em .5em;
}
ul {
	list-style: none;
	padding: .5em 0;
	margin: 0;
	
	line-height: 1.3em;
}
ul li {
	border-left: 1px solid #cccc99;
	
	margin: 0 0 0 5em;
	padding: 0 0 .5em .5em;
	
}
ol {
	padding: .5em 0;
	margin: 0;
}
ol li {
	margin: 0 0 0 5em;
	padding: 0 0 .5em .5em;
}
p.indent ol, p.indent ul, p.indent li {
	margin: 0;
	padding: 0;
	line-height: 1em;
	
	font-size: 11px;
}


/* contact page */
div#contact_left {
	float: left;

	width: 320px;
}
div#contact_right {
	float: right;
	
	width: 316px;
}


/* documents page */
a.document {
	margin: 0 15px 15px 0;
	padding: 0 15px 0 40px;
	
	border-bottom: 0 none;
	
	display: block;
	height: 60px;
	width: 270px;
	overflow: hidden;
	float: left;
	line-height: 20px;
		
	border-right: 1px solid #cccc66;
	
	background-image: url(/_img/button_download.png);
	background-repeat: no-repeat;
	background-position: top left;
}
a.document.last {
	border-right: 0 none;
	margin-right: 0;
	padding-right: 0;
}
a.document:hover {
	border-bottom: 0 none;
	background-color: transparent;
	background-position: bottom left;
}
a.document:visited {
	color: #006699;
	border-bottom: 0 none;
}


/* NO LONGER IN USE: newsletters/meetings page */
/*div.newsletter, div.meeting {
	padding: 0 15px;
	margin: 15px 0;
	
	height: 40px;
	width: 100px;
	float: left;
	
	border-right: 1px solid #cccc66;
	
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	
	background-image: url(/_img/button_download.png);
	background-repeat: no-repeat;
	background-position: center;
}
div.newsletter.last, div.meeting.last {
	border-right: 0 none;
}
div.newsletter a, div.newsletter a:link, div.meeting a, div.meeting a:link {
	color: #006699;
	border-bottom: 1px dotted #006699;
}
div.newsletter a:visited, div.meeting a:visited {
	color: #006699;
	border-bottom: 0 none;
}
div.newsletter a:hover, div.meeting a:hover {
	color: #003366;
	border-bottom: 1px dotted #003366;
	background-color: transparent;
}
div.newsletter p, div.meeting p {
	padding: 0;
	margin: 0;
	
	position: relative;
	top: 10px;
}*/


/* home page */
div#submit_your_photo {
	height: 150px;
	width: 100%;
	
	background-image: url(/_img/home_submityourphoto.png);
	background-position: center;
	background-repeat: no-repeat;
	
	margin: 2em 0 0 0;
}
div#home_left {
	float: left;

	width: 220px;
}
div#home_right {
	float: right;
	
	width: 400px;
	
	padding: 10px 16px 16px 10px;
	
	background-image: url(/_img/home_photoholder.png);
	background-repeat: no-repeat;
}
div#home_bottom {
	padding: 0;
	
	clear: both;
}
img#home_photo {
	border: 1px solid #CCCC66;
}
p#photo_caption {
	font-size: 12px;
	line-height: 1.3em;
	color: #666600;

	text-align: right;
	
	margin: 16px 0 16px 6px;
}
p#photo_caption span#photo_credit {
	font-style: italic;
}


/* photos page */
div#photos_top {
	width: 634px;
	height: 150px;
	
	padding: 10px 16px 16px 10px;
	
	background-image: url(/_img/photos_photoholder.png);
	background-repeat: no-repeat;
	
	margin-top: 1.5em;
}
img#preview_photo {
	border: 1px solid #CCCC66;
	
	float: left;
	
	margin-right: 2em;
}


/* feature column */
div#column_top {
	width: 316px;
	height: 10px;
	
	background-image: url(/_img/column_top.png);
	background-repeat: no-repeat;
}
div#column_middle {
	width: 316px;

	background-image: url(/_img/column_middle.png);
	background-repeat: repeat-y;
	
	color: #003366;
	font-size: 11px;
}
div#column_bottom {
	width: 316px;
	height: 15px;
	
	background-image: url(/_img/column_bottom.png);
	background-repeat: no-repeat;
}
div#column_middle p {
	width: 285px;
	
	margin: 0;
	padding: .5em 11px;
}
div#column_middle ul {
	width: 285px;
	font-size: 11px;
	color: #333300;
}
div#column_middle ul li {
	margin: 0 0 0 1.5em;
	line-height: 1em;
}


/* page navigation */
ul.page_navigation {
	list-style: none;
	
	font-style: italic;
	color: #666633;
	text-align: center;
}
ul.page_navigation li {
	display: inline;
	
	border: 0 none;
	
	padding: 0 20px;
	margin: 0;
	
	width: auto;
	
	border-right: 1px solid #cccc99;
}
ul.page_navigation li.last {
	border-right: 0 none;
}
ul.page_navigation a, ul.page_navigation a:link, ul.page_navigation a:visited {
	color: #666633;
	border-bottom: 1px dotted #666633;
}
ul.page_navigation a:hover {
	color: #333300;
	border-bottom: 1px dotted #333300;
}
/*ul.page_navigation li.page_number {
	border-left: 1px solid #cccc99;
	border-right: 1px solid #cccc99;
}*/