@charset "UTF-8";
/* CSS Document */

/* Begin Body CSS */
body {
	font: 0.88em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #796d65;
	background: url(../images/bg_hr_paper.png) repeat;
}
a:link, a:visited {
	color: #168cbc;
	text-decoration: none;
} 
a:hover {
	color: #385e70;
	text-decoration: underline;
}
a:active {
	color: #796d65;
	text-decoration: none;
}
/* End Body CSS */

/* Begin Header CSS */
#print-logo {
	display:none;
}
#minmax {
	min-width: 770px;
	max-width: 989px;
	margin: auto;
}
#header {
	background: url(../images/bg_header.png) repeat-x;
	height: 112px;
	width: 100%;
}
.mainbar {
	height: 80px
}
.logo {
	float: left;
	height: 80px;
	width: 15.75em;
	padding-left: 1.5em;
}
/* End Header CSS */

/* Begin Searchbox CSS */
#search {
	float: right;
	width: 300px;
	height: 38px;
	text-align:center;
	background-color: transparent;
	}
#searchpad {
	padding-top:15px;
	text-align: center;
	}

#srchbox {
	width: 8.94em;
	font-size: .63em;
	margin-bottom: 0.25em;
	}
/* End Menu CSS */	
	
/* Begin Menu CSS */
.max800 {
	margin:auto;
	width: 800px;
	}
#menu, #menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
	z-index: 1;
}
#menu ul a {
	display: block;
	height: 28px;
	line-height: 28px;
	text-align: center;
	text-decoration:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .81em;
	font-weight: bold;
	background: #168cbc url(../images/menu_buttons.png) repeat-x;
	color: #FFFFFF;
	border-left: .5px solid #FFFFFF;
}
#menu ul a:hover {
	cursor: pointer;
	background-color: #00a5db;
	background-position:100% -36px;
	color: #FFFFFF;
}
#menu li {
	float: left;
	width: 160px;
}
#menu li ul {
	position: absolute;
	width: 10em;
	left: -999em;
}
#menu li ul li a {
	border-bottom: .5px solid #FFFFFF;
	font-size: .7em;
	background-image: none;
	opacity: 0.9;
}
#menu li:hover ul, #menu li.sfhover ul {
	left: auto;
}
.rightline {
	border-right: .5px solid #FFFFFF;
}
.topline {
	border-top: .5px solid #FFFFFF;
}
.toprightline {
	border-right: .5px solid #FFFFFF;
	border-top: .5px solid #FFFFFF;
}
/* End Menu CSS */

/* Begin Body Copy CSS*/
.menushadow {
	background: url(../images/shadow_h_brown.png) repeat-x;
	width: 100%;
	height: 12px;
}
.bodyshadow {
	background: url(../images/shadow_h_gray.png) repeat-x;
	width: 989px;
	height: 12px;
	margin: auto;
}
.bodyshadowmain {
	background: url(../images/shadow_h_gray.png) repeat-x;
	width: 989px;
	height: 286px;
	margin: auto;
}
.sbcleft {
	background: url(../images/shadow_c_left.png) no-repeat;
	float: left;
	height: 12px;
	width: 12px;
	clear: left;
}
.sbcright {
	background: url(../images/shadow_c_right.png) no-repeat;
	float: right;
	height: 12px;
	width: 12px;
	clear: right;
}
#content {
	background: #FFFFFF url(../images/shadow_body.png) repeat-y;
	margin: auto;
	width: 989px;
}
#bodycopy {
	width: auto;
	padding: 6px 24px 12px;
}
/*End Body Copy CSS*/


#sidebar1 {
	float: left; 
	width: 12em; /* since this element is floated, a width must be given */
	background: #f0f0f0; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0; /* top and bottom padding create visual space within this div */
}
#sidebar1 h3, #sidebar1 p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}

#mainContent {
 	margin: 0 1.5em 0 13em; 
}
/*Begin Home Page CSS*/
#mainPhoto {
	margin: auto;
	height: 337px;
	width: 905px;
	top: -50px;
	clear: none;
}
#mainBuffer {
	margin: auto;
	height: 337px;
	width: 100%
	clear: none;
	position: relative;
	top: -18px;
	z-index: 0;
}
#columns {
	margin: auto;
	width: 905px;
	}
.thirdleft {
	float: left;
	width: 33%;
	position: relative;
	padding-right: 9px;
}
.thirdright {
	float: right;
	width: 31.7%;
	position: relative;
}
.textureboxleft {
	height: 20px;
	color: #FFFFFF;
	line-height: 20px;
	background: url(../images/texture_orange.png) repeat-x;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
}
.textureboxmid {
	height: 20px;
	color: #FFFFFF;
	line-height: 20px;
	background-image: url(../images/texture_green.png);
	background-repeat: repeat-x;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
}
.textureboxright {
	height: 20px;
	color: #FFFFFF;
	line-height: 20px;
	background-image: url(../images/texture_brown.png);
	background-repeat: repeat-x;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	}
.guts {
	margin-left: 12px;
}
.glory {
	text-align: center;
	padding: 6px;
	font: 1.4em Times New Roman, Times, serif;
	font-style: italic;
	margin-top: 9px;
}
.attribution {
	font: .75em Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #796d65;
	text-align: right;
	padding-top: 12px;
}
/*End Home Page CSS*/

/*Begin Footer CSS*/
.footcurve {
	height: 75px;
	width: 989px;
	margin: auto;
	background: url(../images/footer_lei.png) no-repeat;
}
#footer, .leadeducateinspire {
	text-align: center;
	color: #00709e;
}
#footer a:link, #footer a:visited, #footer a:active {
	color: #00709e;
	text-decoration: none;
}
#footer a:hover {
	color: #00a5db;
	text-decoration: underline;
}
/*End Footer CSS*/

/*Begin Legacy CSS*/
.divcenter {
	text-align: center;
	margin: auto;
}

.secondhead {
	font-size: 1.50em;
}
.List-None {
	margin-left: -2.50em;
	list-style-type: none;
}
.newbold_red {
	font-weight: bold;
	color: #EE273B;
}
.boxhead {
	font-weight: bold;
	background-color: #796d65;
	height: 16px;
	color: #FFFFFF;
	background-image: url(../images/texture_brown.png);
	background-repeat: repeat;
	padding-left: 3px;
}
.boxhead_600 {
	font-weight: bold;
	background-color: #796d65;
	height: 16px;
	color: #FFFFFF;
	padding-top: 3px;
	padding-bottom: 3px;
	width: 588px;
}
.boxsub {
	background-color: #efedd9;
}

/*End Legacy CSS*/

