@import url(../../styles/universal.css);
/* Colors Used In This Section:
#FFF - White,used for text and lines
#fff0a5 - Light Yellow/Tan,used for headings
#6c0301 - Dark Red,used for left boxes
#e42141 - Light Red/Pink,used for left nav,borders and footer text
#f4394a - Light Red/Pink,used for links
#f5a3a7 - Light Pink,used for link hover states
*/
body {
	background:#390000 url(../images/studentsbg.gif);
	color:#FFF;
}
/****************** Layout *****************/
#footer {
	color:#e42141;
}
/*Main Page Only*/
#leftcolumn {
	float:left;
	width:200px;
	padding:10px;
}
#centercolumn {
	float:left;
	width:450px;
	padding:10px;
}
#rightcolumn {
	float:left;
	width:210px;
	padding:10px;
}
/*Inside Pages*/
#sectionheading {
	background:#e42141;
}
#sectionheading h2 {
	color:#FFF;
}
#rightcontent {
	border-color:#e42141;
}
/****************** General Styles *****************/
/* Headings */
h2 {
	color:#fff0a5;
	border-color:#fff0a5;
}
h3 {
	color:#fff0a5;
	border-color:#fff0a5;
}
/* Links */
a {
	color:#f4394a;
}
a:hover {
	color:#f5a3a7;
}
/******************* Form Styles *******************/
form fieldset {
	border-color:#fff0a5;
}
form fieldset legend {
	color:#fff0a5;
}
form input.button {
	background:#6c0301;
	color:#FFF;
	border-color:#e42141;
}
/****************** Calendar *****************/
.caltable, .caltable td, .caltable th {
	color:#FFF;
}
.caltitle {
	background:#6c0301;
}
.caltitle td {
	color:#fff0a5;
}
.caltitle a {
	color:#fff0a5 !important;
}
.calweekend {
	background:#5c2e2e;
}
.calnextprev {
	color:#e7dfb9;
}
.caldayheader {
	color:#FFF;
}
.calday {
	color:#FFF;
}
.calweekend a, .calday a {
	color:#FFF !important;
}
.calday p a, .calweekend p a {
	color:#e42141 !important;
}
.calday p a:hover, .calweekend p a:hover {
	color:#f5a3a7 !important;
}
.calselected {
	background:#6c0301 !important;
}
/* Calendar Details Table */
.caldetailstable caption {
	background:#6c0301;
}
/***************** Navigation *****************/
/* Styles for the 4 Main Categories */
#categories {
	border-top:1px solid #FFF;
	border-bottom:1px solid #FFF;
}
.parents {
	background:#3db8c7 url(../../images/topnavarrow.gif) no-repeat 70px 7px;
}
.parents a:hover {
	background:#114b58 url(../../images/topnavarrow.gif) no-repeat 70px 7px;
}
.students {
	height:100px;
	background:#e42141 url(../images/studentstitle.gif) no-repeat center;
}
.staff {
	background:#ffa129 url(../../images/topnavarrow.gif) no-repeat 70px 7px;
}
.staff a:hover {
	background:#a32d09 url(../../images/topnavarrow.gif) no-repeat 70px 7px;
}
.community {
	background:#8dac17 url(../../images/topnavarrow.gif) no-repeat 70px 7px;
}
.community a:hover {
	background:#005800 url(../../images/topnavarrow.gif) no-repeat 70px 7px;
}
/* Top Navigation */
#topnav a {
	color:#FFF;
}
#topnav a:hover {
	color:#f5a3a7;
}
/* Left Navigation */
#leftnav li a {
	background:#e42141 url(../../images/leftnavarrow.gif) no-repeat 10px 10px;
	color:#FFF;
}
#leftnav li a:hover {
	color:#fff0a5;
	background:#6c0301 url(../../images/leftnavarrow.gif) no-repeat 10px 10px;
}
/* Sub Navigation */
#subnav li a {
	background:url(../../images/subnavarrow.gif) no-repeat 10px 10px;
	color:#FFF;
}
#subnav li a:hover {
	color:#fff0a5;
	background:#6c0301 url(../../images/subnavarrow.gif) no-repeat 10px 10px;
	border-color: #FFF;
}
/* Leftboxes */
.leftbox {
	background:#6c0301;
}
.leftbox li a {
	color:#FFF;
}
.leftbox li a:hover {
	color:#f5a3a7;
}
/***************** Presentation Page Content *****************/
/* Keyword Field On Main Page */
#keywordsearch button {
	background: url(../images/students_keywordsearch.png) 0 0 no-repeat;
	_background-image: url(../images/students_keywordsearch.gif);
}
/* Announcements */
#announcements h5 {
	margin:0;
}
#announcements p {
	margin:0 0 20px;
}
/* Online Resources Section */
#onlineresources h3 {
	margin-bottom:.5em;
}
/* Feature in Right Bar */
#feature p {
	margin:0 5px 10px 110px;
}
#feature p.bottom {
	margin-left:0;
}
#feature img {
	float:left;
	margin:5px 10px;
}
/* Quick Links */
#quicklinks h3 {
	margin:0;
}
#quicklinks ul {
	list-style:none;
	margin:0;
	padding:0;
	border:none;
}
#quicklinks a {
	display:block;
	color:#FFF;
	margin:0;
	padding:5px 5px;
	text-decoration:none;
	border-style:none none dashed none;
	border-width:1px;
	border-color:#FFF;
	background:98%;
}
#quicklinks a:hover {
	background:#6c0301 98%;
}
/* Banner Ads */
.banner a {
	background:none;
	padding-right:0;
}
/***************** Miscellaneous Styles for Inside Pages *****************/
.strikethrough{
text-decoration:line-through;
}
/* Right allign paragrah image with border*/
.rightimage {
	float:right;
	margin:25px 0 10px 10px;
	border:5px solid #fff0a5;
}
/* Left allign paragrah image without border*/
.leftimagenoborder {
	float:left;
	margin:5px 10px 5px 0;
}
/* Left allign paragrah image without border*/
.pefapplicationlink{
	border:none;
	font:1.75em Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
}
.pefapplicationlink a{

}
.pefapplicationlink a:hover{

}
/* AC history table*/
.historytable {
	width: 600px;
	margin-bottom: 1em;
	text-align: left;
}
.historytable th {
	padding: 5px;
	border-bottom: 1px dotted #e7dfb9;
}
.historytable td {
	padding: 3px 5px 3px;
	border-bottom: 1px dotted #e7dfb9;
}
.historytable col.year {
	width: 40px;
}
.historytable col.districts {
	width: 50px;
}
.historytable img {
	border: 5px solid #e7dfb9;
	margin: 5px;
}
/* Media Services Images */
.logos {
	text-align:center;
}
.logos a {
	background:none;
}
.logos .logo {
	width:150px;
	margin:10px;
	float:left;
	text-align:center;
}
.logos .caption {
	font-size:.9em;
	font-weight:bold;
	text-align:center;
}
.resource{
	width:600px;
}
.resource a{
	background:none;
}
.resourceline{
	height: 1px;
	margin: 0 0 1.1em;
	border: none;
	border-top: 1px dashed #fff;
	clear: both;
}
.resource .link{
	width: 170px;
	float:left;
}
.resource .desc{
	width: 430px;
	float:right;
}
/* Workforce Education Table */
.worktable {
	width:600px;
	margin-bottom:1em;
}
.worktable td {
	padding:3px 5px 3px;
	border-bottom:1px dotted white;
}
.worktable th {
	padding:5px;
	text-align:left;
	border-bottom:1px dotted white;
}
