/*
* Header, * Structure, * Nav, * Search, * Headings, * Lists, * Forms, * Links, * Misc
http://www.tantek.com/CSS/Examples/boxmodelhack.html
http://www.tantek.com/CSS/Examples/midpass.html
-moz-box-sizing:border-box;box-sizing:border-box;
*/


* { padding:0; margin:0; }
body { padding: 0; margin: 0; }
h1, h2, h3, h4, h5, h6, p { margin: 0; padding: 0; }
pre, blockquote, form, label, ul, ol, li, dl, fieldset, address { margin: 0; padding: 4px; }
dd, blockquote { margin-left: 40px; }
fieldset { padding: 10px; }

body { 
	padding: 15px 0px 15px 0px;
	margin: 0;
	font-family: Verdana, 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: small; /* supposed to work for other versions of IE */
}


/* =Links
----------------------------------------------- */
a, a:link {
	color:#c10435;
	text-decoration: none;
	}
a:visited {
	color: #918078;
	text-decoration: none;
	}
a:hover, a:visited:hover {
	color: #c10435;
	text-decoration: underline;
	}
	
a.more {
	padding:0 10px 0 0;
	text-decoration: none;
	background: url(/img/nav/more-red.gif) no-repeat 100% 4px;
	color: #c10435;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
a.more:visited {
	color: #918078;
	}
a.more:hover, a.more:visited:hover {
	color: #c10435;
	text-decoration: underline;
	}
	
/* =wrap
------------------------------------------*/
#wrap {
	width: 763px;
	margin:0 auto;
	padding:0;
	font-size: 95%;
	text-align: left;
	background: #fff;
	border: 1px solid #ccc;
	color:#333;
	position:relative;
}
	
body.viewer #wrap {
	background: #fff;
	}

/* =Header --This wraps all elements above the ribbon nav
----------------------------------------------- */
#headerwrap {
	/*position:relative;*/
	margin:0;
	padding:0;
	height:175px;
	-moz-box-sizing:border-box; box-sizing:border-box;
  }
	
/*http://www.positioniseverything.net/easyclearing.html	*/
#headerwrap:after { 
	content: "."; 
	display: block; 
	height: 0; 
	font-size:0;
	clear: both; 
	visibility:hidden; 
	} 

#headerwrap {display:inline-table;}

/* Hides from IE Mac \*/
* html #headerwrap {height: 1%;}
#headerwrap{display:block;}
/* End hide from IE Mac */ 	


/* Header: =#headerwrap_lt 
----------------------------------------------- */	
#headerwrap_lt {
	/*position: relative;*/
	float:left;
	width: 205px;
	margin:0;
	padding:0;
	-moz-box-sizing:border-box; box-sizing:border-box;
}

/* Header: masthead1: =logo  -this pushed the blurb text down
----------------------------------------------------------- */
#logo {
	background-color:transparent;
	margin:0 0 0 0;
	padding:3px 0 0 0;
	text-align:center;
	text-decoration:none;
	font-size:2px;
}

#logo a{
	border: 0;
}

#logo a img{
	border: 0;
}

/* Header: =blurb
----------------------------------------------- */
#headerwrap_lt #blurb {
	/*position:absolute;*/
	padding: 10px 3px 10px 19px;
	margin: 0 auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #fff url(/img/bg/bg_blurb.jpg) no-repeat 19px 0; 
	}

#headerwrap_lt #blurb h1 {
	font-size: 90%;
	font-weight: normal;
	line-height:125%;
	margin:0 5px 0 10px;
	padding:0;
	text-align:center;
	}

#headerwrap_lt #blurb h1 a {
	color: #666;
	margin:0;
	padding:0;
	text-decoration:none;
	font-weight: normal;
	}

/* Header: =headerwrap_rt
----------------------------------------------- */	
#headerwrap_rt {
	/*position:absolute;*/
	float:right;
	right:0;
	bottom: 0;
	width: 539px;
	/*margin:0 0 0 224px;*/
	padding:0;
}

/* Header: =unav
----------------------------------------------- */
#unav {
	background-color: transparent;
	display:block;
	/*z-index: 998;*/
	/*position:absolute;*/
	top:0;
	right:0;
	text-align: right;
	list-style: none;
	margin: 10px 10px 15px 0;
	padding:0;
	font-size: 80%;
	font-family: Arial, Helvetica, sans-serif;
	height: 2em;
	}
	
#unav ul {
	margin:0;
	padding:0;
	}
#unav li {
	float: right;
	margin: 0;
	padding: 0 0 0 0;
	list-style: none;
	background-color:#FFFFFF;
	}
#unav a {
	float: left;
	padding: 0px 8px;
	}
