@charset "utf-8";
/* CSS Document */
/* Basic Page Structure :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
body {
	/*background: #fff url(../media/images/layout/bg_fade.png) repeat-x top left;*/
	padding: 0;
	margin: 0 auto;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	/*min-width: 700px;*/
	width: 950px;
	}
ul {margin-left: 30px; padding-left: 0; margin-top: 0;}   
#pageContainer {
	width: 100%;
	margin: 0;/*4%;*/
	min-height: 500px;
}
#pageContainerInner {
	border: solid 2px #222289;
	border-top: none;
	background: #FFF url(../media/images/layout/bottomFade.png) repeat-x left bottom;
}
#mainPageContainer {
	/*float: left; Scott- commenting this out fixed the FF2 problem*/ 
	display: block;
}
/* Housekeeping :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
.clear {
	clear:both;
}
/* Top Bar Secton :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
#topBar {
	width: 100%;
	height: 40px;
	float: left;
	margin: 0;
	font-variant: small-caps;
	background: #ffffff url(../media/images/layout/chsH1_topBar.png) no-repeat left bottom;
	border-bottom: solid 2px #222289;
}
#topBar h1 {
	text-indent: -2000px;
	font-variant: small-caps;
	padding: 0 .2em;
	margin: 0;
	float: left;
	font-size: 1.6em;
	letter-spacing: .2em;
}
#topBar ul {
	float: right;
	list-style: none;
	width: 40%;
	height: 40px;
	padding: .3em 0;
	margin: 0;
}
#topBar ul li {
	float: right;
	padding: 0 .4em;
	border-right: solid 1px #383838;
	letter-spacing: .1em;
	font-size: .8em;
	background: #FFF;
	
}
#topBar ul li.last {
	border: none;
}
#topBar ul li a:link, #topBar ul li a:visited, #topBar ul li a:active, #topBar ul li a:hover {
	color: #000;
	text-decoration: none;
}
/* Branding Section:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
#branding {
	width: 100%;
	height: 165px;
	background: #222289 url(../media/images/layout/brandingBG.png) repeat-x left bottom;
	border-bottom: solid 2px #222289;
	clear: both;
}
#brandingInner {
	height: 165px;
	background: transparent url(../media/images/layout/branding_pepRally.png) no-repeat left bottom;
}
#brandingInner h2 {
	text-indent: -2000px;
	width: 370px;
	height: 72px;
	float: right;
	clear: right;
	margin: 0 10px 20px 0;
	background: transparent url(../media/images/layout/knights_Header.png) no-repeat right top;
}
#topPhotoBar {
	margin: 10px 0 0 0;
	width: 414px;
	height: 64px;
	background: transparent url(../media/images/layout/topBarImages.png) no-repeat right top;
	float: right;
}
ul#CoHoSch {
	float: left;
	width: 100%;
	font-size: 15px;
	margin: -20px 0 0;
	padding: 0;
	text-indent: 0;
}
ul#CoHoSch li {
	list-style: none;
	text-align: center;
	float: left;
	width: 33%;
	border-right: solid 2px #383838;
	font-weight: bold;
	margin: 0;
	padding: 0;
	letter-spacing: .2em;
}
ul#CoHoSch li.last {
	border: none;
}

/* Main Menu Section :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
#sideBar {
	float: left;
	width: 20%;
	padding: 0 1% 3em 1%;
	clear: both;
}
#sideBar ul, #sideBar h3 {
	margin: 1em .5em;
	padding: 0;
	float: left;
}
#sideBar h3 {
	margin: .3em;
	color: #999999;
}
#sideBar ul li {
	list-style: none;
	margin: 0;
}
#sideBar ul#mainMenu li {
	border-top: solid 1px #222289;
	line-height: 1.3em;
	font-size: .8em;
	width: 165px; 
	display: block;
}

#sideBar p{   
    font-size: .7em;
	
}	

#sideBar ul#mainMenu li.last {
	border-bottom: solid 1px #222289;
}
#sideBar ul#mainMenu a:link, #sideBar ul#mainMenu a:visited, #sideBar ul#mainMenu a:active {
	background: #FFF url(../media/images/layout/menuArrow_blue.png) no-repeat left 50%;
	padding-left: 18px;
	display: block;
	text-decoration: none;
	color: #222289;
}
#sideBar ul#mainMenu a:hover {
	background: #222289 url(../media/images/layout/menuArrow_white.png) no-repeat left 50%;
	padding-left: 18px;
	display: block;
	text-decoration: none;
	color: #FFF;
}
#sideBar ul#secondaryMenu {
	margin: 0 .8em;
	font-size: .8em;
	text-decoration: none;
}
#sideBar ul#secondaryMenu a, #sideBar ul#secondaryMenu a:active, #sideBar ul#secondaryMenu a:visited {
	color: #999999;
	text-decoration: none;
}
#sideBar ul#secondaryMenu a:hover {
	color: #333333;
	text-decoration: none;
}*/

