@import url("/fjlib/css/content.css");

/*
This file is used for styling lay_normal_1.cfm in the interim time between the new CSS-based layout 
and the old, HTML-table based layout.
colors - red:#c10435, warm grey: #D9D5D2, warm grey2: #887D75
*/

body { 
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: center;
	line-height: 1.5em;
	color: #333;
	background: #ececec;
}

* html body { /*for some reason it appears that IE 5, 5.5 & 6 are ALL using the first definition */
	font-size: x-small; /* for IE5x/Win */
	f\ont-size: x-small; /* supposed to work for other versions of IE */
}

td {
	font-size: small;
	color: #333;
}
* html td {
	font-size: x-small;
	color: #000;
}

/* Neutralize styling: 
   Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
	margin: 1em 0;
	padding: 0;
}

ul {
	margin: 1em 0 1em 1em;
	padding: 0;
}

/* Apply left margin:
   Only to the few elements that need it: */
li, dd, blockquote {
	margin-left: 1em;
}

li {
	margin: 0 0 0.8em 1em;
}

p  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333;
}

* html p {
	font-size: x-small; /*for IE5/Win */
	f\ont-size: x-small; /*for other IE versionsv */
}

p.smalltext {
	font-size: 83%;
}

.clear {
	clear: both;
	height:1px;
}

.float_rt {
	float: right;
}
.float_lt {
	float: left;
}



/*Headers
----------------------------------------------- */
H1  {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	font-size: 155%;
	margin-bottom: 0;
	margin-top: 0;
	color: #847970;
}
H1.metasearchH1  {
	display: none;
}


H2  {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 130%;
	font-weight: bold;
	font-style: italic;
	margin-bottom: 6px;
	margin-top: 10px;
	color: #C10435;/*#847970*/
}

H3  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-weight: bold;
	font-style: normal;
	margin-bottom: 0;
	margin-top: 0;
}

H4  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 105%;
	font-weight: bold;
	font-style: normal;
	margin-bottom: 0;
	margin-top: 0;
}

hr {
	border-bottom: 1px solid #ccc;
	border-right: 0;
	border-left: 0;
	border-top: 0;
	height: 1px;
	margin: 5px 0 0 0;
	padding: 0;
	line-height: 1em;
	}

/* =Links
----------------------------------------------- */
a:link {
	color:#c10435;
	text-decoration: none;
	}/**/
a:visited {
	color: #918078;/**#8EA4C2/**/
	text-decoration: none;
	}
a:hover, a:visited:hover {
	color:#c10435;
	text-decoration: underline;
	}
	
a.more, a.back, a.top {
	padding:0 10px 0 0;
	/*border-bottom: 0px solid #c40f38;/**/
	text-decoration: none;
	color: #c10435;
	/**white-space:nowrap;/**/
	font-family: Georgia, "Times New Roman", Times, serif;
	}
	
a.more {
	background: url(/img/nav/more-red.gif) no-repeat 100% 4px;
}
a.back {
	background: url(/images/arrow_back.gif) no-repeat 100% 4px;
}		
a.top {
	background: url(/images/arrow_top.gif) no-repeat 100% 4px;
}		
	
a.more:visited,
a.back:visited,
a.top:visited {
	color: #918078;
	}
a.more:hover,
a.back:hover,
a.top:hover {
	color: #c10435;
	text-decoration: underline;
	}
	
div#content a.more,
div#content a.back,
div#content a.top {
	font-size: 82%;
}	
	
/* =nav
----------------------------------------------- */
#nav {
	position:relative;
	background-color: #fff;
	margin: 0 0 0 0;/*0 0 .9em 0*/
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	/*height:30px;
	-moz-box-sizing:border-box; box-sizing:border-box;*/
	font-size: 85%;
	/*min-width: 720px;*/
}
	
#nav:after { 
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility:hidden; 
	} 
#nav {display:inline-block;}  

/* Mark Hadley's fix for IE Mac 
http://www.csscreator.com/attributes/containedfloat.php */  
/* Hides from IE Mac \*/
* html #nav {height: 1%;}
#nav{display:block;}
/* End Hack */ 	

#nav h2 {
	margin:0;
	padding:0;
}
	
#nav ul {
	margin:2px 0 0 0;
	padding:0;
	list-style-type:none;
	/**/white-space: nowrap;/**/
	width: 99%;
	/**border: 1px solid red;/**/
}

#nav ul li {
	float: left;
	margin: 0 0.5% 0 0;/*0 4px 0 0 - 9px .7% 0 0*/
	padding: 0;
	/**/display: inline;/**/
	width: 11.8%; /*11.25 7.2em*/
	line-height: 16px; /* height of icon */
	/**-moz-box-sizing:border-box; box-sizing:border-box;/**/
	}

