/* Preceding symbols
# is used with id and 
. is used with classes 

use important to overide the precedence
color: #0000ff !important;
*/

/* MARGIN EXAMPLES
---------------------------
margin:25px 50px 75px 100px;
top margin is 25px
right margin is 50px
bottom margin is 75px
left margin is 100px

margin:25px 50px 75px;
top margin is 25px
right and left margins are 50px
bottom margin is 75px

margin:25px 50px;
top and bottom margins are 25px
right and left margins are 50px

margin:25px;
all four margins are 25px
*/

h1{
	font-size:18px;
	color:#b31b1b; /* color:#4A51B0; */ 
	} /* page title */

h2{
	font-size:14px;
	color:#333333;
	}

p{
	font-family: verdana, arial, helvetica, sans-serif;
	color:#333333;
	font-size:12px;
	line-height:16px;
	}

a{
	color:#b31b1b; /*color:#4A51B0; */
 }

#content{
	padding:20px 0 0 0;
	background-color:#F0F0F0;
	}

/**** LC *****/
#lc{
	width:221px;
	float:left;
	margin-bottom:40px;
	}

#nav-intro {
	font-size: 12px;
	margin: 0px 10px 0px;
	color:#A33D4F;
}

#nav-header {
	font-size: 18px;
	margin: 5px 10px 10px;
	/** margin: 26px 20px 10px; **/
}

#nav-header a {
	text-decoration:none;
	color:#B31B1B;
	}
/*** commented out 20100804 mdv8 
#sub_nav{
	margin:0 20px;
	}
	
#sub_nav ul{
	margin:5px 0 0 20px;
	}
	
	
#sub_nav li{
	margin-bottom:5px;
	}

#sub_nav li a{
	color:#B31B1B;
	font-size:14px;
	text-decoration:none;
	}

#sub_nav li a:hover{
	text-decoration:underline;
	}

#sub_nav .active a, #sub_nav .active .active a{
	font-weight:bold;
	}

#sub_nav .active li a{
	font-weight:normal;
	}

#sub_nav_bio {
	margin:25px 0 0;
	}

#sub_nav_bio .photo-credit{
	margin:0 0 0 10px;
	}

#sub_nav_docs {
	margin:0 0 0 11px;
	}
***/

/*** start of che nav styles added 20100804 mdv8 ***/
/* Secondary navigation */
/***
#secondary #subnav ul, #secondary #subnav li {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 1em;
	}

#subnav .CS_Element_LinkBar {
	margin-top: 12px;              
	margin-bottom: 0;
	}
	
#subnav .CS_Element_LinkBar a {
	display: block;
	border-bottom: 1px solid #f1eee5;
	padding: 10px 15px;
	margin-top: -12px;            
	margin-bottom: 0;
	font-size: 1.2em;
	font-weight: bold;
	}
	
#subnav>div.CS_Element_LinkBar a {
	margin-top: 0;                
	}
	
#subnav .CS_Element_LinkBar a:hover {
	background: #edebe6;
	}
	
#subnav .CS_Element_LinkBar a:active {
	background: #faf7ee;
	border-bottom-color: #e5cfcf;
	}
***/	

/*** 20100804 mdv8 page title ***/

/*** end page title ***/

/* XML Seconday navigation 11/06/07 */
#secondaryNavigation ul li {
	padding: 0;
	list-style: none;
	font-size: 12px;
	background: none;
	margin: 0px 5px 0px;
	text-decoration:none;
	}
		
#secondaryNavigation ul li ul {
	/*width: 220px; 20100804 mdv8*/
	margin: 0px 5px 0px;
	text-decoration:none;
	padding: 0px 10px;
	border-bottom: 1px solid #f1eee5;
	font-size: 12px;
	background: #faf7ee;
	line-height: 1.86em;
	}

