/* CSS Document */
/* Created by Maple Chou @ Communications Design */

/***********************************************/
/* HTML tag styles                             */
/***********************************************/

body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	line-height: 14pt;
	margin-top:0;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited {
	color: #364C83;
	text-decoration: none;
}

a:hover{
	color: #364C83;
	text-decoration: underline;
}

/************** header/footer tag styles **************/

h1 {
	font-size: 160%;
	color: #009999;
	letter-spacing: 0.3pt;
	padding-top: 8px;
}

h2 {
	font-size: 130%;
	color: #009999;
	letter-spacing: 0.3pt;
	padding-top: 1px;
}

h3 {
	font-size: 100%;
	color: #009999;
	letter-spacing: 0.3pt;
	padding-top: 8px;
}


/************** News Headline styles **************/

.newsHeadline {
	font-size: 110%;
	color: #364C83;
	font-weight: bold;
}


/************** Container styles **************/

#wrap {
	width:860px;
	border-width:0px;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
}

#header {
	height:100px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 220%;
	line-height: 105%;
	color: #FFFFFF;
	background-color: #009888;
	font-weight: bold;
	letter-spacing: 0.5pt;
	text-align:center;
	vertical-align:middle;
}

#headerContact {
	height:18px;
	font-size: 110%;
	color: #43537D;
	background-color:#e6eaf4;
	border-top-style: solid;
	border-top-color: #ffffff;
	border-top-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	border-bottom-width: 1px;
	text-align:center;
}

#footer {
	float:left;
	width:860px;
	height:38px;
	font-size: 85%;
	background-color:#009888;
	color: #ffffff;
	border-top-style: solid;
	border-top-color: #ffffff;
	border-top-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	border-bottom-width: 1px;
}

#footerLeft {
	float:left;
	vertical-align:middle;
	padding-top:9px;
	padding-left:8px;
}

#footerRight {
	float:right;
	vertical-align:middle;
	padding-top:9px;
	padding-right:8px;
}

#footer a:link, .footer a:visited {
	color: #ffffff;
	text-decoration: none;
}

#footer a:hover {
	color: #ffffff;
	text-decoration: underline;
}


/************** Content Container styles **************/

#container {
	position:relative;
	float:left;
	width:858px;
	border-style: solid;
	border-color: #888888;
	border-width: 1px;
/*	background: url (images/sidebar_new.jpg) repeat-y left top;*/
	overflow:hidden;
}

#contentBox {
	position:relative;
	float:left;
	width:496px;
}

#subContentBox {
	position:relative;
	float:left;
	width:636px;
	padding-left:20px;
	padding-right:20px;
}

#schoolImage {
	padding-left:33px;
	padding-top:10px;
}

.content {
	text-align:center;
}


/************** Main Navigation styles **************/

#sidebarLeft {
	position:relative;
	float:left;
	width:180px;
	height:inherit;
	background-color:#FFE5BF;
	padding-bottom:2500px;
	margin-bottom:-2500px;
}

#mainNav {
	line-height: 280%;
	font-weight: bold;
	color: #43537d;
	padding: 10px 0px 10px 18px;	
}

/************** Keep In Touch Box styles **************/

#keepInTouchBox {
	height:125px;
/*	background-color:#FFE5BF;*/
	padding-top:6px;
	padding-bottom:6px;
}

/************** FCPS Navigation styles **************/

#sidebarRight {
	position:relative;
	float:right;
	width:180px;
	background-color:#E6EAF4;
/*	margin-right:1px;
	margin-top:1px;*/
}

#fcpsNavTitle {
	font-size: 90%;
	line-height: 140%;
	font-weight: bold;
	color: #ffffff;
	background-color:#009888;
	padding: 6px 4px 6px 4px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	border-bottom-width: 1px;
}

#fcpsNav {
	font-size: 85%;
	line-height: 200%;
	color: #5C5C5C;
	padding: 10px 0px 10px 18px;
}

#fcpsNav a:link, .fcpsNav a:visited {
	color: #5C5C5C;
	text-decoration: none;
}

#fcpsNav a:hover {
	color: #5C5C5C;
	text-decoration: underline;
}


/************** Staff Page styles *************/

#staff {
	width:660;
	border:none;	
	font-size: 120%;
	font-weight:normal;
}

#staff th {
	font-size: 120%;
	font-weight:bold;
}

#principalImage {
	float:left;
	width:86px;
	height:114px;
	margin-top:20px;
}

#principalContent {
	clear:both;
	padding-top:5px;
}

/************** Scroller styles *************/

/* position:relative and overflow:hidden are required */
#scroller {
	position:relative; 
	overflow:hidden;
	width:100%; 
	background-color:#e6eaf4;
	font-size: 110%;
	font-weight:bold;
	color: #43537D;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	border-bottom-width: 1px;
}

/* display:none prevents the controls being shown when JavaScript is not present */
#controls {
	display:none; 
	text-align:right
}

/* #testP must also contain all text-sizing properties of #tag */
#testP {
	visibility:hidden; 
	position:absolute; 
	white-space:nowrap;
}
