/**
 * styles.css
 */


/* core styles */
body { 
	background: #EBEFF2 url('../images/body.bg.jpg') center top no-repeat;
	color: #797979;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:75%;
}
p {
	margin-bottom:1em;
}
h1, h2, h3, h4, h5, h6 {
	color: #ed1b2e;
	margin-bottom:0.5em;
	font-weight:normal;
}
h1 {
	font-size:20px;
	margin-bottom:0.75em;
}
h2 {
	font-size:18px;
	margin-bottom:0.75em;
}
h3 {
	font-size:16px;
	margin-bottom:1em;
}
h4 {
	font-size:13px;
	margin-bottom:1em;
	font-weight:bold;
}

a {
	color: #ed1b2e;
}
a:hover {
	color: #ed1b2e;
	text-decoration:none;
}



ul {
	margin-left:1.5em;
	margin-bottom:1em;
}

.hideme {
	display:none;
}
.wrapper {
	width:908px;
	padding: 0 33px;
	margin: 0 auto;
	background: #fff;
	position:relative;
}
.header {
	padding-top:0px;
	position:relative;
}
.header-logo-left {
	position:absolute;
	left:0;
	top:90px;
	z-index:1;
}
.header-logo-center {
	text-align:center;
	position:relative;
	z-index:5;
}
	.header-logo-center p {
		margin:0;
	}
	
.header-logo-right {
	position:absolute;
	right:70px;
	top:50px;
}

.footer {
	width:908px;
	padding: 20px 33px 10px 33px;
	margin: 0 auto;
	color: #616061;
	font-size:0.8em;
}
.footer a {
	color: #616061;
	text-decoration:none;
}
.footer a:hover {
	color: #616061;
	text-decoration:underline;
}


/* main (horizontal) navigation */
.navigation ul {
	margin:0;
	padding:1px 0 1px 26px;
	padding-left:210px;
	list-style:none;
	height:26px;
	border-bottom:4px solid #000507;
	background: #bd3b27;
}
.navigation ul li {
	float:left;
	margin-right:30px;
	padding-top:8px;
}
.navigation ul li a {
	display:block;
	color: #fff;
	text-decoration:none;
	font-weight:bold;
}
.navigation ul li a span {

}
.navigation ul li a:hover {
	color: #fbb03b;
	text-decoration:none;
}
.navigation ul li.contact_us {
	float:right;
	margin-right:0;
}
.navigation ul li a.selected {
	color: #fbb03b;
}


/* columns */
.container {
	margin-top:24px;
	padding-bottom:10px;
}
	.header .container {
		margin:0;
		padding-bottom:20px;
	}
.column {
	float:left;
	margin-right:10px;
	/*
	background: #ccc;
	*/
}
.span-first {
	width:156px;
}
.span-1 {
	width:136px;
}
.span-4 {
	width:575px;
}
.span-5-inc-lastcolumn {
	width: 742px;
	margin-right:0;
}
.span-6 {
	width: 908px;
	margin-right:0;
}
.span-last {
	width:157px;
	margin-right:0;
}


/* side navigation */
.sidenavigation {
	margin-bottom:25px;
}
.sidenavigation h3 {
	font-weight:bold;
	margin-bottom:0.5em;
	font-size:1.1em;
}

.sidenavigation ul {
	list-style:none;
	margin:0;
	padding:0;
	font-size:11px;
}
.sidenavigation ul li {
	margin:0;
	padding:0;
}
.sidenavigation ul li a {
	text-decoration:none;
	color: #666666;
	font-weight:normal;
	display:block;
}
.sidenavigation ul li a:hover {
	text-decoration:underline;
}
.sidenavigation ul li.heading,
.sidenavigation ul li a.heading {
	font-weight:bold;
	color: #ed3323;
	margin-top:1em;
}
.sidenavigation ul li a.firstheading {
	margin-top:0em;
        margin-bottom:1em;
}
.sidenavigation ul li a.spacing {
	margin-top:1em;
}
.sidenavigation ul li a.selected {
	font-weight:normal;
        color: #ed3323;
}
.sidenavigation ul ul {
	margin-left:0.5em;
}
	.sidenavigation ul ul li {
		padding-left:1.5em;
	}
	.sidenavigation ul ul li {
		background: url('/assets/images/sidenavtree.png') left center no-repeat;
	}



.pageheading {
}
.pagepreamble {
	color: #666666;
	margin: 18px 0px 18px 0px;
}
.pagepreamble p {
	margin:0;
	padding:0;
}




.columngraphic {
	margin-bottom:15px;
	margin-top:25px;
}
.relatedlinks {
	background: #eceff2;
	padding: 10px;
	font-size:11px;
}
.relatedlinks ul {
	list-style:none;
	margin:0;
	padding:0;
}
.relatedlinks ul li {
	margin:0;
	padding:0;
	color: #666666;
}
.relatedlinks ul li.heading {
	margin-bottom:1em;
	font-weight:bold;
}
.relatedlinks ul li a {
	color: #3b73b9;
	text-decoration:none;
}
.relatedlinks ul li a:hover {
	color: #3b73b9;
	text-decoration:underline;
}

