/* CSS Document */
/* -----------------------------------------------------*/
/*
	COPYWRIGHT CRCSD 2005
	DEVELOPED BY JCO - CRCSD Webmaster
	CSS SHEET FOR SCREEN VIEWING
*/
/* -----------------------------------------------------*/

/* -----------------------------------------------------*/
/*	GLOBAL PAGE LAYOUT ELEMENTS*/
/* -----------------------------------------------------*/
body{
	margin:0;
	padding:0;
	background-color:#A7A09A;
	color:#000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
}

/* -----------------------------------------------------*/
/* CHANGE THE LINK PROPERTIES FOR DEFAULT LINKS
/* -----------------------------------------------------*/
a:link{
	color:#56004E;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:active {
	text-decoration: none
}
a:hover {
	text-decoration: underline;
	color: #56004E;
}
/* -----------------------------------------------------*/
/* SET FONT DEF'N FOR NON WEBMASTER CONTENT CREATORS
/* -----------------------------------------------------*/
.bodyText{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
}
.boldPlumBodyText{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #56004E;
	font-weight: bold;
}
.boldRedBodyText{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC3333;
	font-weight: bold;
}
.boldBlackText{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}
.bodyTitle{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #56004E;
}
.bodyTitleHome{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
.footerText{
	display: block;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #ffcc66;
}
.searchText{
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
}
.searchTextHighLight{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFF99;
	font-size: 16px;
}
.navTitle{
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #56004E;
	font-size: 18px;
	font-weight: bold;
}

/* -----------------------------------------------------*/
/* SO TEXT ONLY SHOWS WHEN PRINTING
/* -----------------------------------------------------*/
.printText{
	display: none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
}
/* -----------------------------------------------------*/
/* WE NEED TO WRAP EVERYTHING UP FOR THE USER
/* -----------------------------------------------------*/
div#wrapper {
	background:#ffffff;
	margin:0 auto;
	width:750px;
}

/* -----------------------------------------------------*/
/* SET THE HEADER
/* -----------------------------------------------------*/
#header {
	background: url("http://www.cr.k12.ia.us/images/blankbanner.jpg") no-repeat top;
	height: 98px;
}

/* ----------------------------------------------------------------------*/
/* SET THE HEADER FONT FOR THE NEW TOP NAVIGATION MENU - 2/9/12 - rpw
/* ----------------------------------------------------------------------*/
#headingColor {
	font-weight: bold;
}

/* -----------------------------------------------------*/
/* NAVIGATION IN THE HEADER
/* -----------------------------------------------------*/
#headernavigation{
	height: 15px;
	width: 720px;
	text-align: right;
	font-size: 16px;
	font-weight: bold;
	color: #56004E;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	position:relative;
	top: 15px;
	margin: 0 auto;
}

/* -----------------------------------------------------*/
/* WE NEED A CLICKER TO GET TO THE HOMEPAGE
/* -----------------------------------------------------*/
#logoClicker{
	height: 95px;
	width: 250px;
	text-align: left;
	top: 5px;
	margin: 0 auto;
	position: absolute;
}
/* -----------------------------------------------------*/
/* A SEARCH BAR FOR THE SITE
/* -----------------------------------------------------*/
#searchBar {
	background-color:#56004E;
	padding:5px;
	text-align: right;
}

/* -----------------------------------------------------*/
/* WE CAN'T HAVE ANY SPACING AROUND THE FORM
/* -----------------------------------------------------*/
form{
	margin: 0px;
}

/* -----------------------------------------------------*/
/* CHANGE THE SEARCH BUTTON JUST BECAUSE WE CAN 
/* -----------------------------------------------------*/
input.btn{
	border: none;
	background-color:#ffcc33;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

/* -----------------------------------------------------*/
/* SET THE SUB SITE NAVIGATION
/* -----------------------------------------------------*/
#siteNavigation{
	margin: 0 auto;
	width: 725px;
}
/* -----------------------------------------------------*/
/* CONTENT FOR THE LEFT SIDE OF THE PAGE
/* -----------------------------------------------------*/
#leftSideContent{
	background-color:#ffffff;
	float:left;
	width:175px;
	padding: 10px;
}

