/* Cancel Base CSS */
ul, ol {
	margin: 0;
}
.Content ul,
.Content ol {
    margin-left: 20px;
}
/* Functions */
.Padding1 {
	padding: 15px;
}
/* Layout */
body {
	background: #9A989E url(../images/body_bg.jpg) top repeat-x;
}
.Center {
	background: url(../images/center_bg.png) center repeat-y;
	padding: 0 20px 10px 20px;
	width: 955px;
	margin: 0 auto;
}
.Container {
	background: black url(../images/container_bg.jpg) no-repeat;
}
.Header {
	height: 340px;
}
.TopMenu {
	height: 42px;
}
.Content {
	padding: 15px;
	background: white;
}


/* Footer */
.Footer {
	color: #646464;
	font-weight: bold;
	font-family: "Gill Sans","Gill Sans MT","Verdana",sans-serif;
	background: url(../images/footer_bg.png) top no-repeat;
	width: 995px;
	margin: 0 auto;
	height: 40px;
	line-height: 40px;
	text-transform: uppercase;
	text-align: center;
}
.Footer a {
	text-decoration: none;
	color: #646464;
}
.Footer a:hover {
	color: black;
}



/* TopMenu 
.TopMenu .Navigation {
	height: 42px;
	width: 790px;
}
.TopMenu li {
	float: left;
	display: block;
	height: 42px;
	width: 158px;
}
.TopMenu li a {
	display: block;
	height: 42px;
	width: 158px;
	text-indent: -9999em;
}
.TopMenu li a:hover {
	background-position: 0 -42px;
}
.HomeBtn a {background: url(../images/home_btn.jpg) top no-repeat;}
.AcademicsBtn a {background: url(../images/academics_btn.jpg) top no-repeat;}
.MinistryBtn a {background: url(../images/ministry_btn.jpg) top no-repeat;}
.StaffBtn a {background: url(../images/staff_btn.jpg) top no-repeat;}
.AttendBtn a {background: url(../images/attend_btn.jpg) top no-repeat;}
*/


.TopMenu {
	height: 42px;
}

/* Dropdown */
.dropdown {
	height: 42px;
	float:left;
}
.dropdown dt {	
	font-weight:bold;
	cursor:pointer;
	text-align: center;
	height: 42px;
	width: 158px;
	line-height: 41px;
	position: relative;
}
.dropdown a:hover {
	color: #f1ead5;
	background-position: 0 -82px;
}
.dropdown a {
	text-indent: -9999em;
	background: url(../images/menu_item.png) no-repeat;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 84%;
	display: block;
	font-family: trajan pro, serif;
	text-align: center;
	color: #5b7233;
}
.dropdown dt:hover {
	background: url(../images/menu_item.png) no-repeat;
}
.dropdown dd {
	position:absolute;
	overflow:hidden;
	width:194px;
	display:none;
	z-index:200;
	opacity:0;
	margin-left: 0px;
	margin-top: 1px;
}
.dropdown ul {
	border:1px solid #303B4F;
	border-top: 0;
	width:190px;
	list-style:none;
}
.dropdown li {
	display: inline;
}
.dropdown dd a,
.dropdown dd a:active,
.dropdown dd a:visited {
	text-indent: 0;
	text-transform: none;
	font-family: 'Arial', sans-serif;
	text-align: left;
	font-size: 100%;
	display:block;
	padding: 8px 0 8px 20px;
	color: white;
	text-decoration:none;
	background:black;
	width:170px;
}
.dropdown dd a:hover {
	background: #17335C;
}

.dropdown .underline {
	border-bottom:1px solid #303B4F
}

/* My Updates to dropdown */
.dropdown dd.Special  {
	width: 205px;
	margin-left: -33px;
}
.dropdown a:hover {
	background-position: 0 -42px;
}
.Home a {
	background: url(../images/home_btn.jpg) no-repeat;
}
.About a {
	background: url(../images/about_btn.jpg) no-repeat;
}
.Academics a {
	background: url(../images/academics_btn.jpg) no-repeat;
}
.Ministry a {
	background: url(../images/ministry_btn.jpg) no-repeat;
}
.StudentLife a {
	background: url(../images/studentlife_btn.jpg) no-repeat;
}
.Attend a {
	background: url(../images/attend_btn.jpg) no-repeat;
}





/* Prop and Clear technique for min-height */
/* http://www.greywyvern.com/code/min-height-hack */
.prop {
	height: 299px;
	float: right;
	width: 1px;
}
.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}