/* Mac content in centre. Includes right column.  2007 Electra Communications.  */



/* MAIN CONTENT */


div#content_container {
	float: left; 
 	position: relative;	
	width:745px;/*At 761 pixels, and IE6 moves this box down below the menu*/
	margin: 10px 0 0 26px;
	min-height:550px;			/*These three lines are a hack to force IE6 to recognize the min-height*/
	height:auto !important;	/*The min-height keeps this container tall enough that it extends its left border past the bottom of the left-hand menu (side-nav), and matches the 	tallest height of either the center or right column..*/
	min-height:550px;				/*Change these settings to allow for changes in left-hand menu (side-nav) content.*/
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;	
	color: black;	
	background-color: white;
	z-index:90;

}

div#content {
	background-color: white;
	font-size:12px;/* Must be set here for text-size slider to operate on div id="content". */
}


div#content p{
	font-size:1.0em;
	line-height:1.3em;/*Leading (for general text on page)*/
}


div#content td {
	font-size: 1.0em;
	line-height:1.3em;/*Leading (for tables)*/
}


div#content a:link {	
	color: #990033;
	text-decoration: none;
}

div#content a:hover {	
	color: #990033;
	text-decoration: none;
	border-bottom: 1px dotted;
}

div#content a:visited {	
	color: #990033;
	text-decoration: none;
}


div#content a:visited {	
	color: #990033;
	text-decoration: none;
}

div#content ul {
	list-style-image:url(../navimages/bullet.gif);	
	line-height:1.3em;/*Leading (for un-ordered list)*/
}

div#content ol {
	line-height:1.3em;
}

div#content li {
	padding-bottom:5px;/* Spacing between bullet points*/
}


div#content h1{ /*Acts as section title, above head*/
	color:#666666; 
	font-size: .85em; 
	font-weight:normal;
	padding:0px 0px 2px 0px;
	margin-top:18;

}


div#content h2{/*  Acts as head.  */
	position:relative;
	font-size: 1.875em;
	font-weight: bold;
	padding: 0;
	margin: 0px 0px 16px 0px;
	color: #990033;

}


div#content h3{/* Acts as subhead  */
	font-size: 1.125em;
	font-weight: bold;
	padding: 0 0 2 0;
	margin: 0 0 5px 0;
	color: #990033;
	background-color: #ffffff;	
}


div#content h4{/* UC SUBHEAD  */
	font-size: 1.0em;
	color: #000000;
	font-weight: bold;
	text-transform: uppercase;
}


div#content h5{/* Faculty degrees  */
	font-size: 1.0em;	
	color: gray;
	font-weight: bold;
	margin-top:-10px;
}

div#content_center {
	position:relative;
	margin: 0px 15px 10px 0px;
	text-align:left;
	padding: 0px 65px 65px 20px;
	z-index:90; /*Allows right_content links to be 'above' this full-width div. Necessary for Firefox only. */
}



div#content_column1 {
	float:left;
	width: 46%;
}

div#content_column2 {
	float:right;
	text-align:left;
	width: 46%;
}




div#pic-right { /*Use this div when you have a cutline below the photo. Otherwise, use the .pic-right. */
	float:right;
	position: relative;
	padding: 0 0 10px 10px;
}
 

div#pic-right p{
	margin: 10px 0 0 -15px;
	padding: 0 0 0 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;	
	color: #000000;
	font-weight: normal;
}


.pic-right {
	float:right;
	margin: 0 0 20px 20px;
}

.pic-right_less-bottom {
	float:right;
	margin: 0 0 10px 20px;
}

.pic-left {
	float:left;
	margin: 0 20px 20px 0;
}

.pic-left_less-bottom {
	float:left;
	margin: 0 20px 10px 0;
}

.subtitle_box {
	padding: 3px 7px 3px 7px;
	margin: 0 5px 0 5px;
	border:#990033 1px solid;
}

/* CSS for IFRAMEs used in Faculty listings*/
iframe {
	border:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:white;
}



/* RIGHT COLUMN*/


div#right_content {
	float: right;
	position: relative;	
	width:175px;
	min-height:80px;
	color: #000000;	
	background-color: white;
	margin-top:-7px;
	margin-right:-10px;
	margin-left:15px;
	z-index:100;
}

div#right_content a {
	color: #990033;
	text-decoration: none;
}


