/* Reset Bad CSS */
* {padding: 0; margin: 0;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote{margin:0;padding:0;}
fieldset,img,abbr{border: none;}
address,caption,cite,code,dfn,h1,h2,h3,h4,h5,h6,th,var{font-style:normal;font-weight:normal;}
ul {list-style:none;margin:0;padding:0;}
caption {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:1.0em;}
q:before,q:after{content:'';}
a{text-decoration:none;}
img {vertical-align: bottom; }

/* General Body Stle and Font */
body {

	margin: 20px 0 0 0;
	font-family: "trebuchet MS", Helvetica, sans-serif; 
	font-size: 0.8em;
	line-height: 1.2em;
	background: #E6E6E6;
	color: #584109;
}

/* Link Styles */

a {
	color: #006692;
	text-decoration: none;
}

a:hover {
	color: #006692;
	text-decoration: underline;
}


p {
	margin: 5px  0;
}

.color { color: #006692;}

/* Heading Styles */

h1 {
	font-size: 130%;
	letter-spacing: 0.1em;
	text-transform: capitalize;
	font-weight: bolder;
	font-style: italic;
	line-height: 1.5em;
}

/* ----MAIN LAYOUT--- */
/*----------------------------------------------*/

#layout {
	width: 960px;
	margin: 0 auto;
}


#content {
	clear: both;
	background: url('../images/backgrounds/content_bg.jpg') repeat; 
	width: 100%;
	
}

	#content ul, #content ol {
		margin: 5px 0 5px 40px;
	}




.message {
	background-color: #EDF4F1;
	width: 780px;
	height: 34px;
	margin: 0 0 10px 0;
	padding: 10px;
	font-family: monospace;
	color: #FF0000;
	}
	
#crumb { margin-top: -20px; padding: 0 20px 30px 30px; font-style: italic; font-weight: bold;}

/* ----HEADER STYLES---- */
/*----------------------------------------------*/
#header {
	width: 960px;
	height: 170px;
	position: relative;
	background: transparent url('../images/backgrounds/header_bg.gif') no-repeat;
	clear: both;
}


#logo {
	position: absolute;
	z-index: 10;
	margin: 25px 0 0 15px;;
}

#slogan {
	position: absolute;
	z-index: 10;
	margin: 90px 0 0 134px;;
}



#subheader {
	width: 960px;
	height: 60px;
	clear: both;
	position: relative;
	text-transform: uppercase; 
	font-weight: bold;
	margin-bottom: 10px;
	
	background: transparent url('../images/backgrounds/nav_bg.gif') no-repeat;
}



#subheader ul { margin: 8px 0 0 25px;}




/* ----SIDEBAR STYLES---- */
/*----------------------------------------------*/

#sidebar {
	font-size: 0.9em;
	width: 240px;
	position: relative;
	float: right; display: inline;
	padding: 25px 30px 20px 32px;
	text-align: left;
	margin: 10px 0 20px -4px;
	background: url('../images/backgrounds/border.png') left repeat-y;
}

	.bararea {
		padding:0; 
		margin: 20px 0 20px 0;
		background: #efefef;
	}
	
	.bararea .bar_content { padding: 10px;}

	
	.bararea ul {
		list-style-type: disc;
		list-style-position: inside;
		color: #4D632D;
		margin: 0;
		padding: 0;
	}
	
	.bararea li {
		padding: 0;
		margin: 0;
	}


	.bararea img {position: relative; padding: 0; margin: 0; vertical-align: middle;}


/* ----MAIN CONTENT STYLES---- */
/*----------------------------------------------*/

#page {
	width: 580px;
	float: left;
	padding: 25px 52px 20px 30px;
	margin: 10px 0 20px 0;
	overflow: hidden;
	background: url('../images/backgrounds/border.png') right repeat-y;
	text-align: left;
	position: relative;
}

#slideshow { margin-bottom: 20px;}

#slide {width: 580px; height: 400px; position:relative;}

#announcement .blurb_header {	
	background: #4D632D; 
	color: #fff;
	padding:5px;
	font-size: 150%;
	width: 560px;
}
	
#announcement .blurb_content {
	background: #efefef url('../images/backgrounds/border_h.png') bottom repeat-x; 
	padding: 15px 10px;
	width: 550px;

}	

a.promo_button {float:left; margin-top: 25px;}

#teachers { position: absolute; margin: -15px 0 0 475px; z-index: 5;}

#callout {
	width: 100%; height: 198px; 
	background: url('../images/backgrounds/callout_bg.gif') center no-repeat; 
	clear: both; margin: 10px 0; padding: 10px 0;
	
}

#callout  p {padding-top: 5px; height: 125px; overflow: hidden;}

#callout a {color:#4D632D;}

#callout .column_one { 
	float:left;
	width:290px; height: 150px; 
	padding:20px;
	background: url('../images/backgrounds/border.png') right repeat-y; 
	overflow: hidden;
	
}

