body {
	background-color: #460000;
	background-color: #CCC0C3;
	margin: 0px;
	padding: 0px;
	background-repeat: repeat-x;
	background-attachment: fixed;
	font-size:12px;
}

#bgleft {
	min-width: 784px;
	max-width: 1000px;
	margin: 0 auto;
	padding-left: 20px;
	display:block;
	background: transparent url(../images/bgleftshadow.png) left repeat-y;
}

#bgright {
	padding-right: 20px;
	display:block;
	background: transparent url(../images/bgrightshadow.png) right repeat-y;
}

#container {
	padding: 0px;
	text-align: center;
	background-color: #FAECDC;
	background-image: url(../images/header-bg2.png); 
	background-repeat: repeat-x;
	border-top-width: 8px;
	border-top-style: outset;
	border-top-color: #FBF5E7;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 

#header {
text-align: left;
margin: 0px;
padding: 0px;
float:left;
}
#darkBox{
	font-size: 11px;
	font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-image: url(../images/grey-bg.jpg);
	background-repeat: repeat-x;
	height: 140px;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	position: relative;
	top: -15px;
	line-height: 16px;
}
#lightBox{
	font-size: 11px;
	background-image: url(../images/beigeBox.jpg);
	background-repeat: repeat-x;
	height: 225px;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	color: #663300;
	background-color: #F7F1CD;
	border: thin black;
}
#footer{
	font-size: 10px;
	width: auto;
	margin-right: auto;
	margin-left: auto;
	color: #FFFFFF;
	position: static;
	bottom: 0px;
	height: 30px;
	clear: both;
	float: none;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #A3A895;
	line-height: 18px;
	text-transform: uppercase;
	border-bottom-style: ridge;
	border-bottom-color: #333333;
	border-bottom-width: 5px;
}



.style1 {
	color: #FFCC00;
	font-weight: bold;
}
.style2 {color: #FFCC00}
.style3 {
	font-size: 13px;
	font-weight: bold;
}

	#divNav {
	background: transparent url(../images/header.png) no-repeat top left; 
	margin: 0;
	padding: 0;
	height: 110px;
	width:auto; /* 740 */
	position: relative;
	top: -20px;
	}

	#nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 12px;
	position: relative;
	top: 76px; /* 90 */
	height: 68px; /* 80  **42 26 height of item*/
	width: auto; /* 724 */
	margin: 0px;
	/* background-color: #A41414; */
	    background: url(../images/subnavbg3.gif) bottom repeat-x;
	z-index: 10;
	
	
	}


	#nav li ul, #nav li ul {
		margin: 0;
		padding: 0;


	}

	#nav a {
		text-decoration: none;
	}

	#nav li { /*float the main list items*/
		margin: 0;
		float: left;
		display: block;
		padding-right: 15px;
	}

	#nav li ul {
		display: none;
	}

	#nav li.off ul, #nav li.on ul  { /*put the subnav below*/
	position: absolute;
	top: 25px;
	left: 0;
	padding-top: 15px;
	/* background: #224d6f; */
	height: 28px; /* 28 */
	width: 704px; /* 704 sub nav width*/
	padding-left: 60px;
	/* background-color: #AB2424; */
	background: url(../images/subnavbg4.gif);
	z-index: 6000px;
	}

	#nav li.on ul {
		/* background: #A41414; */
		background: url(../images/subnavbg4.gif);
	}

	#nav li.on:hover ul, #nav li.over ul { /*for ie*/
		/* background: #224d6f; */
		background: url(../images/subnavbg4.gif);
	}

	#nav li a {
	font-weight: bold;
	display: block;
	width: 95px; /* 93 */
	padding: 0;
		}

	#nav li.on a {
		color: #A41414;
	}

	#nav li.on ul a, #nav li.off ul a {
		border: 0;
		float: left; /*ie doesn't inherit the float*/
		color: #A41414;
		width: auto;
		margin-right: 15px;
		
	}

	#nav li.on:hover ul a, #nav li.over ul li a { /*for ie - the specificity is necessary*/
		/* background: #224d6f; */
		background: url(../images/subnavbg4.gif);
	}

	#nav li.on ul /*, #nav li.off ul */ {
		display: block;
	}

	#nav li.off:hover ul, #nav li.over ul {
		display: block;
		z-index: 6000;
	}

	#nav li.off a:hover, #nav li.on a:hover {
	color: #FF9900;
	}

	/*do the image replacement*/

	#nav li span {
		position: absolute;
		left: -9384px;
	}

	#liAbout a, #liAcademics a, #liAdmissions a, #liSchedule a, #liLocation a, #liContact a {
		display: block;
		position: relative;
		height: 25px;
		background: url(../images/changenavbar2.gif) no-repeat; /*contains all hover states*/
	}

/*first, put the initial states in place*/

#liAbout a {
	background-position: 0 0;
}

#liAcademics a {
	background-position: -102px 0;
}

#liAdmissions a {
	background-position: -204px 0;
}

#liSchedule a {
	background-position: -306px 0;
}

#liLocation a {
	background-position: -408px 0;
}

