body {
	margin: 0;
	padding: 0;
	font-family: Verdana, sans-serif;
	text-align: center;
	line-height: 1.5em;
	color: #111;
	background: #479 url(../images/bg.jpg) top left repeat-x;
	font-size: x-small; /* IE5 Win */
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	font-size: small;
}
html>body { /* be nice to Opera */
	font-size: small;
}

/* LINKS */

a,
a:link, 
a:visited {
	color: #781;
	text-decoration: none;
}

a:hover, 
a:active
{
	color: #671;
	text-decoration: underline;
}

/* TOP */

#wrap {
	position: relative;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	font-size: 95%;
	background: #fff;
	border-right: 2px solid #cd9;	
	border-left: 2px solid #cd9;
	width: 764px;
	voice-family: "\"}\""; 
  	voice-family: inherit;
  	width: 760px;
}
html>body #wrap {
  	width: 760px;
}
#logo {
	background: #fff;
	background-repeat: no-repeat;
	background-position: top right;
	height: 151px;
	padding: 0;
	margin: 0;
}
body#home #logo { background-image: url(../images/photo_placeholder_buffalo.jpg); } 
body#about #logo { background-image: url(../images/cather.jpg); } 
body#work #logo { background-image: url(../images/swiftfox.jpg); } 
body#resources #logo { background-image: url(../images/prairielandscape.jpg); } 
body#support #logo { background-image: url(../images/courthouse.jpg); } 
body#contact #logo { background-image: url(../images/burrowing_owl.jpg); } 

/* TEXT ELEMENTS */

p {
	margin: 1em 0 1em;
	padding: 0;
}
h1 {
	font: 22px Trebuchet, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000;
}
h1.pagetitle {
	display: inline;
}
h2 {
	font: bold 16px Trebuchet, "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #357;
	padding: 0;
	margin: 0 0 1em 0;
	text-transform: uppercase;
}
h2.sectitle {
	display: inline;
}
h2 a:link, h2 a:visited {
	text-decoration: none;
}
h3 {
	font: 14px Trebuchet, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #222;
	padding: 0 0 2px 0;
	margin: 1.2em 0 -.2em 0;
}
blockquote {
	color: #777;
	padding-left: 23px;
}
blockquote.cather {
	margin: 0;
	padding: .8em 0 0;
	border-top: 1px solid #cd9;
	border-bottom: 1px solid #cd9;
	font: normal normal 17px Trebuchet, "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #883;
	text-align: center;
	line-height: 32px;
}
blockquote.cather span.qm {
	color: #ddc;
	font-size: 60px;
	line-height: inherit;
	vertical-align: middle;
}
blockquote.cather em {
	color: #357;
	font-size: 24px;
	font-style: normal;
	line-height: inherit;
}
blockquote.cather span.author {
	color: #357;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	line-height: inherit;
}
code {
	color: #c63;
	font-size: 110%;
	line-height: 1.2em;
	text-align: left;
}
code strong {
	color: #930;
}
abbr, acronym, .popup {
	font-style: normal;
	border-bottom: 1px dotted;
}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}
strike {
	text-decoration: line-through;
}
address {
	margin: 0;
	padding: 0;
	font-style: normal;
}
.hide { display: none; }

/* navigation */
.navcontainer {
	clear: both;
	padding: 0;
	margin: 0;
	background: #bb6;
}

#nav {
	width: 100%;
	float: left;
	font-size: 90%;
	margin: 0;
	padding: 0;
	background: #bb6;
}

#nav li {
	float: left;
	margin: 0; 
	padding: 0;
	display: inline;
	list-style: none;
}
	
#nav a:link, #nav a:visited {
	float: left;
	line-height: 20px;
	font-weight: bold;
	margin: 0;
	padding: 3px 12px 0 8px;
	text-decoration: none;
	color: #000;
	border-bottom: 5px solid #bb6;
}

#nav a:hover {
	color: #fff;
}	
body#home li#homenav a { margin-left: 10px; }
body#home li#homenav a, 
body#about li#aboutnav a, 
body#work li#worknav a, 
body#resources li#resourcesnav a, 
body#support li#supportnav a, 
body#contact li#contactnav a {
	border-bottom: 5px solid #883;
	color: #fff;
}

#secnav ul {
    list-style:none;
}
#secnav a { 
	color: #893;
	text-decoration: none;
}
#secnav a:hover, #secnavlist a:active { color: #671; }
#secnav #current a{
        color: #000;
}

/* main column */

/* Commented Backslash Hack
     hides rule from IE5-Mac \*/
#main-body {clear:both;}
/* End IE5-Mac hack */

#main-body { background: #fff url(../images/dragonfly.jpg) 100% 100% no-repeat;  }
.contentwrap { 
	padding-bottom: 4em;
} 

#content {
	float: left;
	margin: 0;
	padding: 45px 43px;
	width: 524px; /* for IE5/Win */
	voice-family: "\"}\""; 
  	voice-family: inherit;
  	width: 439px;
}
html>body #content { /* be nice to Opera */
	width: 439px;
}
#callout {
	float: right;
	margin: 0 0 0 2em;
	width: 100px; 
}

