/*Common
=====================================*/
body{background: #fafafa url(../media/bg_shadow.jpg) no-repeat center -20px;}
h1, h2, h3, h4, p, ul, li{margin:0;}
ul, li{padding:0}
a{outline:none; border:0px solid #ffffff;}
a img{border:none; border-bottom: 0px solid #ffffff;}
.bold{font-weight:bold;}

/* Generic Content
==================================*/
.AdvertiseBanner{display:none;}

.PageWrapper{
	position:relative;
	width:990px;
	margin:0 auto;
	top:40px;
	font: 0.7em/1.1 Verdana, Arial;
	border:0px solid green;
}

.MainContent{
	float:left;
	width:936px;
	padding-left:41px;
	border:0px solid lime;
}

/* Header
====================================*/
.PageHeader{
	position:relative;
	margin-top:17px;
}

.Logo{
	float:left;
	margin-top:32px;
}

.PageTitle span{display:none;}

.NavBar{float:right;}

.NavBar li{
	list-style:none;
	float:left;
	display:block;
	margin-right:25px;
}
.NavBar li a, .NavBar li a:visited{text-decoration:none;}

.NavBar li a span.NavIcon{
	display:block;	
	width:71px;
	height:58px;
	cursor:pointer;
	background-repeat:no-repeat;
 }

#UniIcon a span.NavIcon{
	background-image:url(../media/uni_off.jpg); 
	margin-left:18px;
}
#UniIcon a:hover span{background-image:url(../media/uni_on.jpg);}

#AboutIcon a span.NavIcon{
	 background-image:url(../media/about_off.jpg); 
	 margin-left:5px;
}
#AboutIcon a:hover span{background-image:url(../media/about_on.jpg);}

#ContactIcon a span.NavIcon{
	background-image:url(../media/contact_off.jpg); 
	margin-left:5px;}

#ContactIcon a:hover span{background-image:url(../media/contact_on.jpg);}

#HelpIcon a span.NavIcon{
	background-image:url(../media/help_off.jpg); 
	margin-left:5px;
}
#HelpIcon a:hover span{background-image:url(../media/help_on.jpg);}

#HelpIcon span.iconText{
	width:71px; 
	float:left; 
	text-align:center;
}

#HelpIcon a:hover span.iconText{background-image:none;}

/* PageContent
======================================== */
.InnerContent{
	position:relative;
	float:left;
	width:936px;
	height:470px;
	margin:0 0 0px 0;
}

.InnerContent object{outline:none;} /* fix for firefox */

.LeftContent{
	float:left;
	width:236px;
	margin:25px 0 0 5px;
}

.RightContent{
	float:left;
	margin:25px 0 0 40px;	
}

.PageTitle{margin:0 0 15px 63px;}
.LeftContent #SitemapTitle{margin-left:31px;}

#AboutUsTitle{background-image:url(../media/about_us.gif); width:121px; height:29px;}
#ContactTitle{background-image:url(../media/contact.gif); width:114px; height:29px;}
#HelpTitle{background-image:url(../media/faq.jpg); width:50px; height:29px;}
#SitemapTitle{background-image:url(../media/sitemap.gif); width:131px; height:29px;}

.ScrollHolder{
	position:relative;	
    width:624px;
	height:375px;
	overflow: auto;
	z-index: 1;
	border:1px solid #d1d1d1;	
}

.InnerScrollContent{
	position: absolute;
	left: 0; 
	top: 0;
	width: 95%;
	z-index: 2;
}

/* <Scroll> */
div.track{
	position: relative;
	float:right;
	top: 0; 
	width: 11px; 
	height: 100%;
	font-size: 0;
	z-index: 3;
	background:#d1d1d1;	
}

div.drag_bar{
    position: absolute;
	width: 100%; 
	height:52px;
	cursor: pointer;
	z-index: 4;
	background:#949494;		
}  

.ScrollHolder p{
	clear:both;
	width:570px;
	line-height:1.3;
	padding:0 0 15px 23px;
}

.ScrollHolder h3{
	padding:0 0 18px 23px;
	font-size:11px;
}

.ScrollHolder p a{font-weight:bold;}

