/* landing page CSS */

body { margin:0px;
	padding:0px;
	text-align:center;
	background-color: #FFFFFF;
	font-family: trebuchet, tahoma, arial, helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	line-height: 13px;
	color: #222222;
	}
		
	#wrapper {
	position:absolute;
	left:50%;
	width:800px;
	margin-left:-400px;
	text-align:left;
	background-color:transparent;
	}

	/* ******* Logo & Page title elements ************ */
	#header {
	position: absolute;
	width: 800px;
	height: 117px;
	top: 0px;
	left: 0px;
	background: #FFFFFF;
	overflow: hidden;
	z-index:4;
	}

	#bridge-sheet-metal-works-logo {
	position: absolute;
	left: 574px;
	top: 28px;
	width: 197px;
	height: 71px;
	}

	#site-title{
	position: absolute;
	left: 73px;
	top: 36px;
	width: 461px;
	height: 45px;
	}

	#site-sub-title	{
	position: absolute;
	left: 73px;
	top: 80px;
	width: 461px;
	height: 25px;
	}

	/* ******* Graduated bar ************ */
	#grad-over-menu {
	position: absolute;
	top: 116px;
	left: 0px;
	width: 800px;
	height: 24px;
	z-index: 20;
	background: #2D2A4C url('images/grad.gif') repeat-x;
	text-align: left;
	overflow: hidden;
	z-index: 10;
	}

	/* ******* MAIN NAVIGATION ELEMENTS ************ */
	#nav-bar {
	position: absolute;
	top: 140px;
	left: 0px;
	width: 800px;
	height: 18px;
	z-index: 8;
	font-size: 11px;
	background-color: #2D2A4C;
	}

	#navigation-left-space {
	float: left;
	top: 0px;
	height: 17px;
	width: 55px;
	background: transparent;
	text-align: center;
	}

	.divider {
	display:inline;
	top: 0px;
	width:2px;
	height: 17px;
	border-left: 1px solid #818094;
	border-right: 1px solid #5C597F;
	}

	#nav-bar a { 
	height:18px;
	padding-top:2px;
	padding-left:14px;
	padding-right:14px;
	color: #FFFFFF;
	}

	#nav-bar a:link, #nav-bar a:visited
	{
	text-decoration: none;
	}
	
	#nav-bar a:hover
	{
	background-color: #554EAB;
	color: #FFFFFF;
	}

/* ******** Page Contents ************* */         
	#bodyspace {
	position: absolute;
	width: 800px;
	top: 160px;
	left: 0px;
	z-index: 6;
	text-align: left;
	background-color: #ffffff;
	}

	#map {
	width: 400px;
	height: 300px;

	}
	
	
	#column1 /* main col */ {
	float:left;
	margin-left:70px;
	width: 430px;
	background-color:#fff;
	padding-top:20px;
	padding-bottom:30px;
	}

	#column2 /* quick notes col */ {
	float:right;
	margin-right:20px;
	width: 200px;
	background-color:#fff;
	padding-top:20px;
	padding-bottom:30px;
	}

	#logoholder {
	margin-top: 15px;
	width:190px;
	}

	#footer {
	clear:both;
	height:20px;
	width:800px;
	left:0px;
	text-align: left;
	background-color: transparent;
	}

	#footer-copy1 {
	width:500px;
	margin-left:65px;
	text-align: left;
	background-color: #FFF;
	}

	#footer-copy2 {
	width:500px;
	margin-left:65px;
	text-align: left;
	background-color: #FFF;
	}

	.picturebox { /* wide format picture box */
	width:430px;
	}	

	.before-after {
	float: left;
	margin-left:3px;
	width: 184px;
	height: 160px;
	background-color: #aaaaaa;
	overflow:hidden;
	}

	.clearpix {
	clear: both;
	height: 1px;
	background: transparent;
	width: 100%;
	}

	.picturecaption {
	float: left;
	margin-left:15px;
	width: 190px;
	background-color: transparent;
	font-family: trebuchet, tahoma, arial, helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	line-height: 14px;
	color: #222266;
	}
	
	.picture { /* vertical format picture & caption box */
	width:200px;
	background: #FF0000;
	}

	.caption {
	clear: left;
	margin-left:15px;
	width: 186px;
	background-color: transparent;
	font-family: trebuchet, tahoma, arial, helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	line-height: 14px;
	color: #222266;
	}


	#copycontainer {
	clear:both;
	}

/** Footer Content **********************************/
	#footer_note {
	width: 300px;
	height: 60px;
	position:absolute; 
	left: 60px;
	top: 30px;
	z-index: 10;
	background: transparent;
	}

	#signoff_date {
	width: 300px;
	height: 20px;
	position:absolute; 
	left: 60px;
	top: 10px;
	z-index: 10;
	background: transparent;
	}

FORM {
border-top: 1px solid #444444;
border-bottom: 3px solid #AAAAAA;
}

/*************************/

