﻿*
{
	margin: 0;
	padding: 0;
}

/* commented backslash hack v2 \*/ 
html, body
{
	height: 100%;
} 
/* end hack */ 

div#outer
{
	height: 100%;
	min-height: 100%;
	min-width: 400px;
	margin-left: 190px;
	margin-right: 130px;
	border-left: 0px solid #000;
	border-right: 0px solid #000;
	margin-bottom: -42px;
}

div#left
{
	position: relative; /*ie needs this to show float */
	width: 190px;
	float: left;
	margin-left: -189px; /*must be 1px less than width otherwise won't push footer down */
	left: -2px;
	margin-right: -1px;

}

div#right
{
	position: relative;
	width: 130px;
	float: right;
	margin-right: -129px;
	margin-left: -1px;
	left: 2px;

}
html > body #outer
{
	height: auto;
} /*for mozilla as IE treats height as min-height anyway*/

div#header
{
	border-top: 0px solid #000;
	border-bottom: 0px solid #000;
	text-align: center;
	position: relative;
	margin: 0 -161px;
	padding-top: 8px;
	
}

/* mac hide \*/
* html div#header{height:16px;he\ight:1px}/* height needed for ie to force layout*/
/* end hide*/

#header span
{
	font-size: small;
	font-weight: bold;
	/* color: #ffffff; */
	white-space: nowrap;
}


* html #left
{
	padding-bottom: 42px;
	margin-right: -3px;
}/*3px jog */

* html #right
{
	margin-left: -3px;
	left: 4px;
}

#footer
{
	width: 100%;
	clear: both;
	height: 50px;
	border-top: 0px solid #000;
	border-bottom: 1px solid #000;
	position: relative;
	text-align: left;
	vertical-align: baseline;
}

* html #footer {/*only ie gets this style*/
	\height:52px;/* for ie5 */
	he\ight:50px;/* for ie6 */
}

#clearfooter
{
	clear: both;
	height: 40px;
}/*needed to make room for footer*/

* > html #clearfooter
{
	float: left;
	width: 100%;
}/* ie mac styles */

* html #centrecontent
{
	height: 1%;
}/* combat IE's 3 pixel jog */

html > body #minHeight
{
	float: left;
	width: 0px;
	height: 100%;
	margin-bottom: -52px;

} /*safari wrapper */


#centrecontent
{
	position: relative;
	width: 100%;
	float: left;
}

#innercenter
{
	padding: 8px;
	margin-bottom: 8px;
	
}
div#topnav_center_left
{
	position: absolute;
	top: 0px;
	left: 200px;
	padding-right: 130px;
	text-align: center;
	min-width: 400px;
}
div#topnav_center_right
{
	position: absolute;
	top: 0px;
	left: 600px;
	padding-right: 130px;
	text-align: right;
	min-width: 300px;
}
div#topnav_right
{
	position: absolute;
	top: 0px;
	right: 0px;

	}
div#topnav
{
	background-position: right;
	background-color: #FEFEFC;
	padding-bottom: 8px;
	background-image: url('004a.png');
	background-repeat: no-repeat;
	width:950px;
}


body
{
	font-size: 0.9em;
	margin: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	background-color: #FEFEFC;
	color: #1A1A1A;
}
p
{
	margin: 1px;
	padding: 1px;
	border-style: hidden;
	border-width: 3px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
}
p.normal 
{
	margin: 1px;
	padding: 1px;
	border-style: hidden;
	border-width: 3px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: .95em;
}
p.title
{
	margin: 1px;
	padding: 1px;
	border-style: hidden;
	border-width: 3px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: .9em;
	text-align: left;
}
p.titleaddy

{
	margin: 1px;
	padding: 1px;
	border-style: hidden;
	border-width: 3px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: .75em;
	text-align: left;
}
p.titlepagename
{
	margin: 1px;
	padding: 1px;
	border-style: hidden;
	border-width: 3px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight:  700;
	text-align: right;
	color: #FAFAFA;
}
p.smallbold
{
	margin: 1px;
	padding: 1px;
	border-style: hidden;
	border-width: 3px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: .7em;
	font-weight: bold;

}

div.essay
{
	border-color: #5D7B9D;
	border-width: 0px;
	width: 740px;
	padding-top: 4px;
	padding-right: 4px;
	border-bottom-style: solid;
	height: 550px;
	padding-bottom: 4px;
	border-right-style: solid;
	border-top-style: solid;
	border-left-style: solid;
	padding-left: 4px;
	overflow: auto;
	background-color: White;
}

div.indented
{
	border-color: #5D7B9D;
	border-width: 0px;
	padding-top: 4px;
	padding-right: 4px;
	border-bottom-style: solid;
	padding-bottom: 4px;
	border-right-style: solid;
	border-top-style: solid;
	border-left-style: solid;
	padding-left: 4px;
	text-indent: 8px;
}


