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

#header{
	height:72px;
	background:url(../img/interior_header.jpg) bottom no-repeat;
	position:relative;
}

#searchBox{
	right:0;
	bottom:6px;
}

#topLinks{
	left:15px;
	bottom:6px;
}

#page{
	background:url(../img/page_bg.gif) repeat-y;
	padding:5px;
	
}

#pageHeader{
	background:url(../img/page_header_admissions.jpg) top no-repeat;
	height:84px;
	text-indent:-99999px;
	overflow:hidden;
}

#sideNav{
	width:136px;
	background:url(../img/sidenav_top.png) top no-repeat;
	padding-top:36px;
	text-align:right;
	/*position:absolute;
	left:0px;
	top:75px;*/
	position:relative;
	float:left;
	left:-4px;
	top:-8px;
}

* html #sideNav {
	position: static;
	margin-left: -4px;
	margin-top: -8px;
}
#sideNav ul{
	margin:0;
	padding:0;
	background:url(../img/sidenav_bg.png) repeat-y;
	overflow:hidden;
}
#sideNav li{
	margin:5px 10px;
	padding:0;
	list-style:none;
	border-top:1px dotted #CCCCCC;
}
* html #sideNav li {
	border: 1px solid #EFECE0; 
}
#sideNav a, #sideNav a:link, #sideNav a:visited{
	display:block;
	padding:5px 15px 5px 0;
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}

#sideNav .containermodule a {
display: inline;
padding: 0;
font-weight: normal;
}
#sideNav a:hover{
	color:#043464;
	background:#CFD2D0;
	text-decoration:underline;
}
#sideNav a.current{
	background-image:url(../img/star.gif);
	background-position:center right;
	background-repeat:no-repeat;
	color:#9A1B29;
}
#sideNavBottom{
	background:url(../img/sidenav_bottom.png) top no-repeat;
	height:20px;
	margin: 0;
}
* html #sideNavBottom {
	 margin-top: -5px;
	 margin-left: -2px;
	 }

#leftContent{
	text-align:center;
	margin:10px;
}
#leftContent #contactInfo{
	background:url(../img/watermark.gif) center center repeat-x;
	font-size:10px;
	height:100px;
	padding-top:25px;
}

#content{
	float: left;
	margin:25px 20px 10px 20px;
	width: 380px;
	overflow:hidden;
}

#rightContent{
	float:right;
	width:183px;
	margin-top:10px;
	z-index:9999;
}

.sideBox{
	background:url(../img/sidebox_bg.gif) repeat-y;
	text-align:right;
	font-size:10px;
	margin-bottom:10px;
}
.sideBoxTop{
	background:url(../img/sidebox_top.gif) top no-repeat;
}
.sideBoxBottom{
	background:url(../img/sidebox_bottom.gif) bottom no-repeat;
	padding:7px 15px 30px 15px;
}
.sideBox h2{
	padding-top:0;
	margin-top:0;
	margin-bottom:20px;
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
}
.sideBox .thumb{
	border:none;
	float:right;
	margin-left:5px;
	margin-bottom:5px;
}

.contentBox{
	background:url(../img/contentbox_bg.gif) repeat-y;
	width:380px;
	color:#781520;
}
.contentBoxContent{
	padding:10px;
	background:url(../img/contentbox_bottom.gif) bottom no-repeat;
	text-align:justify;
}
.contentBox h3{
	height:25px;
	background:url(../img/contentbox_top.gif) top no-repeat;
	color:#FFFFFF;
	font-size:14px;
	margin:0;
	padding:2px 5px;
}


