/* GENERAL
_____________________________________________________________________________*/

.edit {
	
}

html {
	margin-bottom: 1px;
	min-height: 100%;
	height: 100%;
}

body, div, dl, dt, dd, ul, 
ol, li, h1, h2, h3, h4, h5, h6, pre, form,
fieldset, th, td, img {
	margin:0;
	padding:0;
	border:0;
}


table {
	font-size:inherit;
	border-collapse: collapse;
	border-spacing: 0;
}

.clear {
	clear: both;
	height: 0px;
	overflow: hidden;
}

img {
	border: 0;
	vertical-align: bottom;
}

cite, code, em, strong, th {
	font-style:normal;
	font-weight:normal;
}
ol, ul {
	list-style:none;
}

th {
	text-align:left;
}

h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight: normal;
}

q:before, q:after {
	content:'';
}

select, input, textarea {
	font-size:99%;
}

* {
	outline: none;
}

/* commented backslash hack \*/
html, body{height:100%;}
/* end hack */
html,body {margin:0;padding:0}

body {
	font: 12px "Lucida Grande", "Lucidia Sans", Arial, sans-serif;
	line-height: 17px;
	color: #333333;
	text-align: center;
}

/* LINKS
_____________________________________________________________________________*/

a {
	text-decoration: none;
	color: #b9c03b;

}

#footer a:hover,
a:hover {
	text-decoration: underline;
	color: #084482;
}


/* STRUCTURE
_____________________________________________________________________________*/

#container {
	margin-left: auto;
	margin-right: auto;
	min-height: 100%;
	height: auto;
	text-align: left;
	width: 1000px;
	position: relative;
}

/*
.home-body #container {
	display: none;
}
*/

#flash-header {
	height: 300px;
	border: 1px solid black;
	margin-bottom: 20px;
}

#flash-container {
	height: 300px;
}


#content-container {
	padding: 20px 0 75px 0;
}

#nav {
	width: 180px;
	padding: 20px 0 0 100px;
	float: left;
}

#content {
	width: 707px;
	float: left;
}

#right {
	width: 0px;
	float: left;
}


/* NAV 
_____________________________________________________________________________*/

.nav-item {
	margin-bottom: 40px;
}

.nav-head a:hover {
	color: #084482
}

.nav-head a,
.nav-head {
	color: #B9C03B;
	font-size: 18px;
	line-height: 28px;
	cursor: pointer;
}

.nav-text {
	width: 95px;
	color: #999999;	
	line-height: 16px;
}

a.navlink {

}

/* CONTENT 
_____________________________________________________________________________*/

.content-div {

}

.content-div.active  {
	display: block;
}


h1 {
	font-size: 42px;
	color: #B8BF3A;
	/*  */
	line-height: 48px;
	margin-bottom: 20px;
	text-indent: -10px;
}

span.brown {
	color: #a38c62; 
}

#content p {
	width: 400px;
	margin: 0 0 17px 0;
}

a#demo-leaf {
	display: block;
	width: 161px;
	height: 161px;
	margin: 40px 0;
	text-indent: -10000px;
	background: url(/images/site/demo-leaf.jpg) no-repeat;
}

input {
	display: block;
	margin-bottom: 14px;
	border: 1px solid #999999;
	color: #666666;
	width: 150px;
	padding: 0 2px 2px 2px;
}

input.submit {
	width: 50px;
	cursor: pointer;
}

.hiddenFields {
	display: none;
}

.hidden {
	display: none;
}

/* TEAM
_____________________________________________________________________________*/


.member-photo {
	width: 115px;
	float: left;
	margin-top: 4px;
	position: relative;
}

.team-category .member-photo {
	width: 55px;
	margin: 4px 4px 4px 0;
}

.team-member {
	margin-bottom: 40px;
}

.member-photo img.mask {
	position: absolute;
	z-index: 5;
}

.member-bio {
	width: 375px;
	float: left;
}

a.team-name {
	color: #60625D;
	font-size: 17px;
	width: 265px;
	background: url("/images/site/teams.jpg") no-repeat;
	padding: 10px 0 9px 15px;
	display: block;
}

.team-category {
	margin-bottom: 50px;
	width: 500px;
}

h4 {
	color: #999999;
	font-size: 18px;
	line-height: 21px;
}

.larger {
	font-size: 14px;
}


/* RIGHT COLUMN
_____________________________________________________________________________*/


/* FOOTER
_____________________________________________________________________________*/

#footer {
	height: 36px;
	position: absolute;
	bottom: 0px;
}

#footer a {
	color: #FFFFFF;
	margin-right: 25px;
	display: block;
	float: left;
	padding-top: 13px;
}

#green-tabs {
	float: left;
	margin-right: 20px;
}

#green-tabs a {
	color: #FFFFFF;
	width: 100px;
	font-size: 11px;
	height: 23px;
	text-align: center;
	background: url(/images/site/footer-tab.jpg) no-repeat; 
	margin-right: 1px;
	text-transform: uppercase;
}

#green-tabs a {
	color: #FFFFFF;

}

/* TOOLTIPS
_____________________________________________________________________________*/

#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 2px;
	opacity: 0.85;
}

#tooltip h3, 
#tooltip div { 
	margin: 0; 
}


/* OVERLAY
_____________________________________________________________________________*/


#nyroModalBg {
	opacity: 1 !important;
}
div#nyroModalFull {
	font-size: 12px;
	color: #777;
}
div#nyroModalLoading {
	border: 4px solid #777;
	width: 150px;
	height: 150px;
	text-indent: -9999em;
	background: #fff url(/images/site/ajaxLoader.gif) no-repeat;
	background-position: center;
}
div#nyroModalLoading.error {
	border: 4px solid #f66;
	line-height: 20px;
	padding: 20px;
	width: 300px;
	height: 100px;
	text-indent: 0;
	background: #fff;
}
div#nyroModalWrapper {
	background: #fff;
	border: 0px solid #777;
}
h1#nyroModalTitle {
	margin: 0;
	padding: 0;
	position: absolute;
	top: -22px;
	left: 5px;
	font-size: 12px;
	color: #ddd;
}
div.wrapper div#nyroModalContent {
	padding: 0px;
}
div.wrapperImg div#nyroModalContent {
	position: relative;
	overflow: hidden;
	text-align: center;
}
div.wrapperImg img {
	vertical-align: baseline;
}
div.wrapperImg div#nyroModalContent div {
	position: absolute;
	bottom: 0;
	left: 0;
	background: black;
	padding: 10px;
	margin: 10px;
	border: 1px white dotted;
	overflow: hidden;
	opacity: 0.2;
	filter: alpha(opacity=20);
}
div.wrapperImg div#nyroModalContent div:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
	cursor: help;
}

div.wrapperSwf a.nyroModalPrev, div.wrapperSwf a.nyroModalNext, div.wrapper a.nyroModalPrev, div.wrapper a.nyroModalNext {
	height: 60%;
	width: 20%;
}

.home-body #nyroModalBg {

}

.home-body div#nyroModalWrapper,
.home-body div#nyroModalLoading {
	border-width: 0px;
}


a#closeBut {
	position: absolute;
	display: block;
	top: 110%;
	right: 48%;
	width: 75px;
	height: 12px;
	color: #FFFFFF;
	outline: 0;
}

.home-body a#closeBut.skipIntro {
	color: #999999;
	right: 41%;
}