/** Redefinitions **/

body {
	margin: 0;
	border: 0;
	
	background-color: #fff;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #676767;
}

h1 {
	font-size: 180%;
	font-weight: bold;
	color: #2ea4af;
	
	margin-top: 0;
	margin-bottom: 10px;
}

h2 {
	font-size: 160%;
	font-weight: bold;
	color: #2ea4af;
	
	margin-top: 0;
	margin-bottom: 10px;
}

h3 {
	font-size: 140%;
	font-weight: bold;
	color: #2ea4af;
	
	margin-top: 0;
	margin-bottom: 10px;
}

h4 {
	font-size: 120%;
	font-weight: bold;
	color: #2ea4af;
	
	margin-top: 0;
	margin-bottom: 10px;
}

h5 {
	font-size: 110%;
	font-weight: bold;
	color: #2ea4af;
	
	margin-top: 0;
	margin-bottom: 10px;
}

h6 {
	font-size: 100%;
	font-weight: bold;
	color: #2ea4af;
	
	margin-top: 0;
	margin-bottom: 10px;
}

p, table, form, ul {
	clear: both;
	margin: 0 0 10px 0;
}

input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: normal;
}

hr {
	margin: 15px 0;
	height: 0;
	border: 0;
	color: #fff;
	background-color: #fff;
	border-top: 1px dotted #9f9f9f;
}

a, a:visited {
	color: #2ea4af;
	text-decoration: underline;
}

a:hover, a:active {
	text-decoration: none;
}

a.arrowLink {
	padding-right: 18px;
	background: #fff url("../images/common/link_arrow.gif") right no-repeat;

	font-size: 110%;
}

/** ##### **/

/** Images **/

img.left {
	float: left;
	margin: 0 10px 10px 0;
}

img.right {
	float: right;
	margin: 0 0 10px 10px;
}

img.centered,
img.left-nowrap,
img.right-nowrap {
	margin-bottom: 10px;
}

span.imageCaption {
	display: block;
	padding: 2px;
	border: 1px dashed #9f9f9f;
	margin: 0 0 10px 0;
}

/** ###### **/

/** Misc **/

.error {
	color: #f00;
	font-weight: bold;
}

.success {
	color: #0a0;
	font-weight: bold;
}

.hide {
	display: none;
	visibility: hidden;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.clearBoth {
	clear: both;
}

.floatLeft50 {
	float: left;
	width: 48%;
}

.floatRight50 {
	float: right;
	width: 48%;
}

.displayNone {
	display: none;
}

.textAlignRight {
	text-align: right;
}

.textAlignCenter {
	text-align: center;
}

.icon {
	border: 0;
	vertical-align: middle;
}

.printOnly {
	display: none;
	visibility: hidden;
}

/** ##### **/

/** Containers **/

div#outerShell {
	clear: both;
	margin: 0 auto;
	width: 780px;
}

div#innerShell {
	float: left;
	clear: both;
	width: 780px;
}

/** ##### **/

/** Top **/

div#top {
	float: left;
	clear: both;
	width: 780px;
	height: 102px;
	background: #fff url("../images/common/top_bg.jpg") top left no-repeat;
	border-bottom: 1px solid #e1e1e1;
}

/** ##### **/

/** Search (Header) **/

div#search {
	float: right;
	width: 28%;
	clear: both;
	margin-top: 30px;
}

div#searchLabel {
	font-size: 110%;
	font-weight: bold;
	color: #fff;
}

div#searchBox {
	float: left;
	width: auto;
	margin-right: 3px;
}

div#searchBox input {
	font-size: 110%;
	border: 1px solid #a5acb2;
}

div#searchButton {
	float: left;
	width: 16px;
	margin-top: 2.5%;
}

/** ##### **/

/** Navigation **/

div#nav {
	float: left;
	clear: both;
	width: 750px;
	padding-left: 30px;
	margin-bottom: 20px;
	background: #000000;
}

div#nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

div#nav ul li {
	float: left;
	width: auto;
	padding: 0;
}

div#nav ul li a,
div#nav ul li a:visited {
	display: block;
	font-size: 110%;
	color: #fff;
	text-decoration: none;
	padding: 5px 0px;
	margin: 0 15px 0 0;
}

div#nav ul li a:hover,
div#nav ul li a:active {
	text-decoration: underline;
}

/** ##### **/

/** Sub-nav **/

div#subnav {
	float: left;
	width: 170px;
	padding: 10px 0;
	background-color: #e5f7f9;
}

div#subnav ul {
	margin: 0 10px;
	padding: 0;
	list-style-type: none;
}

div#subnav ul.sub {
	margin: 5px 0 0 5px;
}