#secondaryNavigation ul li a {
	display: block;
	border-bottom: 1px solid #f1eee5;
	padding: 10px 15px;
	margin-top: 0;
	margin-bottom: 0;
	/*width: 220px; 20100804 mdv8*/
	font-size: 12px;
	font-weight: bold;
	text-decoration:none;
	}
	
#secondaryNavigation ul li a:hover {
	/*background: #edebe6; changed 20101028 mdv8 at DEA's request */
	background: #dcd9d9;
	}
		
#secondaryNavigation ul li a:active {
	background: #faf7ee;
	border-bottom-color: #e5cfcf;
	}	

#secondaryNavigation ul li ul li a {
	font-size: 12px;
	font-weight: normal;
	border-bottom: 0 solid #e5cfcf;
	padding: 3px 0;
	text-decoration:none;
	}
	
#secondaryNavigation ul li ul li.expanded a {
	font-size: 12px;
	font-weight: bold;
	border-bottom: 0 solid #e5cfcf;
	padding: 0 0 3px 0;
	text-decoration:none;
	}
	
#secondaryNavigation ul li ul li a:visited {
	border-bottom-style: none;
	}
	
#secondaryNavigation ul li ul li a:hover {
	border-bottom-color: #f00;
	text-decoration: underline;
	background: #faf7ee;
	}
	
#secondaryNavigation ul li ul li a:active {
	border-bottom-color: #e5cfcf;
	}	

/**** che navigation mdv8 20100609 *****/
/****	
#secondaryNavigation ul{
	margin:5px 0 0 20px;
	}
	
	
#secondaryNavigation li{
	margin-bottom:5px;
	}

#secondaryNavigation li a{
	color:#B31B1B;
	font-size:14px;
	text-decoration:none;
	}

#secondaryNavigation li a:hover{
	text-decoration:underline;
	}

#secondaryNavigation .active a, #secondaryNavigation .active .active a{
	font-weight:bold;
	}

#secondaryNavigation .active li a{
	font-weight:normal;
	}

.navigation-options p {
	font-size: 18px;
	font-weight:bold;
	margin: 26px 20px 10px;
	}
	
.navigation-options {
	float: left;
	margin: 8px;
	width: 180px;
	padding: 8px;
	background: #fff;
	border: 1px solid #ccc;	
	}
.navigation-options img{
	border: none;
}
	
.navigation-options h3 {
	margin-top: 10px;
	}

.navigation-options ul {
	float: left;
	}

.navigation-options ul li {
	color:#B31B1B;
	font-size:14px;
	text-decoration:none;
	padding-left: 12px;
	background: url(http://www.human.cornell.edu/arrow_right.gif) no-repeat top left;
	background-position: 0 5px;
	}
***/
	/****** end che navigation ****/
	
/**** RC (portal rc acts as one column) *****/
#rc{
	width:739px;
	float:right;
	margin-bottom:40px;
	}

#rc-wide{
	width:940px;
	float:right;
	margin-bottom:40px;
	}

.portal #rc-wide{
	width:960px;
	margin-bottom:0px;
	}

#rc h1{
	margin:20px 100px 0 0;
	}

.portal #rc-wide h1{
	margin:0 20px;
	/* font-size:36px;     // commented-out by paperthin */
	font-weight:normal;
	
	
	font-family: 'Istok Web', sans-serif; 	/* added by paperthin */
	color: #0072bc; 			/* added by paperthin */
	font-size:34px; 			/* added by paperthin */
	
	
	width:447px; /* when removed the H1 drops below the portal image in IE */
	}
	
#rc-wide .galleryview {
	float:right;
	border:0;
	border-image-width: 0 0 0 0;
	}
	
#rc-wide .cycle_container {
	float:right;
	/* padding:0 0 0 0px; */
	}	
	
/* can't figure out how to get rid of right shift in IE 

#bannerContainer .cycle_container {
	float:right;
	padding:0 0 0 0px;
	}
	
#rc-wide #cycle_nav img {
	float:right;
	padding:0 0 0 0px;
	} */

