body { background-color: #6b7837; }

/* Home Links */
div#HomeLink1 {
	position: absolute;
	top:0px; left: 22px;
	z-index: 2;
	cursor: pointer;
}
div#HomeLink2 {
	position: absolute;
	top:0px; left: 382px;
	z-index: 2;
	cursor: pointer;
}


/* GlobalNav */
div#GlobalNav {
	height: 18px;
	width: 604px;
	top: 156px; left: 335px;
	position: absolute;
	z-index: 100;
}

/* SideBar Nav */
div#LeftNav {
	margin-bottom: 32px;
}
div#LeftNav ul {
	font-family: Verdana, Geneva, sans-serif;
  letter-spacing: -.05em;
  
	list-style-type: none;
	margin-left: 4px;
}
div#LeftNav ul ul li.active {
	background: transparent url('/template/images/misc/nav-dot.jpg') no-repeat;
	background-position: 0px 5px;
}
div#LeftNav ul ul li.active span, div#LeftNav ul ul li a {
	margin-left: 14px;
}
div#LeftNav ul ul {
	margin-left: 2px;
}
div#LeftNav ul ul ul li.active span, div#LeftNav ul ul ul li a {
	margin-left: 20px;
}



/* BreadcrumbNav */
div#BreadcrumbNav {
	height: 40px;
	width: 398px;
	position: absolute;
	top: 189px; left: 335px;

	overflow: hidden;
	font-family: Verdana, Geneva, sans-serif;
  /*letter-spacing: -.05em;*/
	font-size: 0.85em;
	/*text-transform: uppercase;*/
	font-variant: small-caps
}
div#BreadcrumbNav, div#BreadcrumbNav a {
	color: #cbaa71;
}
div#BreadcrumbNav a:hover {
	color: white;
}
div#BreadcrumbNav a + a, div#BreadcrumbNav a + span {
	margin-left: 3px;
	padding-left: 10px;
	
	background: transparent url('/template/images/misc/nav-sep.jpg') no-repeat left 4px;
}



/* Search */
label.search { display: none; }
div#Search {
	position: absolute;
	top: 189px; left: 790px;
	width: 150px;
}
input#SearchBox {
	background: none;
	border: none;
	height: 16px;
	width: 140px;
	
	color: #999;
}
input#SearchBox.active {
	color: #000;
}

/* 
framed thumbnail 
thumbnail should be 65x65
*/

div.framedThumb {
	background: url('/template/images/small-frame.png') no-repeat top left;
	margin: 0px 6px;
}
div.framedThumb img {
	margin: 6px 8px 5px 8px;
	border: none;
}



/* Main Content Images */
div#MainContent img {
	margin: 0px 18px;
	border: 1px solid #5F2A00;
}
div#MainContent img.plain {
	border: 0;
	margin: 0;
}


div#Footer {
	height: 50px;
	text-align: center;
	font-size: 0.85em;
	
	font-family: Verdana, Geneva, sans-serif;
	letter-spacing:-.05em;
}


/* Footer */
div.footer1 {
	margin-top: 8px;
	text-align: center;
	font-size: 1.0em;
	line-height: 1.8em;
}
div.footer1 a {
	font-size: 1.2em;
}
div.footer1 a.small {
	font-size: 1.0em;
}


div.footer2 {
	margin-top: 6px;
	color: #CBAA71;
	text-align: right;

	letter-spacing: -0.1em;
	color: #b3c17c;
	position: relative;
	top: 50px;
}
div.footer2 a {
	color: #c0ce88;
	text-decoration: none;
}
div.footer2 a:hover {
	color: #f0feb6;
	text-decoration: underline;
}



/* Staff Directory */
div#StaffDirectory td {
	padding: 4px 0px 4px 0px;
	font-size: 0.90em;
	
	white-space: nowrap;
}

div#StaffDirectory table {
	padding: 2px 0;
	border-top: 1px solid #5F2A00;
	border-bottom: 1px solid #5F2A00;
}


/* Signup Forms */
div#SignupForm table {
	width: inherit;
}

div#Errors {
	border: 2px solid #600;
	background-color: #5F2A00;
	padding: 12px;
	font-weight: bold;
	margin: 12px;
}

/* Atlas forms */
#SignupForm td {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.05em;
}
#SignupForm textarea {
	height: 80px;
}


textarea {
	height: 110px;
}