body { margin: 0; text-align: center; background: url('../images/full-bg.jpg') #2D476C no-repeat top center; color: #FFF; font-family: Arial; font-size: 12px; }
a img { border: 0; }
.clear { clear: both; }
.body { margin: 0 auto; text-align: left; width: 970px; background: url('../images/body-bg.jpg') repeat-y; }
a { color: #FFF; }

*{outline:none;}

.body .left { width: 360px; float: left; }
h1.logo { background: url('../images/central-tech-logo.jpg') no-repeat; width: 360px; height: 122px; margin: 0; }
h1.logo span { display: none; }
h1.logo a { display: block; width: 360px; height: 122px; }
.body .left .left-bar { background: url('../images/left-bar.jpg') no-repeat; width: 360px; padding: 0 0 0 40px; }

.body .right { float: left; width: 602px; }
.body .right UL.lil-nav { margin: 0; padding: 0; list-style: none; }
.body .right UL.lil-nav LI { float: left; }
.body .right UL.lil-nav LI a { display: block; height: 50px; }
.body .right UL.lil-nav LI a span { display: none; }
.body .right UL.lil-nav LI#enroll { background: url('../images/CT-main-header.jpg') no-repeat; width: 209px; }
.body .right UL.lil-nav LI#phone-num { background: url('../images/phone-num.jpg') no-repeat; width: 223px; }
.body .right UL.lil-nav LI#email { background: url('../images/email-central.jpg') no-repeat; width: 170px; }

.body .right .header { background: url('../images/ct-head-img.jpg') no-repeat; width: 602px; height: 209px; }

#MenuBar1 { margin: 0; padding: 0; list-style: none; }
#MenuBar1 LI { float: left; }
#MenuBar1 LI a { display: block; height: 50px; padding:0px; }
#MenuBar1 LI LI {  height: 20px;}
#MenuBar1 LI a span { display: none; }
#MenuBar1 LI#home { background: url('../images/home.jpg') no-repeat; width: 67px; }
#MenuBar1 LI#entry { background: url('../images/entry-level.jpg') no-repeat; width: 186px; }
#MenuBar1 LI#class { background: url('../images/class-schedule.jpg') no-repeat; width: 116px; }
#MenuBar1 LI#licenses { background: url('../images/licenses.jpg') no-repeat; width: 77px; }
#MenuBar1 LI#customized { background: url('../images/customized.jpg') no-repeat; width: 156px; }

/* # old font color # 

.body .right .content { background: #1e2b3c; color: #92a3b9; padding: 15px; border-right: 1px solid #98a4b3; }
*/

.body .right .content { background: #1e2b3c; color: #DDD; padding: 15px; border-right: 1px solid #98a4b3; }
*html .right .content UL.entryLevel LI { display: inline; width: 200px; float: left; clear: left; }
.body .right .content UL.entryLevel { margin: 0; padding: 0; list-style: none; width: 200px; border: 1px solid #0a1119; float: left; }
.body .right .content UL.entryLevel LI a { display: block; padding: 5px; text-decoration: none; color: #FFF; background: #182433; border-bottom: 1px solid #0a1119; border-top: 1px solid #2d415b; }
.body .right .content UL.entryLevel LI a:hover { text-decoration: underline; }
.body .right .content .el-content { float: right; width: 350px; }
.body .right .content h2 { margin: 0; font-weight: normal; font-size: 18px; border-bottom: 2px solid #2d415b; }
.contentSmaller { font-family:Arial, Helvetica, sans-serif; font-size:10px; font-style:italic; }
.form { font-family:Arial, Helvetica, sans-serif; font-size:11px; }
a#practice_range { display: block; padding: 5px 10px; background-color: #44597A; border-bottom: solid 2px #314158; text-decoration: none; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; -webkit-box-shadow: 0px 0px 7px black; -moz-box-shadow: 0px 0px 7px black; font-weight: bold; width: 180px; text-shadow: 1px 1px 1px #1e2b3c; }
a#practice_range img { position: relative; top: 3px; margin-right: 5px; }
a#practice_range:hover { background-color: #546E99; border-color: #425776; }


ul.MenuBarHorizontal ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	position: absolute;
	display:none;
	background-color:#111;}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	display:block;}