#nav ul li a{
	width: 97%;/*extend the sensible area to the maximum with IE5!!! */
	padding: 0 0 0 3px;/**0px 6px 0 6px/**/
	margin: 0;
	text-decoration: none;
	color: #333;
	border:1px solid #ccc;
	display: block; /*makes entire box clickable*/
	-moz-box-sizing:border-box; box-sizing:border-box;
	background-color: #fff;
	background-position: 100% 50%;
	background-repeat: no-repeat;
	}
	
#nav ul li a:hover {
	color: #c10435;
	background-color: #ececec;
}

/*background:#f00 url(background.gif) no-repeat fixed 0 0;*/ /**.03em/**/
#nav_about a {
	background-image: url(/img/nav/nav_about.gif);
}
#nav_alumni a {
	background-image: url(/img/nav/nav_alumni.gif);
}
#nav_careers a {
	background-image: url(/img/nav/nav_careers.gif);
}
#nav_news a {
	background-image: url(/img/nav/nav_news.gif);
}
#nav_media a {
	background-image: url(/img/nav/nav_media.gif);
}	
#nav_events a {
	background-image: url(/img/nav/nav_events.gif);
}	
#nav_pubs a {
	background-image: url(/img/nav/nav_pubs.gif);
}
#nav_tech a {
	background-image: url(/img/nav/nav_tech.gif);
}

#nav ul li a.active {
	color: #c10435;/**/
	background-color: #fff;
	border:1px solid #c10435;
}
	
#nav ul li a.active:hover {
	color: #cc0033;
	background-color: #E9E3E3;
}


/* =Columns 
----------------------------------------------- */
#column1 h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #c10435;
	font-size: 90%;
	border-bottom: 1px solid #ccc;
	width:190px;
	margin:20px 0 10px 5px;
	padding:0 0 1px 0;
	font-style:normal;
	}

#column1 h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 80%;
	margin-bottom: 2px;
	line-height: 105%;
	}

#column1 p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 86%;
	margin-bottom: 2px;
	line-height: 130%;
	}

#column1 a.more, #column1 a.more:visited, #column1 a.more:hover {
	margin:0 0 0 5px;
	}
	
/* Column: =Column1
----------------------------------------------- */
#column1 {
	/*clear:right;*/
	/*float: left;*/
	/*display: inline;fixes IE Double Float Margin bug*/
	/*margin: 0 0 0 19px;*/
	padding: 0;
	/**width: 25%;/**/
	/**width: 185px;/**/
	/**-moz-box-sizing:border-box;box-sizing:border-box;/**/
	/**border: 1px solid red;/**/
	}

/* Column1 =faa 
-------------------------------------------------------*/

#column1 form {
	width: 185px;
	padding:0 0 0 5px;
	margin:0;
	/**border: 1px solid yellow;/**/
}
#column1 form #attySearchName, #column1 form #attySearchOffice  {
	width: 185px;
	padding: 0;
	margin:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	line-height: 140%;
	background: #fff;
	color: #333;
}

#column1 form #attySearchOffice  {
	width: 185px;
	padding: 0;
	border: 1px solid #333;
	margin: 3px 0 0 0;
	background-color: #fff;
}

#column1 form #attySearchName:hover {
	border: 1px solid #B8243C;
	color: #B8243C;
	}
	
#column1 form #btnGo {
	width: 30px;
	height: 20px;
	padding:0;
	margin:3px 0 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 87%;
	line-height: 140%;
	background-color:#B8243C;
	border: 1px solid #8F0821;
	color: #fff;
}
#column1 form #btnGo:hover {
	background-color: #DF294A;
	color: #fff;
}

#column1 a {
	font-size: 82%;
	font-family:Arial, Helvetica, sans-serif;
}

/*Conversion to classes from ID FOR Column 1 styles
--------------------------------------------------------------*/
.column form {
	width: 150px;
	padding:0 0 0 5px;
	margin:0;
	/**border: 1px solid yellow;/**/
}
.column form .searchBox, .column form .searchDropDown  {
	width: 150px;
	padding: 0;
	margin:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	line-height: 140%;
	background: #fff;
	color: #333;
}

.column form .searchDropDown  {
	width: 150px;
	padding: 0;
	border: 1px solid #333;
	margin: 3px 0 0 0;
	background-color: #fff;
}

.column form .searchBox:hover {
	border: 1px solid #B8243C;
	color: #B8243C;
	}
	
.column form .btnGo {
	width: 30px;
	height: 20px;
	padding:0;
	margin:3px 0 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 87%;
	line-height: 140%;
	background-color:#B8243C;
	border: 1px solid #8F0821;
	color: #fff;
}
.column form .btnGo:hover {
	background-color: #DF294A;
	color: #fff;
}


