/*
colors

Background		#ccf

*/

samp {
	color: red;
}

form, img {
	margin: 0;
	padding: 0;
	border: none;
}

body {
	background-color: #ccc;
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #333;
	line-height: 1.6;
}

hr {
	border: none;
/* POV
	height: 1px;
	background-color: #ccc;
	color: #ccc;
LDI:*/
	height: 3px;
	background-color: #006699;
	color: #006699;
	clear: left;
}

h1, h2 {
	font-weight: normal;
	margin: 0;
	line-height: normal;
}

a {
	color: #1d3c8d;
}
a:visited {
}
a:hover {
	color: black;
}
a:active {
}

.pdf, .doc {
	background: url('../images/PDF.png') no-repeat;
	height: 24px;
	display: block;
	margin-top: 5px;
	padding: 5px 5px 2px 30px;
}
	.doc {
		background-image: url('../images/doc.png');
	}

body .error {
	color: red;
}

body .wrapper {
	margin: auto;
	width: 989px;
	border: 4px solid #999;
	border-top: none;
	border-bottom: none;
	background-color: white;
	position: relative;
}

	body .header {
		font-size: 11px;
		color: #666;
		text-align: right;
		padding: 10px 30px;
		height: 80px;
		position: relative;
		background: rgb(229,229,229) url('../images/header.png') no-repeat;
		border-bottom: 1px solid white;
		line-height: 16px;
	}
		.header a {
			color: #666;
/*			text-decoration: none;*/
		}
		
		body .logo {
			float: left;
			position: absolute;
			top: 49px;
			left: 36px;
		}
		body .search {
			margin-top: 10px;
		}

	body .mainnav, body .subnav {
		list-style: none;
		padding: 0;
		margin: 0;
	}
	body .mainnav {
		background: url('../images/nav_gradient.png') repeat-x;
		height: 24px;
	}
	body .subnav {
		margin-top: 1px;
		background: #1d3c8d;
		padding-top: 6px;
		margin-bottom: 5px;
	}
	.schools .subnav, .schools .donate {
		background: #8c0715;
	}
	.consulting .subnav, .teaching .subnav, .consulting .donate, .teaching .donate {
		background: #006b39;
	}
		.mainnav li {
			display: inline;
		}
		
		.subnav li {
			display: inline;
		}		
			.mainnav a, a.donate {
				padding: 5px 12px;
				line-height: 24px;
				border-right: 1px solid white;
				border-bottom: 1px solid white;
				color: white;
				margin-right: -3px;
				text-decoration: none;
			}
			a.donate {
				background-color: #1d3c8d;
				position: relative;
				top: 30px;
				border: 1px solid white;
			}
			.subnav a {
				color: white;
				line-height: 22px;
				padding: 5px 12px 4px;
				text-decoration: none;
			}
				.mainnav a:hover, .mainnav .on a {
					background-color: #1d3c8d;
				}
				.mainnav .schools a:hover, .mainnav .schools.on a {
					background-color: #8c0715;
				}
				.mainnav .consulting a:hover, .mainnav .teaching a:hover, .mainnav .consulting.on a, .mainnav .teaching.on a {
					background-color: #006b39;
				}
				.mainnav .on a {
					border-bottom: 1px solid #1d3c8d;
				}
				.mainnav .schools.on a {
					border-bottom: 1px solid #8c0715;
				}
				.mainnav .consulting.on a, .mainnav .teaching.on a {
					border-bottom: 1px solid #006b39;
				}
				/* hide home link on homepage
				.index .mainnav .index a {
					display: none;
				} */
				.index .mainnav .first a {
					border-bottom: 1px solid white;
				}
				.subnav a:hover, .subnav .on a {
					background: white;
					color: black;
				}
		body .subnav_spacer {
			background: #e0ebf5;
			height: 28px;
			margin-top: 1px;
			margin-bottom: 8px;
		}