#unav a:hover, #unav a.active {
	background: #fff;
	}
#unav a:visited {
	color: #c10435;
}	

#unav #mainSearch {
	padding: 0;
	margin: 0 0 0 5px;
	height: 5px;
	float: right;
}

/* Header: =mainSearch
----------------------------------------------- */
#unav form {
	padding:0;
	margin:0;
	float: right;
}

#unav form #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;
}

#unav form #search:hover {
	border: 1px solid #B8243C;
	color: #B8243C;
	}

#unav form #btnSearch {
	width: 4.5em;
	height: 1.9em;
	padding:0;
	margin:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	background-color:#B8243C;
	border: 1px solid #8F0821;
	color: #fff;
}
#unav form #btnSearch:hover {
	background-color: #DF294A;
	color: #fff;
}

/* Header: =hgraphic
----------------------------------------------- */
#headerwrap_rt #hgraphic {
	float: right;
	width:99.95%;
	height: 133px;
	margin: 0;
	padding:0;
	border: 0;
	/*font-size: 2px;
	Even though there's no text in this div, IE thinks you might want some
	and leaves extra room below so you can put some.
	To fix the gap, just set a very small text size.*/
	/*http://archivist.incutio.com/viewlist/css-discuss/45620*/
	}	
	
#headerwrap_rt #hgraphic a img{
	border:0;
	}	

#headerwrap_rt #hgraphic h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: large;
	font-weight: normal;
	float: right;
	margin: 25px 10px 0 0;
	display: inline; /*fix IE double-margin bug*/
	width: 12em;
}

#headerwrap_rt #hgraphic h2 a {
	color: #fff;
	text-decoration:none;
	font-weight: normal;
	line-height:120%;
}

#headerwrap_rt #hgraphic h2 a:hover {
	color: #ececec;
	text-decoration: underline;
}

#headerwrap_rt #hgraphic p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	font-weight: normal;
	line-height:130%;
	position: absolute;
	bottom: 5px;
	right: 5px;
	padding:0;
	width: auto;
}

#headerwrap_rt #hgraphic p a {
	color: #fff;
	text-decoration:none;
	font-weight: normal;
	line-height:130%;
	margin:0;
	padding:0 0 0 0;
	float: right;
}

#headerwrap_rt #hgraphic p a:hover {
	color: #ececec;
	text-decoration: underline;
}

/* =nav
----------------------------------------------- */
#nav {
	/*position:relative;*/
	background-color: #fff;
	margin: 0 0 0 0;
	padding: 0 0 .7em 19px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	border-bottom: 3px solid #ccc;
}

/*http://www.positioniseverything.net/easyclearing.html	*/
#nav:after { 
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility:hidden; 
	} 
#nav {display:inline-block;}  

/* Hides from IE Mac \*/
* html #nav {height: 1%;}
#nav{display:block;}
/* End hide from IE Mac */ 	

#nav h2 {
	margin:0;
	padding:0;
}
	
#nav ul {
	margin:9px 0 0 0;
	padding:0;
	list-style-type:none;
	white-space: nowrap;
	width: 99%;
}

#nav ul li {
	float: left;
	margin: 0 .6% 0 0;
	padding: 0;
	display: inline;
	width: 11.5%; 
	line-height: 16px; /* height of icon */
	}

#nav ul li a{
	width: 97%;/*extend the sensible area to the maximum with IE5!!! */
	padding: 0 0 0 4px;
	margin: 0;
	text-decoration: none;
	color: #333;
	border-top:1px solid #999;
	border-left:1px solid #999;
	border-right:1px solid #b2b2b2;
	border-bottom:1px solid #b2b2b2;
	display: block; /*makes entire box clickable*/
	background-color: #FFF;
	-moz-box-sizing:border-box; box-sizing:border-box;
	}
	
/*background:#f00 url(background.gif) no-repeat fixed 0 0;*/
#nav_about a, #nav_about a:hover { background:#ececec url(/img/nav/nav_about.gif) no-repeat 100% 50%; }
#nav_alumni a, #nav_alumni a:hover { background:#ececec url(/img/nav/nav_alumni.gif) no-repeat 100% 50%; }
#nav_careers a, #nav_careers a:hover { background:#ececec url(/img/nav/nav_careers.gif) no-repeat 100% 50%; }
#nav_news a, #nav_news a:hover { background:#ececec url(/img/nav/nav_news.gif) no-repeat 100% 50%; }
#nav_media a, #nav_media a:hover { background:#ececec url(/img/nav/nav_media.gif) no-repeat 100% 50%; }	
#nav_events a, #nav_events a:hover { background:#ececec url(/img/nav/nav_events.gif) no-repeat 100% 50%; }	
#nav_pubs a, #nav_pubs a:hover { background:#ececec url(/img/nav/nav_pubs.gif) no-repeat 100% 50%; }
#nav_tech a, #nav_tech a:hover { background:#ececec url(/img/nav/nav_tech.gif) no-repeat 100% 50%; }

	
#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 =columnwrapper
----------------------------------------------- */
#columnwrapper {
	background-color:#FFFFFF;
	width: auto; /*--this will make it liquid*/
	margin: 0 auto;
	padding:0;
}