/*Conversion to classes from ID FOR Column 1 styles
--------------------------------------------------------------*/
.column2 form {
	/*width: 150px;*/
	padding:0 0 0 5px;
	margin:0;
	width:100%;
	/**border: 1px solid yellow;/**/
}
.column2 form .searchBox, .column2 form .searchDropDown  {
	width: 150px;
	height:20px;
	padding: 0;
	margin:3px 0 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	line-height: 140%;
	background: #fff;
	color: #333;
	display:inline;
	clear:none;
	float:left;
}

.column2 form .pubCheck{
}

.column2 form .pubCheck label{
display:inline;
float:left;
}

.column2 form .pubCheck input{
float:right;
display:inline;
}

.column2 form .searchDropDown  {
	width: 115px;
	padding: 0;
	border: 1px solid #333;
	margin: 3px 0 0 0;
	background-color: #fff;
}

.column2 form .searchBox:hover {
	border: 1px solid #B8243C;
	color: #B8243C;
	}
	
.column2 form .btnGo {
	width: 25px;
	height: 20px;
	padding:0;
	margin:3px 0 0 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 87%;
	line-height: 140%;
	background-color:#B8243C;
	border: 1px solid #8F0821;
	color: #fff;
	display:inline;
	clear:none;
	float:left;
}
.column2 form .btnGo:hover {
	background-color: #DF294A;
	color: #fff;
}




/* Column1 =altnav
--------------------------------------------------------------*/
#altnav {
	margin:0;
	padding: .5em 0 0 3px;
	/*height:30px;*/
	width: 180px;
	/**-moz-box-sizing:border-box; box-sizing:border-box;/**/
	font-size: 99%;
	/**border: 1px solid pink;/**/
}

#altnav p {
	margin: 10px 0;
	padding:0;
}

#altnav ul#altbtns {
	margin:0;
	padding:0;
	list-style-type:none;
	width: 180x;
	/**border: 1px solid red;/**/
}

#altnav ul#altbtns li {
	margin: 0;
	padding:0;
	/**width: 165px;/*18em*/
	line-height: 150%; /* height of icon */
	/**/display: inline;/**/
	background-color: #CCC;/*this makes the double border work!!!*/
	}

#altnav ul#altbtns li a {
	width: 99.99%; /* extend the sensible area to the maximum with IE5!!! */
	padding: 0 0 0 3px;
	margin-top: 4px; /*you have to put a top AND a bottom margin or it will collapse! */
	margin-bottom: 4px;
	text-decoration: none;
	color: #333;
	border:3px double #fff;/* #bebebe */
	background:#ccc url(/img/nav/altnav_arrow_black.gif) no-repeat 100% 50%;
	display: block; /*makes entire box clickable*/
	/**-moz-box-sizing:border-box; box-sizing:border-box;/**/
	font-size: 87%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
	
#altnav ul#altbtns li a:hover {
	/**/border:3px double #fff;/**/
	/**/background: #ececec url(/img/nav/altnav_arrow_black.gif) no-repeat 100% 50%;/**/
	color: #333; /**#c10435/**/
}

#altnav ul#altbtns li a img {
	margin: 0;
	padding: 0;
	display: block;
}

#altnav ul#altbtns li a:hover img { /* Had to add this to make the Languages animation match the other line items*/
	border: 1px solid #ececec;
}

/* Column1 =lang
--------------------------------------------------------------*/
#altnav ul#lang {
	margin:0;
	padding:0;
	line-height:110%;
	list-style-type: disc;
	/**border: 1px solid purple;/**/
}

#altnav ul#lang li {
	margin: 0 7px 0 0;
	padding:0;
	/**/display:inline;/**/
	/**border: 1px solid purple;/**/
	}

#altnav ul#lang li a {
	margin: 0 0 0 0;
	padding: 0;
	text-decoration: none;
	color: #C10435;
	}
	
#altnav ul#lang li a:hover {
	color: #999;
}

#altnav a img{
	margin: 0 2px 0 0;
	/**/border: 1px solid #ccc;/**/
}

#altnav a:hover img{
	/**/border: 1px solid #c10435;/**/
}

/* banners =diversity
--------------------------------------------------------------*/

#diversity {
	float: left;
	display: inline;
	clear:none;
	border: 0px solid #ccc;
	height: 72px;
	/**-moz-box-sizing:border-box;box-sizing:border-box;/**/
	/**position: absolute;
	right: 0;
	top: 0;/**/
	margin: 0;/*0 19px 0 250px*/
	padding: 0;
	/**/width: 530px;/**/
	/**width: 65%; /**--for fluid/**/
}