body .content {
	width: 400px;
	margin-left: 261px;
	margin-bottom: 100px;
}
	.content h1 {
		font-size: 28px;
	}
	.content h2 {
		font-size: 18px;
	}

	.contact label {
		font-weight: bold;
	}
	.wide input, .wide textarea {
		width: 100%;
		margin-bottom: 10px;
	}
	.wide input.button {
		width: auto;
	}
	.wide input[type="checkbox"] {
		width: auto;
		margin-left: 0;
	}
	.wide input[type="radio"] {
		margin-bottom: 0;
	}

.date {
	display: block;
	color: black;
	font-size: 10px;
	margin-top: 10px;
}

.more {
	background: url('../images/arrow.png') no-repeat;
	background-position: right;
	padding-right: 12px;
}
	.advanced.more {
		margin-right: 65px;
		font-size: 10px;
	}
	.read.more {
		color: #666;
		font-family: "Times New Roman", Times, serif;
		text-transform: uppercase;
		font-size: 10px;
		display: block;
		text-decoration: none;
	}
	.more.title {
		margin-bottom: 20px;
	}

body .related {
	padding: 20px;
	font-size: 11px;
	line-height: 15px;
	float: right;
	width: 300px;
	margin-right: 60px;
}
	.related h2 {
		font-size: 14px;
		font-weight: bold;
		margin-bottom: 0;
	}
	.related h3 {
		color: #666;
		font-size: 14px;
		margin: 0;
	}
	.related h4 {
		font-size: 12px;
		margin: 8px 0 4px;
	}
	.related p {
		margin: 4px 0 0;
	}
	.related .date {
		display: inline;
		font-size: 11px;
	}
	.related .read.more {
		float: right;
	}

		
body .footer {
	border-bottom: 6px solid #1d3c8d;
	font-size: 10px;
	color: #999;
	padding: 8px 261px;
	clear: both;
}
	.schools .footer {
		border-bottom-color: #8c0715;
	}
	.teaching .footer, .consulting .footer {
		border-bottom-color: #006b39;
	}
	.footer a {
		color: #999;
	}


/** Homepage **/
body .hero {
	float: left;
}
.homepage .related {
	margin-right: 0;
	padding: 23px 30px;
	height: 212px;
	width: 235px;
	color: #330;
	background: #dbdbb7;
	border: none;
	float: right;
	
	font-size: 14px;
	line-height: 1.5;
}
	.homepage .related h2 {
		margin-top: 0;
		font-size: 20px;
		line-height: 1em;
		margin-bottom: 0.5em;
		
/*		red floating bar display
		font-family: "Times New Roman", Times, serif;
		position: absolute;
		left: 0;
		top: 380px;
		width: 653px;
		color: white;
		font-weight: bold;
		padding: 10px 20px;
		background: rgb(50,0,0);
		background: rgba(50,0,0,0.4);*/
	}
.homepage .content {
	width: auto;
	margin: 0;
}
	body .subarea, .homepage .subarea {
		float: left;
		border-top: 16px solid black;
		padding: 20px;
		font-size: 11px;
		line-height: 15px;
		margin-right: 1px;
		height: auto;
		background: none;
		color: #333;
		overflow: hidden;
	}
		.subarea.education {
			width: 214px;
			border-color: #8c0715;
		}
		.subarea.business {
			width: 208px;
			border-color: #006b39;
			padding-left: 0;
		}
		.subarea.culture {
			width: 189px;
			padding-left: 0;
			border-color: #1d3c8d;
		}
		.homepage .announcements {
			width: 255px;
			border-color: #b2b2b2;
			margin-right: 0;
		}
			.homepage .announcements .date {
				display: block;
				font-size: 10px;
			}
			.announcements .more {
				float: none;
			}
			.announcements .read.more {
				float: left;
				margin-top: 10px;
			}

/** colored pages **/
.sublanding .hero_right {
	height: 63px; /* 189 */
	padding: 103px 30px 23px;
	background: #8c0715;
	margin-left: auto;
	color: white;
	font-family: "Times New Roman", Times, serif;
	font-size: 28px;
	width: 233px;
	line-height: 30px;
}
	.hero_right .line2 {
		text-align: right;
	}

.sublanding .related {
	float: right;
	width: 230px;
	margin-top: 30px;
	margin-right: 0;
}
	
