/* CSS Document */
html {
	height: 101%;
}
body {
	margin: 0px;
	padding: 0px;
	height: 101%;
	background-image: url("../images/page-shadow.png");
	background-position: center top;
	background-repeat: repeat-y;
}
body, p, input, label, button, textarea, select {
	font-family: "Helvetica", sans-serif;
	font-size: 10pt;
}
form {
	margin: 0;
	padding: 0;
}
button {
	border: none;
	background-color: #f3f3f3;
	padding: 0.125em 0.25em;
	padding-top: 0.25em;
	color: #333333;
	font-size: 0.9em;
	border: solid 1px silver;
	
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
}
.hidden {
	display: none;
}
#page {
	width: 994px;
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -496px;
	background-color: white;
	border-top: solid 1em #7bbd21;
}
#head {
	background-image: url("../images/head-fade.png");
	background-position: left top;
	background-repeat: repeat-x;
	height: 100px;
}
#brand {
	position: absolute;
	left: 2%;
	top: 16px;
	width: 353px;
	height: 81px;
	background-image: url("../images/brand.png");
}
#title {
	position: absolute;
	left: 100%;
	margin-left: 20px;
	top: 24px;
	width: 245px;
	height: 32px;
	background-image: url("../images/title.png");
}
#search {
	position: absolute;
	right: 1em;
	top: 3em;
}
#menu-main ul {
	position: absolute;
	top: 0;
	right: 1em;
	margin: 0;
	padding: 0;
	list-style: none;
}
#menu-main li {
	float: left;
	display: block;
	margin: 0;
	padding: 0;
	background-color: #7bbd21;
}
#menu-main li.current {
	background-color: #69a517;
}
#menu-main li a {
	display: block;
	padding: 0.33em 0.66em;
	color: white;
	text-decoration: none;
	/*text-transform: uppercase;*/
	font-size: 0.9em;
}
#menu-home {
	clear: both;
	width: 96%;
	margin: 20px 2%;
	margin-bottom: 0;
}
#menu-home-sub {
	border-bottom: solid 1em #69a517;
	clear: both;
	width: 96%;
	margin: 0 2%;
}
body.page-services #menu-home-sub {
	border-bottom: solid 1em #5d8db6;
}
body.page-e-coaching #menu-home-sub {
	border-bottom: solid 1em #e97a8c;
}
body.page-clearinghouse #menu-home-sub {
	border-bottom: solid 1em #a15093;
}
body.page-conferences #menu-home-sub {
	border-bottom: solid 1em #7e832f;
}
body.page-commons #menu-home-sub {
	border-bottom: solid 1em #27a07a;
}
body.page-forum #menu-home-sub {
	border-bottom: solid 1em #27a07a;
}
#menu-home ul {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}
#menu-home li {
	float: left;
	display: block;
	margin: 0;
	margin-right: 0.5em;
	margin-bottom: 0.4em;
	padding: 0;
	background-color: #69A517;
}
#menu-home li.current {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0.4em;
}
#menu-home #menu-item-services {
	background-color: #5d8db6;
}
#menu-home #menu-item-e-coaching {
	background-color: #e97a8c;
}
#menu-home #menu-item-clearinghouse {
	background-color: #a15093;
}
#menu-home #menu-item-conferences {
	background-color: #7e832f;
}
#menu-home #menu-item-commons{
	background-color: #27a07a;
}
#menu-home li a {
	display: block;
	padding: 0.75em 0.9em;
	color: white;
	font-size: 1.2em;
	text-decoration: none;
	/*text-transform: uppercase;*/
}
#content {
	position: relative;
	clear: both;
	margin: 0 2%;
	margin-bottom: 2em;
	width: 96%;
	background-image: url("../images/page-fade.png");
	background-position: left top;
	background-repeat: repeat-x;
}
#content-body {
	float: left;
	/*margin-left: 2%;*/
	width: 100%;
}
#content-body-inner {
	margin-top: 2em;
}
body.panelVisible #content-body {
	margin-left: 2%;
	width: 80%;
}
#content-pitch {
	position: relative;
	height: 124px;
	background-position: right top;
	background-repeat: no-repeat;
}
#content-pitch h2 {
	position: absolute;
	bottom: 0.25em;
	left: 0;
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #2167a3;
	font-size: 2.5em;
}
#content-panel {
	display: none;
}
body.panelVisible #content-panel {
	display: block;
	float: left;
	background-color: #d9ebfa;
	width: 18%;
	height: 100%;
	padding-top: 32px;
	background-image: url("../images/panel-fade.png");
	background-position: left top;
	background-repeat: repeat-x;
}
#content-panel-menu {
	margin-top: 1em;
	margin-left: 1em;
}
#content-panel-menu h5 {
	color: #2167a3;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 1.1em;
	margin: 0;
}
#content-panel-menu ul {
	margin: 1em 0em;
	padding: 0;
	list-style: none;
}
#content-panel-menu li {
	margin: 0;
	padding-left: 1em;
	padding: 0.33em 0.5em;
}
#content-panel-menu li.current {
	background-color: white;
}
#content-panel-menu a {
	text-decoration: none;
	color: #2167a3;
}
#content-panel-end {
	height: 120px;
	background-image: url("../images/panel-end.png");
	background-position: left top;
	background-repeat: repeat-x;
}
#foot {
	clear: both;
	width: 100%;
	font-size: 0.8em;
	color: gray;
	text-align: center;
}
form#contact textarea {
	width: 100%;
	height: 6em;
}
/* Resources */
.resources-controls {
	margin-bottom: 1em;
}
.resources-controls div.resource-tags {
	margin-bottom: 0.5em;
}
.resources-controls div.resource-tags-label {
	display: block;
	float: left;
	padding: 0.25em;
	padding-left: 0;
	margin: 0.25em;
	margin-left: 0;
	border: solid 1px #FFFFFF;
	color: black;
	font-weight: bold;
}
.resources-controls span.resource-tag {
	display: block;
	float: left;
	padding: 0.25em;
	margin: 0.25em;
	border: solid 1px #AACCFF;
	background-color: #FFFFFF;
	color: #0066AA;
}
.resources-controls a.resource-tag {
	display: block;
	float: left;
	padding: 0.25em;
	margin: 0.25em;
	border: solid 1px #AACCFF;
	background-color: #DDEEFF;
	color: #0066AA;
	text-decoration: none;
}
.resources-controls span.resource-tag-none {
	border: solid 1px #FFCCAA;
	background-color: #FFFFFF;
	color: #AA6600;	
}
.resources-controls a.resource-tag-none {
	border: solid 1px #FFCCAA;
	background-color: #FFEEDD;
	color: #AA6600;	
}
.resources-controls span.resource-tag-mine {
	border: solid 1px #AAFFCC;
	background-color: #FFFFFF;
	color: #66AA00;
}
.resources-controls a.resource-tag-mine {
	border: solid 1px #AAFFCC;
	background-color: #DDFFEE;
	color: #66AA00;
}
.resources-list a.resource-tag {
	display: block;
	float: left;
	padding: 0.25em;
	margin: 0.25em;
	margin-left: 0;
	margin-right: 0.5em;
	border: solid 1px #AACCFF;
	background-color: #DDEEFF;
	color: #0066AA;
	text-decoration: none;
}
.resources-list div.resource-tags {
	padding: 0.5em 0em;
}
.resources-list div.resource-tags-label {
	display: block;
	float: left;
	padding: 0.25em;
	padding-left: 0;
	margin: 0.25em;
	margin-left: 0;
	border: solid 1px #FFFFFF;
	color: black;
	font-weight: bold;
}
.resources-list table {
	border: solid 1px silver;
	margin-bottom: 1em;
}
.resources-list td {
	padding: 1em;
}
.resources-list .resource-title {
	font-size: 1.5em;
}
.resources-list .resource-url {
	font-size: 0.8em;
	color: gray;
}
.resources-list .resource-user {
	font-size: 0.8em;
}
.resources-list .resource-rating {
	margin-top: 0.5em;
}
.resources-list .resource-rating-meter {
	height: 25px;
	width: 125px;
}
.resources-list .resource-rating-apples {
	height: 25px;
	background-image: url(../images/apple-icon.png);
}