#diversity:after { 
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility:hidden; 
	margin:0;
	padding:0;
	} 
#diversity {display:inline-block;}  

/* Mark Hadley's fix for IE Mac 
http://www.csscreator.com/attributes/containedfloat.php */  
/* Hides from IE Mac \*/
* html #diversity {height: 1%;}
#diversity{display:block;}
/* End Hack */ 	

#diversity img {
	float: left;
	margin:0;
	padding:0;
	border: 0;
}

#diversity p strong{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style:normal;
	font-weight: bold;
	line-height: 130%;
	margin:0;
	padding:0;
}

#diversity a p strong, #diversity a p em{
	margin: 0;
}

#diversity p em{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style:italic;
	font-weight: normal;
	line-height: 130%;
	margin:0;
	padding:0;
}

#diversity p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 87%;
	font-style:italic;
	line-height: 130%;
	margin:0 0 5px 0;
	padding:0;
}


/*======================================================================== */
/*======================================================================== */
/* Valid styles cut and pasted over from common_IE.css
========================================================================== */

/*Used for Awards and Rankings section
========================================================================== */

/* NEWS TABLE STYLES -- Used initially for the Fraser Milner Casgrain section
========================================================================== */
.newstable {
	font-family: Arial, Helvetica, sans-serif;
}

.newstable p {
  margin: 0px 0px 0px 7px;
}

.newstable a {
	color: #666666;
	text-decoration: none;
}

.newstable a:link, .newstable a:visited {
	color: #336699;
	text-decoration: none;
}
.newstable a:hover {
	text-decoration: none;
	color: #3399CC;
}

.newstable td {
	line-height: 150%;
	font-size: 75%;
	color: #666666;
}

.newstable #city {
	/* float: right; */
	font-size: 100%;
	color: #666;
	margin: 10px 10px 10px 10px; 
	padding: 0px;
}

.newstable td.vertrule {
	border-right: dotted 1px #ccc;
	width: 2%;
}

.newstable h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 195%;
	color: #336699;
	/* border: 1px dashed #CCCCCC; */
	padding: 5px;
	margin: 10px 0px 0px 5px;
}

.newstable h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #CC0033;
	padding-left: 0px;
	margin-top: 20px;
	margin-bottom: -3px;
	font-size: 100%;
	padding-bottom: 5px;
}

.newstable .box {
	border: 1px solid #666666;
	width: 525px;
	background-color: #f5f5f5;
}

.newstable .headbg {
	background-color: #ececec;
	border-bottom: 1px solid #999;
}

.newstable .box .names {
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-right: 5px;
}

.newstable .names em {
	font-size: 90%;
	margin-left: -3px;
}

/* = General Styling
=========================================================================*/
.fulbrightRed{
	color:#C10435;
}

/* =Utility Nav
========================================================================== */
#utilnav:after {
	content: "."; 
	display: block;
	height: 0;
	clear: both;
	visibility:hidden;
}
	
#utilnav {
	display: inline-block;
	margin: 0 0 18px 0;
}  

#utilLT {
	float: left;
	}
#utilRT {
	float: right;
}

#utilLT a,
#utilLT a:link,
#utilLT a:visited,
#utilLT a:active,
#utilRT a,
#utilRT a:link,
#utilRT a:visited,
#utilRT a:active
 {
	color:#c10435;
	text-decoration: none;
	font-size: 85%;
}

#utilLT a:hover,
#utilRT a:hover
 {
	text-decoration: underline;
}

/* =footer
----------------------------------------------- */
#footer {
	margin: 15px auto;
	text-align: center;
	padding:0 0 15px 0;
	width: 725px;
	line-height: 110%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}

* html #footer {
	font-size: 85%;
	line-height: 110%;
}

#footer p {
	font-size: 75%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0; padding: 0;
}

#footer p em {
	/**font-size: 95%;/**/
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#footer ul {
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0; padding: 4px;
}

#footer li {
	display: inline;
	margin:0 8px 0 0;
	padding:0;
	font-size: 75%;
	color: green;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/**************************************************************
Add for inside search styles
***************************************************************/
#searchform1 #search {
	width: 8.5em;
	padding:2px;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background: #fff;
	border: 1px solid #ccc;
	color: #333;
	margin-top:5px;
	margin-bottom:5px;
}

#searchform1 #search:hover {
	border: 1px solid #B8243C;
	color: #B8243C;
	}

#searchform1 #btnSearch {
	width: 4.5em;
	height: 1.5em;
	padding:0;
	margin:4px 0 6px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	background-color:#B8243C;
	border: 1px solid #8F0821;
	color: #fff;
}
#searchform1 #btnSearch:hover {
	background-color: #DF294A;
	color: #fff;
}