.boldtext
{
	font-weight: bold;
	font-size: .75em;
}
.boldtextbig
{
	font-weight: bold;
	font-size: .95em;
}
.centeredsmall
{	font-size: .75em;
	text-align: center;
}
.centeredsmallbold
{
	font-weight: bold;
	font-size: .75em;
	text-align: center;
}
.centeredbold
{
	font-weight: bold;
	font-size: .85em;
	text-align: center;
}
.label
{
	font-size: .75em;
	text-align: left;
}
.redwarn
{
	font-size: .6em;
	color: #FF0000;
}

.registerbutton
{
	padding: 5px;
	border-style: solid;
	border-width: thin;
	background-color: #FFFFFF;
	color: #1C5E55;
	font-size: .85em;
}
.largeredittext
{
	font-size: .95em;
}	
li span
{
	display: none;
}

ul
{
	padding: 4px;
	font-style: normal;
	line-height: 2em;
	color: #00CC33;
	text-indent: 5px;
	list-style-position: outside;
	list-style-type: square;
}

h1
{
	text-align: left;
	font-weight: 400;
	font-size: 1.3em;
	vertical-align: middle;
	
	color: #1A1A1A;
}
.h1class
{
	text-align: left;
	font-weight: 400;
	font-size: 1.3em;
	vertical-align: middle;
	
	color: #1A1A1A;
}

h2
{
	font-weight: bold;
	text-align: left;
	font-size: 1.2em;
	color: #1A1A1A;
}
.h2class
{
	font-weight: bold;
	text-align: left;
	font-size: 1.2em;
	color: #1A1A1A;
}
h3
{
	font-weight: bold;
	text-align: left;
	font-size: 1.1em;
	color: #1A1A1A;
}
.h3class
{
	font-weight: bold;
	text-align: left;
	font-size: 1.1em;
	color: #1A1A1A;
}
h4
{
	font-weight: bold;
	text-align: left;
	font-size: 1.1em;
	color: #1A1A1A;
}
.h4class
{
	font-weight: bold;
	text-align: left;
	font-size: 1.1em;
	color: #1A1A1A;
}
.h5class
{
	font-weight: bold;
	text-align: center;
	font-size: 1em;
	color: #1A1A1A;
}
hr
{
	color: #52BA63;
}


td.header
{
	height: 16px;
	text-align: center;
	border: 0px solid #C0C0C0;
}
td.innerca
{
	text-align: center;
	font-size: .75em;
	text-indent: 10px;
}
td.innerla
{
	text-align: left;
	font-size: .75em;
	text-indent: 10px;
}
td.innerra
{
	text-align: right;
	font-size: .75em;

}
td.innerlabig
{
	text-align: left;
	font-size: .95em;
	text-indent: 5px;
}
td.innerrabig
{
	text-align: right;
	font-size: .95em;

}
td.innerbordersnorm
{
	border: 1px solid #C0C0C0;	font-size: .75em;
}

table.seminar
{
	border: thin solid #CCCCCC;
	table-layout: auto;
	border-collapse: collapse;
	border-spacing: 1px;
	empty-cells: hide;
	caption-side: inherit;
	width: 720px;
}
td.seminartopleft
{
	width: 150px;
	vertical-align: top;
	text-align: center;
	padding-right: 10px;
}
td.seminarbody
{
	width: 540px;
	vertical-align: top;
	text-align: left;
}
td.seminarspacer
{
	width: 10px;
	vertical-align: top;
	text-align: left;
}

tr.gray
{
	background-color: #f7f6f3;
}

tr.white
{
	background-color: white;
}

blockquote
{
	margin-left: 10px;
}
/* Left Menu */

a.leftmenu 
{
	border: 1px solid #5D7B9D;
	margin: 1px;
	padding: 1px;
	font-size: .65em;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-variant: normal;
	text-decoration: none;
	width: 170px;
	overflow: auto;
	display: block;
	text-decoration: none;
	
}

a.leftmenu:link
{	font-weight: normal;
	color: #1C5E55;
	
}
a.leftmenu:visited
{	font-weight: normal;
	color: #1C5E55;
	
}

a.leftmenu:focus 
{font-weight: normal;
	color: #C0C0C0;
	background-color: #1C5E55;
	
}
a.leftmenu:hover
{
	font-weight: normal;
	color: #FFFFFF;
	background-color: #666666;
}
a.leftmenu:active
{
	
	color: #C0C0C0;
	background-color: #1C5E55;
}

.bodySeminar div.essay { width:8000px;height: auto; }

