@charset "utf-8";
/* CSS Document */

h1,h2,h3,h4,h5,p,div,table,td,th,ul,ol,li, dd, dt, dl {
	padding:0px;margin:0px;
}

table td, table th {
	padding:3px;	
}

p {
	letter-spacing:.03px;
	word-spacing:.1px;
	line-height:13px;
	margin-bottom:10px;
}


body{
	background-color:#999999;
	font:10px verdana, arial, helvetica, sans-serif;
	padding:0px;
	margin: 0px;
}

hr {
	color: #FF9900;
	margin-top: 10px;
	margin-bottom: 5px;
}


/* ============================= Site Structure Control ============================= */

#wrapper{
	width:760px; 
	margin:15px auto 15px auto;
}

#header{
	height:100px;
	width:760px;
}

#inner-wrapper{
	clear:both;
}

#content-wrapper{
	width:630px;
	float:right;
}

#content-wrapper a {
	font-weight:bold;
}

#titlebox{
	width:617px;
	padding:5px;
}

#content{
	width:599px;
	margin:0px auto 0px auto;
	font-size:12px;
	padding:5px;
	padding-right:0px;
	clear:both;
	min-height:510px;
}

#content ul {
	margin-left:32px;
	margin-bottom:5px;
	margin-top:7px;
}

#content ul li {
	margin-bottom:3px;	
}

#content ol {
	margin-left:32px;
	margin-bottom:5px;
	margin-top:7px;
}

#content ol li {
	margin-bottom:0px;	
}

#content ul>li>ul {
	margin-left:30px;
	margin-bottom:3px;
	margin-top:1px;
}

#content dd{
	margin-bottom:2px;
}
#content dd ul{
	
	margin-left:15px;
	margin-bottom:5px;
}

#content dl {
	margin-bottom: 10px;
}

#content dt { 
	font-weight:bold;
	margin-top: 10px;
}


/*
#content dd {
	margin-left: 30px;
	margin-top: 1px;
}*/

#contentfooter{
	width:599px;
	margin:0px auto 0px auto;
	padding:8px;
	clear:both;
}

#footer{
	width:760px;
	clear:both;
	padding-top:10px;
	padding-bottom:2px;
	height:61px;
}

#footer ul {
	list-style-type:none;	
}


#footer dt {
	width:130px;
	margin-left:30px;	
}

#footer dd {
	margin-left:30px;
	text-align:justify;
	width:130px;
}

#footer dl {
	float:left;
	width:130px;
	margin-top:0px;
}

#bot-left-logo {
	margin-top:-40px;
	margin-left:25px;
	float:left;
	background:url('file://///spraguetech2/spraguehs/images/shield.gif');
}

#info{ /*this is the school info in the footer*/
	margin-left:10px;
	margin-right:5px;
	float:right;
	text-align:right;
}

#form{ /* controls the Search bar*/
	width:0px;
	margin-left:593px;
	margin-top:-26px;
	position:absolute;
	height:25px;
	padding-top:5px;
}

#form a{
	font-size:12px;
	text-decoration:none;
	padding-left:15px;
	display:block;
	margin-left:100px;
	margin-top:-15px;
}

#form a:hover{
	text-decoration:underline;
}

#form input, select, textarea {
	font-size:9px;
	background-color:#f6f7e5;
}

.bot-left-logo {
	margin-top:-40px;
	margin-left:20px;
	float:left;
	background: url('/images/shield.gif') left no-repeat;
	width:80px;
	height:100px;
}
/* ============================= Text Formating (position) ========================================= */

.left {
	float:left;
}
.right {
	float:right;
}
.clear {
	clear:both;	
}

.wraptextright { /*Can This be Removed?*/
	float: right;
	padding:3px 0px 0px 10px;
}

.wraptextleft{ /*Can This be Removed?*/
	float:left;
	padding:3px 6px 3px 0px;
}


.textleft {
	text-align:left;
}
.textright {
	text-align:right;
}
.textcenter {
	text-align:center;
}
.textjustify {
	text-align:justify;
}

.backlink{ /* Used for "Sprague Home" and "Back to Top" link */
	margin-right:10px;
	font-size:11px;
	float:right;
}

.margin-no { /*Can This be Removed?*/
	margin:0;
	padding:0;	
}

.margin { /*Can This be Removed?*/
	margin:5px 5px 5px 5px;	
}

.padding-right { /*Used in header for search bar*/
	padding-right:10px;
}

/* ============================= Text Formating (color,size,etc) ========================================= */

h1 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom:10px;
}

h2 , h2 a{ 
	font-size: 17px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	margin-bottom:5px;
}

h3, h3 a { 
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	margin-bottom:5px;
}

h4, h4 a { 
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	letter-spacing:1px;
}

.cl-contenttext { /* applies styles to the text inside the content box, this is necessary even if you are using	.centerText */
	text-align: left;
	font-weight:normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.black-bg { 			/* applies mainly to the intouch online page Can This be Removed? or atleast moved?*/
	background-color:#000000;
	display:block;
	padding:10px;
	text-align:justify;
	width:450px;
	margin:auto auto;
}

.lg-text { 				/* SAME AS ABOVE! */	
	font-size:12.5px;
	letter-spacing:.03px;
	word-spacing:.5px;
	
}

.orange, .orange a { /* Bolds the text changes the color to orange, also changes the font family */
	color: #FF9900;
	font-family: Tahoma, serif;
	font-weight: bold;
}

.signature{
	font-size:10px;
	color:#999999;
}

.space { /*Used In Partnerships/Business_partners mainly and other pages */
	margin-bottom:20px;	
}

.rumorsimg {
	float:left;
	margin:0 20px 0 0;
}

.underline{
	text-decoration:underline;
}

.index-links { /* For the links on the index page of each folder... ex: staff/index.php */
	margin-bottom:13px;
	margin-left:-20px;
	list-style-type:none;
}

.bold {
	font-weight:bold;	
}

/* ------------------------------------- Link Formating -------------------------------------- */

a:link {
	font-size: 12px;
	text-decoration: underline;
}

a:visited {
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a:active {
	text-decoration: underline;
}

/* ---------------------------------- BOX FORMATING Geoff -------------------------------------------- */

.box-header{ /*EMBED THE WIDTH!*/ 
	float:left;	
	font-size: 11px;
	font-weight:bold;
	text-align:center;	
	line-height:18px;
	background-color:#ff9900;
	color:#ffffff;
	height:18px;
}

.text-wrapper{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.box-content{
	width:183px;
	float:left;
	padding:0px 4px 10px 4px;
}

#theme-holder {
	height:15px;	
}

#themes { /* Used for the themes drop down in header */
	float:right;
	margin:4px 8px 0px 0px;
}

.contentright {
	width: 200px;
	float: right;
	height: 2000px;
	border: 1px solid black;
}

#currentpoll {
	width: 500px;
	height: 590px;
	border: 2px ridge orange;
	background-image: url(../images/polls.jpg);
	float: left;
	font-size: 36px;
	margin-left: 42px;
	font-family: "Comic Sans MS", cursive;
	margin-bottom: 16px;
}

.polllist {
	font-family: "Comic Sans MS", cursive;
	font-size: 24px;
}

.tablepoll {
	text-align: center;
	margin: 0px auto;
	horizontal-align: center;
	vertical-align: center;
}

.pollbox {
	width: 250px;
	height:580px;
	border: 1px solid black;
	float: left;
	margin-left: 30px;
	margin-top:10px;
}

