@charset "UTF-8";
/* CSS Document */


#topNav { width: 100%; height: auto; }
#topNav ul { list-style: none; margin: 0px; padding: 0px; }

#topNav ul li { float: left; line-height: 1.3em; text-align: center; background: url(../images/topnav_bg.gif) no-repeat right top; }
#topNav ul li.about { width:10%; }
#topNav ul li.admissions { width:11%; }
#topNav ul li.academics { width:12%; }
#topNav ul li.faculty { width:16%; }
#topNav ul li.faqs { width:10%; }
#topNav ul li.events { width:16%; }
#topNav ul li.open { width:12%; }
#topNav ul li.contact { width:13%; }

#topNav ul li a { display: block; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 0.65em; text-decoration: none; color: #FFFFFF; font-weight: bold; }
#topNav ul li a:hover { background: #663300 url(../images/topnav_bg.gif) no-repeat right top; }

#about #topNav .about a,
#admissions #topNav .admissions a,
#academics #topNav .academics a,
#faculty #topNav .faculty a,
#faqs #topNav .faqs a,
#events #topNav .events a,
#open #topNav .open a,
#contact #topNav .contact a { background: #663300 url(../images/topnav_bg.gif) no-repeat right top; cursor: default; }

#testimonials,
#testimonials2 { border-top: 1px solid #ab8032; border-bottom: 1px solid #ab8032; font-size: 0.9em; font-family: "Times New Roman", Times, serif; width: 97%; padding-top: 7px; padding-bottom: 7px; margin-top: 12px; margin-bottom: 12px; color: #000000; line-height: normal; text-align: left; }
#testimonials2 { padding-left: 7px; margin-top: 30px; width: 95%; }

#testimonials p,
#testimonials2 p { margin-bottom: 0px; margin-top: 0px; }
#testimonials span,
#testimonials2 span { font-family: Arial, Helvetica, sans-serif; color: #660000; display: block; font-size: 0.8em; font-style: normal; width: 90%; text-align: right; padding-top: 7px; }
#testimonials2 span { padding-left: 0px; padding-top: 7px; width: 97%; }

.clearflt { clear:both; height:0; font-size: 1px; line-height: 0px;}
