* { font-size: 100.1%; }

html
{
	font-size: 64%;
	background: #013D73;
}

body
{
	background: #fff url('/assets/images/bg-body.png') repeat-x;
	font: 1.2em Arial, Helvetica, sans-serif;
	color: #333;
	margin: 0;
	min-width: 948px;
}

form
{
	padding: 0;
	margin: 0;
}

img { border-style: none; }

.page-holder
{
	width: 100%;
	background: url('/assets/images/bg-page-holder.jpg');
}

.page
{
	width: 100%;
	background: url('/assets/images/bg-page.png') repeat-x;
}

.main
{
	position: relative;
	padding-top: 153px;
	margin: 0 auto;
	width: 948px;
	min-width: 948px;
}

#header
{
	width: 948px;
	position: absolute;
	top: 0;
	background: url('/assets/images/bodybg.gif') no-repeat;
	height: 153px;
}

#header strong a
{
	position: absolute;
	top: 10px;
	left: 99px;
	background: url('/assets/images/logo.gif');
	width: 145px;
	height: 126px;
	text-indent: -9999px;
	overflow: hidden;
}

#header strong a.words
{
	position: absolute;
	top: 52px;
	left: 251px;
	background: url('/assets/images/logo-words.gif');
	width: 386px;
	height: 42px;
	text-indent: -9999px;
	overflow: hidden;
}

#header ul#top
{
	position: absolute;
	z-index: 10;
	top: 4px;
	right: 77px;
	margin: 0;
	padding: 0;
	list-style: none;
}

#header ul#top li
{
	padding: 0 6px;
	float: left;
	background: url('/assets/images/li-top.gif') no-repeat 0 3px;
}

#header ul#top li:first-child { background: none; }

#header ul#top a
{
	color: #5c8a2e;
	text-decoration: none;
}

#header ul#top li:hover ,
#header ul#top li.hover { position: relative; }
#header ul#top li:hover ul ,
#header ul#top li.hover ul { display: block; }

#header ul#drop
{
	display: none;
	position: absolute;
	top: 100%;
	width: 150px;
	left: 0;
	margin: 0;
	padding: 8px 0 0 0;
	list-style: none;
	background: #fff;
	font-size: 12px;
}

#header ul#drop li
{
	padding: 0;
	background: url('/assets/images/border-drop.gif') repeat-x;
}

#header ul#drop a
{
	padding: 5px 8px 5px 15px;
	display: block;
	color: #5c8a2e;
	text-decoration: none;
	width: 127px;
}

#header ul#drop a:hover
{
	color: #2e679d;
	background: #efefef;
}

#header .form-holder
{
	position: absolute;
	top: 36px;
	right: 84px;
	width: 192px;
	z-index: 2;
}

#header .form-holder input.btn { float: right; }

#header .form-holder .subscribe div
{
	float: left;
	width: 150px;
	padding: 0 5px;
	background: url('/assets/images/bg-input.gif') no-repeat;
}

#header .form-holder .subscribe div input
{
	padding: 3px 0 2px;
	width: 150px;
	background: none;
	border: 0;
	color: #878787;
	font: 11px/11px Arial, Helvetica, sans-serif;
}

#header ul#zoom
{
	position: absolute;
	top: 64px;
	right: 154px;
	margin: 0;
	padding: 0;
	list-style: none;
}

#header ul#zoom li
{
	padding-right: 4px;
	float: left;
}

#header ul#zoom img { display: block; }

#header ul.icons
{
	position: absolute;
	top: 64px;
	right: 117px;
	margin: 0;
	padding: 0;
	list-style: none;
}

#header ul.icons li
{
	padding-left: 8px;
	float: left;
}

#header ul.icons img { display: block; }

#header ul#main
{
	position: absolute;
	top: 132px;
	left: 230px;
	margin: 0;
	padding: 0;
	list-style: none;
}

#header ul#main li
{
	padding: 0;
	margin: 0 36px 0 0;
	float: left;
	height: 1%;
}

#header ul#main li:after
{
	content: "";
	clear: both;
	display: block;
}

#header ul#main a
{
	display: block;
	height: 10px;
	background: url('/assets/images/bg-main-nav.gif') no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}

#header ul#main a.home
{
	width: 36px;
	background-position: 0 0;
}
#header ul#main a.home:hover ,
#header ul#main a.homeactive { background-position: 0 -10px; }

