@charset "utf-8";
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;
	background-color: #FFF2BF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	background-repeat: repeat;
}
a, a:visited {
	color: #CC6733;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.rightalign {
	text-align: right;
}

.thrColFixHdr #container {
	width: 956px; /* 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;
	border-right: 1px solid #33470C;
	border-left: 1px solid #33470C;
	background-repeat: repeat-y;
	background-image: url(http://www.ucps.k12.nc.us/template_images/container_bg.gif);
	background-position: center;
}
.thrColFixHdr #header {
	border-bottom: 4px solid #CC6733;
	height: auto;
	padding-top: 0;
	padding-bottom: 0;
	background-color: #33470C;
} 

#footer_container{
	width: 100%;
	background-color: #FFEB9A;
	position: static;
}	


 #footer {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: #FFEB9A;
	height: auto;
	background-image: url(http://www.ucps.k12.nc.us/template_images/footer_art2.png);
	background-repeat: no-repeat;
	background-position: right 15px;
	text-align: left;
	width: 956px;
	border-top-width: 12px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #33470C;
	border-bottom-color: #CC6733;
} 
#footer_content {
	padding-top: 40px;
	width: 640px;
	font-size: 0.7em;
	color: #000;
	float: left;
	margin-left: 20px;
	
}

.thrColFixHdr #logo_stripe_container {
	background-color: #E0F0C1;
	width: 100%;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	height: auto;
	
} 
.thrColFixHdr #logo_stripe {
	background-repeat: no-repeat;
	background-position: 10px 27px;
	height: auto;
	width: 956px;
	margin-right: auto;
	margin-left: auto;
	background-color: #E0F0C1;
	text-align: left;
}
#mission {
	width: 350px;
	float: left;
	height: 100px;
	padding-left: 20px;
}

#logo img{
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 0px;
}
#logo{
	float: left;
	width: 250px;
	height: 100px;
}
#logo a img {
	border-style: none;

}
#searchbox{
	float: right;
	width: auto;
	padding-top: 15px;
	padding-right: 0px;
	padding-left: 10px;
	height: 85px;
}
.thrColFixHdr #nav_stripe {
	border-bottom: 7px solid #33470C;
	background-color: #E0F0C1;
	
} 
.thrColFixHdr #nav_stripe_container {
	width: 956px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;	
}
.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;
	background-color: #EBF6D8;
	margin: 0px;
}

.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 185px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #EBF6D8;
	font-size: .8em;
	color: #000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.thrColFixHdr #mainContent {
	margin-top: 0px;
	margin-right: 220px;
	margin-bottom: 20px;
	margin-left: 225px;
	padding-top: 0;
	padding-bottom: 0;
	color: #000;
	font-size: 0.8em;
	text-align: justify;
} 
.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;
}
#quicklink_title, #partnerlink_title{
	background-color: #CC6733;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-size: 90%;
	font-weight: bold;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
}
#quicklink_title a{
	color: #FFF;
}
#budgetlink_title{
	font-family: Arial, Helvetica, sans-serif;
	background-color: #567632;
	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{
	margin-top: 0em;
	background-color: #CDE99E;
	color: #000;
	border-bottom: 1px solid #7CA82B;
}
#logo_links {
    margin: 0;
    padding: 0;
    text-align: center;
    text-indent: 0;
}
#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;
}
#supt{
	font-size: 0.7em;
	letter-spacing: -10%;
	float: left;
	margin-left: 0px;
	width: auto;
	margin-right: 20px;
	padding-top: 8px;
}
#supt a{
	color: #000;
	}
#supt2{
	font-size: 0.7em;
	letter-spacing: -10%;
	float: left;
	margin-left: 0px;
	width: auto;
	margin-right: 20px;
	padding-top: 8px;
}
#supt2 a{
	color: #000;
	}

#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{

}
#announcements{
	margin-top: -20px;
	width: 499px;
	height: 200px;
}
#important_announcement{
	height: 150px;
	width: inherit;
	background-color:#FEF9DF;
	border-top: 1px solid #33470C;
	border-bottom: 1px solid #33470C;
	margin: 0px;
	padding: 5px;
	position: absolute;
}
#all_announcements li{
	padding-bottom: 10px;	
}
.morelink{
	font-variant: small-caps;
	text-align: right;
	width: auto;
	padding-bottom: 5px;
	float: right;
}
#news, #morenews{
	height: auto;
	padding-top: 15px;
	width: auto;
	display: block;
	overflow: visible;
}
#morenews{
	height: auto;
	text-align: left;
}
.jumplink {
	text-align: right;
	width: auto;
	display: block;
	font-size: 90%;
	padding-bottom: 15px;
	padding-left:10px;
	padding-top: 5px;
}
.pic1{
	float: left;
	width: 177px;
	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 {
	padding: 0px;
	margin-bottom: 20px;
	display: block;
	border-bottom: 1px solid #666;
	text-align: justify;
}
.main_article h1{
	font-size: 1.2em;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0.3em;
	padding-left: 0px;
}
#headlines{
	float: left;
	width: 245px;
}
#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: 245px;
	float: right;
}
#points_pride, #weather{
	font-size: 0.85em;
	padding: 0.5em;
}
#points_pride{
	padding-top: 20px;
}
#weather_widget{
	text-align: center;
	padding-bottom: 1em;
	border-bottom: 1px solid #666;
/*	margin-right: .5em;
	margin-left: .5em;*/
}
#weather h3, #points_pride h3{
	color: #000;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: .3em;
	padding-left: 0px;
	font-size: 110%;
	margin-top: 0.3em;
}
#status_warning{
	background-color: #F0F0F4;
	margin-bottom: 0em;
	color: #000;
	font-weight: normal;
	font-size: 0.9em;
	margin-top: 1em;
}
#status_image{

}
#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;
}
#points_pride ul {
	padding-top: 0px;
	padding-right: 1em;
	padding-bottom: 0px;
	padding-left: 1em;
	list-style-type: circle;
	font-size: 110%;
	list-style-image: url(http://www.ucps.k12.nc.us/template_images/acorn_sm.png);
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: .5em;
}
#points_pride ul li {
	padding-bottom: 0em;
}
.nobullet {
	list-style-image: none;
	list-style-type: none;	
}
.no_margin_top {
	margin-top:0px;
}
.no_margin_bottom {
	margin-bottom:0px;
}
#addressblock{
	float: right;
	font-size: 60%;
	color: #000;
	width: 225px;
	margin-left: 0px;
	margin-top: 110px;
	margin-right: 45px;
	text-align: 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 {
	

}
#hidden_login a{
	color: #EBF6D8;
	height: 20px;
	width: 189px;
	bottom: 0px;

	display: block;padding: 10px;
}
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_photo{
	border: 2px solid #33470C;
	background-color: #FFF2BF;
	text-align: center;
	font-size: 80%;
	font-weight: bold;
	color: #33470C;
	margin-top: 12px;
	margin-right: 4px;
	margin-bottom: 12px;
	margin-left: 4px;
	padding: 8px;
}
#director_photo img{
	padding-bottom: 8px;
}
#ucpsmission{
	font-size: 14pt;
	font-style: italic;
	font-weight: bold;
	color: #33470C;
	background-color: #FFEB9A;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 8px;
}
#em_signature{
	font-family: Arial, Helvetica, sans-serif;
	color: #567632;
}
#em_signature H1{
	font-size: 16px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}
#em_signature H2{
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
}
#em_signature H3{
	font-size: 8px;
	padding: 0px;
	font-style: italic;
	margin: 0px;
	font-weight: normal;
}
.print {
		display:none;
	}
