/* CSI Honors Program */
#honors_pageContainer {
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
width: 760px;
margin: auto;
padding: auto;
background-image: url(/ip/hon/images/honors_back.gif);
background-repeat: repeat-y;
background-color: #e4dec6;
border: 1px solid #000;
}

#honors_header {
width: 760px;
height: 183px;
margin: 0;
padding: 0;
background-image: url(/ip/hon/images/honors_banner.jpg);
background-repeat: no-repeat;
}

/* Side Navigation */
#honors_nav {
width: 231px;
padding: 0 0px 0px 5px;
margin: 0 0px 20px 0;
float: left;
background-image: url(/ip/hon/images/honors_navBack.gif);
background-repeat: no-repeat;
}

#honors_nav ul {
width: 185px;
list-style: none;
margin: 15px 0 30px 10px;
padding: 0;
border: none;
}

#honors_nav ul li {
margin: 0;
}

#honors_nav ul li a {
display: block;
padding: 7px 5px 7px 10px;
border-bottom: 1px dotted #edd084;
color: #edd084;
text-decoration: none;
font-size: 13px;
font-weight: bold;
width: 100%;
background-color: #190d00;
}

#honors_nav ul li a:hover {
border-bottom: 1px dotted #edd084;
background-color: #4d0505;
font-size: 13px;
font-weight: bold;
color: #edd084;
}

#honors_nav a.book {
color: #ffffff;
text-decoration: none;
}

#honors_nav a.book:hover {
color: #ffffff;
text-decoration: underline;
}


/* End of Side Navigation */

#honors_mainContent {
width: 520px;
float: left;
margin: 0px;
padding: 0px;
padding-bottom: 30px;
background: url(/ip/hon/images/honors_mainBack.gif);
background-repeat: no-repeat;
background-position: top right;
}

#honors_mainContent a {
color: #190d00;
text-decoration: underline;
}

#honors_mainContent a:visited {
color: #190d00;
text-decoration: underline;
}

#honors_mainContent a:hover {
color: #660000;
text-decoration: none;
}

#honors_mainContent p {
padding: 5px 15px 15px 25px;
margin: 0px;
}

#honors_mainContent h1 {
color: #4f0203;
font-size: 20px;
font-weight: bold;
margin: 18px;
}

#honors_mainContent h2 {
width: 90%;
color: #ffffff;
font-weight: bold;
font-size: 15px;
margin:10px 0px 10px 23px;
padding: 5px 10px 5px 10px;
background-color: #510606;
}

#honors_mainContent h3 {
color: #947c60;
font-size: 18px;
font-weight: bold;
margin: 18px;
}

#honors_mainContent h4 {
color: #000000;
font-size: 17px;
font-weight: bold;
margin: 0;
padding: 0 0 0 25px;

}

#honors_mainContent span.theaterHeading{
color: #000000;
font-size: 17px;
font-weight: bold;
}

#honors_mainContent p.mar_pad_top0 {
margin-top: 0;
padding-top: 0;
}

#honors_mainContent	ol.top10 li, #honors_mainContent ul.top10 li {
		margin-bottom: 0;
		padding-bottom: 15px;
	}



/* Footer */

#honors_footer {
clear: both;
width: 760px;
height: 110px;
background-image: url(/ip/hon/images/honors_footer.jpg);
background-repeat: no-repeat;
}

#honors_footer p {
text-align: center;
color: #edd084;
font-size: 12px;
margin: 0px;
padding: 20px 0px 5px 0px;
}

#honors_footer p a {
text-decoration: underline;
color: #edd084;
}

#honors_footer p a:visited {
text-decoration: underline;
color: #edd084;
}

#honors_footer p a:hover {
text-decoration: none;
color: #edd084;
}