#header ul#main a.about
{
	width: 59px;
	background-position: -60px 0;
}
#header ul#main a.about:hover ,
#header ul#main a.aboutactive { background-position: -60px -10px; }

#header ul#main a.learning
{
	width: 58px;
	background-position: -146px 0;
}
#header ul#main a.learning:hover ,
#header ul#main a.learningactive { background-position: -146px -10px; }

#header ul#main a.life:hover, 
#header ul#main a.life
{
	width: 78px;
	background-position: -230px 0;
}
#header ul#main a.life:hover ,
#header ul#main a.lifeactive { background-position: -230px -10px; }

#header ul#main a.admissions:hover,
#header ul#main a.admissions
{
	width: 73px;
	background-position: -334px 0;
}
#header ul#main a.admissions:hover ,
#header ul#main a.admissionsactive { background-position: -334px -10px; }

#header ul#main a.working:hover,
#header ul#main a.working
{
	width: 58px;
	background-position: -434px 0;
}
#header ul#main a.working:hover ,
#header ul#main a.workingactive { background-position: -434px -10px; }

#header ul#main a.online:hover,
#header ul#main a.online
{
	width: 44px;
	background-position: -519px 0;
}
#header ul#main a.online:hover ,
#header ul#main a.onlineactive { background-position: -519px -10px; }


#header ul#main li:hover ,
#header ul#main li.hover { position: relative; }
#header ul#main li:hover ul ,
#header ul#main li.hover ul { display: block; }

#header ul#drop1
{
	display: none;
	position: absolute;
	z-index: 100;
	top: 10px;
	width: 150px;
	left: 0;
	margin: 0;
	padding: 8px 0 0 0;
	list-style: none;
	background: #fff;
}

#header ul#dropAbout, #header ul#dropLearning, #header ul#dropAdmissions, #header ul#dropWorking, #header ul#dropStudentLife, #header ul#dropOnline
{
	display: none;
	position: absolute;
	z-index: 100;
	top: 10px;
	width: 150px;
	left: 0;
	margin: 0;
	padding: 8px 0 0 0;
	list-style: none;
	background: #fff;
}

#header ul#dropOnline
{
	display: none;
	position: absolute;
	z-index: 100;
	top: 10px;
	width: 150px;
	left: -100px;
	margin: 0;
	padding: 8px 0 0 0;
	list-style: none;
	background: #fff;
}


#header ul#drop1 li
{
	margin: 0;
	padding: 0;
	background: url('/assets/images/border-drop.gif') repeat-x;
}

#header ul#dropAbout li, #header ul#dropLearning li, #header ul#dropAdmissions li, #header ul#dropWorking li, #header ul#dropStudentLife li, #header ul#dropOnline li
{
	margin: 0;
	padding: 0;
	background: url('/assets/images/border-drop.gif') repeat-x;
}

#header ul#drop1 li:first-child { background: none; }

#header ul#drop1 a
{
	padding: 5px 8px 5px 15px;
	display: block;
	color: #5c8a2e;
	text-decoration: none;
	width: 127px;
	background: 0;
	text-indent: 0;
	overflow: visible;
	height: 1%;
}

#header ul#dropAbout a, #header ul#dropLearning a, #header ul#dropAdmissions a, #header ul#dropWorking a, #header ul#dropStudentLife a, #header ul#dropOnline a
{
	padding: 5px 8px 5px 15px;
	display: block;
	color: #5c8a2e;
	text-decoration: none;
	width: 127px;
	background: 0;
	text-indent: 0;
	overflow: visible;
	height: 1%;
}

#header ul#drop1 a:hover
{
	color: #2e679d;
	background: #efefef;
}

#header ul#dropAbout a:hover , #header ul#dropLearning a:hover , #header ul#dropAdmissions a:hover , #header ul#dropWorking a:hover , #header ul#dropStudentLife a:hover, #header ul#dropOnline a:hover 
{
	color: #2e679d;
	background: #efefef;
}

.columns-holder
{
	width: 800px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0 10px;
}

.col-holbg
{
	background: url('/assets/images/col-hol-bg.gif') no-repeat;
	margin-top: -10px;
	padding-top: 17px;
}

.columns-holder-bg
{
	margin: 0 auto;
	height: 1%;
	background: #fff;
}

