/**
* Content styles
*
* Order: headings, copy, images, links, forms, search, expando, tables
**/

/**
* Proxima Nova regular @fontface
font-family: "proxima-nova-n4","proxima-nova",sans-serif;
font-style: normal;
font-weight: 400;

* Proxima Nova bold @fontface
font-family: "proxima-nova-n4","proxima-nova",sans-serif;
font-style: normal;
font-weight: 400;
**/


body {
	font: 12px Helvetica, Arial, sans-serif;
	color: #1e1e1e;
}


/* Headings */

h1 {
	margin: 0 0 5px 0;
	padding: 0 0 10px 0;
	font-family: "proxima-nova-n4","proxima-nova", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 22px;
	color: #b73434;
	border-bottom: 1px solid #e1e1e1;
}

h2 {
	margin: 0 0 8px 0;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 20px;
	font-size: 16px;
	color: #000;
}

	#banner-title h2 {
		font-size: 22px;
		line-height: 1.1em;
		padding: 0 20px 0 0;
		position: absolute;
		bottom: 10px;
	}

	body#home h2 {
		color: #fff;
	}

	#footer h2 {
		height: 65px;
		font-family: "proxima-nova-n4","proxima-nova",Arial, sans-serif;
		font-style: normal;
		font-weight: 400;
		text-shadow: 1px 1px 1px #000;
		font-size: 20px;
		padding: 20px 0 0;
		color: #fff;
	}
	
	#application-pack h2 {
		color: #fff;
	}

h3 {
	margin: 0 0 8px 0;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 1.25em;
	font-size: 14px;
	color: #f8aa00;
}

	#facebook-feed h3 {
		margin: 26px 20px 18px;
	}
	#newsletter-signup h3 {
		color: #727272;
	}

h4 {
	margin: 0 0 8px 0;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 1.4em;
	font-size: 12px;
	color: #000;
}






/* Copy */
p {
	margin: 0 0 9px 0;
	line-height: 1.4em;
	font-size: 12px;
}

	p.vert-mid * { vertical-align: middle; }

	p.breadcrumb {
		margin: 0 0 15px;
	}
	
	#footer-content p {
		padding: 15px 0;
		margin: 0 35px 0 0;
		color: #767676;
		border-top: 1px solid #767676;
	}
	
	div.home-school-text p,
	div.home-school-text li {
		margin: 0 0 3px 0;
		color: #fff;
	}

strong { font-weight: bold; }

em { font-style: italic; }

.mainbar ul {
	margin: 0 0 1em 2em;
	padding: 0 0 0 0;
	list-style-type: disc;
}

.mainbar ol {
	margin: 0 0 1em 2em;
	padding: 0 0 0 0;
	list-style-type: decimal;
}

.mainbar li {
margin: 0 0 .75em 0;
line-height: 1.4em;
}

.mainbar ul ul,
.mainbar ol ul {
	margin: .5em 0 .75em 3em;
}

.mainbar ol ol,
.mainbar ul ol {
	margin: .5em 0 .75em 3em;
	list-style-type: lower-alpha;
}


	body#home #column-right ul,
	#application-pack ul {
		margin: 0;
		padding: 0;
	}
	
	body#home #column-right li,
	#application-pack li {
		margin: 0 0 8px 0;
	}






/* Images */

#logo img {
	margin: 0 0 0 0;
	display: block;
	border: 0;
}

img.left {
	margin: 0 10px 5px 0;
	float: left;
}

img.right {
	margin: 0 0 5px 10px;
	float: right;
}

img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.dropshadow {
	-webkit-box-shadow:  2px 2px 4px 0px #b5b5b5;
	        box-shadow:  2px 2px 4px 0px #b5b5b5;
}

.logo-wrap {
	line-height: 100px;
	position: relative;
	width: 120px;
	height: 105px;
	background: #fff;
	margin: 0 15px 0 0;
	text-align: center;
	float: left;
}

.logo-wrap img {
	vertical-align: middle;
}

#newsletter-signup h3 img {
	margin: 0 4px 0 0;
	vertical-align: top;
}

a img {
	border-style: none;
}

#top-nav a img {
	margin: 0 7px 0 11px;
}

.sidecol-alert a {
	display: block;
	margin: 0 0 20px;
}








/* Links */

a:link,
a:visited {
	text-decoration: underline;
	color: #b3292b;
}