.summaryblock {
	margin-bottom:25px;
	margin-right:146px;
}
.summaryblock img {
	float:left;
	margin-right: 15px;
	border:1px solid #a49b9b;
}
.summaryblock h3,
.summaryblock h3 a {
	color: #ed3323;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
}
.summaryblock h3 a:hover {
	text-decoration:underline;
}
.summaryblock p {
	font-size:11px;
}


.leftside {
	float:left;
	width:610px;
}
.rightside {
	float:left;
	width:238px;
	padding:0 30px;
	color: #797979;
	font-size:12px;
}
.panel {
	float:left;
	margin-right:10px;
}
.last-panel {
	margin-right:0;
}

.homepage-buttons {
	margin-top:25px;
}

.articles-homepage {
	font-size:11px;
}
.articles-homepage h2 {
	border-bottom:1px solid #d6d6d6;
	color: #666666;
	font-weight:bold;
	padding-bottom:5px;
	margin-bottom:5px;
	font-size:11px;
}
.article-summary {
	margin-bottom:15px;
}
.article-summary p {
	margin-bottom:0;
	color: #ed1b2e;
}
.article-summary p a {
	color: #ed1b2e;
	text-decoration:none;
}
.article-summary p a:hover {
	text-decoration:underline;
}
.article-summary p.date {
	color: #666666;
}


.content-area {
	padding:0 0 0 25px;
}

.header-image {
	margin-bottom:1.5em;
	margin-left:-25px;
}

.home-container {
	margin-bottom:20px;
}





.newsfeatures {
	margin-bottom:1em;
}
	.newsfeatures-inner {
		position:relative;
		width:907px;
		height:364px;
		padding:12px;
		margin-left:-12px;
		margin-top:-12px;
		background: url('../images/newsfeatures/panelbg.png') left top no-repeat;
	}
	
	.newsfeatures .left-choices {
		position:absolute;
		top:12px;
		left:12px;
		z-index:2;
		width:166px;
		height:100%;
		background: url('../images/newsfeatures/left.bg.jpg') left top no-repeat;
	}
		.newsfeatures .left-choices ul {
			list-style:none;
			margin:0;
		}
		.newsfeatures .left-choices li {
			display:block;
			background: url('../images/newsfeatures/leftdivider.jpg') left bottom repeat-x;
			padding-bottom:3px;
			margin-bottom:3px;
		}
			.newsfeatures .left-choices li.last {
				background: none;
			}
		.newsfeatures .left-choices li a {
			display:block;
			height:75px;
			padding:10px 0 0 10px;
		}
			.newsfeatures .left-choices li a span {
				display:block;
			}
			.newsfeatures .left-choices li a:hover,
			.newsfeatures .left-choices li a.selected {
				background: url('../images/newsfeatures/hover.png') center center no-repeat;
			}
	.newsfeatures .main-area {
		position:absolute;
		right:12px;
		top:12px;
		width:741px;
		height:364px;
		overflow:hidden;
	}
		.newsfeatures .main-area-image {
			position:absolute;
			bottom:0;
		}
		.newsfeatures .tint-panel {
			position:absolute;
			right:0;
			bottom:0;
			/* height:82px; */
			width:681px;
			padding:8px 30px 10px 30px;
			background: url('../images/newsfeatures/tint.png') left top repeat-x;
			display:none;
		}
			.newsfeatures .tint-panel h2 {
				color: #fff;
				font-size:40px;
				margin-bottom:0;
			}
			.newsfeatures .tint-panel p {
				color: #fff;
				margin-bottom:0;
			}
		.newsfeatures .tint-panel .panel {
			display:none;
		}
		
.sketchfont {
	letter-spacing:-3px;
}

.twitterbox {
	width:153px;
	height:230px;
	padding:5px 3px;
	background: url('/assets/images/twitterbox.png') no-repeat;
}
	.twitterbox-link {
		text-align:center;
		border-bottom:1px solid #a4a4a4;
		padding-bottom:3px;
	}
		.twitterbox-link a {
			color: #ed1b2e;
			text-decoration:none;
			font-weight:bold;
			font-size:12px;
		}
	.twitterfeed {
		height:200px;
		padding:5px;
		overflow:hidden;
	}
		.twitterfeed ul {
			list-style:none;
			margin:0;
			cursor:pointer;
		}
			.twitterfeed li {
				padding-bottom:10px;
				background: url('/assets/images/twitter.png') left 5px no-repeat;
				padding-left:20px;
				padding-right:5px;
			}
			.twitterfeed li small {
				color: #555;
				display:block;
			}



.login-register-block {
	background: url('/assets/images/newsfeatures/left.bg.jpg') left center;
	margin-bottom:15px;
	padding:2px;
	font-size:12px;
}
	.login-register-block ul {
		margin:0;
		list-style:none;
	}
		.login-register-block li {
			background: url('/assets/images/newsfeatures/leftdivider.jpg') center bottom no-repeat;
		}
		.login-register-block li.last {
			background:none;
		}
			.login-register-block li a {
				display:block;
				color: #fff;
				text-decoration:none;
				padding:12px 11px;
			}
			.login-register-block li a:hover {
				text-decoration:underline;
			}