.columns-holder-bg:after
{
	content: "";
	clear: both;
	display: block;
}

#sidebar
{
	float: left;
	padding-left: 8px;
	width: 167px;
	overflow: hidden;
}

#sidebar h2
{
	margin: 0;
	color: #fff;
	font: 1.33em/1.68em Georgia, "Times New Roman", Times, serif;
	text-align: center;
	background: #003c71;
	text-transform: capitalize;
}

#sidebar ul
{
	margin: 0;
	padding: 0;
	list-style: none;
	background: #3372ae;
	line-height: 17px;
}

#sidebar ul li
{
	padding-top: 1px;
	height: 1%;
	vertical-align: top;
	background: url('/assets/images/li-sidebar.gif') repeat-x;
}

#sidebar ul li:first-child { background: none; }

#sidebar ul a
{
	display: block;
	text-decoration: none;
	width: 149px;
	padding: 5px 8px 5px 10px;
	color: #fff;
}

#sidebar ul a:hover ,
#sidebar ul a.active { background: url('/assets/images/hover-a-sidebar.gif') no-repeat 100% 50%; }

#content
{
	float: right;
	width: 625px;
	overflow: hidden;
}

#content .img-holder
{
	padding: 0 0 13px 8px;
	background: url('/assets/images/shadow.gif') repeat-x 0 100%;
}

#content .text-holder
{
	padding: 0 9px 30px 20px;
	height: 1%;
	overflow: hidden;
}

#content .text-box
{
	width: 430px;
	float: left;
	padding-top: 0;
}

#content .text-box ul
{
	margin: 5px 0 20px 0;
	list-style-type: none;
	padding: 0;
}

#content .text-box ul li
{
	padding: 0 5px 0 37px;
	background: url('/assets/images/dingbat.gif') no-repeat 22px .3em;
	margin: 0 0 7px 0;
	list-style-type: none;
}

#content .text-box a
{
	color: #690;
	text-decoration: underline;
}

#content .text-box a:hover
{
	color: #690;
	text-decoration: none;
}

#content .text-box h1
{
	margin: 15px 0 17px 0;
	color: #003566;
	font: 1.66em/1em Georgia, "Times New Roman", Times, serif;
}

#content .text-box h2
{
	margin: 0;
	color: #3374b4;
	font: bold 1.25em Georgia, "Times New Roman", Times, serif;
}

#content .text-box p
{
	margin: 8px 0 12px;
	line-height: 17px;
}

#content .text-box-full
{
	float: left;
	padding-top: 12px;
}

#content .text-box-full a
{
	color: #690;
	text-decoration: underline;
}

#content .text-box-full a:hover
{
	color: #690;
	text-decoration: none;
}

#content .text-box-full h1
{
	margin: 0 0 17px 0;
	color: #003566;
	font: 1.66em/1em Georgia, "Times New Roman", Times, serif;
}

#content .text-box-full h2
{
	margin: 0;
	color: #3374b4;
	font: bold 1.25em Georgia, "Times New Roman", Times, serif;
}

#content .text-box-full p
{
	margin: 8px 0 12px;
	line-height: 17px;
}

#content .text-box-full ul
{
	margin: 5px 0 20px 0;
	list-style-type: none;
	padding: 0;
}

#content .text-box-full ul li
{
	padding: 0 5px 0 37px;
	background: url('/assets/images/dingbat.gif') no-repeat 22px .3em;
	margin: 0 0 7px 0;
	list-style-type: none;
}

#content .side-box
{
	width: 154px;
	float: right;
	overflow: hidden;
	padding-top: 16px;
}

#content .side-box .curriculum
{
	border: 1px solid #ccc;
	padding-bottom: 20px;
	margin-left: 7px;
}

#content .side-box .curriculum span
{
	display: block;
	border-bottom: 1px solid #ccc;
	margin: 0 0 18px 0;
	color: #5c8a00;
	font: 1.083em/1.53em Georgia, "Times New Roman", Times, serif;
	text-align: center;
	background: #f2f2f2;
}

#content .side-box .curriculum a
{
	padding-left: 8px;
	margin-left: 8px;
	line-height: 18px;
	color: #2e679d;
	background: url('/assets/images/arrow-grey.gif') no-repeat 0 50%;
	text-decoration: none;
	display: block
}

#content .side-box .curriculum a:hover { text-decoration: underline; }