/** teaching/consulting **/
.consulting .hero_right, .teaching .hero_right {
	background: #006b39;
}

/** subpages **/
body .subpage {
	padding-top: 28px;
}
	.subpage .content h1 {
		font-size: 20px;
		margin-top: 0;
	}
	.subpage .content h2 {
		font-size: 16px;
	}
	.subpage .related {
		padding-top: 0;
	}
	
	body .images {
		float: left;
		width: 181px;
		padding: 0 30px;
		color: #999;
		font-size: 11px;
	}
		.images p {
			margin-top: 0;
		}
	.subpage .related {
		border: 0;
		margin-right: 0;
		width: 230px;
		float: right;
		padding-top: 0;
	}

	.content.announcements, .content.announcement {
		width: 450px;
		margin-left: 60px;
	}
		.content .date {
			font-size: 11px;
		}
		.content.announcements h2 {
			font-size: 14px;
			font-weight: bold;
			margin: 2px 0;
		}
		.content.announcements .more {
			margin-top: 5px;
		}
		.content.announcement .date {
			margin-bottom: 5px;
		}

	.related.archives {
		width: 300px;
		margin-right: 60px;
	}
	
	.school .mceEditor {
		height: 120px;
		margin-bottom: 20px;
	}
	.school textarea, .school input[type=text], .announcement textarea, .announcement input[type=text] {
		width: 100%;
		margin: 0;
		border: 1px solid #b6c5de;
	}
	.school textarea {
		height: 70px;
	}
	.announcement textarea {
		height: 30px;
	}
	.announcement .mceEditor {
		height: 300px;
	}
	
/** Approval Form Template Styles **/
.widecontent {
	width: 630px;
	margin-left: 80px;
	margin-bottom: 100px;
}
	.widecontent label {
			font-weight: bold;
	}
		.widecontent label strong {
			color: #600;
		}
	.subpage .widecontent h1 {
			font-size: 20px;
			margin-top: 0;
	}
	.subpage .widecontent h2 {
			font-size: 16px;
	}
	
	.widemainnav {
		background: url('../images/nav_gradient.png') repeat-x;
		padding-left: 80px;
		padding-top: 2px;
		height: 22px;
		color: #fff;
	}
	.widemainnav a {
		color: white;
		text-decoration: underline;
	}
	
	.widemainnav a:hover {
		color: white;
		text-decoration: underline;
	}
	
	
	.widesubnav {
		background: #e0ebf5;
		height: 25px;
		padding-left: 80px;
		padding-top: 3px;
		margin-top: 1px;
		margin-bottom: 8px;
		color: #666;
	}


.spacer {
	width: 1px;
	font-size: 1px;
	padding: 8px;
}

.submit, .save {
	font-size: 18px;
	color: blue;
	text-decoration: none;
}
	.submit:hover, .save:hover {
		text-decoration: underline;
	}
.submit {
	color: green;
}

.progress {
	list-style: none;
	font-size: 12px;
	padding: 0;
	margin: 0;
}
	.progress ul {
		padding-left: 15px;
	}
	.progress li {
	  margin: 8px 0;
	  line-height: 16px; /* height of icon */
	  position: relative;
	}
		.progress li img {
			vertical-align: -3px;
		}
			.progress li .combined img {
				filter:alpha(opacity=75);
				-moz-opacity:0.75;
				-khtml-opacity: 0.75;
				opacity: 0.75;
			}
	.progress.lined li {
		border-top: 1px solid #eee;
	}

.by {
	position: absolute;
	top: 0;
	right: 0;
	width: 100px;
}
.submitted, .reviewed {
	width: 100px;
	position: absolute;
	top: 0;
	right: 100px;
}
.submitted {
	right: 180px;
}

