@charset "utf-8";
/* CSS Document */

/****************************************
 * Reset
 ****************************************/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, pre, a, abbr, acronym, address, big, cite, code, del, dfn, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, ol, ul {
	background: transparent;
	border: 0;
	margin: 0;
	outline: 0;
	padding: 0;
}

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100%;
	text-align: left;
	color: #111;
	width: 100%;
	background-color:#fff;	
}

a.pdf { 
	padding-right: 20px;
	background: transparent url(../img/icon-pdf.gif) no-repeat center right;
}
a.doc { 
	padding-right: 20px;
	background: transparent url(../img/icon-doc.png) no-repeat center right;
}
a.pp { 
	padding-right: 20px;
	background: transparent url(../img/icon-pp.png) no-repeat center right;
}
img.buttons {
	float:right; 
	margin: 0 0 15px 20px; 
	clear:right;
}

#wrapper {
	width: 100%;		
	background: url(../img/bg.jpg) repeat-x top left;
	background-color:#eae5d2;
}

#header {
	width: 920px;
	height:66px;
	margin: 0 auto;
}

#header img.dept {
	float: left;
	width:291px;
	height: 50px;
	margin-top:15px;
}

#header img.college {
	float: right;
	width: 117px;
	margin-top: 10px;
	margin-bottom: 8px;
}

#header #topnav {
	float:right;
	width:552px;
	height:27px;
	position: relative;
}
#header #topnav ul#topmenu {
    width:100%;
    list-style:none;
	position: absolute;
	margin: 0;
	padding:0;
} 
	
#header #topnav ul#topmenu li {
    display: block;
	float:left;	
	}

#header #topnav ul#topmenu > li > a {
	background-image:url(../img/spriteMenu.png);
	display:block;
	position: relative;
	width: auto; 
}
#header #topnav ul#topmenu li a.Home {
	background-position:0px 0px;
	width:53px;
	height:27px;
}    
#header #topnav ul#topmenu li a.About {
	background-position:-53px 0px;
	width:63px;
	height:27px;
}
#header #topnav ul#topmenu li a.Faculty {
	background-position:-116px 0px;
	width:53px;
	height:27px;
}
#header #topnav ul#topmenu li a.Undergraduate {
	background-position:-169px 0px;
	width:93px;
	height:27px;
}
#header #topnav ul#topmenu li a.Graduate {
	background-position:-262px 0px;
	width:63px;
	height:27px;
}
#header #topnav ul#topmenu li a.Research {
	background-position:-325px 0px;
	width:121px;
	height:27px;
}
#header #topnav ul#topmenu li a.Alumni {
	background-position:-446px 0px;
	width:106px;
	height:27px;
}

#header #topnav ul#topmenu > li > a .hover {
	background-image:url(../img/spriteMenu.png);
	display:block;
	position: absolute; 
	opacity:0;
	/* for IE */
	filter:alpha(opacity=0); 	
	top: 0;   
	left: 0;   
	height: 100%;   
	width: 100%;
}

#header #topnav ul#topmenu li a.Home .hover {
	background-position:0px -27px;
}    
#header #topnav ul#topmenu li a.About .hover {
	background-position:-53px -27px;
}
#header #topnav ul#topmenu li a.Faculty .hover {
	background-position:-116px -27px;
}
#header #topnav ul#topmenu li a.Undergraduate .hover {
	background-position:-169px -27px;
}
#header #topnav ul#topmenu li a.Graduate .hover {
	background-position:-262px -27px;
}
#header #topnav ul#topmenu li a.Research .hover {
	background-position:-325px -27px;
}
#header #topnav ul#topmenu li a.Alumni .hover {
	background-position:-446px -27px;
}


#header #topnav ul#topmenu > li > a#active {
	background-image:url(../img/spriteMenu.png); 
}
#header #topnav ul#topmenu li a#active.Home {
	background-position:0px -27px;
}    
#header #topnav ul#topmenu li a#active.About {
	background-position:-53px -27px;
}
#header #topnav ul#topmenu li a#active.Faculty {
	background-position:-116px -27px;
}
#header #topnav ul#topmenu li a#active.Undergraduate {
	background-position:-169px -27px;
}
#header #topnav ul#topmenu li a#active.Graduate {
	background-position:-262px -27px;
}
#header #topnav ul#topmenu li a#active.Research {
	background-position:-325px -27px;
}
#header #topnav ul#topmenu li a#active.Alumni {
	background-position:-446px -27px;
}