#columnwrapper:after { 
	content: "."; 
	display: block; 
	height: 0; 
	font-size: 0;
	clear: both; 
	visibility:hidden; 
	} 
#columnwrapper {display:inline-table;}  

/* Hides from IE Mac \*/
* html #columnwrapper {height: 1%;}
#columnwrapper{display:block;}
/* End hide from IE Mac */ 	

#column1 h2, #column2 h2, #column3 h2
 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #c10435;
	font-size: 130%;
	border-bottom: 2px solid #ccc;
	margin:20px 0 12px 0;
	}

#column1 h2 a, #column2 h2 a, #column3 h2 a,
#column1 h2 a:link, #column2 h2 a:link, #column3 h2 a:link,
#column1 h2 a:visited, #column2 h2 a:visited, #column3 h2 a:visited,
#column1 h2 a:active, #column2 h2 a:active, #column3 h2 a:active
 {
	text-decoration: none;
	font-size: 100%;
	color: #c10435;
}
#column1 h2 a:hover, #column2 h2 a:hover, #column3 h2 a:hover {
	color: #003366;
}


#column1 h3, #column2 h3, #column3 h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 100%;
	margin-bottom: 2px;
	line-height: 105%;
	}
	
#column1 h4, #column2 h4, #column3 h4 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #c10435;
	font-size: 90%;
	line-height: 130%;
	margin:20px 0 12px 0;
	}

#column1 p, #column2 p, #column3 p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 86%;
	margin-bottom: 2px;
	line-height: 130%;
	}

/* Column: =Column1
----------------------------------------------- */
#column1 {
	clear:right;
	float: left;
	display: inline;/*fixes IE Double Float Margin bug*/
	margin: 0 0 0 19px;
	padding: 0;
	width: 185px;
	}

/* Column1 =faa 
-------------------------------------------------------*/

#column1 form {
	padding:0;
	margin:0;
}
#column1 form #attySearchName, #column1 form #attySearchOffice  {
	width: 9.5em;
	padding: 2px 10px 1px 5px;
	margin:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background: #fff;
	border: 1px solid #ccc;
	color: #333;
}

#column1 form #attySearchOffice  {
	width: 11em;
	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: 2.5em;
	height: 1.9em;
	padding:0;
	margin:3px 0 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 87%;
	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:Georgia, "Times New Roman", Times, serif;
	color: #c10435;
}

/* Column1 =altnav
--------------------------------------------------------------*/
#altnav {
	margin:0;
	padding: 1em 0 0 0;
	width: 183px;
	font-size: 99%;
}

#altnav p {
	margin: 10px 0;
	padding:0;
}

#altnav ul#altbtns {
	margin:0;
	padding:0;
	list-style-type:none;
	width: 160px;
}

#altnav ul#altbtns li {
	margin: 0;
	padding:0;
	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;
	background:#ccc url(/img/nav/altnav_arrow_black.gif) no-repeat 100% 50%;
	display: block; /*makes entire box clickable*/
	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;
}

#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;
}

#altnav ul#lang li {
	margin: 0 7px 0 0;
	padding:0;
	display:inline;
	}

#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;
}

/* Column1 =Awards
----------------------------------------------- */
#column1 #awards  {
	width: 99.9%;
	float: left;
	margin: 0 0 0 0;
	display:inline;/*to fix float double-margin bug*/
	padding: 0;
	text-align:center;
}

#column1 #awards img {
	margin:4px 0 0 0;
	padding:0;
	border: 0;
}

#column1 #awards img a {
	margin:0;
	padding:0;
	border: 0;
}

#column1 #awards h4 a, #column1 #awards h4 a:hover {
	font-weight: normal;
	font-size: 100%;
	text-align: left;
}

/* Column: =Column2
----------------------------------------------- */
#column2 {
	clear:right;
	float: left;
	display: inline; /*fixes IE Double Float Margin bug*/
	margin: 0 0 10px 19px;
	width: 31%;
}

#column2 p {
	margin: 3px 0 7px 0;
	padding: 0;
}
	
#column2 p + p {
	margin: 15px 0 0 0;
	padding: 0;
}
	