#content img {
	margin: 5px;
}

/* LISTS */

#content ul {
	margin: 1em 0 1em 0;
	padding-left: 24px;
}
#content ul li,
#content ol li {
	padding: 0 0 4px 21px;
	line-height: 1.3em;
	background: url(../img/li_box.gif) no-repeat 0 1px;
}
#content dl dd {
	margin: 0;
	padding: 0 0 1em 0;
}
#content dl dt {
	font-weight: bold;
}
#content dl dt span {
	font-weight: normal;
}

/* LEFT COLUMN */

#sidebar {
	position: relative;
	line-height: 1.7em;
	margin: 0 0 0 524px;
	padding: 26px 16px 100px 0;
	font-size: 90%;
}

#sidebar a,
#sidebar a:link, 
#sidebar a:visited, 
#sidebar a:hover,
#sidebar a:active {
	font-weight: bold;
}

#sidebar h3 {
	padding: 0 0 2px 0;
	margin: 2em 0 8px 0;
	color: #357;
	border-bottom: 1px solid #cd9;
	font: normal normal 13px Trebuchet, "Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
#sidebar h4 {
	font-weight: bold;
	font-size: 100%;
	margin: 0;
}
#sidebar p, #sidebar dt {
	margin:0 0 1em 0;
}
#sidebar ul {
	margin: 0 0 1em 16px;
	padding: 0;
}
#sidebar li {
	margin: 0;
	padding: 0;
	line-height: 1.4em;
}

#sidebar ol li {
	padding-bottom:4px;
}

#sidebar dl, #sidebar dt, #sidebar dd {
	margin: 0;
	padding: 0;
}
#sidebar dt {
	letter-spacing: 0.2em;
	text-transform: uppercase;
}
	
/* footer */

#footer {
/*	position: relative; */
	clear: both;
	padding: 15px 15px 15px 43px;
	background: #dda;
	color: #000;
	font-size: 90%;
}
#footer span {
	font: normal normal 13px Trebuchet, "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #357;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
#footer a, #footer a:link, #footer a:visited {
	color: #357;
	font-weight: normal;
}
#footer a:hover {
	color: #135;
	font-weight: normal;
}
#footer p {
	margin: 0;
	padding: 8px 0 0 0;
}

/* Fixes float escaping bug in IE/Win, hides from IE Mac \*/
* html #footer p { height: 1%; }
/* End hide from IE Mac */

#footer a {
	color: #000;
}
#footer a:hover {
	color: #666;
}

/* form elements */

#contactform {
	padding: 15px;
	background: #fff;
	border: 1px solid #ddd;
	}
#contactform dl {
	margin: 0;
	padding: 0;
	}
#contactform dt {
	color: #333;
	}
#contactform dt em {
	color: #999;
	font-weight: normal;
	font-style: normal;
	}
#contactform #realname, #contactform #email, #contactform #url {
	width: 200px;
	border: 1px solid #ccc;
	padding: 2px;
	color: #444;
	}
#contactform textarea {
	width: 400px;
	height: 180px;
	font-family: inherit;
	font-size: 120%;
	border: 1px solid #ccc;
}
select, input {
	font-size: 11px;
	font-family: Verdana, sans-serif;
}
select {
	margin-bottom: 4px;
}
select.side {
	width: 170px;
}
input.text, input.searchbox {
	background: #fff;
	border: 1px solid #999;
	color: #666;
}
input.button {
	background: #777;
	color: #fff;
	border: 1px solid #999;
	text-transform: uppercase;
	padding: 0;
}
input.button:hover {
	background: #ccc;
	color: #666;
}
input.buybutton {
	background: #eee;
	color: #000;
	border: 1px solid #aaa;
	text-transform: uppercase;
	padding: 0;
}
	
/* photos */

div.photofloat {
  float: left;
	margin: 1em 0 0 0;
	padding: 0 23px 15px 0;
	background: #fff;
}
div.photofloat img {
	border: 1px solid #000;
}

img#photo {
	padding: 10px;
	border: 1px solid #ccc;
}

#sidebar li.active a:link, 
#sidebar li.active a:visited {
	color: #333;
	font-weight: bold;
	text-decoration: none;
}

div.thumbfloat {
	float: left;
	margin: 4px 5px 0 0;
	padding: 1px;
	border: 1px solid #bbb;
}
div.thumbfloat:hover {
	border: 1px solid #666;
}

div.rightphoto  {
	margin: 10px;
	padding: 10px;
	float : right;
	width: 250px;
	color : #666;
	font-size: 11px;
}

/* tables */
table, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: top;
}
th, td {
	padding: 3px;
} 


/* Additions, May 06 */

#homeBanners {
             
}

#homeBanners img {
  margin:0 0 0 2px !important;  
}

#homeBanners a img {
  border:none;  
}