@charset "utf-8";
/* inner-main css */
/* layout
-------------------------*/

#middle_content {
	background-image:url(images/middle-background-inner.jpg);
	background-repeat:no-repeat;
	background-position:left bottom;
	padding:5px 0 15px 0;
	margin-top:-2px;
	background-color:#ffffff;
}

#sidebar {
	width:253px;
	margin-left: 680px;
	padding:0;
}

#sidebar ul {
	background-image:url(images/sidebar-inner.jpg);
	background-position: top right;
	background-repeat:no-repeat;
	background-color:#F1F1F2;
	color:#3F3F3F;
	padding-left:15px;
	padding-bottom:3px;
	font-size:16px;
	list-style-type: none;
	padding-top: 20px;
	margin:0 0 15px 0;
}

#sidebar ul li {
	border-top: 1px solid #CCCCCC;
	margin-right:10px;
	padding:5px 10px;	
}

#sidebar ul li a, #intro h2 {
       color:#3F3F3F;
}

#sidebar ul li:first-child  {
	border-top: none;
}

#intro {
	width:540px;
	float: left;	
	padding:0 20px 20px 20px;
	margin-right:50px;	
}

.side_note {
	width:220px;
	margin:0 0 20px 650px;
	padding:0 12px 20px 0;
	background: #fcfcfc url(images/side-note-inner-bottom.jpg) no-repeat left bottom;		
}

.top-photo {
	display:block;
	clear:both;
	background: #fcfcfc url(images/shadow.jpg) no-repeat left bottom;
        height:296px;
        width:902px;
        padding-bottom:19px;	
}

p.school-name, .top-photo {
	margin-left:35px;
}

.featured h3 {
	margin:0;
	padding:10px 0 0 07px; 
	text-transform:uppercase;
	font-size:22px;
	background-image:url(images/feature-bottom-inner.jpg);
	background-repeat:no-repeat;
}

.featured p {
	margin:0 45px;
	font-size:11px;
	line-height:normal;
}

#bottom .featured {
	background-image:url(images/feature-bottom-inner.jpg);
	background-repeat:no-repeat;
	width:302px;
	margin:0;
	padding:0;
	float:left;
}

#bottom .center {
	margin:0 35px;
}

div#intro h2 + p {
	padding-top:05px;	
}


#bottom .featured img.photo {
	background-image:url(images/feature-background-inner.jpg);
	background-position:bottom;
	background-repeat:none;
	padding:3px 6px 32px 6px;
	display: block;
}

/* images
-------------------------*/

#bottom .featured img.photo {
	background-image:url(images/feature-background-inner.jpg);
	background-position:bottom;
	background-repeat:none;
	padding:3px 6px 32px 6px;
	display: block;
}

#intro img.campuses {
        float: right;
        padding:0 15px 0 0;
        margin:0 -70px 35px 0;
}


/* text for site
-------------------------*/

#intro p, #intro li  {
	font-size:11px;
}

#intro h2 {
	background-color:#FCB040;
        margin:0 0 15px;
        min-width:240px;
        padding:2px 15px 2px 10px;
	font-size:16px;
	text-transform:uppercase;
        display:inline-block;
}

h1 {
	display: inline;
	color: #6B5A4B;
	line-height: .8em;
	font-size:62px;
	margin-left:15px;
	float:left;
}

p.tagline {
	font-size:22px;
	padding-left:10px;
}



/* links
-------------------------*/

#sidebar ul li a {
	display:block;
	width: 100%;	
}
#sidebar ul li a:hover {
	background:transparent url(images/red-arrow.gif) no-repeat scroll 0px 05px;
	margin-left:-10px;
	padding-left:10px;
	text-decoration:none;
} 