#content .side-box .curriculum ul
{
	padding: 0;
	margin: 0 ;
}

#content .side-box .curriculum li
{
	background: url('/assets/images/arrow-grey.gif') no-repeat 0 3px;
	padding-left: 9px;
	list-style: none;
	margin-bottom: 6px;
}

#content .side-box .curriculum li a
{
	color: #2e679d;
	text-decoration: none;
	background-image: none;
	margin: 0;
	padding: 0;
}

#content .side-box .curriculum  li a:hover { text-decoration: underline; }

#content .side-box blockquote
{
	width: 131px;
	margin: 27px 0 0 0;
	padding: 0 0 0 19px;
	quotes: none;
	color: #3372ac;
	font: 1.62em/1.4em Georgia, "Times New Roman", Times, serif;
	background: url('/assets/images/quotes-up.gif') no-repeat;
}

#content .side-box blockquote span
{
	padding-bottom: 5px;
	display: block;
	background: url('/assets/images/quotes-down.gif') no-repeat 85px 100%;
}

#content .side-box blockquote span span.attribution
{
	color: #3372ac;
	font: .5em/1.4em Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	background: none;
	display: block;
}

.top-part
{
	height: 262px;
	overflow: hidden;
	padding: 20px 0;
}

.bottom-part
{
	height: 1%;
	overflow: hidden;
	padding: 20px 0 38px;
}

.top-part .img-holder
{
	z-index: 1;
	float: left;
	padding: 7px 0 0 8px;
	width: 406px;
	height: 256px;
	background: url('/assets/images/bg-img-holder.png') no-repeat;
}

.top-part .img-holder img { display: block; }

.top-part .img-holder .respect-box
{
	position: absolute;
	z-index: 1;
	top: 365px;
	left: 82px;
	width: 130px;
	height: 35px;
	background: url('/assets/images/bg-respect.png') no-repeat;
}

.top-part .text-holder
{
	width: 340px;
	float: left;
	padding-left: 25px;
	color: #fff;
}