div#subnav ul li {
	padding: 0 0 0 9px;
	margin: 0 0 5px 0;
	background: url("../images/common/subnav_arrow.gif") 0 2px no-repeat;
}

div#subnav a,
div#subnav a:visited {
	color: #676767;
}

div#subnav a:hover,
div#subnav a:active {
	color: #000;
}

div#subnav a.current {
	color: #000;
	font-weight: bold;
}

/** ##### **/

/** Content **/

div#content {
	float: left;
	clear: both;
	width: 730px;
	padding: 0px 20px 0px 30px;
}

div#homeInner {
	float: left;
	clear: both;
	width: 730px;
}

div#inner {
	float: left;
	clear: both;
	width: 730px;
	
	background: #fff url("../images/common/sub_nav_bg.gif") left repeat-y;
}

div#breadcrumbs {
	float: right;
	width: 540px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #9f9f9f;
	margin-bottom: 10px;
}

div#main {
	float: right;
	width: 540px;
}

/** ##### **/

/** Homepage **/

div#homeLeft {
	float: left;
	width: 355px;
}

div#homeRight {
	float: right;
	width: 355px;
}

div.homeBox {
	clear: both;
	margin-bottom: 20px;
}

div.lastBox {
	margin-bottom: 0;
}

div.homeBox div.title {
	padding: 5px 15px;
	
	color: #fff;
	font-size: 120%;
	font-weight: bold;
}

div.homeBox div.title a,
div.homeBox div.title a:visited,
div.homeBox div.title a:hover,
div.homeBox div.title a:active {
	float: right;
	width: auto;
	padding-right: 16px;
	margin-top: 0.5%;

	background: url("../images/home/link_arrow_white.gif") right no-repeat;
	
	color: #fff;
	font-size: 75%;
	text-decoration: none;
}

div.homeBox div.title1 {
	background-color: #50c3ca;
}

div.homeBox div.title2 {
	background-color: #2ea4af;
}

div.homeBox div.title3 {
	background-color: #027884;
}

div.homeBox div.content {
	padding: 10px 15px;
	border-left: 1px solid #9f9f9f;
	border-right: 1px solid #9f9f9f;
	border-bottom: 1px solid #9f9f9f;
}

div.quoteBox {
	clear: both;
	padding: 10px 15px;
	border: 1px dashed #9f9f9f;
	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 120%;
	
	background: #fff url("../images/home/quote_tl.gif") top left no-repeat;
}

div.quoteBox div.body {
	clear: both;
	min-height: 23px;
	margin-bottom: 10px;
	padding: 0 30px;
	background: url("../images/home/quote_br.gif") bottom right no-repeat;
}

div.quoteBox div.author {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 80%;
	font-style: italic;
	text-align: right;
}

div.quoteBox div.submit {
	margin-top: 10px;
	text-align: right;
}

div.quoteBox div.submit a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #676767;
}

/** ##### **/

/** Member Box **/

div#memberBox {
	float: left;
	clear: both;
	width: 728px;
	border: 1px solid #23a4af;
	margin-bottom: 20px;
	background-color: #eff8f9;
}

div#memberBox div.welcome {
	float: left;
	width: 45%;
	padding: 5px 10px;
	font-size: 180%;
	color: #23a4af;
}

div#memberBox div.links {
	float: right;
	width: 45%;
	padding: 5px 10px;
	margin-top: 0.5%;
	font-size: 120%;
	text-align: right;
}

/** ##### **/

/** Edit Fellow Profile Form **/

div.fellowFormContainer {
	float: left;
	width: 518px;
	clear: both;
	
	padding: 10px;
	border: 1px solid #2ea4af;
}

div.fellowFormContainer p {
	font-weight: normal;
}

div.fellowFormButtons {
	float: left;
	clear: both;
	width: 530px;
	padding: 5px;
	margin-bottom: 10px;
	
	text-align: right;
	background-color: #2ea4af;
}

div.fellowFormButtons input {
	width: 80px;
}

/** ##### **/

/** Opportunities **/

table.opportunities td a {
	font-size: 110%;
	font-weight: bold;
}

table.opportunities td a.on {
	display: block;
	padding: 3px;
	color: #fff;
	background-color: #2ea4af;
}

table.opportunities td ul {
	border: 1px solid #2ea4af;
	margin: 0;
	padding: 3px 3px 3px 20px;
}

table.opportunities td ul li a {
	font-size: 100%;
	font-weight: normal;
}

table.opportunities td div {
	border: 1px solid #2ea4af;
	margin: 0;
	padding: 3px;
}

/** ##### **/

/** Forms **/

div.formShell {
	clear: both;
	margin: 0 auto;
	width: 370px;
}