#rc h2{
	margin:0px 100px 0 0;
	}

.portal #rc-wide h2{
	margin:0 20px;
	}
	
#rc p{
	margin:0px 20px 10px 0;  /*** changed 20130221 mdv8 0px 100px 10px 0; ***/
	}

/* added for Career Services 20110722 */	
#rc .careerservices p{
	margin:0px 30px 10px 0;
	}
	
#rc .careerservices h1{
	margin:20px 30px 0 0;
	}
	
#rc .careerservices h2{
	margin:0px 30px 0 0;
	}
	
#rc .careerservices  ul{
	list-style:disc;
	font-family: verdana, arial, helvetica, sans-serif;
	color:#333333;
	font-size:12px;  /* was 14px */
	line-height:14px;  /* was 16px */
	}
	
#rc-wide .careerservices  ul{
	list-style:disc;
	font-family: verdana, arial, helvetica, sans-serif;
	color:#333333;
	font-size:12px;  /* was 14px */
	line-height:14px;  /* was 16px */
	}

#rc .careerservices ol{
	list-style:decimal;
	font-family: verdana, arial, helvetica, sans-serif;
	color:#333333;
	font-size:12px; /* was 14px */
	line-height:14px; /* was 16px */
	}
	
#rc .careerservices li{
	margin:0 30px 15px 25px;
	font-size:12px; /* no listing before */
	}
	
/* end Career services changes */

/* 20120926 is this where the portal design gets it's right margin of 100? */	
.portal #rc-wide p{
	margin:20px;
	line-height:22px;
	}

/* 20120303 mdv8 changed the font-size and line height info */	
#rc ul{
	list-style:disc;
	font-family: verdana, arial, helvetica, sans-serif;
	color:#333333;
	font-size:12px; /* was 14px */
	line-height:14px; /* was 16px */
	}

/* 20120303 mdv8 changed the font-size and line height info */	
#rc ol{
	list-style:decimal;
	font-family: verdana, arial, helvetica, sans-serif;
	color:#333333;
	font-size:12px; /* was 14px */
	line-height:14px; /* was 16px */
	}

.portal #rc-wide ul, .portal #rc-wide ol{
	line-height:22px;
}

#rc li{
	margin:0 100px 15px 25px;
	}

.portal #rc-wide li{
	margin:0 20px 15px 40px;
	}

#rc a:hover{
	text-decoration:none;
	}
	
#breadcrumbs{
	font-size:11px;
	color:#666666;
	margin-bottom:10px;
	}
	
#breadcrumbs a{
	color:#4A51B0;
}
	
.portal #rc-wide img{
	float:right;
	padding:0 0 0 20px;
	}
	
.portal #rc-wide .panel img{
	float:right;
	padding:0 0 0 20px; /* padding:0 0 0 20px; */
	}
	
.news_events{
	margin-top:-25px;
	width:307px !important;
	float:right !important;
	padding:0 !important;
	}

.news_events ul a{
	background:url(/images/internal_ne_tab_off.gif);
}

.news_events ul a:hover, .news_events ul .active a{
	background:url(/images/internal_ne_tab_on.gif);
}

/*** added news_events_dns 20110217 mdv8 ***/
.news_events_dns{
	margin-top:-10px;
	width:377px !important; /* width:307; */
	float:right !important;
	padding:0 30 0 0 !important; /*padding:0 */
	}

.news_events_dns ul a{
	background:url(/images/internal_ne_tab_off.gif);
}

.news_events_dns ul a:hover, .news_events_dns ul .active a{
	background:url(/images/internal_ne_tab_on.gif);
}

#news_container_dns, #events_container_dns{
	width:377px;
	}
	
.red_buttons{
	margin:0 0 0px 20px;
	}
.red_buttons li{
	margin-left:0px !important;
	}
	
/*** CS Data Sheet ***/
.CS_DataSheet_HeaderItem_Column{
	text-decoration:none;
	}
	