#sideBar {
	float: left;
	width: 160px;
	padding: 0 1% 3em 1%;
	clear: both;
}
#sideBar ul{
	padding: 0;
	float: left;
	margin: 1em .5em;
}
#sideBar h3 {
	margin: 1em;
	margin-top: 0;
	font-size: 1.1em;
	text-align: left;
	text-transform: uppercase;
	color: #FFFFFF;
	border-bottom: solid 1px #FFFFFF;
	padding-top: 10px;
}
#sideBar ul li {
	list-style: none;
	margin: 0;
}
#sideBar ul#mainMenu li {
	border-bottom: dashed 1px #4466DD;/*#222289;*/
	line-height: 1.7em;
	font-size: .7em;
	font-weight: bold;
	vertical-align: middle;
	text-transform: uppercase;
	width: 160px; /*was 100%*/
	display: block;
	margin-left: 0;
}
#sideBar ul#mainMenu li.last {
	border-bottom: solid 1px #222289;
}
#sideBar ul#mainMenu a:link, #sideBar ul#mainMenu a:visited, #sideBar ul#mainMenu a:active {
	/*background: #FFF url(../media/images/layout/menuArrow_blue.png) no-repeat left 50%;*/
	background: #FFF url(../images/newBullet.gif) no-repeat left 50%;*/
	padding-left: 18px;
	display: block;
	text-decoration: none;
    color: #4466DD;
}
#sideBar ul#mainMenu a:hover {
	background: #4466DD url(../images/newBulletGray.gif) no-repeat left 50%;
	padding-left: 18px;
	display: block;
	text-decoration: none;
	color: #FFF;
}
#backgroundTopBlue {
    background: #4466DD url(../images/blueSideBarTop2.gif) no-repeat top;
}
#backgroundTopBlack {
    background: #1F221B url(../images/sidebarBlackBoxRoundTop.gif) no-repeat top;
}
#backgroundTopGray {
    background: #c4c7c8 url(../images/sidebarGrayBoxRoundTop.gif) no-repeat top;
}
#sideBar p{   /*added by Ria */
    font-size: .7em;
	padding-left: 5px;
}
#sideBar #secondaryMenu {
	margin: 0 5px 5px 8px;
	font-size: .7em;
	text-decoration: none;
	background: url(../images/blueSideBarBottom.gif) no-repeat bottom;
	width: 160px;
}
#sideBar #secondaryMenu a, #sideBar #secondaryMenu a:active, #sideBar #secondaryMenu a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#sideBar #secondaryMenu a:hover {
	color: black;
	text-decoration: none;
}	
#sideBar #secondaryMenu ul{
	padding: 0;
	float: left;
	list-style: none;
	margin-top: 0;
	background: #4466DD;
	width: 160px;
	margin-left: 0;
}
#sideBar #secondaryMenu li{
	margin-left: 1em;
}
#sideBar #tertiaryMenu {
	margin: 0 5px 5px 8px;
	font-size: 1em;
	text-decoration: none;
	background: url(../images/sidebarBlackBoxRoundBottom.gif) no-repeat bottom;
	width: 160px;
}
#sideBar #tertiaryMenu a, #sideBar #tertiaryMenu a:active, #sideBar #tertiaryMenu a:visited a:hover{
	color: #4466DD;
	text-decoration: none;
}
#sideBar #tertiaryMenu a:hover{
	color: #4466DD;
	text-decoration: underline;
}
#sideBar #tertiaryMenu p {
    margin-top: 1em;
	padding: 10px;
	color: white;
}		
#sideBar #fourthLevelMenu {
	margin: 0 5px 5px 8px;
	font-size: 1em;
	text-decoration: none;
	background: url(../images/sidebarGrayBoxRoundBottom.gif) no-repeat bottom;
	width: 160px;
}
#sideBar #fourthLevelMenu a, #sideBar #fourthLevelMenu a:active, #sideBar #fourthLevelMenu a:visited a:hover{
	color: white;
	text-decoration: none;
}
#sideBar #fourthLevelMenu a:hover{
	color: #c4c7c8;
	text-decoration: underline;
}
#sideBar #fourthLevelMenu p {
    margin-top: 1em;
	padding: 10px;
	color: black;
}		






/* Footer Section :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
#footer {
	background: #222289 url(../media/images/layout/curveBottomLeft.gif) no-repeat bottom left;
}
#footer p {
	background: transparent url(../media/images/layout/curveBottomRight.gif) no-repeat bottom right;
	display: block;
	margin: 0;
	padding: 10px;
	color: #FFFFFF;
	text-align: center;
	font-size: .7em;
}
#footer a, #footer a:active, #footer a:visited {
	color: #FFF;
	text-decoration: none;
}
#footer a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}
/* Main Body Section ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
#mainBodyContainer {
    float: right;
	width: 740px;
	margin-right: 1%;
	padding-bottom: 2em;
	padding-top: .8em;
	font-size: 80%;/*galanos from 90*/
}


/*added by Carrie 7.29.2008*/
#mainBodyContainer h1 {
font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
text-transform: uppercase;
	padding: 0 ;
	margin: 0;
	margin-bottom:2px;
	font-size: 2em;
	letter-spacing: .2em;
	background: #EFEFEF;
		}
		
		#mainBodyContainer h2{
font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
text-transform: uppercase;
	padding-bottom: .1em ;
	margin: 0;
	margin-bottom:2px;
	font-size: 1.5em;
	letter-spacing: .2em;
		}
		
		#mainBodyContainer h3{
font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;

	padding-bottom: .1em ;
	margin: 0;
	margin-bottom:2px;
	margin-top:2px;
	font-size: 1em;
	letter-spacing: .2em;
		}
		/*added by Cathy 11.09.2008*/
	#mainBodyContainer a, #mainBodyContainer  a:active, #mainBodyContainer  a:visited {
	color: #4466DD;/*#222289;*/
	text-decoration: none;
}

#mainBodyContainer  a:hover {
	color: #4466DD; /*#222289;*/
	text-decoration: underline;	
}
		
		#mainBodyContainer ul
		{list-style-type: none; }