/* ********* FONT DEFINITIONS ************** */
H4 {
	font-family: trebuchet, tahoma, arial, helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	font-size: 12px;
	line-height: 15px;
	color: #5A727E;
	}
		/* Variations */
	H4 B{
		font-weight: bold;
		font-variant: normal;
		font-size: 12px;
		line-height: 15px;
		color: #111111;
		}
	H4 STRONG{
		font-weight: bold;
		font-variant: normal;
		font-size: 10px;
		line-height: 15px;
		color: #5A727E;
		}

H2 {
	font-family: arial, helvetica, tahoma, sans-serif;
	font-weight: normal;
	font-variant: normal;
	font-size: 12px;
	line-height: 14px;
	color: #222222;
	display: inline;
	}


H3 {
	display:inline;
	font-family: trebuchet, tahoma, arial, helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	line-height: 14px;
	color: #222222;
	}
		/* Variations */
	H3 B{
		font-weight: bold;
		font-variant: normal;
		font-size: 12px;
		line-height: 16px;
		color: #ff0000;
		display: block;
		}

H6 {
	font-family: trebuchet, tahoma, arial, helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	line-height: 14px;
	color: #222222;
	}
		/* Variations */
	H6 B{
		font-weight: bold;
		font-variant: normal;
		font-size: 12px;
		line-height: 14px;
		color: #ff0000;
		display: block;
		}
H7 {
	font-family: trebuchet, tahoma, arial, helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 9px;
	line-height: 11px;
	color: #222222;
	}
		/* Variations */

	H3 option { color: #888888}
	H3 a:link { color: #888888; background: transparent; text-decoration: none}
	H3 a:active { color: #888888; background: transparent; text-decoration: none}
	H3 a:visited { color: #888888; background: transparent; text-decoration: none}
	H3 a:hover { color: #5F6F94; background: transparent; font-weight: bold; text-decoration: none}
	
	H4 option { color: #5A727E}
	H4 a:link { color: #5A727E; background: transparent; text-decoration: none}
	H4 a:active { color: #5A727E; background: transparent; text-decoration: none}
	H4 a:visited { color: #5A727E; background: transparent; text-decoration: none}
	H4 a:hover { color: #FF0000; background: transparent; font-weight: bold; text-decoration: underline}
	
	H6 option { color: #FF0000}
	H6 a:link { color: #FF0000; background: transparent; text-decoration: none}
	H6 a:active { color: #FF0000; background: transparent; text-decoration: none}
	H6 a:visited { color: #FF0000; background: transparent; text-decoration: none}
	H6 a:hover { color: #000000; background: transparent; font-weight: bold; text-decoration: underline}


	option { color: #1A234C}
	a:link { color: #1A234C; background: transparent; text-decoration: none}
	a:active { color: #1A234C; background: transparent; text-decoration: none}
	a:visited { color: #1A234C; background: transparent; text-decoration: none}
	a:hover { color: #1A234C; background: transparent; text-decoration: underline}

	LI option { color: #1A234C}
	LI a:link { color: #1A234C; background: transparent; text-decoration: none}
	LI a:active { color: #1A234C; background: transparent; text-decoration: none}
	LI a:visited { color: #1A234C; background: transparent; text-decoration: none}
	LI a:hover { color: #1A234C; background: transparent; font-weight: bold; text-decoration: none}


div.popUpHolder {
style=width:500px;
text-align:center;
position:absolute;
left:50%;
margin-left:-250px;
}

div.popUp  {
width:500px;
height:700px;
border:0;
padding:0;
margin:0;
background-color:#fff;
border:0px solid #f00;
}

	.popUp H2 {
	display:block;
	margin:5px 10px 5px 5px;
	font-family:  tahoma, "Trebuchet MS", helvetica, sans-serif;
	font-weight: bold;
	font-variant: normal;
	font-size: 13px;
	line-height: 14px;
	color: #21294c;
	}
	
.tRow {
margin:0;
padding:0;
margin-top:1px;
width:100%;
vertical-align:top;
text-align:left;
border:0px solid #f00;
}
.cleartRow {
clear:both;
width:99%;
background-colour:transparent;
height:1px;
overflow:hidden;
border:0px solid #f00;
}

.col_1 {
float:left;
margin:0;
padding:0;
width: 158px;
height: 89px;
vertical-align:top;
text-align:left;
border:0px solid #f00;
}

.col_2{
float:left;
margin:0;
padding:0;
width: 340px;
height: 89px;
vertical-align:top;
text-align:left;
border:0px solid #f00;
}

.altCol_2 {
float:left;
margin:0;
padding:0;
width: 340px;
height: 89px;
vertical-align:top;
text-align:left;
background-color:#e8e8e8;
border:0px solid #f00;
}

#baseplinth {
height:100px;
background-color: #414864;
text-align:center;
border:0px solid #f00;
}

	#baseplinth H2 {
	display:block;
	text-align:center;
	margin:10px;
	font-family:  tahoma, "Trebuchet MS", helvetica, sans-serif;
	font-weight: bold;
	font-variant: normal;
	font-size: 18px;
	line-height: 20px;
	color: #fd704f;
	}
	#baseplinth A {
	display:block;
	text-align:center;
	font-family:  tahoma, "Trebuchet MS", helvetica, sans-serif;
	font-weight: bold;
	font-variant: normal;
	font-size: 12px;
	line-height: 20px;
	color: #fffcd3;
	}
	