div.formContainer {
	float: left;
	width: 350px;
	clear: both;
	
	padding: 10px;
	border: 1px solid #2ea4af;
}

div.formElementContainer {
	float: left;
	width: 100%;
	clear: both;
	padding: 0 0 10px 0;
}

div.formElementContainer table {
	margin: 0;
	font-weight: normal;
}

div.formElementFullWidth {
	float: left;
	clear: both;
	width: 100%;
	padding: 0 0 10px 0;
	font-weight: bold;
}

div.formElementCol30 {
	float: left;
	width: 30%;
	font-weight: bold;
}

div.formElementCol50 {
	float: left;
	width: 50%;
	font-weight: bold;
}

div.formElementCol70 {
	float: left;
	width: 70%;
	font-weight: bold;
}

div.formElementOptionTextCol {
	float: left;
	width: 45%;
}

div.formElementOptionCol {
	float: left;
	width: 5%;
}

div.formButtons {
	float: left;
	clear: both;
	width: 362px;
	padding: 5px;
	margin-bottom: 10px;
	
	text-align: right;
	background-color: #2ea4af;
}

div.formButtons input {
	width: 80px;
}

.textfield {
	background-color: #fff;
	border: 1px solid #a5acb2;
}

.textfield-required {
	background-color: #ffdddd;
	border: 1px solid #a5acb2;
}

.textfield-ok {
	background-color: #eeffdd;
	border: 1px solid #a5acb2;
}

.textfield-disabled {
	background-color: #ddd;
	border: 1px solid #a5acb2;
}

.textfield-prereq {
	background-color: #ddeeff;
	border: 1px solid #a5acb2;
}

span.required {
	color: #f00;
	font-weight: bold;
}

/** ##### **/

/** Lists **/

div.listContainer {
	clear: both;
	width: 100%;
}

div.listHeader {
	float: left;
	clear: both;
	padding-bottom: 10px;
	border-bottom: 1px solid #9f9f9f;
	margin-bottom: 10px;
}

div.rppControl {
	float: right;
	text-align: right;
}

div.listItem {
	clear: both;
	padding-bottom: 10px;
}

div.listItem a {
	font-weight: bold;
	font-size: 110%;
}

div.listItem a.readMore {
	padding-right: 16px;
	background: url("../images/common/link_arrow.gif") right no-repeat;
	font-weight: normal;
	font-size: 100%;
}

div.listItem span.listItemDate {
	margin: 0;
	font-weight: bold;
}

div.listItemFooter {
	clear: both;
	text-align: right;
	padding-bottom: 10px;
	border-bottom: 1px dotted #9f9f9f;
	margin-bottom: 10px;
}

div.listNavigation {
	padding: 5px 0;
	border-top: 1px dotted #9f9f9f;
	border-bottom: 1px solid #9f9f9f;
}

div.listNavigation table {
	margin: 0;
}

div.listItemFooter a,
div.listNavigation a.next {
	padding-right: 16px;
	background: url("../images/common/link_arrow.gif") right no-repeat;
}

div.listNavigation a.prev {
	padding-left: 16px;
	background: url("../images/common/link_arrow_inv.gif") left no-repeat;
}

/** ##### **/


/** FAQs **/

ul.faqlist {
	margin-left: 30px;
	padding-left: 0px;	
}

.question {
	font-weight:bold;
}

.answer {margin-left: 0px; }

.answer p {margin: 0px;}


/** ##### **/


/** Calendar **/

div.calGotoToday {
	clear: both;
	margin-bottom: 10px;
}

div.calCalView {
	float: left;
}

table.calTable {
	clear: both;
	width: 100%;
	border-left: 1px solid #9f9f9f;
	border-top: 1px solid #9f9f9f;
}

tr.calHeader {
	font-weight: bold;
	border: 0;
	background-color: #2ea4af;
	color: #fff;
}

tr.calHeader td {
	text-align: center;
}

