@charset "utf-8";
body {
	font: 120% Georgia, "Times New Roman", Times, serif, Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
body, html {
background:url("../images/body_bck.gif") scroll 0 0 #465056;
display:block;
height:100%;
width:100%;
}
p {
	margin:0;
	padding:5px 0px 5px 0px;
}
a:link {
	color: #B20838;
	text-decoration: none;
	font-weight:bold;
}
a:visited {
	text-decoration:underline;
	color: #B20838;
	font-weight:bold;
}
a:hover {
	color: #000000;
	font-weight:bold;
	text-decoration:underline;
}
a:active {
	text-decoration: none;
	font-weight:bold;
}
#container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-color:#000000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	min-height:100%;
	border-top:solid #000000 10px;
}
#container_subPage {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-color:#A49C85;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	min-height:100%;
	border-top:solid #000000 10px;
}
#header {
	background-image:url(../images/honors_inst_header.png);
	background-position:top;
	background-repeat:no-repeat;
	background-color:#b20838;
	width:960px;
	height:312px;
	position:relative;
}
#header a {
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
}
#header h1 {
	text-indent: -999999px;
	margin:0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding:0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	display:block;
}
#header_subPage {
	background-image:url(../images/honors_inst_header_subPage.png);
	background-position:top;
	background-repeat:no-repeat;
	background-color:#b20838;
	width:960px;
	height:183px;
	position:relative;
}
#header_subPage a {
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
}
#header_subPage h1 {
	text-indent: -999999px;
	margin:0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding:0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	display:block;
}
#mainContent_subPage h2#subHead {
	margin: 0 0 0 150px;
	padding:0;
	}
#sidebar {
	margin:0;
	padding:10px;
	float:left;
	width:163px;
	min-height:100%;
	color: #FFFFFF;
	border-top:solid #000000 10px;
}
#mainContent {
	padding: 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin:0;
	background: #FFFFFF;
	width:900px;
	min-height:100%;
}
#studentTestimonials #mainContent {
	padding: 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin:0;
	background: #FFFFFF;
	width:737px;
	float:right;
	min-height:100%;
}
#mainContent_subPage {
	padding: 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin:0;
	background: #FFFFFF;
	width:737px;
	float:right;
	min-height:100%;
	border-top:solid #000000 10px;
	
}
#mainContent p {
	padding: 5px 0 5px 0;
	margin:0;
}
#mainContent_subPage p {
	padding: 5px 0 5px 0;
	margin:0;
}
/******************************************************* articles **********************************************************/
#mainContent .article {
	width:900px;
	margin: 0;
	padding:20px 0 20px 0;
}
#mainContent ul {
	margin:0;
	padding:0;
}
#mainContent h2#st_p1 {
	background-image:url(../images/st_p1.jpg);
	background-repeat:no-repeat;
	padding:0;
	margin: 0;
	text-indent:-9999px;
	height:40px;
}
/******************************************************* article1 **********************************************************/
#mainContent .article h2#image_rep1 {
	background-image:url(../images/ai_header.png);
	background-repeat:no-repeat;
	padding:0;
	margin: 0;
	text-indent:-9999px;
	height:40px;
}
#mainContent .article li.a1 {
	background-image:url(../images/a1_img.png);
	background-repeat:no-repeat;
	padding: 0px 0 0 150px;
	margin:0;
}
#mainContent .article li.a1 p {
	margin:0;
	padding:5px 0px 5px 0px;
}
/******************************************************* article2 **********************************************************/
#mainContent .article h2#image_rep2 {
	background-image:url(../images/a2_header.png);
	background-repeat:no-repeat;
	padding:0;
	margin: 0;
	text-indent:-9999px;
	height:40px;
}
#mainContent .article li.a2 {
	background-image:url(../images/a2_img.png);
	background-repeat:no-repeat;
	padding: 0px 0 0 150px;
	margin:0;
}
#mainContent .article li.a2 p {
	margin:0;
	padding:5px 0px 5px 0px;
}
/******************************************************* article3 **********************************************************/
#mainContent .article h2#image_rep3 {
	background-image:url(../images/a3_header.png);
	background-repeat:no-repeat;
	padding:0;
	margin: 0;
	text-indent:-9999px;
	height:40px;
}
#mainContent .article li.a3 {
	background-image:url(../images/a3_img.png);
	background-repeat:no-repeat;
	padding: 0px 0 0 150px;
	margin:0;
}
#mainContent .article li.a3 p {
	margin:0;
	padding:5px 0px 5px 0px;
}
/******************************************************* article4 **********************************************************/
#mainContent .article h2#image_rep4 {
	background-image:url(../images/a4_header.png);
	background-repeat:no-repeat;
	padding:0;
	margin: 0;
	text-indent:-9999px;
	height:40px;
}
#mainContent .article li.a4 {
	background-image:url(../images/a4_img.png);
	background-repeat:no-repeat;
	padding: 0px 0 0 150px;
	margin:0;
}
#mainContent .article li.a4 p {
	margin:0;
	padding:5px 0px 5px 0px;
}
/******************************************************* article5 **********************************************************/
#mainContent .article h2#image_rep5 {
	background-image:url(../images/a5_header.png);
	background-repeat:no-repeat;
	padding:0;
	margin: 0;
	text-indent:-9999px;
	height:40px;
}
#mainContent .article li.a5 {
	background-image:url(../images/a5_img.png);
	background-repeat:no-repeat;
	padding: 0px 0 0 150px;
	margin:0;
}
#mainContent .article li.a5 p {
	margin:0;
	padding:5px 0px 5px 0px;
}
/******************************************************* article6 **********************************************************/
#mainContent .article h2#image_rep6 {
	background-image:url(../images/a6_header.png);
	background-repeat:no-repeat;
	padding:0;
	margin: 0;
	text-indent:-9999px;
	height:40px;
}
#mainContent .article li.a6 {
	background-image:url(../images/a6_img.png);
	background-repeat:no-repeat;
	padding: 0px 0 0 150px;
	margin:0;
}
#mainContent .article li.a6 p {
	margin:0;
	padding:5px 0px 5px 0px;
}
/******************************************************* Student Testimonials **********************************************************/
#mainContent_subPage .studentTestimonials {
	margin: 0;
	padding:20px 0 40px 0;
	}