a:hover,
a:focus,
a:active {
	text-decoration: none;
	color: #941517;
}

	#top-nav a:link,
	#top-nav a:visited {
		text-decoration: none;
		color: #fff;
	}

	#top-nav a:hover,
	#top-nav a:focus,
	#top-nav a:active {
		text-decoration: underline;
	}

	body#home a:link,
	body#home a:visited {
		text-decoration: none;
		color: #ffffff;
	}

	body#home a:hover,
	body#home a:focus,
	body#home a:active {
		text-decoration: underline;
	}

	a.alert-nav {
		float: right;
		width: 55px;
		text-align:right;
		line-height: 20px;
	}

	#logo img a {
		outline: none;
	}

	body #footer-content a:link,
	body #footer-content a:visited {
		text-decoration: none;
		color: #b6b6b6;
	}

	body #footer-content a:hover,
	body #footer-content a:focus,
	body #footer-content a:active {
		text-decoration: none;
		color: #fff;
	}

	#footer ul li a:link,
	#footer ul li a:visited {
		padding: 10px 0 5px;
		border-bottom: 1px solid #b6b6b6;
		display: block;
		text-decoration: none;
		color: #b6b6b6;
	}

	#footer ul li a:hover,
	#footer ul li a:focus,
	#footer ul li a:active {
		border-bottom: 1px solid #fff;
		color: #fff;
	}

	body#home #column-right li a,
	#application-pack li a {
		background-color: #000;
		padding: 3px 5px;
		text-decoration: none;
		color: #fff;
	}

	body#home #column-right li a:hover,
	#application-pack li a:hover {
		color: #E6AD22;
	}


	#social-btns a:link,
	#social-btns a:visited {
		background: url('../images/social_buttons.png') transparent left top no-repeat;
		margin: 0 8px 0 0;
		width: 44px;
		height: 44px;
		display: block;
		float: left;
		text-indent: -999em;
	}

	#social-btns a.fb:link, #social-btns a.fb:visited { background-position: left top; }
	#social-btns a.fb:hover, #social-btns a.fb:active, #social-btns a.fb:focus { background-position: left bottom; }
	
	#social-btns a.yt:link, #social-btns a.yt:visited { background-position: -44px top; }
	#social-btns a.yt:hover, #social-btns a.yt:active, #social-btns a.yt:focus { background-position: -44px bottom; }
	
	#social-btns a.email:link, #social-btns a.email:visited { background-position: -88px top; margin: 0; }
	#social-btns a.email:hover, #social-btns a.email:active, #social-btns a.email:focus { background-position: -88px bottom; }
	
	div.home-school-text a:link.
	div.home-school-text a:visited {
		text-decoration: none;
		color: #fff;
	}

	div.home-school-text a:hover,
	div.home-school-text a:active,
	div.home-school-text a:focus {
		text-decoration: underline;
		color: #fff;
	}




/* text link button with hovering bg image */
a.button,
a.button:visited {
	padding:10px 15px;
	border: 0px solid #888;
	cursor:pointer;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background:#000 url(../images/btn_black.png) repeat-x 0 0;
	-moz-box-shadow: 0 2px 2px #a6aec0;
	-webkit-box-shadow: 0 2px 2px #a6aec0;
	text-shadow: 0 1px 1px #000;
	text-decoration: none;
	font-weight:bold;
	font-size:12px;
	color: #fff;
}

a.button:hover,
a.button:focus,
a.button:active {
	background-position:0 -8px;
	text-decoration: none;
	color: #fff;
}







/* Forms */
form {
	margin: 0;
	padding: 0;
}

input {
	margin: 0;
	padding: 0;
}

	/* Generic/default styling for form elements */

	input.textbox {
		height: 18px;
	}

	input.textbox,
	select,
	textarea {
		background-color: #fff;
		font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
		padding:6px 6px;
		border: 1px #888 solid;
		border-radius: 4px;
		-webkit-border-radius: 4px;
		font-size: 12px;
		vertical-align: middle;
		color: #000;
	}
	
	input.textbox:focus,
	select:focus,
	textarea:focus {
		outline-width:0;
		border-color:#555;
		box-shadow: 0 0 6px #888;
		-moz-box-shadow: 0 0 6px #888;
		-webkit-box-shadow: 0 0 6px #888;
	}
	
	/* Basic input button styled to be all nice */

	input.button {
		background:#ccc url(../images/btn_grey.png) repeat-x 0 0;
		padding:6px 12px;*padding:4px 3px;
		height: 32px;
		vertical-align: middle;
		outline-width:0;
		border: 1px solid #888;
		cursor:pointer;
		-moz-border-radius: 4px; 
		-webkit-border-radius: 4px;
		border-radius: 4px;
		text-shadow: 0 1px 1px #fff;
		font-weight:bold;
		font-size:12px;
		color: #555;
	}

	input.button:hover,
	input.button:active {
		background-position:0 -8px;
		border: 1px solid #555;
		color: #555;
	}