tr.calHeader a,
tr.calHeader a:hover,
tr.calHeader a:visited,
tr.calHeader a:active {
	display: block;
	width: 91%;
	padding: 3px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

tr.calDaysRow {
	background-color: #fff;
	font-weight: bold;
}

table.calTable td {
	border-bottom: 1px solid #9f9f9f;
	border-right: 1px solid #9f9f9f;
}

table.calTable td span {
	display: block;
	padding: 3px;
}

table.calTable td span.today {
	padding: 1px;
	border: 2px solid #2ea4af;
}

tr.calRow a.event,
tr.calRow a.event:hover,
tr.calRow a.event:visited,
tr.calRow a.event:active {
	display: block;
	padding: 3px;
	width: 92%;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	background-color: #e5f7f9;
}

tr.calRow a.today,
tr.calRow a.today:hover,
tr.calRow a.today:visited,
tr.calRow a.today:active {
	padding: 1px;
	border: 2px solid #2ea4af;
}

tr.calEventsMonthHeader td {
	padding: 3px;
}

tr.calEventsMonth td {
	padding: 5px;
}

tr.calEventsMonth td ul {
	margin: 0 0 0 -20px;
}

/** ##### **/

/** Search **/

div.searchContainer {
	clear: both;
	width: 100%;
	text-align: center;
	border-bottom: 1px solid #9f9f9f;
	padding-bottom: 10px;
}

span.searchLabel {
	font-weight: bold;
}

p.searchResultHeader {
	padding: 10px 0;
	margin: 0;
	background-color: #fff;
	border-bottom: 1px dotted #9f9f9f;
}

div.searchRppControl {
	padding: 5px 0;
}

div.searchResultContainer {
	clear: both;
	width: 100%;
	padding-top: 10px;
	border-top: 1px solid #9f9f9f;
}

p.resultHeader {
	font-weight: bold;
}

span.searchHilite {
	font-weight: bold;
	text-decoration: inherit;
	background-color: #ff0;
}

div.searchNoMatches {
	clear: both;
	padding: 10px 0;
	border-top: 1px dotted #9f9f9f;
}

div.searchNavigation {
	padding: 5px 0;
	border-top: 1px dotted #9f9f9f;
	border-bottom: 1px solid #9f9f9f;
}

div.searchNavigation table {
	margin: 0;
}

div.searchNavigation a.next {
	padding-right: 16px;
	background: #fff url("../images/common/link_arrow.gif") right no-repeat;
}

div.searchNavigation a.prev {
	padding-left: 16px;
	background: #fff url("../images/common/link_arrow_inv.gif") left no-repeat;
}

span.searchGraph {
	display: block;
	margin-bottom: 10px;
	color: #000;
	font-weight: bold;
	text-align: right;
	background: #fff url("../images/search/graph.jpg") no-repeat left;
}

/** ##### **/

/** Data Table **/

table.data {
	background-color: #fff;
}

table.data th {
	color: #fff;
	text-align: left;
	background-color: #2ea4af;
}

table.data td {
	background-color: #eff8f9;
}

table.data td.white {
	background-color: #fff;
}

table.data td.label {
	font-weight: bold;
}

/** ##### **/

/** Footer **/

div#mw {
	float: left;
	clear: both;
	width: 730px;
	text-align: right;
	margin: 5px 0 0 0;
	color: #d0d0d0;
}

div#mw a {
	color: #d0d0d0;
}

div#footer {
	float: left;
	clear: both;
	width: 708px;
	border: 1px solid #2ea4af;
	padding: 0 10px;
	margin: 10px 0 15px 0;
}

div#footer ul {
	width: 100%;
	margin: 10px 0;
	padding: 0;
	text-align: center;
	list-style-type: none;
}

div#footer ul li {
	display: inline;
	margin: 0 10px 0 0;
	padding: 0;
}

div#footer ul li a, div#footer ul li a:visited {
	padding: 5px 0 5px 30px;
	font-size: 110%;
	color: #979797;
	text-decoration: none;
}

div#footer ul li a:hover, div#footer ul li a:active {
	text-decoration: underline;
}

div#footer ul li a.rank {
	background: #fff url("../images/common/footer_icon_rank.gif") left no-repeat;
}

div#footer ul li a.youth {
	background: #fff url("../images/common/footer_icon_youth.gif") left no-repeat;
}

div#footer ul li a.ctvc {
	background: #fff url("../images/common/footer_icon_ctvc.gif") left no-repeat;
}

div#footer ul li a.facebook {
	background: #fff url("../images/common/footer_icon_facebook.gif") left no-repeat;
}

div#footer ul li a.linkedin{
	background: #fff url("../images/common/footer_icon_linkedin.jpg") left no-repeat;
}

div#footer ul li a.newsletter {
	background: #fff url("../images/common/footer_icon_newsletter.gif") left no-repeat;
}

div#footer ul li a.privacy {
	background: #fff url("../images/common/footer_icon_privacy.gif") left no-repeat;
}

/** ##### **/

/** Site Map **/

div.sitemapBox {
	clear: both;
	padding: 10px;
	margin-bottom: 10px;
	
	border: 1px solid #9f9f9f;
	
	overflow: hidden;
}

div.sitemapBox a.sectionHome {
	font-size: 120%;
	font-weight: bold;
}

div.sitemapBox ul {
	margin: 10px 10px 0 15px;
	padding: 0;
}

div.sitemapBox ul li {
	margin: 0 0 10px 0;
}

/** ##### **/