.ScrollHolder label{
	display:block;
	clear:both;
	font-weight:bold;
	margin:0 0 5px 23px;
}

.ScrollHolder textarea{
	width:400px;
	height:200px;
	margin-left:23px;
}

.ScrollHolder a{color:#000;}

.CommentsLink{
	float:left;
	clear:both;
	background:url(../media/smll_star.gif) no-repeat right 3px;
	color:#000;
	margin:5px 0 0 23px;
	padding-right:13px;
	font-weight:bold;
}

.TopAlign{margin-top:28px;}

.InnerScrollContent ul{margin-left:35px;}
.InnerScrollContent ul li{padding:0 0 8px 0;}
		
/*Sitemap
====================================================*/
.LeftContent .ScrollHolder{
	position: relative;
	width:900px; 
	height:338px;
}

.DisplayList{
	float:left;
	width:263px;
	border-right:1px solid #b9b9bb;
	margin-left:29px;
	margin-top:28px;
	display:inline;
}

.LeftContent .ScrollHolder h3{
	color:#464857;
	font-size:16px;				
	padding:0 0 16px 0;
}

.DisplayList h4{
	float:left;
	width:100%;
	font-size:12px;
	color:#7d859d;
	padding-bottom:3px;
}

.DisplayList ul{
	float:left;		
	padding:0;
	margin-bottom:15px;
	list-style-type:none;
	font-size:11px;
}

.ListUni li{
	float:left;
	margin-right:15px;
}
	
.ListOtherLinks li{padding-bottom:15px;}

.DisplayList li a, .DisplayUniList li a:visited{
	color:#7d859d;
}

#LastList{border:none;}

/* Footer
====================================================*/

.Footer{
	float: left;
	width:936px;
	height:23px;
	margin-top:5px;
	background-image:url(../media/footer_bar.gif);
	color:#444547;
	font-weight:bold;
	font-size:0.8em;
	line-height:1.2em;
}
.Footer .ul-left {
	float: left;
}

.Footer .ul-right {
	float: right;
}

.Footer ul{
	 margin:3px 0 0 17px;
}

.Footer li{
	list-style:none;
	margin-right:13px;
	text-transform:uppercase;
	display: inline;
}

.Footer li a{
	   color:#444547;
	   text-decoration:none;
}

.Footer li a:hover {
	   color:#000000;
	   text-decoration:none;

}

.Footer .copy {
	font-weight: normal;
	margin-right: 13px;
}


/*   University Content
====================================================*/

#UniversityContent {
	position:absolute;
	top:73px;
	left:0px;
	width:982px;
	margin:0px auto;
	text-align:center;
	background:transparent;
}

#UniversityIFrame{
	position:relative;
	top:-38px;
	margin-left:42px;
	width:676px;
	height:390px;	
	text-align:center;
	background:transparent;
}

.DisplayUniList{
	float:left;
	margin-top:25px;
	width:900px;
	height:348px;
	overflow:auto;
	border:1px solid #d5d5d5;
	padding-top:28px;
	font-size:0.95em;
	color:#4c4c4c;
}

.DisplayUniList p{
	float:left;
	width:762px;
	line-height:1.3;
	margin:0 0 33px 56px;
	color:#7f859f;
	display:inline;
}

.noFlashMsg{
	width:762px;
	margin:0 0 29px 0;
}
.noFlashMsg h3 span{display:none;}
.noFlashMsg h3{
	float:left;
	margin:0 0 20px 56px;
	width:451px;
	height:51px;
	background-image:url(../media/noflashmsg.gif);
	display:inline;
}
.noFlashMsg a, .noFlashMsg a:visited{
	float:right;
	width:158px;
	font-weight:bold;
	color:#0001fe;
}

.DisplayUniList ul{
	float:left;
	width:300px;
}

.DisplayUniList ul li{
		list-style:none;
		width:200px;
		padding:0 0 7px 0;
		margin-left:56px;
}

.DisplayUniList ul li a{
	font-weight:bold; 
	color:#7d859d;
}


/*	 Error Message
=======================================================*/
.RightContent .ErrorMessage{
	margin-top:5px;
	width:300px;
}

.ErrorMessage{
	float:left;
	color:#000000;
}