#liContact a {
	background-position: -510px 0;
}

/*active area - for this demo - the code could be based on a body class, and probably work better.*/

#nav #liAbout.on ul a, #nav #liAcademics.on ul a, #nav #liAdmissions.on ul a, #nav #liSchedule.on ul a, #nav #liLocation.on ul a, #nav #liContact.on ul a {
background: none;
}

/*on states*/

#liAbout.on a {
background-position: 0 -37px;
}

#liAcademics.on a {
background-position: -102px -37px;
}

#liAdmissions.on a {
background-position: -204px -37px;
}

#liSchedule.on a {
background-position: -306px -37px;
}

#liLocation.on a {
background-position: -408px -37px;
}

#liContact.on a {
background-position: -510px -37px;
}

/*hover states*/

#liAbout a:hover, #liAbout:hover a, #liAbout.over a {
background-position: 0 -73px;/* 67 */
}

#liAcademics a:hover, #liAcademics:hover a,  #liAcademics.over a {
background-position: -102px -73px;
}

#liAdmissions a:hover, #liAdmissions:hover a, #liAdmissions.over a {
background-position: -204px -73px;
}

#liSchedule a:hover, #liSchedule:hover a, #liSchedule.over a {
background-position: -306px -73px;
}

#liLocation a:hover, #liLocation:hover a, #liLocation.over a {
background-position: -408px -73px;
}

#liContact a:hover, #liContact:hover a, #liContact.over a  {
background-position: -510px -73px;
}



#nav li.off ul a, #nav li.on ul a {
	display: block;
	background: none;
	color: #F9EFE0;
	body {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 10px;
	background-color: #460000;
	background-color: #CCC0C3;
	margin: 0px;
	padding: 0px;
	background-repeat: repeat-x;
	background-attachment: fixed;
}
	font-size: 10px;
	font-weight: normal;
}		
.subnav-Admissions {
	position:relative;
	left: 200px;
}
.subnav-Schedule {
	position:relative;
	left: 300px;
}
.subnav-Location {
	position:relative;
	left: 425px;
}
.subnav-Contact {
	position:relative;
	left: 520px;
}



#topMenu {
	background-image:url(../images/topMenu.png);
	background-repeat: no-repeat;
	height: 130px;
	overflow: hidden;
	z-index: 10000;
	position: absolute;
	right: 0px;
}

#topMenu ul
{
	margin: 0;
	margin-top: 20px;
	padding: 0;
	list-style-type: none;
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}

#topMenu li { margin: 0 0 3px 0; }

#topMenu a
{
	display: block;
	padding: 2px 2px 2px 30px;
	width: 100px;
	;/* background-image: url(images/l1_down.gif);
border: 1px solid #333;*/
}

#topMenu a:link, #topNavList a:visited
{
	color: #996600;
	text-decoration: none;
}

#topMenu a:hover
{
	/*border: 1px solid #333;
background-color: #F60;
/*background-image: url(images/l1_over.gif);*/
color: #990000;
}

#active a:link, #active a:visited, #active a:hover
{
/*border: 1px solid #333;
background-color: #FF6600;
/*background-image: url(images/l1_over.gif);*/
color: #333;
}
#bigPic {
	position: relative;
	top: -6px;
	overflow: hidden;
}
a {
	color: #CC6600;
	text-decoration: none;
}
.rightPic {
	margin-left:5%;
	margin-right:5%;
	margin-bottom:3%;
	display:block;
	float:right;
}
.leftPic {
	margin-left:5%;
	margin-right:5%;
	margin-bottom:3%;
	display:block;
	float:left;
}
#center {
	padding: 0px;
	background-image: url(../images/center-bg.png);
	background-repeat:repeat-x;
	text-align: center;
	background-color: #720b0b;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-width: 8px;
	border-top-style: outset;
	border-top-color: #FBF5E7;
}
#bottom
{
	background-color: #faecdc;
}
#content {
	margin:0 9.2% 0 9.2%;
	padding-top:30px;
	padding-bottom:3%;

}
.shadow {
	background: url(../images/shadow.gif) #FAECDC bottom left no-repeat;
	display:block;
}
.text {
	text-align:justify;
	margin-top:-10px;
	padding-left:6%;
	padding-right:5%;	color: #0;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 17px;
	/* color: #333333; */
	
}
.text h1 {
	font-family: Georgia, serif;
	color: #663300;
	font-size: 26px;
	line-height: 28px;
}
.text li{
	line-height: 26px;
	
}
.rightText {
	text-align:right;
}
.img-shadow {
	float:left;
	background: url(../images/img-shadow.png) no-repeat bottom right !important;
	background: url(../images/img-shadow.gif) no-repeat bottom right;
	margin: 10px 0 0 10px !important;
	margin: 10px 0 0 5px;
}
.img-shadow img {
	display: block;
	position: relative;
	background-color: #000;
	border: 1px solid #a9a9a9;
	margin: -6px 6px 6px -6px;
	padding: 4px;
}
.curriculumblock{
	display:block;
	height:115px;
}
.floatcenterer { 
	display:table; 
	margin:0 auto; 
}
