/* 
css for sagebrushbird.org
Dan Barton 10/20/2004
*/

body {
	font-family: palatino linotype, palatino, garamond, georgia, times new roman, times, serif;
	background-color: #cc9;
}

a {
	color: blue;
	text-decoration: none;
}

a:hover {
	color: red;
}

p {
	padding: 10px;
}

.text-section {
	font-size: 14pt;
	margin: 5px;
}

#container {
	margin: 0 auto;
	width: 100%;
	text-align: center;
	background-color: #fff;
	border: 3px solid #666;
}

#subcontainer {
	margin: 0 auto;
	width: 750px;
}

#subsubcontainer {
	margin: 0 auto;
	position: relative;
	background-image: url('images/logo_withtext.jpg');
	background-repeat: no-repeat;
	background-position: center;
	width: 750px;
	height: 600px;
}

div.link {
	position: absolute;
	text-align: center;
}

#linktop {
	top: 10px;
	left: 300px;
}

#linktl {
	top: 70px;
	left: 50px;
}

#linktr {
	top: 70px;
	right: 50px;
}

#linkml {
	top: 275px;
	left: 5px;
}

#linkmr {
	top: 275px;
	right: 5px;
}


#linkbl {
	bottom: 80px;
	left: 50px;
}

#linkbr {
	bottom: 80px;
	right: 50px;
}

#linkbottom {
	bottom: 30px;
	left: 300px;
}

a.main {
	display: block;
	width: 140px;
	text-decoration: none;
	color: black;
	font-weight: bold;
	font-size: 12pt;
}

a.main:link, a.main:visited {
	background-color: #fff;
}

a.main:active, a.main:hover {
	background-color: #ccf;
	color: black;
}

#footer {
	font-size: 10pt;
	font-style: italic;
	text-align: left;
}

#footer-home {
	width: 100%;
	font-size: 10pt;
	font-style: italic;
	text-align: center;
}

/* Stuff specific to the other pages */

#body-text {
	background-color: #fff;
	border-top: 2px solid #666;
	border-left: 3px #666 solid;
	border-right: 3px #666 solid;
	border-bottom: 3px #666 solid;
	width: 100%;
	background-image: url('images/logo_transp.jpg');
	background-repeat: no-repeat;
	background-position: top center;
}

#heading {
	width: 100%;
	border-top: 3px #666 solid;
	border-right: 3px #666 solid;
	border-left: 3px #666 solid;
	background-color: #fff;
	font-size: 24pt;
	color: #33f;
	white-space: nowrap;
	position: relative;
}

#logo {
	vertical-align: text-bottom;
}

#nav {
	position: absolute;
	right: -1px;
}

#nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#nav li {
	float:left;
	position: relative;
	margin: 0;
}

#nav li a {
	background-color: #99f;
	color: white;
	display: block;
	text-decoration: none;
	font-size: 10pt;
	padding: 3px;
	border-left: 3px #666 solid;
	border-bottom: 3px #666 solid;
}

#nav a:active, #nav a:hover {
	background-color: #ccf;
	color: black;
}

#nav a.current {
	background-color: #ccf;
	color:black
}

ul.iconlist {
	list-style: none;
	margin: 0;
	padding: 0;
}

li.pdf {
	background-image: url(images/pdf.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding-left: 65px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-left: 10px;
}

li.blank {
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding-left: 65px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-left: 10px;
}

li.logolist {
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding-left: 65px;
	padding-top: 15px;
	padding-bottom: 15px;
	height: 55px;
	margin-left: 10px;
}

hr {
	width: 95%;
}

hr.clear {
	clear: left;
}

div.thumbframe {
	background-color: transparent;
	font-size: 10pt;
	width: 325px;
	margin: 5px;
	padding: 3px;
	float: left;
	border: 2px #ccc solid;
	text-indent: 0em;
}

div.floatleft {
	float: left;
	padding: 3px
}

.projectsection {
	font-weight: bold;
}