#mainContent_subPage h2#studentTestimonials {
	margin: 0 0 0 150px;
	padding:0;
	}
#mainContent_subPage .studentTestimonials span {
	margin:0;
	float:right;	
}
#mainContent_subPage .studentTestimonials span {
	margin:0;
	float:right;	
}
#mainContent_subPage .studentTestimonials li.st1 {
	background-image:url(../images/st_p1.jpg);
	background-repeat:no-repeat;
	padding: 0px 0 0 150px;
	margin:0;
}
#mainContent_subPage .studentTestimonials li.st2 {
	background-image:url(../images/st_p2.jpg);
	background-repeat:no-repeat;
	padding: 0px 0 0 150px;
	margin:0;
}
#mainContent_subPage .studentTestimonials li.st3 {
	background-image:url(../images/st_p3.jpg);
	background-repeat:no-repeat;
	padding: 0px 0 0 150px;
	margin:0;
}
#mainContent_subPage .studentTestimonials li.st4 {
	background-image:url(../images/st_p4.jpg);
	background-repeat:no-repeat;
	padding: 0px 0 0 150px;
	margin:0;
}
#mainContent_subPage .studentTestimonials li.st5 {
	background-image:url(../images/st_p5.jpg);
	background-repeat:no-repeat;
	padding: 0px 0 0 150px;
	margin:0;
}
#mainContent_subPage .studentTestiminials li.st1 p {
	margin:0;
	padding:5px 0px 5px 0px;
}
#great-books #mainContent_subPage ul{
	list-style-type:disc;
	
}
#great-books #mainContent_subPage li{
	margin: 5px 0 0 50px;
	padding: 0;
}
#graduates #mainContent_subPage ul{
	list-style-type:disc;
	
}
#graduates #mainContent_subPage li{
	margin: 5px 0 0 50px;
	padding: 0;
}
#footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-color:#b20838;
	height:75px;
	margin: 0;
	border-bottom:#000000 solid 12px;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#nav {
	margin: 0 auto;
	width:960px;
	font-size:70%;
}
#nav ul {
	list-style:none;
	padding:0;
}
#nav li {
	display:inline;
	float:left;
	padding:10px;
}
#nav li a:link, #nav li a:visited {
	display: block;
	color:#ffffff;
	text-decoration:none;
}
#nav li a:hover {
	border-bottom-color:#ffffff;
	border-bottom-style:solid;
	border-bottom-width:1px;
	color:#ffffff;
}
#nav li#message {
	margin:0;
	text-align:center;
}
#nav li#curriculum {
	margin:0 0 0 30px;
	text-align:center;
}
#nav li#student-testimonials {
	margin:0 0 0 30px;
	text-align:center;
}
#nav li#honors-activities {
	margin:0 0 0 30px;
	text-align:center;
}
#nav li#scholarships {
	margin:0 0 0 30px;
	text-align:center;
}
#nav li#apply {
	margin:0 0 0 30px;
	text-align:center;
}
#nav li#scholarship_wk {
	margin:0 0 0 30px;
	text-align:center;
}
#nav li#contact {
	margin:0;
	text-align:center;
}
.imgLeft {
	float:left;
	margin-right:30px;
	margin-bottom:30px;
}
.imgRight {
	float:right;
	padding:15px;
	
}

