@charset "utf-8";
/*NEW SCHOOL DESIGN SITES CSS*/
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	background-repeat: repeat;
}
#width{
	width: 100%;
}
.thrColFixHdr #container {
	width: 954px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	background-repeat: repeat-y;
	background-position: center;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}

a, a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.rightalign {
	text-align: right;
}

/*Logo Stripe container is the very top section in the schools website*/
.thrColFixHdr #logo_stripe_container {
	width: 100%;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	height: 105px;
} 
.thrColFixHdr #logo_stripe {
	height: auto;
	width: 954px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#logo{
	float: left;
	width: 210px;
	height: 85px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom:0px;
	padding-left: 0px;
	background-repeat: no-repeat;
	background-position: left 20px;
}
#logo a img {
	border-style: none;

}
#searchbox{
	float: right;
	width: auto;
	padding-top: 15px;
	padding-right: 0px;
	padding-left: 10px;
	height: 85px;
}
/*not used anymore*/
#mission {
	width: 350px;
	float: left;
	height: 100px;
	padding-left: 20px;
}

.thrColFixHdr #nav_stripe {
	border-bottom: 7px solid;	
} 
.thrColFixHdr #nav_stripe_container {
	width: 954px;
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
}
#supt{
	font-size: 0.9em;
	letter-spacing: -5%;
	float: left;
	margin-left: 0px;
	width: auto;
	margin-right: auto;
	padding-top: 0px;
	padding-bottom: 8px;
	left: 0px;
}
#supt a{

	}
#topnav{
	padding-top: 0px;
	font-size: 0.7em;
	text-align: left;
	width: auto;
	float: right;
}
#topnav a, #topnav a:visited{

}
#topnav a:hover, #topnav a:focus{

}
/*banner section for banner image*/
.thrColFixHdr #header {
	border-bottom: 4px solid;
	height: auto;
	width: 954px;
	padding-top: 0;
	padding-bottom: 0;
}
.thrColFixHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 210px;
	padding: 0px;
	margin: 0px;
}
#quicklink_title{
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-size: 90%;
	font-weight: bold;
	margin: 0px;
}
#quicklink_title a{
	color: #FFF;
}
#budgetlink_title{
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;	
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 2px;
	font-size: 90%;
	font-weight: bold;
	width: 185px;
	margin-top: 1em;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left:-1px;
}
#budgetlink_title a{
	color: #FFF;
}
#partnerlink_title{
	font-size: 90%;
	font-weight: bold;
	border-bottom: 1px solid;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin: 0px;
}
.mission_title{
}
#sidebar1_content{
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#sidebar1_content h4{
	padding-left: .6em;
	padding-top: 1.5em;
	padding-bottom: .5em;
	margin: 0em;
	padding-right: .5em;
	font-size: .9em;
}
#logo_links {
	text-align: center;
	text-indent: 0px;
	margin: 0px;
	padding: 0px;
}


#logo_links li {
	list-style-type: none;
	padding-top: 8px;
}
#hidden_login a{
	height: 20px;
	width: auto;
	bottom: 0px;
	display: block;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 185px;
	padding-right: 10px;
	font-size: .8em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0em;
}
#status_warning{
	background-color: #F0F0F4;
	margin-bottom: 0em;
	color: #000;
	font-weight: normal;
	font-size: 0.9em;
	margin-top: 1em;
}
#status_image{

}
#abc_seal{
	border-bottom: 1px solid;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}