#header #topnav ul#topmenu li ul {
	position: absolute;
	visibility: hidden;
	border: 3px solid #fff;
	background-color: #eee;
	z-index:100;
	text-transform: none;
	font-weight:200;
	font-size:12px;
  
	/* Rounded Corners */  
	-moz-border-radius: 0px 7px 7px 7px;  
	-webkit-border-radius: 0px 7px 7px 7px;  
	border-radius: 0px 7px 7px 7px;
}
		
#header #topnav ul#topmenu li ul li{	
	float: none;
	display: inline;
}
		
#header #topnav ul#topmenu li ul li a {			
	display: block;
	width: auto;
	padding: 7px 12px;
	white-space: nowrap;
	text-decoration: none;
	background-color: #eee;
	color: #900;
	background-image:none;
	border: 1px solid #fff;
	
	/* Rounded Corners */  
	-moz-border-radius: 7px 7px 7px 7px;  
	-webkit-border-radius: 7px 7px 7px 7px;  
	border-radius: 7px 7px 7px 7px;
}
			
#header #topnav ul#topmenu li ul li a:hover {	
	background: #fff;
	color: #900;
	/* Rounded Corners */  
	-moz-border-radius: 7px 7px 7px 7px;  
	-webkit-border-radius: 7px 7px 7px 7px;  
	border-radius: 7px 7px 7px 7px;
}

#header #topnav ul#topmenu li ul li a#active {
	background: #eee;
	color: #400;
	/* Rounded Corners */  
	-moz-border-radius: 7px 7px 7px 7px;  
	-webkit-border-radius: 7px 7px 7px 7px;  
	border-radius: 7px 7px 7px 7px;
}

#slideshow {
    float:right;
	position:relative;
	overflow: hidden;
	display:block;
    height:300px;
	width: 625px;
	padding:0;
	margin-top: 1px; 
	margin-right: 1px;
}

#slideshow > div { 
    position: absolute; 
}

#homePicsWrapper {	
	width:920px;
	height:304px;
	margin: 0 auto;
	margin-top:-1px;
	padding: 0;
	z-index: 1;
	background-color:#fff;
}
#subPicsWrapper {
	width:920px;
	height:175px;
	margin: 0 auto;
	margin-top:-1px;
	padding: 0;
	z-index: 1;
	background-color:#beb684;
}

#centerwrap {
	width: 920px;
	padding: 0;
	margin: 0 auto;	
	text-align: center;
	background:url(../img/centerwrapBg.png) repeat-y 0 0;
}

#content {
	text-align: left;
	float: right;
	width: 720px;
	font-size: 0.8em;
	line-height:1.5em;
	background:url(../img/contentTopBg.png) repeat-x 0 0;
	background-color:#f6f7ee;
	
	}
#pageContent {
	padding: 0px 40px 20px 40px;
	width: 640px;
	}

#pageContent p {
	margin-top: 20px;
	}
		
#leftNav {
	text-align: left;
	float: left;
	width: 200px;
	min-height:400px;
	background-color:#d1caa1;
}

#leftNav h2 {
	font-size:0.8em;
	font-weight: bold;
	margin: 0;
	padding: 10px 20px 8px 15px;
	background-image: url(../img/leftnavh2Bg.png);
	background-repeat: no-repeat;
	height: 17px;
	width: 165px;
}

#leftNav h2 a {
	color: #fff;	
	text-decoration: none;
	width: 100%;
	padding: 0px;
	margin: 0px;
}
#leftNav h2 a:hover {
	color: #f8f3d2;
	text-decoration: none;
}
#leftNav ul#leftnavmenu {
	margin: 0 0 100px 0;
	padding: 0;
	list-style-type: none;
}
#leftNav ul#leftnavmenu li {
	border-bottom: 1px solid #e9e4d0;
	font-weight: normal;
	font-size:0.8em;
	color: #3a2221;
	padding: 6px 20px 6px 15px;
	margin: 0px;
	line-height: 1.5em;
	position: relative;
	width: 165px;
}

#leftNav ul#leftnavmenu li:hover {
	background-color: #f5f5f5;	
}

#leftNav ul#leftnavmenu li a {
	color: #3a2221;
	padding: 4px 0px 6px 0;
	text-decoration:none;
}

#leftNav ul#leftnavmenu li a#active {
	color: #700;
	font-size:0.9em;
	font-weight:bold;	

}

#leftNav ul#leftnavmenu li a:hover {
	color: #600;
}

/*RightNav */
#rightNav {
	text-align: left;
	float: right;
	width: 200px;
	background-color:#d1caa1;
	margin-top:15px;
	margin-bottom:50px;
	margin-left:25px;
}