/* Newsletter signup */
#newsletter-signup input.textbox {
	border-radius: 0;
	-webkit-border-radius: 0;
	border: 6px solid #727272;
	width: 145px;
	color: #999999;
	font-style: italic;
}
#newsletter-signup input.button {
	border-radius: 0;
	-webkit-border-radius: 0;
	background: #727272;
	text-shadow: none;
	color: #fff;
	padding: 6px;
	border: 6px solid #727272;
	height: 42px;
	outline: none;
}
#newsletter-signup input.button:hover,
#newsletter-signup input.button:active {
	border: 6px solid #555;
	background: #555;
	outline: none;
}






/* Search */
div.search-result {
	margin-bottom: 15px;
	border-bottom: 1px #777 solid;
}

	div.search-result div {
		padding: 10px;
	}

	div.search-result div.odd {
		background-color: #EEE;
	}

	div.search-result div.even {
		background-color: #DDD;
	}







/* Captcha */
div.captcha {
	background: #f8f8f8;
	margin: 5px 0px;
	padding: 10px;
	width: 250px;
	border: 1px #ccc solid;
}

	div.captcha div.info {
		width: 20px;
		float: right;
	}
	
	div.captcha img.captcha {
		width: 200px;
		border: 1px #000 solid;
	}
	
	div.captcha input.captcha {
		width: 200px;
		border: 1px #000 solid;
	}
	





/* Expando Styles */
a.expando-opener-link {
	
}

h2.expando-opener-heading {
	padding: 0 0 0 13px;
	background: url('../images/deco_h2_expando.png') no-repeat 0 4px;
}

h2.expando-opener-heading.expanded {
	background: url('../images/deco_h2_expando_opened.png') no-repeat 0 4px;
}

h3.expando-opener-heading {
	padding: 0 0 0 13px;
	background: url('../images/deco_h3_expando.png') no-repeat 0 2px;
}

h3.expando-opener-heading.expanded {
	background: url('../images/deco_h3_expando_opened.png') no-repeat 0 2px;
}





/* tables */
.mainbar table {
	border-collapse: collapse;
	margin: 9px 0;
	background: #f2f1f1;
}

.mainbar th {
	font-weight: bold;
	padding: 8px;
	background: #636363; /* Old browsers */
	background: -moz-linear-gradient(top,  #b8b8b8 0%, #b0b0b0 4%, #a3a3a3 87%, #9a9b9b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b8b8b8), color-stop(4%,#b0b0b0), color-stop(87%,#a3a3a3), color-stop(100%,#9a9b9b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #b8b8b8 0%,#b0b0b0 4%,#a3a3a3 87%,#9a9b9b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #b8b8b8 0%,#b0b0b0 4%,#a3a3a3 87%,#9a9b9b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #b8b8b8 0%,#b0b0b0 4%,#a3a3a3 87%,#9a9b9b 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #b8b8b8 0%,#b0b0b0 4%,#a3a3a3 87%,#9a9b9b 100%); /* W3C */
	border: 1px solid #888;
	color: #fff;
	text-shadow: 1px 1px 1px #000;
}

.mainbar table tr td {
	padding: 8px;
	vertical-align: top;
}



/* block quotes */

blockquote {
background:#f2f1f1;
margin: 1.5em 10px;
padding: 15px 15px 5px;
quotes:"\201C""\201D""\2018""\2019";
font-style: italic;
}
blockquote:before {
color:#ccc;
content:open-quote;
font-size:6em;
line-height:.1em;
margin: 18px 0 0 -39px;
float: left;
}
blockquote:after {
color:#ccc;
content:close-quote;
font-size:6em;
line-height:.1em;
margin: 4px -23px 0 0;
float: right;
}
blockquote p {
color: #444;
font-size: 1.1em;
}

