body{
	margin:0;
	font:12px Arial, Helvetica, sans-serif;
	color:#000;
}
html,body{height:100%;}
a{text-decoration:none;}
a:hover{text-decoration:underline;}
form,fieldset{
	margin:0;
	padding:0;
	border-style:none;
}
img{border:none;}
#wrapper{
	margin:0 auto;
	width:963px;
	position:relative;
	min-height:100%;
	overflow:hidden;
}
.logo{
	position:absolute;
	background:url(../images/bg-logo.gif) no-repeat;
	width:127px;
	height:127px;
	overflow:hidden;
	margin:0;
	top:19px;
	left:46px;
	text-indent:-9999px;
	z-index:1;
}
.logo a{
	height:100%;
	display:block;
}
/* header */
#header{
	position:absolute;
	top:0;
	left:0;
	width:963px;
	height:213px;
}
#header .box{
	width:939px;
	overflow:hidden;
	padding:0 24px 0 0;
	margin:12px 0 0;
}
#header .box .frame{
	width:100%;
	overflow:hidden;
}
.btn-share{
/*	overflow:hidden;
	background:url(../images/btn-share.gif) no-repeat;
	width:171px;
	height:16px;
	text-indent:-9999px;*/
	float:right;
}
#header .box .block{
	padding:7px 0 0;
	font-size:15px;
	font-weight:bold;
	color:#9d237a;
}
#header .box .block span{
	display:block;
	margin:4px 0 0;
	text-align:right;
}
#header .box .block a{color:#9d237a;}
.ad-nav{
	position:absolute;
	bottom:47px;
	right:1px;
	background:#000 url(../images/bg-ad-nav.gif) no-repeat;
	width:319px;
	height:31px;
	line-height:31px;
	margin:0;
	padding:0;
	list-style:none;
	font-size:13px;
}
.ad-nav li{
	display:inline;
	background:url(../images/sep-ad-nav.gif) no-repeat 0 50%;
	padding:0 20px 0 23px;
}
.ad-nav li:first-child{background:none;}
.ad-nav a{
	color:#9e1a88;
	text-decoration:underline;
}
.ad-nav a:hover{
	text-decoration:none;
	color:#fff;
}
.nav{
	position:absolute;
	bottom:0;
	left:0;
	background:url(../images/bg-nav.gif) no-repeat;
	width:957px;
	padding:0 0 0 5px;
}
.main-nav{
	margin:0;
	padding:0;
	list-style:none;
	float:left;
}
.main-nav li.active a{color:#000;}
.main-nav li{float:left;}
.main-nav a{
	float:left;
	height:47px;
	line-height:47px;
	padding:0 18px;
	color:#fff;
	text-decoration:none !important;
	font-weight:bold;
}
.main-nav li:hover a,
.main-nav li.hover a{
	background:#efcbef;
	color:#000;
}
.main-nav li:hover ul a,
.main-nav li.hover ul a{
	background:url(../images/bg-drop-link.png);
	color:#fff;
}
.main-nav li:hover,
.main-nav li.hover{position:relative;}
.main-nav li:hover .drop-level-1,
.main-nav li.hover .drop-level-1{visibility:visible;}
.main-nav li:hover .drop-level-2,
.main-nav li.hover .drop-level-2{visibility:hidden;}
.drop-level-1 ul li:hover .drop-level-2,
.drop-level-1 ul li.hover .drop-level-2{visibility:visible;}
.drop-level-1 ul li:hover .drop-level-3,
.drop-level-1 ul li.hover .drop-level-3{visibility:hidden;}
.drop-level-2 ul li:hover .drop-level-3,
.drop-level-2 ul li.hover .drop-level-3{visibility:visible;}
/* drop level 1 */
.drop-level-1{
	position:absolute;
	top:42px;
	left:0;
	width:234px;
	visibility:hidden;
}
.t-1{
	width:100%;
	overflow:hidden;
	background:url(../images/bg-drop-1-top.png) no-repeat;
	height:10px;
}
.c-1{
	width:100%;
	background:url(../images/bg-drop-1-strip.png) repeat-y;
}
.c-1:after,
.c-2:after,
.c-3:after{
	display:block;
	content:"";
	clear:both;
}
.drop-level-1 .bg{
	float:left;
	margin:-9px 0 0;
	position:relative;
}
.b-1{
	width:100%;
	overflow:hidden;
	background:url(../images/bg-drop-1-bottom.png) no-repeat;
	height:13px;
}
.drop-level-1 ul{
	padding:4px 0 0 4px;
	list-style:none;
	margin:0;
}
.drop-level-1 ul li{
	width:100%;
	float:none;
	vertical-align:top;
}
.drop-level-1 ul a{
	height:31px;
	width:206px;
	padding:0 0 0 11px;
	line-height:31px;
	color:#fff;
	float:none;
	display:block;
	border-top:1px solid #efcbef;
}
.drop-level-1 ul li.hover a,
.drop-level-1 ul li:hover a{
	color:#9e2493;
	background:#daaada;
}
.drop-level-1 a span{padding:0 11px 0 0;}
.drop-level-1 ul li.hover a span,
.drop-level-1 ul li:hover a span{background:url(../images/bullet-drop.gif) no-repeat 100% 50%;}
/* drop level 2 */
.drop-level-2{
	position:absolute;
	top:9px;
	left:146px;
	width:143px;
	z-index:1;
	visibility:hidden;
}
.drop-level-2 .bg{margin:-3px 0 0;}
.drop-level-1 ul li.hover ul a,
.drop-level-1 ul li:hover ul a{
	background:url(../images/bg-drop-link.png);
	color:#fff;
}
.drop-level-2 ul li.hover a,
.drop-level-2 ul li:hover a{
	color:#9e2493 !important;
	background:#daaada !important;
}
.drop-level-1 ul li.hover ul a span,
.drop-level-1 ul li:hover ul a span{background:none;}
.t-2{
	width:100%;
	overflow:hidden;
	background:url(../images/bg-drop-2-top.png) no-repeat;
	height:5px;
}
.c-2{
	width:100%;
	background:url(../images/bg-drop-2-strip.png) repeat-y;
}
.b-2{
	width:100%;
	overflow:hidden;
	background:url(../images/bg-drop-2-bottom.png) no-repeat;
	height:13px;
}
.drop-level-2 ul{
	padding:4px 0 0 4px !important;
	list-style:none;
	margin:0;
}
.drop-level-2 ul a{
	width:114px;
	color:#fff;
}
.drop-level-2 .bg{margin:-5px 0 -1px;}
.drop-level-2 ul li.hover a span,
.drop-level-2 ul li:hover a span{background:url(../images/bullet-drop.gif) no-repeat 100% 50% !important;}
/* drop level 3 */
.drop-level-3{
	position:absolute;
	top:8px;
	left:110px;
	width:189px;
	z-index:1;
}
.drop-level-2 ul li.hover ul a,
.drop-level-2 ul li:hover ul a{
	background:url(../images/bg-drop-link.png) !important;
	color:#fff !important;
}
.drop-level-2 ul li.hover ul a:hover,
.drop-level-2 ul li:hover ul a:hover{
	color:#9e2493 !important;
	background:#daaada !important;
}
.drop-level-1 ul li.hover ul a span,
.drop-level-1 ul li:hover ul a span{background:none;}
.t-3{
	width:100%;
	overflow:hidden;
	background:url(../images/bg-drop-3-top.png) no-repeat;
	height:5px;
}
.c-3{
	width:100%;
	background:url(../images/bg-drop-3-strip.png) repeat-y;
}
.b-3{
	width:100%;
	overflow:hidden;
	background:url(../images/bg-drop-3-bottom.png) no-repeat;
	height:9px;
}
.drop-level-3 ul{
	padding:4px 0 0 4px;
	list-style:none;
	margin:0;
}
.drop-level-3 ul a{
	width:160px;
	color:#fff;
}
.drop-level-3 .bg{padding:0 !important;}
/* right-nav */
.right-nav{
	float:right;
	margin:0;
	padding:0;
	list-style:none;
	font-weight:bold;
}
.right-nav li{
	line-height:47px;
	padding:0 24px 0 14px;
	float:left;
}
.right-nav a{color:#fff;}
/* main */
#main{
	width:100%;
	overflow:hidden;
	padding:218px 0 279px;
}
#sidebar{
	float:left;
	width:277px;
	background:url(../images/bg-sidebar.gif) repeat-y;
	border-bottom:1px solid #999;
	min-height:664px;
	padding:0 0 20px;
}
* html #sidebar{height:664px;}
.side-heading{
	width:100%;
	overflow:hidden;
	background:url(../images/bg-side-heading.gif) no-repeat;
	height:40px;
}
.side-heading h2{
	text-indent:-9999px;
	margin:0;
	font-size:20px;
}
.side-links{
	margin:0;
	padding:0 0 0 7px;
	list-style:none;
}
.side-links li{margin:4px 0 0;}
.side-links a{
	width:190px;
	border:1px solid #000;
	height:59px;
	overflow:hidden;
	padding:0 0 0 70px;
	line-height:59px;
	font-size:16px;
	font-weight:bold;
	color:#01629c;
	text-decoration:none !important;
	display:block;
}
.link-1{background:#efcbef url(../images/ico-side-1.gif) no-repeat 17px 50%;}
.link-2{background:#efcbef url(../images/ico-side-2.gif) no-repeat 17px 50%;}
.link-3{background:#efcbef url(../images/ico-side-3.gif) no-repeat 17px 50%;}
.link-4{background:#efcbef url(../images/ico-side-4.gif) no-repeat 17px 50%;}
.side-links a:hover{background-color:#fff;}
#sidebar h3{
	margin:30px 0 0 1px;
	background:#707070;
	padding:0 0 0 15px;
	width:260px;
	font-size:18px;
	height:36px;
	line-height:36px;
}
.text{
	padding:0 12px 0 18px;
	width:245px;
	margin:-2px 0 0;
	color:#fff;
}
.text p{
	margin:22px 0 0;
	line-height:20px;
}
.text1{
	padding:0 12px 0 18px;
	width:245px;
	margin:-2px 0 0;
	color:#fff;
	height:304px;
}
.text1 p{
	margin:22px 0 0;
	line-height:20px;
}
.more{
	float:right;
	font-size:10px;
	color:#fff;
	text-transform:uppercase;
	margin:20px 24px 0 0;
	display:inline;
	background:url(../images/bullet-text.gif) no-repeat 100% 50%;
	padding:0 14px 0 0;
}
/* content */
#content{
	float:right;
	width:682px;
}
.visual{
	width:100%;
	position:relative;
}
.visual div{
	position:absolute;
	bottom:21px;
	left:1px;
	background:url(../images/bg-overlay.png);
	height:69px;
	padding:0 0 0 26px;
	width:654px;
	color:#fff;
}
.visual h2{
	margin:8px 0 0;
	font-size:26px;
	line-height:26px;
}
.visual h3{
	font-size:16px;
	margin:1px 0 0;
	font-weight:normal;
}
/* agenda */
.agenda{
	width:686px;
	overflow:hidden;
	background:url(../images/bg-agenda-strip.gif) repeat-y;
	margin:2px -4px 0 0;
	color:#fff;
}
.agenda .bg{
	width:100%;
	overflow:hidden;
	background:url(../images/bg-agenda-bottom.gif) no-repeat 0 100%;
	padding:0 0 16px;
	min-height:315px;
}
* html .agenda .bg{
	overflow:visible;
	height:315px;
}
.agenda .frame{
	float:left;
	margin:0 4px 0 0;
	width:224px;
	height:315px;
}
.agenda .frame h2{
	margin:0;
	background:url(../images/bg-agenda-heading.gif) no-repeat;
	width:212px;
	height:38px;
	padding:0 0 0 12px;
	font:italic 21px/38px Georgia, "Times New Roman", Times, serif;
	color:#fff;
}
.stud-info{
	padding:13px 12px 0;
	width:200px;
}
.stud-info .box{
	width:100%;
	overflow:hidden;
	padding:0 0 16px;
}

.stud-info .box img{
    float:left;
	margin:0 4px 0 0;
	width:79px;
	height:111px;
	padding:0px;
	border:#fff 4px solid;
}

.stud-info .box a{
	float:right;
	font-size:10px;
	color:#fff;
	text-transform:uppercase;
	margin:0px 14px 0 0;
	display:inline;
	background:url(../images/bullet-text.gif) no-repeat 100% 50%;
	padding:0 14px 0 0;
}
.stud-info .box a:hover{color:#d9abd9;}




.stud-info .box div{
	float:left;
	margin:0 13px 0 0;
	width:79px;
	height:111px;
	padding:3px 0 0 3px;
	background:url(../images/bg-pic.gif) no-repeat;
}
.stud-info .box h3{
	margin:11px 0 0;
	font-size:14px;
}
.stud-info .box p{line-height:16px;}
.stud-info p{
	margin:0;
	line-height:18px;
	font-size:11px;
	font-weight:bold;
}
.stud-info h4{
	margin:15px 0 0;
	font-size:11px;
}
.agenda .more{
	margin:25px 15px 0 0;
	color:#d9abd9;
	text-decoration:underline;
	font-weight:bold;
}
.agenda .more:hover{text-decoration:none;}

.schedule a{
	float:right;
	font-size:10px;
	color:#fff;
	text-transform:uppercase;
	margin:0px 14px 0 0;
	display:inline;
	background:url(../images/bullet-text.gif) no-repeat 100% 50%;
	padding:0 14px 0 0;
}
.schedule a:hover{color:#d9abd9;}

.schedule h3{
	font-size:15px;
	margin:10px 0 0 13px;
}
.schedule ul{
	margin:0;
	padding:4px 0 0 1px;
	list-style:none;
}
.schedule ul li{
	margin:3px 0 0;
	width:179px;
	background:#2a2a2a url(../images/bullet-schedule.gif) no-repeat 28px 10px;
	padding:6px 0 4px 42px;
	font-weight:bold;
}
.schedule ul li span{
	display:block;
	font-size:14px;
}
.upcoming{
	padding:6px 0 0 1px;
	width:221px;
	font-weight:bold;
}

.upcoming a{
	float:right;
	font-size:10px;
	color:#fff;
	text-transform:uppercase;
	margin:0px 14px 0 0;
	display:inline;
	background:url(../images/bullet-text.gif) no-repeat 100% 50%;
	padding:0 14px 0 0;
}
.upcoming a:hover{color:#d9abd9;}

.upcoming div{
	width:191px;
	overflow:hidden;
	padding:13px 14px 10px 16px;
	background:#2a2a2a;
	margin:3px 0 0;
}
.upcoming div em{
	display:block;
	font-size:14px;
	margin:2px 0;
	font-weight:bold;
}
.upcoming div h3{
	font-size:14px;
	margin:0;
}
.upcoming ul{
	margin:17px 0 0;
	padding:0;
	list-style:none;
}
.upcoming ul li{
	line-height:14px;
	text-align:right;
}
.upcoming ul a{
	background:url(../images/bullet-text.gif) no-repeat 100% 50%;
	padding:0 16px 0 0;
	color:#fff;
	font-size:10px;
	text-transform:uppercase;
}
.upcoming ul a:hover{color:#d9abd9;}
/* inner */
.main-holder{
	background:url(../images/bg-inner-box-strip.gif) repeat-y;
	width:100%;
	overflow:hidden;
}
.main-holder #sidebar{border-bottom:none !important;}
.inner-bg{
	width:100%;
	overflow:hidden;
	background:url(../images/bg-inner-box-bottom.gif) no-repeat 0 100%;
}
.inner-box{
	width:645px;
	overflow:hidden;
	padding:0 1px;
	min-height:674px;
	background:url(../images/bg-inner-box-top.gif) no-repeat;
	margin:0 0 0 2px;
	position:relative;
	padding:20px;
}
.inner-box h2{
	margin:17px 0 10px 0px;
	color:#01629c;
	font-size:21px;
	letter-spacing:2px;
}
.inner-img{margin:0px;}
.inner-box .block{
	padding:0 5x 10px 31px;
	width:615px;
	font-size:14px;
	overflow:hidden;
}
* html .inner-box .bg{
	height:674px;
	overflow:visible;
}
.inner-box .block img{
	float:right;
	margin:10px 0 10px 7px;

}
.inner-box p{
	margin:25px 0 0;
	color:#111;
	line-height:24px;
}
.inner-box a:link, .inner-box a:visited, .inner-box a:active{
color:#666666;	
text-decoration: underline;
font-weight: bold;
}
.inner-box a:hover{
color:#999999;	
text-decoration: none;	
font-weight: bold;
}


.inner-box p span{
	font-size:40px;
	line-height:40px;
}
.inner-box .block ul, .inner-box .block ol{
	margin:22px 0 0;
	padding:0 0 0 15px;
	list-style:none;
}
.inner-box .block ul li, .inner-box .block ol li{
	line-height:23px;
	background:url(../images/bullet-star.gif) no-repeat 0 7px;
	padding:0 0 0 14px;
}
.indent{text-indent:15px;}
/* footer */
#footer{
	width:100%;
	margin-top:-271px;
	height:271px;
	position:relative;
}
#footer .frame{
	margin:0 auto;
	width:963px;
	overflow:hidden;
}
#footer .frame .box{
	height:80px;
	border:1px solid #ccc;
	background:#e1e1e1;
	padding:0 0 0 29px;
	width:926px;
}
#footer h3 { color: #9e1a88; font-size: 16px; padding: 0; margin: 10px 0;}
/*#footer fieldset{
	padding:0 0 0 164px;
	overflow:hidden;
	margin:21px 0 0;
}
* html #footer fieldset{
	overflow:visible;
	height:1%;
}
#footer fieldset label{
	float:left;
	font-size:14px;
	font-weight:bold;
	color:#9e1a88;
	margin:9px 7px 0 0;
}
#footer fieldset div{
	float:left;
	background:url(../images/bg-input.gif) no-repeat;
	width:303px;
	height:15px;
	padding:8px;
	margin:0 10px 0 0;
	overflow:hidden;
}
#footer fieldset div input{
	background:none;
	border:none;
	font:14px Arial, Helvetica, sans-serif;
	color:#000;
	width:100%;
}*/
.btn-submit{
 float:left;
	padding:0 0 0 5px;
}
#emailaddress {
float:left;
	display: block;
	height: 24px;
	margin-left: 330px;
}
#footer .block{
	margin:0 -50px 0 0;
	width:976px;
	overflow:hidden;
}
#footer .block div{
	float:left;
	width:134px;
	margin:34px 5px 0 0;
}
#footer .block h3{
	margin:0;
	color:#005f98;
	font-size:14px;
}
#footer .block ul{
	margin:10px 0 0;
	padding:0;
	list-style:none;
}
#footer .block ul li{line-height:15px;}
#footer .block ul a{color:#005f98;}
#footer .holder{
	padding:0 0 0 16px;
	width:936px;
	margin:6px 0 0;
}
#footer .holder div{
	width:100%;
	overflow:hidden;
	color:#363636;
	font-size:10px;
}
#footer .holder div p{margin:0;}
#footer .holder div span{float:right;}
.footer-ads{
	float:left;
	margin:7px 0 0;
}
#footer .holder ul{
	float:right;
	margin:7px 0 0;
	padding:0 7px 0 0;
	list-style:none;
}
#footer .holder ul li{
	float:left;
	margin:0 2px 0 0;
}