#column2 em {
	color: #999;
	font-style:italic;
}

/* Column2: =fpractice 
--------------------------------------*/
ul#fpractice {
	margin:0 0 5px 0;
	padding:0;
}

ul#fpractice li {
	margin: 0 7px 0 0;
	padding:0;
	line-height: 130%; /* height of icon */
	list-style-type:none;
	}

ul#fpractice li a{
	margin: 0;
	font-size: 87%;
	}
	
/* Column2: =fpub
--------------------------------------*/
ul#fpub {
	margin:0 0 0 0;
	padding:0;
	position: relative;/*Putting this fixes the hover/jumping bug in IE6.0*/
}

ul#fpub li {
	margin: 0 7px 0 0;
	padding:0;
	line-height: 115%; /* height of icon */
	list-style-type:none;
	}

ul#fpub li a{
	font-size: 87%;
	font-style: normal;
	}	
	
/* Column: =Column3
----------------------------------------------- */
#column3 {
	clear:right;
	float: left;
	margin-left: 19px;
	display: inline;/*fixes IE Double Float Margin bug*/
	padding: 0;
	width: 35%;
	}	
	
/* Column3 =InSite
----------------------------------------------- */
#column3 form {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#column3 form label {
	color: #333;
	font-weight: normal;
	display: block;
	/* by default labels are inline. To make them appear above input we make them block level*/
	margin: 0 0 0 0 ; /*please don't take the bottom margin off or the radio/checkboxes will not line up correctly*/
	padding:0 0 2px 0;
	line-height: 100%;
}

#column3 div.clearfix p {
	float: left;
	padding: 0 5px 5px 0;
	/**border: 1px solid red;/**/
}

#column3 form p input#username {
	width: 9em;
}
#column3 form p input#password {
	width: 5em;
}

#column3 form input#username, #column3 form input#password  {
	padding: 2px 10px 1px 5px;
	margin:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background: #fff;
	border: 1px solid #ccc;
	color: #333;
}

#column3 form #username:hover, #column3 form #password:hover {
	border: 1px solid #B8243C;
	color: #B8243C;
	}

#column3 form p input#btnLogin {
	width: 3.6em;
	height: 1.9em;
	padding:0;
	margin:1.3em 0 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 83%;
	background-color:#B8243C;
	border: 1px solid #8F0821;
	color: #fff;
}
#column3 form #btnLogin:hover {
	background-color: #DF294A;
	color: #fff;
}


/* Column3 =news
----------------------------------------------- */
#column3 ul {
	list-style-type: none;
	line-height: 130%;
}

#column3 li {
	margin: 0 0 7px 0;
	padding: 0;
	font-size: 87%;
}

#column3 li em {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 95%;
	font-style:normal;
	color: #333;
}

#column3 li a, #column3 li a:visited, #column3 li a:hover {
	padding:0;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
	
/* =banners
----------------------------------------------- */
#banners {
	clear:both;
	height: 85px;
	margin: 10px 0 0 0;
	padding:0;
}

#banners #events {
	width: 185px;
	height: 67px; /*you must put a height*/
	float: left;
	margin: 0 19px 0 19px;
	padding: 4px 0 0 0;
	display:inline;/*to fix float double-margin bug*/
	text-align:center;
	border: 1px solid #ccc;
	background: #fff url(/img/bg/bg_blurb.jpg) no-repeat 0px 0; 
}

#banners #events img {
	margin:0;
	padding:0;
	border: 0;
}

#banners #events img a {
	margin:0;
	padding:0;
	border: 0;
}

#banners #diversity {
	float: left;
	display: inline;
	clear:none;
	border: 1px solid #ccc;
	height: 72px;
	margin: 0;
	padding: 0;
	width: 520px;
}

#banners #diversity:after { 
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	font-size: 0;
	visibility:hidden; 
	margin:0;
	padding:0;
	} 
#banners #diversity {display:inline-block;}  

/* Hides from IE Mac \*/
* html #banners #diversity {height: 1%;}
#banners #diversity{display:block;}
/* End hide from IE Mac */ 	

#banners #diversity img {
	float: left;
	margin:0;
	padding:0;
	border: 0;
}

#banners #diversity a 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;
}
#banners #diversity a:hover p {
	text-decoration: underline;
}

#banners #diversity a 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;
}

#banners #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;
}

/* =footer
----------------------------------------------- */
#footer {
	margin: 15px auto;
	text-align: center;
	padding:0;
	font-size: 75%;
	width: 725px;
	line-height: 150%;
}

#footer ul {
	list-style-type: none;
}

#footer li {
	display: inline;
	margin:0 8px 0 0;
	padding:0;
}
	