#callout .column_one p {font-size: 15px; line-height: normal; color:#4D632D; font-weight: bold;}
#callout .column_one strong { color: #584109; text-align: right; display: block; padding-top: 10px; font-size: 13px;}

#callout .column_one .blurb_header { display: none;}


#callout .column_two { 
	float:left;
	width:590px; height: 150px; 
	padding:20px 0px 20px 30px;
}



#callout .column_two p{ 
	float:left;
	padding-right: 15px;
	width: 280px;	
}


#content_page { 
	padding: 0 30px 40px 30px;
	background: url('../images/backgrounds/paper_body.gif') center repeat-y;
	overflow: hidden;
}

#paper_footer { position: relative; margin-top: -40px; z-index: 1;}
#content_page h1 {font-size: 150%; padding-bottom: 15px; background: transparent url('../images/backgrounds/border_h.png') bottom repeat-x; clear: both;}
#content_page p { margin: 15px 0;}



/* ----FOOTER STYLES---- */
/*----------------------------------------------*/

#footer {
	width: 950px; height: 25px;
	padding: 15px 5px 0 5px;
	clear: both;
	background: #fff url('../images/backgrounds/footer_bg.gif') no-repeat;

}

#footer li {
	float:left; 
	text-transform: uppercase; 
	padding: 0px 10px; border-right: 1px solid #fff; 
	font-size: 0.9em;
}

#footer li:last-child {border-right: none;}

#footer a {color: #fff;}

#footer a:hover {text-decoration: underline;}

#footer p { 
	margin: 0; padding: 0px 5px; 
	text-align:right;
	letter-spacing: 0.1em; 
	color: #fff; 
	font-size: 0.8em;	
}

#footer p a { text-decoration: underline;}

/*----------------------------------------------*/



/* ----THE INFAMOUS PLEDGE---- */

/*----------------------------------------------*/


#register input { background: #FFF7E9; margin: 5px 0;}

#register label { margin: 5px 10px 5px 0; color: #4D632D;}

#register textarea {background: #FFF7E9; width: 500px; height: 100px;}

#register fieldset {border-top: 1px solid  #D5AE87; border-bottom: 1px solid  #D5AE87; margin: 20px 0;}

#register button {float: right;}

input.blur {color: #666;}


/*----------------------------------------------*/



/* Pages */
/*----------------------------------------------*/
#pages {
	width: 100%;
	clear: both;
	text-align: left;
	margin: 5px 0 5px 0;
}

#pages ul {
	list-style: none;
		float: left;
		margin: 0;
		padding: 0;
}

.pages {
		list-style: none;
		float: left;
		margin: 10px 0 10px 0;
		padding: 0;
		clear: both;
	}
	
	.pages li {
		float: left;
		display: block;
		padding: 4px;
		margin: 0 2px;
		border: 1px #F0F0EE solid;
	}
	
/*----------------------------------------------*/
	
/* Forms and Form Elements */

form {
	margin: 10px 0 0 0;
	padding: 0;
}

label {
	width: 100%;
	padding-top: 6px;
	margin: 5px 0 5px 0;
	line-height: 1.4em;
	font-size: 1.0em;
	font-weight: bold;
}

optgroup {
	font-size: 1.0em;
	background: #F0F0EE;
	border-top: 1px #333333 solid;
	margin-bottom: 10px;
}

fieldset {
	width: auto;
	padding: 2px 0 4px 10px;
	margin: 4px 0 4px 0;
	border: 0;
	border-bottom: 1px #efefef solid;

}

textarea {
	width: 370px;
	height: 160px;
	padding: 6px;
	font-size: 1.4em;
	border: 0;
	border: 1px #999999 solid;
}

input {
	padding: 2px;
	font-size: 1.1em;
	border: 0;
	border: 1px #999999 solid;
	background: #FFFFFF;
}

select {
	padding: 3px 8px 3px 3px;
	font-size: 1.1em;
	border: 0;
	border: 1px #999999 solid;
}


.instruction {
	font-size: 0.9em;
	width: auto;
	padding: 0;
}

button {
    margin:0 7px 0 0;
    background-color:#4D632D;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;
    font-size:90%;
    line-height:120%;
    text-decoration:none;
    color:#fff;
    cursor:pointer;
   	padding: 3px 5px;
}

.action {
    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid red;
    border-top:1px solid red;
    border-left:1px solid red;
    font-size:90%;
    line-height:120%;
    text-decoration:none;
    color:#565656;
    cursor:pointer;
    padding:3px 8px 4px 5px; /* Links */
}

.button {
    margin:3px 7px 0 0;
    background-color:#4D632D;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;
    font-size:90%;
    line-height:120%;
    text-decoration:none;
    color:#fff;
    cursor:pointer;
    padding:6px 8px 4px 5px; /* Links */
}