#rightNav h2 {
	font-weight: bold;
	margin: 0;
	padding: 8px 20px 8px 15px;
	background-image: url(../img/leftnavh2Bg.png);
	background-repeat: no-repeat;
	height: 17px;
	width: 165px;
	font-size:0.9em;
}

#content #rightNav h2 a {
	color: #fff; 
	text-decoration: none;
	width: 100%;
	padding: 0px;
	margin: 0px;
}
#rightNav h2 a:hover {
	color: #f8f3d2;
	text-decoration: none;
}
#rightNav ul#rightnavmenu {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#rightNav ul#rightnavmenu li {
	border-bottom: 1px solid #e9e4d0;
	font-weight: normal;
	color: #3a2221;
	padding: 6px 20px 6px 20px;
	margin: 0px;
	line-height: 1.2em;
	position: relative;
	width: 165px;
}

#rightNav ul#rightnavmenu li:hover {
	 background-color: #f5f5f5;
}

#rightNav ul#rightnavmenu li a {
	color: #3a2221;
	padding: 4px 0px 6px 0;
	text-decoration:none;
}

#rightNav ul#rightnavmenu li a#active {
	color: #3a2221; 
	font-weight:bold;
}

#rightNav ul#rightnavmenu li a:hover {
	color: #600;
}
/*RightNav */

div#hotlinks {
	width: 200px;
	float:right; 
	margin: 15px 0 20px 20px; 	
	background-color: #eae5d2;
	border-top: 3px solid #808a53; 
	border-bottom: 3px solid #808a53;
	padding:0;
	clear:right;
}
div#hotlinks h2 {
	margin:0;
	padding:3px 8px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:1em;
	text-transform: none;
	font-weight:bold;
}
div#hotlinks ul {
	list-style:none;
	margin-top:1px;
	margin-bottom:0;
	padding-top: 5px;
	padding-bottom: 2px;
 }
div#hotlinks ul li {
	line-height:1.2em;
	font-size:0.9em;
	margin: 0 10px 0 -25px;
	padding-bottom: 10px;
	padding-left: 15px;
	background-image: url(../img/bullet.png);
	background-repeat: no-repeat;
	background-position: 0 .2em;
 }
div#hotlinks p {
	margin: 0 10px 0 10px;
	padding-top: 5px;
	padding-bottom: 5px;
 }
div#hotlinks a, div#hotlinks a:visited {
	color:#900;
	text-decoration:none;
	}
div#hotlinks a:hover {
	color:#900;
	text-decoration:underline;
	}


.clearDiv {
	clear:both;
}
	
#content a:link, #content a:visited {
	color:#900;
	text-decoration: none;
	outline: none;
	}
	
#content a:hover {
	color:#900;
	text-decoration: underline;
	outline: none;
	}


#content img.leftImg {
	float: left;
	border: 1px solid #aaa;
	margin: 0 15px 5px 0;
}
#content img.rightImg {
	float: right;
	border: 1px solid #aaa;
	margin: 0 0 5px 15px;
}

#content img.leftImgFrame, #content div.leftImgFrame {
	float: left;
	padding: 5px;
	border: 1px solid #aaa;
	margin: 0 25px 5px 0;
}
#content img.rightImgFrame {
	float: right;
	padding: 5px;
	border: 1px solid #6d6e70;
	margin: 0 0 5px 25px;
}

#content #leftImgCaption, #content #rightImgCaption {
	float:left; 
	margin-top: 15px;
	margin-right: 15px;
	border: 1px solid #aaa;
	padding-bottom: 5px;
	text-align:center;
}
#content #rightImgCaption {
	float:right; 
	margin-left: 15px;
	margin-right: 0;
}
#content #leftImgCaption p, #content #rightImgCaption p {
	margin:0; 
	color:#555;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 1.2em; 
	padding-right: 7px;  
	padding-left: 7px; 
}
#content #leftImgCaption img, #content #rightImgCaption img {
	 padding:4px;	
}


#content ul, ol {
	margin: 10px 20px;
	padding: 0px 0px 15px 20px;
}
#content ul ol, #content ul ul, #content ol ul, #content ol ol {
	padding-bottom: 0px;
}

#content ul li, #content ol li {
	padding-bottom: 8px;
	line-height: 1.4em;
	}

#content ul li li, #content ol li li {
	padding-bottom: 4px;
	line-height: 1.2em;
	}

#content ul.nopadding li {
	padding-bottom: 2px;
	line-height: 1.2em;
	}
#content ol.nopadding li {
	padding-bottom: 2px;
	line-height: 1.2em;
}	