.subform {
	background: #ccc;
	padding: 15px;
	margin: 20px 10px;
	border: 2px solid black;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
	.subform label {
		color: #333;
	}

.message {
	background: #ccffcc;
	padding: 10px;
	text-align: center;
	margin-bottom: 20px;
	font-weight: bold;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

.table {
	list-style: none;
}
	.table li {
		padding: 0;
	}
		.table li span {
			width: 25px;
			text-align: right;
			margin-right: 5px;
			display: block;
			float: left;
			color: black;
			font-weight: bold;
			font-size: medium;
			text-decoration: none;
		}
		.table li a {
			display: block;
			margin: 1px;
			line-height: 25px;
		}

.leadership {
}
	.leadership th, .leadership td {
		padding-right: 5px;
		text-align: left;
		vertical-align: top;
	}


.number {
	display: block;
	float: left;
	margin-left: -20px;
	text-align: right;
	width: 15px;
}

.checkbox_element {
	width: 200px;
	float: left;
	display: block;
}

.clear_checkboxes {
	clear: left;
	padding-top: 20px;
}

.applicants {
	width: 600px;
	background: #ccc;
	min-height: 400px;
	margin-left: auto;
	margin-right: -200px;
}
	.applicants form {
		float: right;
	}
	.aheader {
		background: #eee;
		padding: 20px;
	}
	.asection {
		padding: 20px;
		border-bottom: 1px solid #eee;
	}
		.asection h3 {
			margin-top: 0;
		}

	.steps {
		float: left;
	}
	.status {
		width: 200px;
		float: right;
	}
	.steps ul, .status ul {
		padding: 0;
		width: 200px;
		margin: 0;
		margin-top: 15px;
	}
		.steps li, .status li {
			display: block;
			position: relative;
			height: 25px;
		}
			.steps li span, .status li span {
				width: 30px;
				text-align: left;
				font-weight: normal;
				font-size: 12px;
				line-height: 25px;
				position: absolute;
				top: 0;
				left: 0;
			}
				.steps li a, .status li a {
					position: absolute;
					top: 0;
					left: 35px;
				}

.report {
	border-collapse: collapse;
	font-size: xx-small;
	width: 100%;
}
	.report th {
		text-align: left;
		white-space: nowrap;
	}
	.report .count {
		text-align: right;
		padding-left: 3px;
	}
	.report .bar {
		width: 400px;
		padding-left: 20px;
	}
		.report .bar div {
			background-color: #1d3c8d;
			height: 4px;
		}
		.report td.bar div {
			background-color: teal;
/*			background: url('../images/nav_gradient.png') repeat-x;*/
		}

.user_data {
	color: blue;
	font-size: larger;
}

.onlineapp_button {
	margin: auto;
	background: #1d3c8d;
	display: block;
	color: white;
	text-align: center;
	text-decoration: none;
	font-size: medium;
	padding: 10px;
	width: 120px;
}
	.onlineapp_button span {
		display: block;
		font-size: x-small;
	}
	.schools .onlineapp_button {
		background: #8c0715;
	}
	.consulting .onlineapp_button, .teaching .onlineapp_button {
		background: #006b39;
	}
	.onlineapp_button:hover {
		color: white;
		background: #112558;
	}
	.schools .onlineapp_button:hover {
		background: #5e050e;
	}
	.consulting .onlineapp_button:hover, .teaching .onlineapp_button:hover {
		background: #064427;
	}

/** ADMIN **/
#pagecontent {
}
	.mceEditor {
		width: 100%;
		height: 500px;
	}
	.images .mceEditor_small {
		width: 181px;
		height: 500px;
	}
	.related .mceEditor_small {
		width: 230px;
		height: 500px;
	}
		.homepage .related .mceEditor_small {
			width: 295px;
			height: 249px;
		}
			.homepage .related .mceLayout {
				margin-left: -30px;
				margin-top: -23px;
			}
			.sublanding .related .mceLayout {
				margin-top: -20px;
			}
		.mceContentBody {
			background-color: #ecf5ff;
			padding: 5px 10px;
		}
			.mceContentBody ul {
				padding-left: 1.3em;
			}
		.mceContentBody .subarea {
			margin-top: -5px;
		}
		.mceContentBody .subarea.education {
			margin-left: -10px;
			width: 213px;
		}
		.mceContentBody .subarea.culture {
			margin-right: -16px;
		}
		.homepage .mceEditor {
			width: 694px;
			float: left;
			height: 400px;
		}