/*   Grey Box on right*/

div#grey_box {
	float: left;
	position: relative;	
	width:153px;
	margin: 15px 0px 15px 0px;
	padding: 10px;
	min-height:130px;
	color: #000000;	
	background-color: #CCCCCC;
	list-style-image:none;
}

div#grey_box h1{
	font-size: 1.4em;	
	font-weight: bold;
}

div#grey_box ul{
	margin-left:-20px;
}

div#grey_box ul li  { /* Bulleted items in the grey box. */
	font-family: Arial, Helvetica, sans-serif;
    color: #000000;	
	list-style-image: url(../navimages/bullet.gif);
	font-size:.9em
}


/*   White Box on right*/

div#white_box {
	float: left;
	position: relative;	
	width:153px;
	margin: 15px 0px 15px 0px;
	padding: 10px;
	border:1px solid gray;
	background-color:white;
}


div#white_box h1{
	font-size: 1.125em;	
	margin: 0 0 15px 0;
	font-weight: bold;
	color: #666666;	
}


div#white_box h2{	
	margin: 0 0 15px 0;
	font-size: 0.9em;	
	font-weight: bold;
	color: black;
}

div#white_box p{	
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.9em;	
	font-weight: normal;
	color: black;
}



/* Callout box on right.*/



#content_callout-right {
	float: right;
	position:relative;
	padding: 10px 15px 10px 20px;
	margin: 0px 0px 10px 0px;
	width: 138px;
	border-left:#BBB solid 1px;
	border-bottom:#BBB solid 1px;
	border-top:#BBB solid 1px;
	border-right:#BBB solid 1px;
	background-color: #FFF;
	background-image:url(../navimages/Quotation-mark_callout.gif);
	background-repeat:no-repeat;
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#999999;
	font-style: italic;
	font-weight: bold;
	line-height:21px;
}


.dropcap { /* Works with content_callout-right.*/
	float:left;
	padding:0px 0px 0 48px;
} 


div#right_content_3rdtier {
	float: right;
	position: relative;	
	width:185px;
	min-height:120px;
	color: #000000;	
	background-Color: #ffffff;
}

/* Faculty Pages*/


div#faculty-photo_back-button {
	float:left;
	margin: 0 25px 10px 0;
}

img.faculty-pic-left {padding: 15px 0 0 0;}

div#faculty-photo_back-button img{
	margin: 0 0 10px 0;
}
div#faculty-photo_back-button a:hover{
	border-bottom:none;
}

div#faculty_title_contact {
	margin: 0 0 0 190px;
}


#column1 {/*Used on faculty_intro.htm  */
	float: left; 
	position:relative;
	width: 48%; 
}


#column2 {/*Used on faculty_intro.htm  */
	float: right; 
	position:relative;
	width: 48%; 
}
	


#faculty_no-photo {/*For faculty without a photo. Two (or three) columns of equal height. Techniques below from Ed Eliot http://www.ejeliot.com/blog/61/  */
	float: left; 
	background: white; 
	padding-bottom: 1px; 
}
	  
#inner { 
	float: left; 
	overflow: hidden; 
	/*margin-top:-10px;*/
}


#inner p { 
	margin-top:0px;
}

#inner div { 
	float: left; 
	background: white; 
	border-right: 1px solid silver; 
	margin-right:30px; 
	padding-right: 15px;
	margin-bottom: -1000px; 
	padding-bottom: 1000px; 
	width:340px; 
}
      
#inner .col2 { 
	background: white; margin-right: 0;  
	border-right: 0px solid #000;
}


.clear { 
	clear: both; 
	padding-top: 10px; 
}


/*  End two (or three) column setup for faculty without a photo. */

img.thumbnail-mini{ /* This the thumbnail on the Research Faculty page.*/
	float:left;
	padding:0;
	margin: 0px 15px 0px 0px;
	border:0;
	height:44px;
	width:34px;
}

td.researcher-indent {padding-left: 49px;}

.overline {padding-top:10px; margin-top:10px; border-top:1px #ccc solid;/*text-transform: uppercase;*/}

.sideline { padding:5px 0 5px 15px; border-left:1px #ccc solid}

.border-top{border-top:1px #ccc solid;}

div#flash_video { width:330px; float:left; position:relative;margin-left:150px;}