#content ul.bullet {
	list-style-image: url("../img/bullet.png");
}
div.hotspot {
	width: 210px;
	height:270px;
	float:left; 
	margin: 15px 20px 30px 0px; 
	background-color: #d8d2af;
	text-align:left;	
}

div.hotspot img.leftImgFrame {
	float: left;
	padding: 5px;
	border: 1px solid #aaa;
	margin: 0 15px 5px 0;
}
div.hotspot p {
	line-height:1.3em;
	margin: 10px 15px;
	padding-bottom: 5px;
	font-size: 0.8em;
 }
div.hotspot a, div.hotspot a:visited {
	color:#900;
	text-decoration:none;
}
div.hotspot a:hover {
	color:#900;
	text-decoration:underline;
}

#tiles {
	width: 230px;
	height:265px;
	float:left;
	margin: 15px 0 10px 0px; 
	text-align:left;	
}

#tiles img.tile {
	margin-bottom:10px;
}
#tiles a:hover img.tile {
	border-top: 1px solid #b0a877;
	border-bottom: 1px solid #b0a877;
}
h1 {
	font-size: 1.4em;
	color: #333;
	font-weight:200;
	margin: 12px 0 10px 0;
	padding-bottom: 5px;
	border-bottom: 1px solid #494b26;
}

h2 {font-size: 1.2em;
	color: #400;
	font-weight:normal;
	margin: 20px 15px 5px 0;
	font-weight:200;
	font-weight:bold;
	}

h3 {	
	font-size: 1.1em;
	color: #300;
	margin: 20px 15px 0 0;
	line-height: 1.2em;
	padding: 0;
	font-weight:bold;
	}
	
h4 {
	font-size: 1.0em;
	color: #200;
	margin: 20px 15px 0 0;
	line-height: 1.2em;
	padding: 0;
	font-weight:bold;
}	

table.basic {
	width:640px;
	margin-top:20px;
}
table.basic h2,table.basic h3, table.basic h4   {
	margin-top:0;
	margin-bottom:0;
	text-align:left;
}
table.basic th {
	padding: 2px 4px;
	background-color:#d9d3b3;
}
table.basic td {
	padding: 2px 4px;
	background-color:#f2eee1;
	border:1px solid #e1dbc1;
	vertical-align:top;
}
#content table.basic p {
	margin-top:0;
	margin-bottom:0;
}

/* Faculty page style  */
#content .facultyBox {
	border-top: 1px solid #d9d3b3;	
	clear: both;
	min-height: 110px;
	margin: 0px;
	padding: 0px;
	padding-bottom: 15px;
	background: #f6f7ee url('../faculty/img/facultyBoxBg.png') repeat-x;
}
#content .facultyBox hr {
	margin: 3px 15px 3px 0px;
	line-height: 1em;
}
#content .facultyBox h3 {
	margin: 0px 20px 0 20px;
	padding: 10px 0px 0px 0px;
	font-size: 1.0em;
}
#content .facultyBox h3 a {
	color:#700;	
}
#content .facultyBox p {
	margin: 0px 20px 0 20px;

	padding: 0;
	line-height:1.4em;
	font-size:0.9em;
	overflow:hidden;
}

#content .facultyBox strong {
	color:#230605;
}

#content .facultyBox img {
	float: left;
	width: 75px;
	height: 83px;
	border: 1px solid #ccc;
	padding: 4px;
	margin: 12px 20px 20px 20px;
	background-color: #fff;
}

#content .facultyRightBox {
	width:250px;
	float:right;
	margin-top: 10px;
	margin-right: 15px;
	text-align:right;
	line-height:1.3em;
}

.stuPlacement {
	border-bottom: 1px solid #aaa;
	padding: 5px 0 15px 0;
}


@media print {
	#leftnav {display:none;}
	#content {
		float:none;
		width: 95%;
		}
	}		

/****************************************
 * Added 2/24/14:
 ****************************************/
 
 #ccclear {
	 height: 300px;
 }
 
 #ccclear img{
	 float: left;
	 width: 275px;
 }
 
 #ccclear h2{
	 margin-left: 300px;
	 width: 400px;
	 font-size: 1.30em;
	 line-height: 1.8em;
	 padding-top: 30px;
 }
 
 #ccstyle h2{
	 color: #7D130D;
 }
 
 .thin {
	 font-weight: 100;
 }
 
 .tall {
	 font-size: 1.2em;
 }
 
  #pageContent ul {
	 padding-left: 0;
 }
 
 #pageContent ul li{
	 list-style: none;
	 padding: 0;
 }
 
 #bullet li {
	 margin-bottom: 10px;
 }