.top-part .text-holder a { color: #59b4e7; }
.top-part .text-holder a:hover { text-decoration: none; }

.top-part .text-holder h1
{
	margin: 0 0 13px;
	font: 2.08em/1.2em Georgia, "Times New Roman", Times, serif;
}

.top-part .text-holder h1 span { color: #690; }

.top-part .text-holder p
{
	margin: 0 0 0 0;
	font-size: 1.083em;
	line-height: 1.46em;
}

.top-part .text-holder span.fletter
{
	margin: 0 5px 5px 0;
	overflow: hidden;
	color: #00274c;
	float: left;
	width: 29px;
	background: url('/assets/images/bg-fletter.gif') no-repeat 0 100%;
	text-align: center;
	font: 2.25em/29px Georgia, "Times New Roman", Times, serif;
}

.bottom-part .news ,
.bottom-part .events
{
	float: left;
	width: 380px;
}

.bottom-part .news { margin-right: 36px; }
.bottom-part .events { padding-left: 4px; }

.bottom-part .news .top ,
.bottom-part .events .top
{
	border-bottom: 1px solid #ccc;
	overflow: hidden;
	height: 1%;
	padding-top: 12px;
}

.bottom-part .news .top h2 ,
.bottom-part .events .top h2
{
	float: left;
	margin: 0;
	color: #043c6f;
	font: 1.91em Georgia, "Times New Roman", Times, serif;
}

.bottom-part .news .top ul ,
.bottom-part .events .top ul
{
	float: right;
	margin: 0;
	padding: 5px 8px 0 0;
	list-style: none;
}

.bottom-part .news .top ul li ,
.bottom-part .events .top ul li
{
	padding: 0;
	display: inline;
}

.bottom-part .news .top ul img ,
.bottom-part .events .top ul img
{
	line-height: 0;
	vertical-align: middle;
}

.bottom-part .news .box,
.bottom-part .events .box { padding-right: 40px; }
.bottom-part .news .bigger,
.bottom-part .events .bigger { padding-bottom: 9px; }

a.more
{
	margin-left: 3px;
	color: #069;
}

a.more:hover { text-decoration: none; }

.box h3
{
	margin: 17px 0 8px 0;
	font-size: 1.083em;
}

.box h3 a { color: #00274c; }
.box h3 a.blue { color: #06c; }
.box h3.blue { margin: 20px 0 3px 0; }
.box h3 a:hover { text-decoration: none; }

.box span
{
	color: #999;
	margin-left: 2px;
	font-size: 0.91em;
}

.box p { margin: 0; }

.date-box
{
	width: 44px;
	height: 37px;
	float: left;
	background: url('/assets/images/bg-date-box.gif') no-repeat;
	margin-right: 12px;
	padding: 6px 0 0 0;
}

.date-box span.month
{
	display: block;
	width: 40px;
	height: 15px;
	font-size: 1.25em;
	line-height: 15px;
	font-weight: bold;
	text-align: center;
	color: #00274c;
}

.date-box span.date
{
	display: block;
	width: 40px;
	height: 15px;
	font-size: 1.33em;
	line-height: 15px;
	font-weight: bold;
	text-align: center;
	color: #7eaa33;
	padding-top: 3px;
}

.footer-holder
{
	width: 100%;
	border-top: 7px solid #00305c;
	background: #013d73;
}

.footer
{
	color: #fff;
	width: 805px;
	margin: 0 auto;
	background: #013d73;
	overflow: hidden;
	font-size: 0.91em;
	padding: 10px 0 30px;
}

.foot-no-bg { background: none; }
.footer .adr { float: left; }
.footer p { margin: 0; }

.footer .contacts
{
	padding-right: 12px;
	float: right;
	text-align: right;
}

.footer .smallerp
{
	padding-right: 6px;
	padding-top: 5px;
}

.footer .biggerp
{
	padding-left: 6px;
	padding-top: 5px;
}

.footer a { color: #73a9dc; }
.footer a:hover { text-decoration: none; }

.photo-right img
{
	float: right;
	margin: 0 0 15px 15px;
	padding: 3px;
	border: 1px solid #ccc;
}

.photo-left
{
	float: left;
	clear: left;
	margin: 0 10px 10px 0;
	padding: 3px;
	border: 1px solid #ccc;
}

table.calendar
{
	width: 570px;
	border-collapse: collapse;
	border: 1px solid #ccc;
	border-width: 1px 0 0 1px;
	margin-left: 1px;
}

table.calendar th,
 table.calendar td
{
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

table.calendar thead th
{
	background: #efefef url('/assets/images/schedule-top.png') repeat-x;
	height: 38px;
	vertical-align: middle;
	padding: 0 10px;
	text-align: left;
}

table.calendar thead th.prev
{
	background: #d4eff9 url('/assets/images/schedule-top.png') repeat-x;
	height: 38px;
	vertical-align: middle;
	padding: 0 25px;
	text-align: right;
	font-weight: normal;
}

table.calendar thead select { margin: 0 10px; }

table.calendar tbody th
{
	text-align: right;
	vertical-align: top;
	background: #f9f9f9;
	text-transform: uppercase;
	color: #3172BC;
	font-weight: normal;
	padding: 20px;
	width: 65px;
}

table.calendar tbody th span
{
	display: block;
	text-align: right;
	font-weight: bold;
}

table.calendar tbody td
{
	background: #fff;
	padding: 20px;
}

table.calendar tbody td h3
{
	font: bold 1.13em Arial, Helvetica, sans-serif;
	color: #888;
	margin: 0;
	padding: 0;
}

table.calendar tbody td li
{
	font-size: 1em;
	margin-bottom: 3px;
}

input, textarea
{
	font: 1em Arial, Helvetica, sans-serif;
	color: #666;
}

table.heading
{
	margin: 4px 0 4px 0;
	padding: 0;
	border: none;
}

table.heading td
{
	padding: 5px;
	border: 1px solid #ccc;
	text-align: left;
	background: #fff;
}

table.heading td.red
{
	color: #f00;
	font-weight: bold
}

table.heading th
{
	padding: 5px;
	border: 1px solid #ccc;
	background: #efefef;
	font-weight: bold;
}

ul.home
{
	margin: 10px 0 20px 0;
	list-style-type: none;
	padding: 0;
}

ul.home li
{
	padding: 0 5px 0 37px;
	background: url('/assets/images/homebat.gif') no-repeat 22px .3em;
	margin: 0 0 7px 0;
	list-style-type: none;
	font-size: 120%;
}

label { font-weight: bold; }

span.cap {text-transform: capitalize}

p.crumbs {

font-size: 90%;
margin: 0;
padding: 0;


}