.column-panels img {
	margin-bottom:10px;
}



.login-bar {
	background: #f0f0f0;
	padding:5px 10px;
	text-align:right;
	width:954px;
	margin-left:-33px;
}
	.login-bar input {
		width:100px;
	}



.entryform {
	width:590px;
}
	.entryform p {
		color: #666;
	}
		.entryform p.first-paragraph {
			color: #666;
		}
	.entryform .button-row {
		margin:20px 20px 20px 0;
		padding:0;
	}
	.entryform label {
		color: #9E005D;
		width:120px;
	}
		.entryform .longer-labels label {
			width:140px;
		}
	.entryform .textarea {
		width:560px;
		height:120px;
	}
	.entryform input {
		border:1px solid #666;
		padding:2px;
		width:430px;
	}
		.entryform input.radio {
			width:auto;
			border:none;
			padding:0;
			vertical-align:middle;
		}
	.content .entryform h1 {
		color: #666;
	}
		.content .entryform h1 strong {
			color: #9E005D;
		}
	.content .entryform p.highlight {
		font-weight:bold;
		color: #9E005D;
	}


a.button {
	display:block;
	padding-top:7px;
	width:151px;
	height:33px;
	color: #fff;
	font-weight:bold;
	font-size:16px;
	text-align:center;
	background: url('../images/button.png');
	float:left;
	margin-right:10px;
	text-decoration:none;
}
	a.button span {
		color: #fff;
		margin:0;
		padding:0;
	}
	a.button-next {
		margin-right:0;
	}
a.button:hover {
}
	a.button:hover span {
	}




.entrysteps {
	margin-bottom:30px;
}
	.entrysteps ul {
		list-style:none;
		margin:0;
	}
		.entrysteps li {
			float:left;
		}
			.entrysteps a {
				display:block;
				height:79px;
				background-repeat: no-repeat;
				background-position: 0 -158px;
			}
			.entrysteps a span {
				display:none;
			}
				.entrysteps li.arrow {
					display:block;
					height:79px;
					background-position: 0 -158px;
					background-repeat:no-repeat;
				}
					.entrysteps li.arrow1 {
						width:57px;
						background-image: url('/schools/images/steparrow.1.png');
					}
					.entrysteps li.arrow2 {
						width:64px;
						background-image: url('/schools/images/steparrow.2.png');
					}
					.entrysteps li.arrow3 {
						width:61px;
						background-image: url('/schools/images/steparrow.3.png');
					}
					.entrysteps li.arrow4 {
						width:60px;
						background-image: url('/schools/images/steparrow.4.png');
					}
					.entrysteps li.previous {
						background-position: 0 0;
					}
				.entrysteps a.step1 {
					width:76px;
					background-image: url('/schools/images/step1.png');
				}
				.entrysteps a.step2 {
					width:76px;
					background-image: url('/schools/images/step2.png');
				}
				.entrysteps a.step3 {
					width:80px;
					background-image: url('/schools/images/step3.png');
				}
				.entrysteps a.step4 {
					width:81px;
					background-image: url('/schools/images/step4.png');
				}
				.entrysteps a.step5 {
					width:78px;
					background-image: url('/schools/images/step5.png');
				}
				.entrysteps a.current {
					background-position: 0 -79px;
				}
				.entrysteps a.previous {
					background-position: 0 0;
				}

.entry-overview {
}
	.content .entry-overview h3 {
		margin:0 0 15px 0;
		padding:10px 20px;
		color: #fff;
		background: #FBB03B;
		font-size:16px;
		-moz-border-radius: 10px; 
		-webkit-border-radius: 10px; 
		border-radius: 10px;
	}
		.content .entry-overview h3 span {
			color: #fff;
		}
		.content .entry-overview h3 a {
			color: #fff;
		}
	.entry-overview p {
		line-height:1.3em;
		margin-bottom:1em;
	}
	.entry-overview .highlight {
		font-weight:bold;
	}
	.entry-overview .overview-content {
		margin:0 20px;
	}



.subnavigation {
	margin-bottom:1em;
}
	.subnavigation ul {
		list-style:none;
		margin:0;
	}
	


.myform {
}
	.row {
		padding:2px 0;
	}
		.row label {
			float:left;
			width:170px;
			cursor:pointer;
			text-align:right;
			margin-right:15px;
			color: #999;
		}
		.row input {
			float:left;
			width:200px;
		}
		.row select {
			float:left;
			width:200px;
		}
		.button-row {
			padding-left:165px;
		}
		.required label {
			font-weight:bold;
			color: #333;
		}
	.myform h2 {
		margin-top:1em;
	}


.flash-bar {
	text-align:center;
	color: #fff;
	font-size:1.2em;
	font-weight:bold;
	padding:10px;
	background: #C63C1C;
}
.header .flash-bar {
	padding:10px 10px;
	text-align:right;
	width:954px;
	margin-left:-33px;
}