#status_message{
	padding: .5em;
	border-top: 2px solid #C00;
	border-bottom: 2px solid #C00;
	text-align: justify;
}
#status_warning h1{
	font-size: 1.7em;
	color: #C00;
	margin: 0px;
	text-align: center;
	padding-top: 0.5em;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#weather_widget{
	text-align: center;
	padding-bottom: 1em;
}
#weather h3, #points_pride h3{
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: .3em;
	padding-left: 0px;
	font-size: 110%;
	margin-top: 0.3em;
}
#weekcal_title{
	font-weight: bold;
	font-size: 14.4px;
	border-top: 1px solid;
	border-bottom: 1px solid;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: -10px;
	width: 205px;
	text-align: center;
}
#points_pride, #weather{
	padding: 0.5em;
}
#points_pride{
	padding-top: 10px;
}
#points_pride ul {
	padding-top: 0px;
	padding-right: 1em;
	padding-bottom: 0px;
	padding-left: 1em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: .8em;
}
#points_pride ul li {
	list-style-type: disc;
}
.thrColFixHdr #mainContent {
	margin-top: 10px;
	margin-right: 220px;
	margin-bottom: 20px;
	margin-left: 225px;
	padding-top: 0;
	padding-bottom: 0;
	color: #000000;
	font-size: 0.9em;
	text-align: justify;
} 
#maincontent hr {
	color: #003399;
	background-color: #003399;
	height: 2px;
}
#announcements{
	margin-top: -35px;
	width: 499px;
	height: 200px;
}
#important_announcement{
	height: 150px;
	width: inherit;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	margin: 0px;
	padding: 5px;
	position: absolute;
}
#news, #morenews{
	height: auto;
	width: auto;
	display: block;
	overflow: visible;
}
#morenews{
	height: auto;
	padding-bottom: 2em;
	text-align: left;
}
.jumplink {
	text-align: right;
	width: auto;
	display: block;
	font-size: 90%;
	padding-bottom: 0px;
	padding-top:10px;
}
.rss_link {
	padding-left: 20px;	
}
.rss_link img {
	border-style: none;
}
#all_announcements li{
	padding-bottom: 10px;	
}
.morelink{
	font-variant: small-caps;
	text-align: right;
	width: auto;
	padding-bottom: 5px;
	float: right;
}
.pic1{
	float: left;
	width: 175px;
	padding-right: 10px;
}
.pic1 img{
	border: 2px solid #FFF;
}
.article_content{
	float: left;
	width: 333px;
	text-align: justify;
}
.article_content h3{
	padding: 0px;
	margin: 0px;
}
.main_article {
	margin-top: 15px;
	margin-bottom: 5px;
	display: block;
	width: auto;
	border-top: 1px solid;
	text-align: justify;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.main_article h1{
	font-size: 1.2em;
	text-align: left;	
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0.3em;
	padding-left: 0px;
}
#motto{
	height: 75px;
	width: 954px;
	border-top-width: 1px;
	border-top-style: solid;
	background-position: center;
	background-repeat: no-repeat;
}
#motto_b {
	
}

#footer_container{
	width: 100%;
	position: static;
}	
#footer {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	height: auto;
	background-repeat: no-repeat;
	background-position: right 15px;
	text-align: left;
	width: 954px;
	border-top-width: 12px;
	border-top-style: solid;
}
#ucpsmission{
	font-size: 14pt;
	font-style: italic;
	font-weight: bold;
	padding-top: 8px;
}
#footer_content {
	padding-top: 40px;
	width: 640px;
	font-size: 0.7em;
	float: left;
	padding-left: 20px;
}
#addressblock{
	float: right;
	font-size: 0.7em;
	width: 225px;
	text-align: right;
	height: auto;
	margin-top: 110px;
	margin-right: 45px;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#headlines{
	float: left;
	margin-right: 20px;
	width: 220px;
}
#headlines ul, #stats ul{
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0.5em;
	padding-left: 0px;
	list-style-type: none;
}
#headlines ul li, #stats ul li
{
	padding-bottom: .3em;
	border-bottom: 1px solid #666;
	padding-top: .3em;
}
#stats{
	width: 220px;
	float: right;
}

p.posted{
	color: #666;
	font-style: italic;
	font-size: 0.8em;
	text-align: right;
	margin: 0px;
	padding-top: .2em;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#hidden_login {
	

}

input.srchfld{
	border: 1px solid #33470C;
}
#sa{
	margin-bottom: -3px;
}
#googleform{
	text-align: right;
}
#googleform img{
	margin: 3px;
}
table.pic_w_caption {
	margin: 10px;
	border-style: none;
}
table.pic_w_caption th, table.pic_w_caption td {
	padding: 4px;
}
table.pic_w_caption th {
	font-size: .8em;
	font-weight: bold;
	color: #33470C;
}
table.pic_w_caption td img{
	padding: 0px;
	border: 2px solid #333;
}
#boe_seal{
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}
#boe_seal img{}
#director_box{
	float: right;
	width: 170px;
	padding-left: 15px;	
	padding-right: 15px;
}
#director_photo{
	border: 2px solid;
	text-align: center;
	font-size: 80%;
	font-weight: bold;
	margin-top: 12px;
	margin-right: 4px;
	margin-bottom: 12px;
	margin-left: 4px;
	padding: 8px;
	width: 160px;
}
#director_photo img{
	padding-bottom: 8px;
}
.no_margin_top {
	margin-top:0px;
}
.no_margin_bottom {
	margin-bottom:0px;
}

/*MISC TEXT FORMATS AVAIALBLE FOR EACH SITE*/
.table_style_2{
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-collapse:collapse;
	width: 100%;
}

.table_style_1 td, .table_style_1 th,.table_style_2 td,.table_style_2 th,.table_style_3 td,.table_style_3 th
{
	padding-top: 3px;
	padding-right: 0.5em;
	padding-bottom: 3px;
	padding-left: 0.5em;
	font-size: .9em;
	vertical-align: top;
	border: 0px;
}