.bodycabahome #ctl00_hlcabahome,
.bodyMemberCompanies #ctl00_hlMemberCompanies,
.bodypsa #ctl00_hlpsa,
.bodyCS_01_ContractorAlternateDesign #ctl00_hlCS_01_ContractorAlternateDesign,
.bodyCS_02_WhatsReallyWrongWithOurRoads #ctl00_hlCS_02_WhatsReallyWrongWithOurRoads,
.bodyCS_03_SpecificallyWrongButGenerallyRight #ctl00_hlCS_03_SpecificallyWrongButGenerallyRight,
.bodyCS_04_TeamEngineeredDesignBidding #ctl00_hlCS_04_TeamEngineeredDesignBidding,
.bodyCS_05_BunkerHillBridge #ctl00_hlCS_05_BunkerHillBridge,
.bodyCS_06_LoysburgBridge #ctl00_hlCS_06_LoysburgBridge,
.bodyCS_07_TreichlersBridge #ctl00_hlCS_07_TreichlersBridge,
.bodyCaseStudies #ctl00_hlCaseStudies,
.bodyDesignAids #ctl00_hlDesignAids,
.bodyDA__01_RulesOfThumbForBridgeGirderDesigns #ctl00_hlDA__01_RulesOfThumbForBridgeGirderDesigns,
.bodyDA_QuikBeam2004FAndL #ctl00_hlDA_QuikBeam2004FAndL,
.bodyDA_QuikBeam2004Intro #ctl00_hlDA_QuikBeam2004Intro,
.bodyDA_QuikBeamAASHTOIntro #ctl00_hlDA_QuikBeamAASHTOIntro,
.bodyDA_QuikBeamAASHTOFAndL #ctl00_hlDA_QuikBeamAASHTOFAndL,
.bodyPresentations #ctl00_hlPresentations,
.bodySeminars #ctl00_hlSeminars,
.bodyPCEF #ctl00_hlPCEF,
.bodyPCEF_A #ctl00_hlPCEF_A,
.bodyPCEF_B #ctl00_hlPCEF_B,
.bodyPCEF_C #ctl00_hlPCEF_C,
.bodyPCEF_D #ctl00_hlPCEF_D,
.bodyResearchTechnical #ctl00_hlResearchTechnical,
.bodyAccomplishments #ctl00_hlAccomplishments,
.bodyPCIDKB #ctl00_hlPCIDKB,
.bodyContactInformation #ctl00_hlContactInformation,
.bodyLinks #ctl00_hlLinks,
.bodySearchSite #ctl00_hlSearchSite,
.bodySeminar #ctl00_hlSeminars
{
	
	color: #C0C0C0;
	background-color: #1C5E55;
	font-weight: bold;
}

/*Level 1 menu items*/
#ctl00_hlMemberCompanies,
#ctl00_hlpsa,
#ctl00_hlCaseStudies,

#ctl00_hlPresentations,
#ctl00_hlSeminars

{
	width: 160px;
}
/*Level 2 menu items*/
#ctl00_hlPCEF,
#ctl00_hlContactInformation,
#ctl00_hlSearchSite,
#ctl00_hlLinks,
#ctl00_hlDesignAids,
#ctl00_hlResearchTechnical,
#ctl00_hlAccomplishments,
#ctl00_hlPCIDKB,
#ctl00_hlcapwiz,
#ctl00_hlPCEF_A,
#ctl00_hlPCEF_B,
#ctl00_hlPCEF_C,
#ctl00_hlPCEF_D
{
	width: 150px;
}

/*Level 3 menu items*/ 
#nada_dang_one
{
	width: 140px;
}

a.bottommenu 
{
	border: 1px solid #5D7B9D;
	margin: 1px;
	padding: 1px;
	font-size: .55em;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-variant: normal;
	text-decoration: none;
	width: 150px;
	overflow: auto;
	display: block;
	text-decoration: none;
	
}
a.bottommenu:link
{	font-weight: normal;
	color: #1C5E55;
	background-color: #DACCBA;
}
a.bottommenu:visited
{	font-weight: normal;
	color: #1C5E55;
	background-color: #DACCBA;
}

a.bottommenu:focus 
{font-weight: normal;
	color: #C0C0C0;
	background-color: #1C5E55;
	
}
a.bottommenu:hover
{
	font-weight: normal;
	color: #FFFFFF;
	background-color: #666666;
}
a.bottommenu:active
{
	
	color: #C0C0C0;
	background-color: #1C5E55;
}

a.totopmenu
{
	font-size:.7em;
	background-color: #FFFFFF;
}
a.totopmenu:link
{
	color: #1C5E55;
}
a.totopmenu:visited
{
	color: #1C5E55;
}

a.totopmenu:focus
{
	color: #C0C0C0;
}
a.totopmenu:hover
{
	color: #000000;
}
a.totopmenu:active
{	
	color: #C0C0C0;
}