/* -----------------------------------------------------*/
/* PUT IT IN A BOX TO SEPERATE THE CONTENT
/* -----------------------------------------------------*/
#leftSideBox{
	background: url("http://www.cr.k12.ia.us/images/original images/navMenu.jpg") no-repeat top;
	border: 2px solid #56004E;
	background-color: #FFFFFF;
	padding: 0 5px;
}
/* -----------------------------------------------------*/
/* PUT IT IN A BOX FOR SUB CONTENT
/* -----------------------------------------------------*/
#leftSideSubBox{
	background: url("http://www.cr.k12.ia.us/images/original images/navSubMenu.jpg") no-repeat top;
	border: 2px solid #F7941E;
	background-color: #FFFFFF;
	padding: 0 5px;
}

/* -----------------------------------------------------*/
/* SET UP THE MAIN CONTENT ON THE RIGHT SIDE
/* -----------------------------------------------------*/
#rightSideContent {
	background-color:#ffffff;
	width:535px;
	margin-left:200px;
	margin-bottom: 15px;
	margin-top: 10px;
}

/* -----------------------------------------------------*/
/* PUT THIS IS IN TO FIX THE INFERIOR BROWSERS (IE) */
/* -----------------------------------------------------*/
html>body #rightSideContent {
	width:535px;
	margin-bottom: 15px;
}

/* -----------------------------------------------------*/
/* SET THE FORMATTING OF CONTENT ON THE RIGHT SIDE
/* -----------------------------------------------------*/	
#rightSideContent ul {
	margin-bottom:0;
}
#rightSideContent h3, #rightSideContent p {
	padding:0 10px;
}
#rightSideContent table {
	padding: 0 10px;
}
/* -----------------------------------------------------*/
/* SET THE FORMATTING OF CONTENT ON THE RIGHT SIDE
/* -----------------------------------------------------*/	
div#rightSideContent a:link {
	color:#56004E;
	text-decoration: underline;
}
div#rightSideContent a:visited {
	color:#999999;
	text-decoration: underline;
}
div#rightSideContent a:active {
	text-decoration: underline;
}
div#rightSideContent a:hover {
	text-decoration: underline;
	color: #FFFFFF;
	background-color: #56004E;
}
/* -----------------------------------------------------*/
/* SET THE FORMATTING OF CONTENT FOR COUNSELORS
/* -----------------------------------------------------*/	
div#counselorsContent a:link {
	color:#990099;
	text-decoration: underline;
}
div#counselorsContent a:visited {
	color:#8000FF;
	text-decoration: underline;
}
div#counselorsContent a:active {
	text-decoration: underline;
}
div#counselorsContent a:hover {
	text-decoration: underline;
	color: #FFFFFF;
	background-color: #56004E;
}
/* -----------------------------------------------------*/
/* HAVE A BORDER AVAILABLE FOR GROUPING THINGS
/* -----------------------------------------------------*/

#border{
 border: 1px dashed #56004E;
 text-align: left;
 padding: 3px;
}

#borderThick{
 border-left: 1px solid #56004E;
  border-right: 1px solid #56004E;
   border-bottom: 1px solid #56004E;
 text-align: left;
 padding: 3px;
}
/* -----------------------------------------------------*/
/* SET THE FOOTER 
/* -----------------------------------------------------*/
	#footer {
		background-color: #56004E;
		text-align: center;
		clear:both;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:12px;
		color: #ffcc66;
	}
/* -----------------------------------------------------*/
/* FOOTER LINK PROPERTIES
/* -----------------------------------------------------*/
div#footer a:link {
	color:#FFFFFF;
}
div#footer a:visited {
	color: #CCCCCC;
}
div#footer a:active {
	text-decoration: none;
}
div#footer a:hover {
	text-decoration: underline;
	color: #FFFFFF;
	background-color: #56004E;
}
/* -----------------------------------------------------*/
/* FOOTER PADDING 
/* -----------------------------------------------------*/
#footer p {
	padding:10px;
	margin:0;
}

checkLeave {
	font-size: 9px;
}

