/* start Global declarations */

body 
{
    font-family: Arial, Verdana, Helvetica, Sans-Serif;
	margin-top: 0px;
	text-align: center;
}

form, img
{
    border: 0;
    margin: 0;
    padding: 0;
}

td 
{
	line-height: normal;
}

hr {
	background: #CCCCCC;
	border: 0px;
	color: #CCCCCC;
	height: 1px;
	margin: 10px 0px;
	padding: 0px;
}

span.question
{
	color: #D20000;
	font-weight: bold;
}

span.answer
{
	font-weight: bold;
}

.hovered
{
	color: #D20000;
}

.Error
{
	color: #D20000;
}

a, a:link, a:visited
{
	background: none;
	color: #D20000;
    text-decoration: none;
}

a:hover
{
    color: #D20000;
    text-decoration: underline;
}

a.featured, a.featured:link, a.featured:visited, a.featured:hover
{
	background: none;
	color: #D20000;
    text-decoration: underline;
}

div#container 
{
	margin-left: auto;
    margin-right: auto;
    width: 927px;
}

div#contentContainer 
{
    float: left;
    padding-left: 0px;
	margin-top: 20px;
    /*padding-left: 20px;*/
    width: 927px;
	text-align: left;
}

div#contentContainerHome
{
    float: left;
    padding-left: 0px;
	margin-top: 20px;
	/*margin-top: 0px;*/
    width: 927px;
	text-align: left;
}

div#AdsContentContainer
{
    float: left;
    padding-left: 0px;
	margin-top: 0px;
    width: 927px;
	text-align: left;
}
div#AdsImage
{
    float: left;
    padding-left: 0px;
	margin: 0px 0px 15px 0px;
    width: 927px;
	text-align: left;
}
div#AdsTitle 
{
    float: left;
    font-size: 11px;
    padding: 0px;
	margin-bottom: 15px;
    width: 927px;
}
div#AdsTitle h2
{
    color: #666666;
    float: left;
    font-size: 24px;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
    text-transform: uppercase;
}
div#AdsTitle p
{
	clear: both;
    float: left;
    font-size: 12px;
    font-weight: bold;
    margin: 5px 0px 0px 1px;
}
div#AdsContent 
{
	float: left;
    font-size: 11px;
    padding: 0px;
	margin: 0px;
	width: 927px;
}
div#AdsContent p
{
    font-size: 11px;
    padding: 0px;
	margin: 0px;
}
div#AdsContent h3
{
    font-size: 14px;
	margin: 10px 0px 10px 0px;
	color: #000000;
	font-weight: normal;
}

/* start Homepage container declaratoins */

div#homeImage
{
	float:left;
	padding: 0px;
	margin: 0px;
	width: 927px;
	text-align: left;
}

div#homeContent
{
	float:left;
	padding: 0px;
	margin: 0px;
	width: 927px;
	text-align: left;
}

div#homeContent h1
{
	margin-top: 0px;
	margin-bottom: 10px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

div#homeContent h2
{
	margin-top: 0px;
	margin-bottom: 5px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

div#homeContent p
{
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 20px;
	margin: 0px;
}

div#homeContent a
{
	color: #D20000;
	text-decoration: underline;
}

div#homeContent a:hover
{
	color: #D20000;
	text-decoration: none;
}

div#homeContent .homeMidBorder
{
	background: url(../images/home_bg_line2vert.jpg) repeat-y top center;
	width: 5px;
	display: table-cell;
}

div#homeContent .td1
{
	margin: 0px;
	padding: 15px;
	border: 1px solid #E4E4E4;
	background: #F7F7F7;
	display: table-cell;
}
div#homeContent .tdlong
{
	width: 65%;
	margin: 0px;
	padding: 15px;
	border: 1px solid #E4E4E4;
	background: #F7F7F7;
	display: table-cell;
}
div#homeContent .tdgraphics
{
	background: url(../images/homepage_graphic_wide.jpg) no-repeat top left;
	margin: 0px;
	height: 150px;
	border-top: 1px solid #FFFFFF;
}
div#homeContent .featuretext
{
	float: left;
	width: 130px;
}
div#homeContent .featuretextSmall
{
	float: left;
	width: 160px;
	padding-bottom: 30px;
}
div#homeContent .featuretextSmall2
{
	float: left;
	width: 160px;
}

div#homeContent .featureimg
{
	float: right;
}

div#homeContent .featureimgBig
{
	float: left;
	padding-right: 10px;
}
div#homeContent .featureimgSmall
{
	float: left;
	clear: both;
	padding-right: 10px;
	padding-bottom: 10px;
}

div#homeContent #newsFirst
{
	clear: both;
	border: none;
}

div#homeContent #newsFirst .newsdate
{
	float: left;
	font-weight: bold;
	padding: 0px;
}

div#homeContent #newsFirst .newscopy
{
	float: right;
	font-weight: normal;
	width: 200px;
	padding: 0px 0px 10px 0px;
}

div#homeContent #news
{
	clear: both;
	border-top: 1px dotted #999999;
}

div#homeContent #news .newsdate
{
	float: left;
	font-weight: bold;
	padding: 10px 0px 0px 0px;
}

div#homeContent #news .newscopy
{
	float: right;
	font-weight: normal;
	width: 200px;
	padding: 10px 0px 10px 0px;
}

/* start Header declarations */

div#header
{
    float: left;
	margin-top: 0px;
    width: 927px;
	text-align: left;
}

div#header h1
{
    display: none;
}

div#header img, div#header embed
{
    float: left;
}

div#headerlinks 
{
    color: rgb(153, 153, 153);
    float: right;
    font-size: 10px;
    padding: 0px;
}

div#headerlinks div.architects
{
    border-top: 5px solid #999999;
    border-left: 1px solid #efefef;
    border-right: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    background: #FAFAFA;
    float: left;
    margin-left: 10px;
    padding-left: 13px;
    padding-top: 15px;
    padding-bottom: 15px;
    width: 150px;
}

div#header div.architects a
{
    background: url(../images/for_architects_and_engineers.jpg) no-repeat;
    display: block;
    height: 13px;
}

div#header div.architects a.current
{
    background: url(../images/for_architects_and_engineers_hover.jpg) no-repeat;
    display: block;
    height: 13px;
}

div#header div.architects a:hover
{
    background: url(../images/for_architects_and_engineers_hover.jpg) no-repeat;
    display: block;
    height: 13px;
}

div#headerlinks div.owners
{
    border-top: 5px solid #999999;
    border-left: 1px solid #efefef;
    border-right: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    background: #FAFAFA;
    float: left;
    margin-left: 10px;
    padding-left: 13px;
    padding-top: 15px;
    padding-bottom: 15px;
    width: 150px;
}

div#header div.owners a
{
    background: url(../images/for_owners_and_developers.jpg) no-repeat;
    display: block;
    height: 12px;
}

div#header div.owners a.current
{
    background: url(../images/for_owners_and_developers_hover.jpg) no-repeat;
    display: block;
    height: 12px;
}

div#header div.owners a:hover
{
    background: url(../images/for_owners_and_developers_hover.jpg) no-repeat;
    display: block;
    height: 12px;
}

div#headerlinks div.contractors
{
    border-top: 5px solid #999999;
    border-left: 1px solid #efefef;
    border-right: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    background: #FAFAFA;
    float: left;
    margin-left: 10px;
    padding-left: 13px;
    padding-top: 15px;
    padding-bottom: 15px;
    width: 150px;
}

div#header div.contractors a
{
    background: url(../images/for_contractors.jpg) no-repeat;
    display: block;
    height: 12px;
}

div#header div.contractors a.current
{
    background: url(../images/for_contractors_hover.jpg) no-repeat;
    display: block;
    height: 12px;
}

div#header div.contractors a:hover
{
    background: url(../images/for_contractors_hover.jpg) no-repeat;
    display: block;
    height: 12px;
}
div#headerlinks div.downloads
{
    border-top: 5px solid #D20000;
    border-left: 1px solid #efefef;
    border-right: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    background: #FAFAFA;
    float: left;
    margin-left: 10px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 7px;
    padding-bottom: 7px;
    width: 230px;
}

div#header div.downloads a
{
    background: url(../images/for_downloads_new.jpg) no-repeat center;
    display: block;
    height: 62px;
}

div#header div.downloads a.current
{
    background: url(../images/for_downloads_new.jpg) no-repeat center;
    display: block;
    height: 62px;
}

div#header div.downloads a:hover
{
    background: url(../images/for_downloads_new_hover.jpg) no-repeat center;
    display: block;
    height: 62px;
}

div#headerlinks div.enewsletter
{
    border-top: 5px solid #D20000;
    border-left: 1px solid #efefef;
    border-right: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    background: #FAFAFA;
    float: left;
    margin-left: 10px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 7px;
    padding-bottom: 7px;
    width: 96px;
}

div#header div.enewsletter a
{
    background: url(../images/for_enewsletter.jpg) no-repeat center;
    display: block;
    height: 62px;
}

div#header div.enewsletter a.current
{
    background: url(../images/for_enewsletter.jpg) no-repeat center;
    display: block;
    height: 62px;
}

div#header div.enewsletter a:hover
{
    background: url(../images/for_enewsletter_hover.jpg) no-repeat center;
    display: block;
    height: 62px;
}

div#headerlinks div.subscribe
{
    border-top: 5px solid #D20000;
    border-left: 1px solid #efefef;
    border-right: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    background: #FAFAFA;
    float: left;
    margin-left: 10px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 7px;
    padding-bottom: 7px;
    width: 96px;
}

div#header div.subscribe a
{
    background: url(../images/for_subscribe.jpg) no-repeat center;
    display: block;
    height: 62px;
}

div#header div.subscribe a.current
{
    background: url(../images/for_subscribe.jpg) no-repeat center;
    display: block;
    height: 62px;
}

div#header div.subscribe a:hover
{
    background: url(../images/for_subscribe_hover.jpg) no-repeat center;
    display: block;
    height: 62px;
}

div#headerlinks h3 
{
    line-height: 14px;
    margin: 0px;
    padding: 0px;
    text-indent: -10001px;
}

div#header p
{
    line-height: 11px;
    margin: 0px;
    padding: 0px;
}

div#logopiece
{
	margin-top: 20px;
	width: 216px;
	float: left;
}

/* start Main Nav declarations */

div#mainnav
{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
    color: #FFFFFF;
	float: left;
    padding: 0px;
	margin-top: 30px;
    width: 927px;
}
div#mainnav a
{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
    color: #FFFFFF;
	text-decoration: none;
	display: block;
	line-height: 28px;
	width: auto;
	background-color: #999999;
}

div#mainnav a:hover
{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
    color: #FFFFFF;
	display: block;
	line-height: 28px;
	width: auto;
	background-color: #D20000;
}

div#mainnav a.current
{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
    color: #FFFFFF;
	display: block;
	line-height: 28px;
	width: auto;
	background-color: #D20000;
}

div#mainnav h2
{
    float: left;
    height: 27px;
    margin: 0px;
    padding: 0px;
    width: 382px;
	display: none;
}

/*div#mainnav h2.visit
{
    background: url(../images/header_visit.gif) no-repeat;
    text-indent: -10001px;
}

div#mainnav h2.faqs
{
    background: url(../images/header_faqs.gif) no-repeat;
    text-indent: -10001px;
}

div#mainnav h2.cost
{
    background: url(../images/header_cost.gif) no-repeat;
    text-indent: -10001px;
}

div#mainnav h2.news
{
    background: url(../images/header_news.gif) no-repeat;
    text-indent: -10001px;
}

div#mainnav h2.contract
{
    background: url(../images/header_contract.gif) no-repeat;
    text-indent: -10001px;
}

div#mainnav h2.terms
{
    background: url(../images/header_terms.gif) no-repeat;
    text-indent: -10001px;
}

div#mainnav h2.maintenance
{
    background: url(../images/header_maintenance.gif) no-repeat;
    text-indent: -10001px;
}

div#mainnav h2.leadtime
{
    background: url(../images/header_leadtime.gif) no-repeat;
    text-indent: -10001px;
}

div#mainnav h2.owners
{
    background: url(../images/header_owners.gif) no-repeat;
    text-indent: -10001px;
}

div#mainnav h2.contractors
{
    background: url(../images/header_contractors.gif) no-repeat;
    text-indent: -10001px;
}

div#mainnav h2.about
{
    background: url(../images/header_about.gif) no-repeat;
    text-indent: -10001px;
}

div#mainnav h2.sitemap
{
    background: url(../images/header_sitemap.gif) no-repeat;
    text-indent: -10001px;
}

div#mainnav h2.systems
{
    background: url(../images/header_systems.gif) no-repeat;
    text-indent: -10001px;
}

div#mainnav h2.search
{
    background: url(../images/header_search.gif) no-repeat;
    text-indent: -10001px;
}

div#mainnav h2.systems_sub
{
    background: url(../images/header_systems_sub.gif) no-repeat;
    font-size: 11px;
    margin: 0px;
    text-indent: 88px;
}

div#mainnav h2.downloads_sub
{
    background: url(../images/header_downloads_sub.gif) no-repeat;
    font-size: 11px;
    margin: 0px;
    text-indent: 108px;
}

div#mainnav h2.continuing
{
    background: url(../images/header_continuing.gif) no-repeat;
    text-indent: -10001px;
}

div#mainnav h2.services
{
    background: url(../images/header_services.gif) no-repeat;
    text-indent: -10001px;
}

div#mainnav h2.architects
{
    background: url(../images/header_architects.gif) no-repeat;
    text-indent: -10001px;
}

div#mainnav h2.projectgallery_sub
{
    background: url(../images/header_projectgallery_sub.gif) no-repeat;
    font-size: 11px;
    margin: 0px;
    text-indent: 165px;
}

div#mainnav h2.projectgallery
{
    background: url(../images/header_projectgallery.gif) no-repeat;
    text-indent: -10001px;
}

div#mainnav h2.contact
{
    background: url(../images/header_contact.gif) no-repeat;
    text-indent: -10001px;
}

div#mainnav h2.installation
{
    background: url(../images/header_installation.gif) no-repeat;
    text-indent: -10001px;
}

div#mainnav h2.downloads 
{
    background: url(../images/header_downloads.gif) no-repeat;
    text-indent: -10001px;
}

div#mainnav h2.budgetary 
{
    background: url(../images/header_budgetary.gif) no-repeat;
    text-indent: -10001px;
}

div#mainnav h2.advantages 
{
    background: url(../images/header_advantages.gif) no-repeat;
    text-indent: -10001px;
}

div#mainnav h2.sustainable 
{
    background: url(../images/header_sustainable.gif) no-repeat;
    text-indent: -10001px;
}

div#mainnav h2.sustainable_sub
{
    background: url(../images/header_sustainable_sub.gif) no-repeat;
    font-size: 11px;
    margin: 0px;
    text-indent: 179px;
}

div#mainnav h2.narrative 
{
    background: url(../images/header_narrative.gif) no-repeat;
    text-indent: -10001px;
}*/

/*div#mainnav ul
{
    display: inline;
	clear: both;
    float: left;
    list-style: none;
    margin: 0px;
    padding: 15px 32px 0px 0px;
}

div#mainnav ul li
{
    display: inline;
    margin: 0;
    padding: 0px 8px;
}

div#mainnav ul li.first
{
    display: inline;
    margin: 0;
    padding: 0px 8px 0px 0px;
}

div#mainnav ul li a
{
    color: #999;
    font-weight: bold;
    text-decoration: none;
}

div#mainnav ul li a:hover
{
    color: #666;
}

div#mainnav ul li a.current
{
    color: #666;
}*/

/* start Side Nav declarations */

div#sidenav /*HOMEPAGE SECONDARY NAVIGATION WIDTH*/
{
    float: left;
    width: 145px;
}

div#sidenav ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
}

div#sidenav ul li
{
    padding: 0px 0px 1px 0px;
    margin: 0px;
    text-indent: -10001px;
    position: relative;
}

div#sidenav ul li a
{
    display: block;
    _height: 1em;
}

div#sidenav li ul.shootout
{
	background: #eee;
	display: none;
	font-weight: normal;
	left: 145px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 0px;
	width: 175px;
	z-index: 100;
}

div#sidenav li ul.shootout li
{
	background: #eee;
	font: 11px Arial, sans-serif;
	margin: 0px;
	padding: 0px;
}

div#sidenav li ul.shootout li a
{
	color: #000;
	display: block;
	margin: 0px;
	padding: 0px 5px 5px 5px;
}

div#sidenav li:hover ul, div#sidenav li.over ul 
{
	display: block; 
}

/*REMOVED HOME LINK AT BOTTOM OF SECNAV*/

/*div#sidenav ul li#home a:link, div#sidenav ul li#home a:visited, div#sidenav ul li#home a:hover
{
    background: url(../images/s_home_black.gif) no-repeat;
    height: 15px;
}*/

/*BEGIN SECONDARY NAVIGATION MENU - IMAGE REPLACEMENTS FOR ALL LINKS*/

div#sidenav ul li#facade a:link, ul li#facade a:visited
{
    background: url(../images/s_facade_black.jpg) no-repeat;
    height: 22px;
}

div#sidenav ul li#facade a:hover, ul li#facade a.current:link, ul li#facade a.current:visited, ul li#facade a.current:hover
{
    background: url(../images/s_facade_red.jpg) no-repeat;
    height: 22px;
}

div#sidenav ul li#spacesculpting a:link, ul li#spacesculpting a:visited
{
    background: url(../images/s_spacesculpting_black.jpg) no-repeat;
    height: 22px;
}

div#sidenav ul li#spacesculpting a:hover, ul li#spacesculpting a.current:link, ul li#spacesculpting a.current:visited, ul li#spacesculpting a.current:hover
{
    background: url(../images/s_spacesculpting_red.jpg) no-repeat;
    height: 22px;
}

div#sidenav ul li#corporatebranding a:link, ul li#corporatebranding a:visited
{
    background: url(../images/s_corporatebranding_black.jpg) no-repeat;
    height: 22px;
}

div#sidenav ul li#corporatebranding a:hover, ul li#corporatebranding a.current:link, ul li#corporatebranding a.current:visited, ul li#corporatebranding a.current:hover
{
    background: url(../images/s_corporatebranding_red.jpg) no-repeat;
    height: 22px;
}

div#sidenav ul li#securityandsafety a:link, ul li#securityandsafety a:visited
{
    background: url(../images/s_securityandsafety_black.jpg) no-repeat;
    height: 22px;
}

div#sidenav ul li#securityandsafety a:hover, ul li#securityandsafety a.current:link, ul li#securityandsafety a.current:visited, ul li#securityandsafety a.current:hover
{
    background: url(../images/s_securityandsafety_red.jpg) no-repeat;
    height: 22px;
}

div#sidenav ul li#solar a:link, ul li#solar a:visited
{
    background: url(../images/s_solar_black.jpg) no-repeat;
    height: 22px;
}

div#sidenav ul li#solar a:hover, ul li#solar a.current:link, ul li#solar a.current:visited, ul li#solar a.current:hover
{
    background: url(../images/s_solar_red.jpg) no-repeat;
    height: 22px;
}

div#sidenav ul li#ventilation a:link, ul li#ventilation a:visited
{
    background: url(../images/s_ventilation_black.jpg) no-repeat;
    height: 22px;
}

div#sidenav ul li#ventilation a:hover, ul li#ventilation a.current:link, ul li#ventilation a.current:visited, ul li#ventilation a.current:hover
{
    background: url(../images/s_ventilation_red.jpg) no-repeat;
    height: 22px;
}

div#sidenav ul li#landscapeinteriors a:link, ul li#landscapeinteriors a:visited
{
    background: url(../images/s_landscapeinteriors_black.jpg) no-repeat;
    height: 22px;
}

div#sidenav ul li#landscapeinteriors a:hover, ul li#landscapeinteriors a.current:link, ul li#landscapeinteriors a.current:visited, ul li#landscapeinteriors a.current:hover
{
    background: url(../images/s_landscapeinteriors_red.jpg) no-repeat;
    height: 22px;
}

div#sidenav ul li#elevators a:link, ul li#elevators a:visited
{
    background: url(../images/s_elevators_black.jpg) no-repeat;
    height: 22px;
}

div#sidenav ul li#elevators a:hover, ul li#elevators a.current:link, ul li#elevators a.current:visited, ul li#elevators a.current:hover
{
    background: url(../images/s_elevators_red.jpg) no-repeat;
    height: 22px;
}

div#sidenav ul li#systems a:link, ul li#systems a:visited
{
    background: url(../images/s_systems_black.jpg) no-repeat;
    height: 22px;
}

div#sidenav ul li#systems a:hover, ul li#systems a.current, ul li#systems a.current:link, ul li#systems a.current:visited
{
    background: url(../images/s_systems_red.jpg) no-repeat;
    height: 22px;
}

div#sidenav ul li#advantages a:link, ul li#advantages a:visited
{
    background: url(../images/s_advantages_black.jpg) no-repeat;
    height: 37px;
}

div#sidenav ul li#advantages a:hover, ul li#advantages a.current, ul li#advantages a.current:link, ul li#advantages a.current:visited
{
    background: url(../images/s_advantages_red.jpg) no-repeat;
    height: 37px;
}

div#sidenav ul li#cost a:link, ul li#cost a:visited
{
    background: url(../images/s_cost_black.jpg) no-repeat;
    height: 37px;
}

div#sidenav ul li#cost a:hover, ul li#cost a.current, ul li#cost a.current:link, ul li#cost a.current:visited
{
    background: url(../images/s_cost_red.jpg) no-repeat;
    height: 37px;
}

div#sidenav ul li#downloads a:link, ul li#downloads a:visited
{
    background: url(../images/s_downloads_black.jpg) no-repeat;
    height: 22px;
}

div#sidenav ul li#downloads a:hover, ul li#downloads a.current, ul li#downloads a.current:link, ul li#downloads a.current:visited
{
    background: url(../images/s_downloads_red.jpg) no-repeat;
    height: 22px;
}

div#sidenav ul li#services a:link, ul li#services a:visited
{
    background: url(../images/s_services_black.jpg) no-repeat;
    height: 22px;
}

div#sidenav ul li#services a:hover, ul li#services a.current, ul li#services a.current:link, ul li#services a.current:visited
{
    background: url(../images/s_services_red.jpg) no-repeat;
    height: 22px;
}

div#sidenav ul li#installation a:link, ul li#installation a:visited
{
    background: url(../images/s_installation_black.jpg) no-repeat;
    height: 22px;
}

div#sidenav ul li#installation a:hover, ul li#installation a.current, ul li#installation a.current:link, ul li#installation a.current:visited
{
    background: url(../images/s_installation_red.jpg) no-repeat;
    height: 22px;
}

div#sidenav ul li#request a:link, ul li#request a:visited
{
    background: url(../images/s_request_black.jpg) no-repeat;
    height: 37px;
}

div#sidenav ul li#request a:hover, ul li#request a.current, ul li#request a.current:link, ul li#request a.current:visited
{
    background: url(../images/s_request_red.jpg) no-repeat;
    height: 37px;
}

div#sidenav ul li#project a:link, ul li#project a:visited
{
    background: url(../images/s_project_black.jpg) no-repeat;
    height: 22px;
}

div#sidenav ul li#project a:hover, ul li#project a.current, ul li#project a.current:link, ul li#project a.current:visited
{
    background: url(../images/s_project_red.jpg) no-repeat;
    height: 22px;
}

div#sidenav ul li#sustainable a:link, ul li#sustainable a:visited
{
    background: url(../images/s_sustainable_black.jpg) no-repeat;
    height: 22px;
}

div#sidenav ul li#sustainable a:hover, ul li#sustainable a.current, ul li#sustainable a.current:link, ul li#sustainable a.current:visited
{
    background: url(../images/s_sustainable_red.jpg) no-repeat;
    height: 22px;
}

div#sidenav ul li#continuing a:link, ul li#continuing a:visited
{
    background: url(../images/s_continuing_black.jpg) no-repeat;
    height: 22px;
}

div#sidenav ul li#continuing a:hover, ul li#continuing a.current, ul li#continuing a.current:link, ul li#continuing a.current:visited
{
    background: url(../images/s_continuing_red.jpg) no-repeat;
    height: 22px;
}

div#sidenav ul li#faqs a:link, ul li#faqs a:visited
{
    background: url(../images/s_faqs_black.jpg) no-repeat;
    height: 22px;
}

div#sidenav ul li#faqs a:hover, ul li#faqs a.current, ul li#faqs a.current:link, ul li#faqs a.current:visited
{
    background: url(../images/s_faqs_red.jpg) no-repeat;
    height: 22px;
}

div#sidenav ul li#links a:link, ul li#links a:visited
{
    background: url(../images/s_links_black.jpg) no-repeat;
    height: 22px;
}

div#sidenav ul li#links a:hover, ul li#links a.current, ul li#links a.current:link, ul li#links a.current:visited
{
    background: url(../images/s_links_red.jpg) no-repeat;
    height: 22px;
}

div#sidenav ul li#news a:link, ul li#news a:visited
{
    background: url(../images/s_news_black.jpg) no-repeat;
    height: 22px;
}

div#sidenav ul li#news a:hover, ul li#news a.current, ul li#news a.current:link, ul li#news a.current:visited
{
    background: url(../images/s_news_red.jpg) no-repeat;
    height: 22px;
}

div#sidenav ul li#contact a:link, ul li#contact a:visited
{
    background: url(../images/s_contactus_black.jpg) no-repeat;
    height: 22px;
}

div#sidenav ul li#contact a:hover, ul li#contact a.current, ul li#contact a.current:link, ul li#contact a.current:visited
{
    background: url(../images/s_contactus_red.jpg) no-repeat;
    height: 22px;
}

div#sidenav ul li#contract a:link, ul li#contract a:visited
{
    background: url(../images/s_contract_black.jpg) no-repeat;
    height: 37px;
}

div#sidenav ul li#contract a:hover, ul li#contract a.current, ul li#contract a.current:link, ul li#contract a.current:visited
{
    background: url(../images/s_contract_red.jpg) no-repeat;
    height: 37px;
}

div#sidenav ul li#contract2 a:link,ul li#contract2 a:visited
{
    background: url(../images/s_contract2_black.jpg) no-repeat;
    height: 37px;
}

div#sidenav ul li#contract2 a:hover, ul li#contract2 a.current, ul li#contract2 a.current:link, ul li#contract2 a.current:visited
{
    background: url(../images/s_contract2_red.jpg) no-repeat;
    height: 37px;
}

div#sidenav ul li#terms a:link, ul li#terms a:visited
{
    background: url(../images/s_terms_black.jpg) no-repeat;
    height: 22px;
}

div#sidenav ul li#terms a:hover, ul li#terms a.current, ul li#terms a.current:link, ul li#terms a.current:visited
{
    background: url(../images/s_terms_red.jpg) no-repeat;
    height: 22px;
}

div#sidenav ul li#maintenance a:link, ul li#maintenance a:visited
{
    background: url(../images/s_maintenance_black.jpg) no-repeat;
    height: 37px;
}

div#sidenav ul li#maintenance a:hover, ul li#maintenance a.current, ul li#maintenance a.current:link, ul li#maintenance a.current:visited
{
    background: url(../images/s_maintenance_red.jpg) no-repeat;
    height: 37px;
}

div#sidenav ul li#quote a:link, ul li#quote a:visited
{
    background: url(../images/s_quote_black.jpg) no-repeat;
    height: 22px;
}

div#sidenav ul li#quote a:hover, ul li#quote a.current, ul li#quote a.current:link, ul li#quote a.current:visited
{
    background: url(../images/s_quote_red.jpg) no-repeat;
    height: 22px;
}

div#sidenav ul li#visit a:link, ul li#visit a:visited
{
    background: url(../images/s_visit_black.jpg) no-repeat;
    height: 22px;
}

div#sidenav ul li#visit a:hover, ul li#visit a.current, ul li#visit a.current:link, ul li#visit a.current:visited
{
    background: url(../images/s_visit_red.jpg) no-repeat;
    height: 22px;
}

div#sidenav ul li#about a:link, ul li#about a:visited
{
    background: url(../images/s_about_black.jpg) no-repeat;
    height: 37px;
}

div#sidenav ul li#about a:hover, ul li#about a.current, ul li#about a.current:link, ul li#about a.current:visited
{
    background: url(../images/s_about_red.jpg) no-repeat;
    height: 37px;
}

div#sidenav ul li#leadtime a:link, ul li#leadtime a:visited
{
    background: url(../images/s_leadtime_black.jpg) no-repeat;
    height: 22px;
}

div#sidenav ul li#leadtime a:hover, ul li#leadtime a.current, ul li#leadtime a.current:link, ul li#leadtime a.current:visited
{
    background: url(../images/s_leadtime_red.jpg) no-repeat;
    height: 22px;
}

div#sidenav ul li#newsrelease a:link, ul li#newsrelease a:visited
{
    background: url(../images/s_newsrelease_black.jpg) no-repeat;
    height: 22px;
}

div#sidenav ul li#newsrelease a:hover, ul li#newsrelease a.current, ul li#newsrelease a.current:link, ul li#newsrelease a.current:visited
{
    background: url(../images/s_newsrelease_red.jpg) no-repeat;
    height: 22px;
}

div#sidenav ul li#inthenews a:link, ul li#inthenews a:visited
{
    background: url(../images/s_inthenews_black.jpg) no-repeat;
    height: 22px;
}

div#sidenav ul li#inthenews a:hover, ul li#inthenews a.current, ul li#inthenews a.current:link, ul li#inthenews a.current:visited
{
    background: url(../images/s_inthenews_red.jpg) no-repeat;
    height: 22px;
}

div#sidenav ul li#awards a:link, ul li#awards a:visited
{
    background: url(../images/s_awards_black.jpg) no-repeat;
    height: 22px;
}

div#sidenav ul li#awards a:hover, ul li#awards a.current, ul li#awards a.current:link, ul li#awards a.current:visited
{
    background: url(../images/s_awards_red.jpg) no-repeat;
    height: 22px;
}

div#sidenav ul li#enewsletter a:link, ul li#enewsletter a:visited
{
    background: url(../images/s_enewsletter_black.jpg) no-repeat;
    height: 22px;
}

div#sidenav ul li#enewsletter a:hover, ul li#enewsletter a.current, ul li#enewsletter a.current:link, ul li#enewsletter a.current:visited
{
    background: url(../images/s_enewsletter_red.jpg) no-repeat;
    height: 22px;
}

div#sidenav ul li#architects a:link, ul li#architects a:visited
{
    background: url(../images/s_architectsengineers_black.jpg) no-repeat;
    height: 22px;
}

div#sidenav ul li#architects a:hover, ul li#architects a.current, ul li#architects a.current:link, ul li#architects a.current:visited
{
    background: url(../images/s_architectsengineers_red.jpg) no-repeat;
    height: 22px;
}

div#sidenav ul li#owners a:link, ul li#owners a:visited
{
    background: url(../images/s_ownersdevelopers_black.jpg) no-repeat;
    height: 22px;
}

div#sidenav ul li#owners a:hover, ul li#owners a.current, ul li#owners a.current:link, ul li#owners a.current:visited
{
    background: url(../images/s_ownersdevelopers_red.jpg) no-repeat;
    height: 22px;
}

div#sidenav ul li#contractors a:link, ul li#contractors a:visited
{
    background: url(../images/s_contractors_black.jpg) no-repeat;
    height: 22px;
}

div#sidenav ul li#contractors a:hover, ul li#contractors a.current, ul li#contractors a.current:link, ul li#contractors a.current:visited
{
    background: url(../images/s_contractors_red.jpg) no-repeat;
    height: 22px;
}

/* start attachment and mesh gallery side navigation */

div#sidenav ul li#allattachments a:link, ul li#allattachments a:visited
{
    background: url(../images/s_att_all_black.jpg) no-repeat;
    height: 22px;
}

div#sidenav ul li#allattachments a:hover, ul li#allattachments a.current, ul li#allattachments a.current:link, ul li#allattachments a.current:visited
{
    background: url(../images/s_att_all_red.jpg) no-repeat;
    height: 22px;
}

div#sidenav ul li#allmesh a:link, ul li#allmesh a:visited
{
    background: url(../images/s_mesh_all_black.jpg) no-repeat;
    height: 22px;
}

div#sidenav ul li#allmesh a:hover, ul li#allmesh a.current, ul li#allmesh a.current:link, ul li#allmesh a.current:visited
{
    background: url(../images/s_mesh_all_red.jpg) no-repeat;
    height: 22px;
}

div#sidenav ul li#eclipse a:link, ul li#eclipse a:visited
{
    background: url(../images/s_att_eclipse_black.jpg) no-repeat;
    height: 22px;
}

div#sidenav ul li#eclipse a:hover, ul li#eclipse a.current, ul li#eclipse a.current:link, ul li#eclipse a.current:visited
{
    background: url(../images/s_att_eclipse_red.jpg) no-repeat;
    height: 22px;
}

div#sidenav ul li#railflex a:link, ul li#railflex a:visited
{
    background: url(../images/s_att_railflex_black.jpg) no-repeat;
    height: 22px;
}

div#sidenav ul li#railflex a:hover, ul li#railflex a.current, ul li#railflex a.current:link, ul li#railflex a.current:visited
{
    background: url(../images/s_att_railflex_red.jpg) no-repeat;
    height: 22px;
}

div#sidenav ul li#scroll a:link, ul li#scroll a:visited
{
    background: url(../images/s_att_scroll_black.jpg) no-repeat;
    height: 22px;
}

div#sidenav ul li#scroll a:hover, ul li#scroll a.current, ul li#scroll a.current:link, ul li#scroll a.current:visited
{
    background: url(../images/s_att_scroll_red.jpg) no-repeat;
    height: 22px;
}

div#sidenav ul li#talon a:link, ul li#talon a:visited
{
    background: url(../images/s_att_talon_black.jpg) no-repeat;
    height: 22px;
}

div#sidenav ul li#talon a:hover, ul li#talon a.current, ul li#talon a.current:link, ul li#talon a.current:visited
{
    background: url(../images/s_att_talon_red.jpg) no-repeat;
    height: 22px;
}

div#sidenav ul li#velocity a:link, ul li#velocity a:visited
{
    background: url(../images/s_att_velocity_black.jpg) no-repeat;
    height: 22px;
}

div#sidenav ul li#velocity a:hover, ul li#velocity a.current, ul li#velocity a.current:link, ul li#velocity a.current:visited
{
    background: url(../images/s_att_velocity_red.jpg) no-repeat;
    height: 22px;
}

div#sidenav ul li#brace a:link, ul li#brace a:visited
{
    background: url(../images/s_att_brace_black.jpg) no-repeat;
    height: 22px;
}

div#sidenav ul li#brace a:hover, ul li#brace a.current, ul li#brace a.current:link, ul li#brace a.current:visited
{
    background: url(../images/s_att_brace_red.jpg) no-repeat;
    height: 22px;
}

div#sidenav ul li#curtain a:link, ul li#curtain a:visited
{
    background: url(../images/s_att_curtain_black.jpg) no-repeat;
    height: 22px;
}

div#sidenav ul li#curtain a:hover, ul li#curtain a.current, ul li#curtain a.current:link, ul li#curtain a.current:visited
{
    background: url(../images/s_att_curtain_red.jpg) no-repeat;
    height: 22px;
}

div#sidenav ul li#reelease a:link, ul li#reelease a:visited
{
    background: url(../images/s_att_reelease_black.jpg) no-repeat;
    height: 22px;
}

div#sidenav ul li#reelease a:hover, ul li#reelease a.current, ul li#reelease a.current:link, ul li#reelease a.current:visited
{
    background: url(../images/s_att_reelease_red.jpg) no-repeat;
    height: 22px;
}

div#sidenav ul li#panel a:link, ul li#panel a:visited
{
    background: url(../images/s_att_panel_black.jpg) no-repeat;
    height: 22px;
}

div#sidenav ul li#panel a:hover, ul li#panel a.current, ul li#panel a.current:link, ul li#panel a.current:visited
{
    background: url(../images/s_att_panel_red.jpg) no-repeat;
    height: 22px;
}

div#sidenav ul li#tableau a:link, ul li#tableau a:visited
{
    background: url(../images/s_att_tableau_black.jpg) no-repeat;
    height: 22px;
}

div#sidenav ul li#tableau a:hover, ul li#tableau a.current, ul li#tableau a.current:link, ul li#tableau a.current:visited
{
    background: url(../images/s_att_tableau_red.jpg) no-repeat;
    height: 22px;
}

div#sidenav ul li#uframe a:link, ul li#uframe a:visited
{
    background: url(../images/s_att_uframe_black.jpg) no-repeat;
    height: 22px;
}

div#sidenav ul li#uframe a:hover, ul li#uframe a.current, ul li#uframe a.current:link, ul li#uframe a.current:visited
{
    background: url(../images/s_att_uframe_red.jpg) no-repeat;
    height: 22px;
}

div#sidenav ul li#flexible a:link, ul li#flexible a:visited
{
    background: url(../images/s_mesh_flexible_black.jpg) no-repeat;
    height: 22px;
}

div#sidenav ul li#flexible a:hover, ul li#flexible a.current, ul li#flexible a.current:link, ul li#flexible a.current:visited
{
    background: url(../images/s_mesh_flexible_red.jpg) no-repeat;
    height: 22px;
}

div#sidenav ul li#rigid a:link, ul li#rigid a:visited
{
    background: url(../images/s_mesh_rigid_black.jpg) no-repeat;
    height: 22px;
}

div#sidenav ul li#rigid a:hover, ul li#rigid a.current, ul li#rigid a.current:link, ul li#rigid a.current:visited
{
    background: url(../images/s_mesh_rigid_red.jpg) no-repeat;
    height: 22px;
}

/* start imagery declarations */

div#imagery
{
    float: left;
    width: 468px;
}

/* start content declarations */

div#content 
{
    float: left;
    font-size: 11px;
    line-height: 4px;
    padding: 0px 30px 0px 20px;
    width: 253px;
}

div#content h4, div#s_content h4, div#g_content h4, div#rightsidestuff h4 /* FEATURED PROJECTS IMAGE REPLACEMENT */
{
    line-height: 4px;
    margin: 0px 0px 10px 0px;
    padding: 0px;
    text-indent: -10001px; /* puts actual text off-screen during image replacement */
}

div#content h4 a, div#s_content h4 a, div#g_content h4 a, div#rightsidestuff h4 a
{
	display: block;
    height: 10px;
}

div#s_content h4 a.meshattachment
{
	display: block;
    height: 24px;
}

/* FEATURED PROJECTS, ETC IN RIGHT SIDE -- GRAPHIC HEADERS*/

h4#meshattachment a
{
    background: url(../images/h4_meshattachment.gif) no-repeat;
}

h4#meshattachment a:hover
{
    background: url(../images/h4_meshattachment_red.gif) no-repeat;
}

h4#featuredproducts a
{
    background: url(../images/h4_featuredproducts.gif) no-repeat;
}

h4#featuredproducts a:hover
{
    background: url(../images/h4_featuredproducts_red.gif) no-repeat;
}

h4#downloads a
{
    background: url(../images/h4_downloads2.gif) no-repeat;
}

h4#downloads a:hover
{
    background: url(../images/h4_downloads2_red.gif) no-repeat;
}

h4#projectapplications a
{
    background: url(../images/h4_projectapplications.gif) no-repeat;
}

h4#projectapplications a:hover
{
    background: url(../images/h4_projectapplications_red.gif) no-repeat;
}

h4#requestavisit a
{
    background: url(../images/h4_requestavisit.gif) no-repeat;
}

h4#requestavisit a:hover
{
    background: url(../images/h4_requestavisit_red.gif) no-repeat;
}

h4#narrative
{
    width: 240px;
}

h4#narrative a
{
    background: url(../images/h4_narrative.gif) no-repeat;
}

h4#narrative a:hover
{
    background: url(../images/h4_narrative_red.gif) no-repeat;
}

h4#contract
{
    width: 228px;
}

h4#contract a
{
    background: url(../images/h4_contract.gif) no-repeat;
}

h4#contract a:hover
{
    background: url(../images/h4_contract_red.gif) no-repeat;
}

div#content h4#downloads a, div#s_content h4#downloads a, div#g_content h4#downloads a
{
    height: 20px;
}

h4#projectgallery a
{
    background: url(../images/h4_projectgallery.gif) no-repeat;
}

div#content h5 /*FEATURED PROJECTS, ETC IN RIGHT SIDE -- ROLLOVER LINKS IN BOLD + RED -- WIDTH OF RIGHT SIDE STUFF*/
{
    display: block;
    font-size: 11px;
    font-weight: normal;
    line-height: 150%;
    margin: 0px;
    padding: 0px;
    /*width: 200px;*/
}

div#content h5 a
{
    color: #D20000;
    text-decoration: underline;
}

div#content h5 a:hover
{
    color: #333333;
	text-decoration: none;
}

div#content p, div#content ul, div#content li /* MAIN CONTENT PARAGRAPHS LINE HEIGHT */
{
    line-height: 150%;
}

div#content address
{
	font-style: normal;
	font-weight: bold;
    line-height: 17px;
}

div#content ol
{
    clear: right;
    line-height: 17px;
}

div#search
{
    float: right;
	border: none;
	margin: 0px;
	padding: 0px;
}

div#search input.text
{
    border: none;
	background: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    padding: 2px;
    width: 120px;
}

div#search input.button
{
	background: url(../images/searchbutton.jpg);
	border: none;
	width: 40px;
	height: 28px;
	cursor: help;
}

/* start footer declarations */

div#footer
{
    color: #666666;
    float: left;
    font-size: 11px;
    margin-top: 30px;
	padding-top: 15px;
    text-align: right;
    width: 927px;
	border-top: 1px solid #C0C0C0;
	line-height: 250%;
}

div#footer a
{
    color: #666666;
    text-decoration: underline;
}

div#footer a:hover
{
    color: #D20000;
    text-decoration: underline;
}

div#footer ul
{
    display: inline;
    margin: 0px;
    padding: 20px 0px 0px 0px;
}

div#footer ul li
{
    border-right: solid 1px #666666;
    display: inline;
    margin: 0px;
    padding: 0px 8px;
}

div#footer ul li.first
{
    border-right: solid 1px #666666;
    padding: 0px 8px 0px 0px;
}

div#footer ul li.last
{
    border: none;
    padding: 0px 0px 0px 8px;
}

/* start footer HOME declarations */

div#footerHome
{
    color: #666666;
    float: left;
    font-size: 11px;
    /*margin-top: 30px;*/
	padding-top: 15px;
    text-align: right;
    width: 927px;
	/*border-top: 1px solid #C0C0C0;*/
	line-height: 250%;
}

div#footerHome a
{
    color: #666666;
    text-decoration: underline;
}

div#footerHome a:hover
{
    color: #D20000;
    text-decoration: underline;
}

div#footerHome ul
{
    display: inline;
    margin: 0px;
    padding: 20px 0px 0px 0px;
}

div#footerHome ul li
{
    border-right: solid 1px #666666;
    display: inline;
    margin: 0px;
    padding: 0px 8px;
}

div#footerHome ul li.first
{
    border-right: solid 1px #666666;
    padding: 0px 8px 0px 0px;
}

div#footerHome ul li.last
{
    border: none;
    padding: 0px 0px 0px 8px;
}

/* start secondary page declarations */

/* start imagery declarations */

body.page
{
    background: none;/* url(../images/footer_background2.gif) no-repeat bottom center;*/
}

body.page div#container 
{
    margin-left: auto;
    margin-right: auto;
	margin-top: 0px;
    width: 927px;
}

body.page div#contentContainer /*SECONDARY NAVIGATION PADDING LEFT*/
{
    float: left;
    padding-left: 0px/*20px*/;
    width: 927px;
}

body.page div#content /*ABOUT + NEWS + CONTACT -- LEFT AND RIGHT SIDE PADDING*/
{
    /*line-height: 17px;*/
    float: left;
    font-size: 11px;
    padding: 0px 0px 0px 30px;
    width: 744px;
}

body.page div#content img /*ABOUT + NEWS + CONTACT -- IMAGE PADDING LEFT AND RIGHT*/
{
    float: left;
    padding: 0px 20px 20px 0px;
  /*padding: 0px 27px 0px 58px;*/
    text-align: right;
}

body.page div#content table
{
	float: left;
}

body.page div#footer /*FOOTER FOR ALL REGULAR PAGES - ABOUT + NEWS + CONTACT*/
{
    background: none;
    color: #666666;
    float: left;
    font-size: 11px;
    margin-top: 30px;
	padding-top: 15px;
    text-align: right;
    width: 927px;
	border-top: 1px solid #C0C0C0;
	line-height: 250%;
}

div#titleNews /*MAIN TITLE CONTAINER OF NEWS PAGES*/
{
    float: left;
    font-size: 11px;
    padding: 0px;
	margin-bottom: 20px;
    width: 730px;
}

div#titleNews h2 /*MAIN TITLE OF NEWS PAGES*/
{
    color: #666666;
    float: left;
    font-size: 24px;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
    text-transform: uppercase;
	line-height: normal;
}

div#newsroom
{
	float: left;
	font-size: 11px;
	padding: 15px;
	margin: 25px 25px 0px 0px;
	width: 600px;
	border: 1px solid #CCCCCC;
}

div#newsroom h2
{
	color: #000000;
    font-size: 12px;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
	text-align: left;
	line-height: 18px;
}

div#newsroom p
{
	color: #000000;
    font-size: 11px;
    font-weight: normal;
	text-align: justify;
	line-height: 16px;
}

div#newsroom2
{
	float: left;
	font-size: 11px;
	padding: 15px;
	margin: 25px 25px 0px 0px;
	width: 600px;
	border: 1px solid #CCCCCC;
	background: #F2F2F2;
}

div#newsroom2 h2
{
	color: #000000;
    font-size: 12px;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
	text-align: left;
	line-height: 18px;
}

div#newsroom2 p
{
	color: #000000;
    font-size: 11px;
    font-weight: normal;
	text-align: justify;
	line-height: 16px;
}

div#newsroomTxtPDFicon {
	clear: both;
	float: left;
	height: 20px;
	vertical-align: middle;
	line-height: 20px;
}

div#newsroomTxtZIPicon {
	float: right;
	height: 20px;
	vertical-align: middle;
	line-height: 20px;
}

div#newsroomInTheNews
{
	float: left;
	padding: 5px;
	margin: 10px 10px 0px 0px;
	width: 320px;
	height: 280px;
	border: 1px solid #CCCCCC;
}

div#newsroomInTheNews img
{
	text-align: center;
	vertical-align: center;
	height: 208px;
	width: 320px;
}

div#title /*MAIN TITLES OF ALL PAGES*/
{
    float: left;
    font-size: 11px;
    padding: 0px 20px 0px 30px;
	margin-bottom: 20px;
    width: 730px; /*THIS WILL JUMP TO THE NEXT LINE WHEN RESIZING SECONDARY NAVIGATION COLUMN, MAIN CONTENT, OR TITLES COLUMNS*/
}

div#title h2 /*MAIN TITLES OF ALL PAGES*/
{
    color: #666666;
    float: left;
    font-size: 24px;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
    text-transform: uppercase;
}

div#title p /*MAIN TITLES OF ALL PAGES*/
{
	clear: both;
    float: left;
    font-size: 12px;
    font-weight: bold;
    margin: 5px 0px 0px 1px;
}

div#title img /*MAIN TITLES OF ALL PAGES -- SECOND LEVEL TITLE, IMAGE REPLACE*/
{
    float: left;
}

div#title div#search /*SEARCH BOX FLOATS RIGHT BY DEFAULT*/
{
    float: right;
}

div#s_imagery /*SYSTEMS AND GALLERY MAIN COLUMN WITH IMAGE - LEFT AND RIGHT PADDING*/
{
    float: left;
    font-size: 11px;
    padding: 0px 30px 0px 30px;
    width: 456px;
}

div#s_imagery img /*SYSTEMS AND GALLERY IMAGE PADDING - BOTTOM*/
{
    float: left;
    padding: 0px 0px 20px 0px;
}

div#s_imagery p /*SYSTEMS ONLY - MAIN TEXT SPACING*/
{
    line-height: 150%;
}

div#thumbnailcontainer img /*DON'T KNOW WHAT THIS CONTROLS*/
{
    float: none;
    padding: 0px;
}

div#thumbnailcontainer 
{
    clear: both;
    float: right;
    margin: 0px 0px 10px 0px;
    width: 456px;
}

div#attachment 
{
    background: url(../images/thumbnail_background_left.gif) no-repeat top left;
    border-right: solid 2px rgb(204,204,204);
    float: right;
    height: 79px;
    padding: 5px;
}

div#mesh
{
    background: url(../images/thumbnail_background_right.gif) no-repeat top right;
    border-left: solid 2px rgb(204,204,204);
    float: right;
    height: 79px;
    padding: 5px;
}

div#s_content /*s_content IS DOWNLOADS AND FEATURED PROJECTS IN RIGHT SIDE SYSTEMS THUMBNAILS*/
{
    float: left;
    font-size: 11px;
    line-height: 4px;
    margin: 0px;
    padding: 0px 0px 0px 0px;
    width: 200px;
}

div#s_content h5, div#rightsidestuff h5 /*s_content HEADING LINKS FOR DOWNLOADS AND FEATURED PROJECTS*/
{
    display: block;
    font-size: 11px;
    font-weight: bold;
    line-height: 14px;
    margin: 0px 0px 20px 20px;
    padding: 0px;
    width: 200px;
}

div#s_content h5 a, div#rightsidestuff h5 a /*s_content HEADING LINKS FOR DOWNLOADS AND FEATURED PROJECTS*/
{
    color: #333333;
    text-decoration: none;
}

div#s_content h5 a:hover, div#rightsidestuff h5 a:hover /*s_content HEADING LINKS FOR DOWNLOADS AND FEATURED PROJECTS*/
{
    color: #D20000;
}

div#s_content p /*s_content HEADING LINKS FOR DOWNLOADS AND FEATURED PROJECTS -- PROJECT GALLERY AND SYSTEMS*/
{
    line-height: normal;
}

div#s_content h6 /*s_content PROJECT GALLERY IMAGE THUMBNAILS -- HEADER TEXT*/
{
    font-size: 11px;
    font-weight: bold;
    margin: 20px 0px 10px 0px;
}

div.placeholder /*PROJECT GALLERY THUMBNAILS ON RIGHT-SDIE -- TITLES*/
{
    /*background: rgb(243,246,241);*/
    margin-left: 0px;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 0px;
    width: 120px;
}

div.placeholder p /*PROJECT GALLERY THUMBNAILS ON RIGHT-SDIE -- CAPTION TEXT*/
{
    margin: 5px 0px 0px 0px;
}

div#g_imagery /*GALLERY + SYSTEMS DEFAULT PAGE -- MAIN CONTENT AREA WIDTH AND PADDINDG*/
{
    float: left;
    padding: 0px 0px 0px 20px/*58px*/;
    width: 760px;
}

div#g_imagery p
{
    font-size: 11px;
    line-height: 150%;
}

div#g_imagery div.biggerplaceholdercontainer
{
    clear: left;
    width: 700px;
}

div#g_imagery div.bigplaceholdercontainer
{
    width: 535px;
}

div#g_imagery div.placeholdercontainer
{
    float: left;
    margin-right: 15px;
}

div#g_imagery div.placeholder 
{
    /*background: rgb(243,246,241);*/
    float: left;
    margin-left: 0px;
}

div#g_imagery h6
{
    font-size: 12px;
    font-weight: bold;
    margin: 15px 0px 5px 3px;
}

div#g_content 
{
    float: right;   
    font-size: 11px;
    line-height: 4px;
    margin: 0px;
    padding: 0px 0px 0px 0px;
    width: 200px;
}

div#g_content h5 
{
    display: block;
    font-size: 11px;
    font-weight: bold;
    line-height: 14px;
    margin: 0px 0px 0px 15px;
    padding: 0px;
    width: 200px;
}

div#g_content h5 a
{
    color: #515151;
    text-decoration: none;
}

div#g_content h5 a:hover
{
    color: #D20000;
}

div#rightsidestuff /*RIGHT SIDE STUFF WIDTH SET TO ELIMINATE ODD BREAK IN TEXT ABOVE IT AND BELOW IT*/
{
    float: right;
    padding-bottom: 10px;
	/*margin-left: 10px;*/
	width: 340px;
}

body.page_columns 
{
    background: none /*url(../images/footer_background2.gif) no-repeat bottom center*/;
}

body.page_columns div#container 
{
    margin-left: auto;
    margin-right: auto;
    width: 927px;
}

body.page_columns div#contentContainer /*WIDTH OF INTERIOR PAGES SECONDARY NAVIGATION*/
{
    float: left;
    padding-left: 0px /*20px*/;
    width: 927px;
}

body.page_columns div#imagery 
{
    float: left;
    font-size: 11px;
	padding: 0px 20px 0px 20px;
    /*padding: 0px 27px 0px 58px;*/
    text-align: right;
    width: 383px;
}

body.page_columns div#imagery p
{
    text-align: left;
}

body.page_columns div#content
{
    line-height: 15px;
}

body.page_columns div#content h6
{
    font-size: 12px;
    font-style: italic;
    margin: 10px 0px;
}

body.page_columns div#footer
{
    background: none;
    color: #666;
    float: left;
    font-size: 11px;
    height: 220px;
    padding-top: 20px;
    text-align: right;
    width: 927px;
}

div#sidenav ul li#project ul /*PROJECT GALLERY SUBNAVIGATION - main photo gallery text*/
{
	margin: 0px;
	padding: 0px;
}

div#sidenav ul li#project ul li /*PROJECT GALLERY SUBNAVIGATION - main photo gallery text*/
{
	margin: 0px;
	padding: 0px;
	_height: 1em;
}

div#sidenav ul li#project ul li a:link, div#sidenav ul li#project ul li a:visited /*PROJECT GALLERY SUBNAVIGATION - actual block of text for subnav -- OFF ITEMS*/
{
	display: block;
	height: 20px;
	width: auto;
	background: #F2F2F2;
	color: #333333;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
    text-indent: 10px;
	vertical-align: middle;
	line-height: 20px;
}

div#sidenav ul li#project ul li a.current:link, div#sidenav ul li#project ul li a.current:visited, div#sidenav ul li#project ul li a.current:hover, div#sidenav ul li#project ul li a:hover /*PROJECT GALLERY SUBNAVIGATION - actual block of text for subnav -- ON ITEMS AND CURRENT ITEMS*/
{
	display: block;
	height: 20px;
	width: auto;
	background: #F0F0F0;
	color: #D20000;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
    text-indent: 10px;
	vertical-align: middle;
	line-height: 20px;
}


/* FLEXIBLE MESH GALLERY SUBNAV */

div#sidenav ul li#flexible ul
{
	margin: 0px;
	padding: 0px;
}

div#sidenav ul li#flexible ul li
{
	margin: 0px;
	padding: 0px;
	_height: 1em;
}

div#sidenav ul li#flexible ul li a:link, div#sidenav ul li#flexible ul li a:visited
{
	display: block;
	height: 20px;
	width: auto;
	background: #F2F2F2;
	color: #333333;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
    text-indent: 10px;
	vertical-align: middle;
	line-height: 20px;
}

div#sidenav ul li#flexible ul li a.current:link, div#sidenav ul li#flexible ul li a.current:visited, div#sidenav ul li#flexible ul li a.current:hover, div#sidenav ul li#flexible ul li a:hover
{
	display: block;
	height: 20px;
	width: auto;
	background: #F0F0F0;
	color: #D20000;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
    text-indent: 10px;
	vertical-align: middle;
	line-height: 20px;
}


/* RIGID MESH GALLERY SUBNAV */

div#sidenav ul li#rigid ul
{
	margin: 0px;
	padding: 0px;
}

div#sidenav ul li#rigid ul li
{
	margin: 0px;
	padding: 0px;
	_height: 1em;
}

div#sidenav ul li#rigid ul li a:link, div#sidenav ul li#rigid ul li a:visited
{
	display: block;
	height: 20px;
	width: auto;
	background: #F2F2F2;
	color: #333333;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
    text-indent: 10px;
	vertical-align: middle;
	line-height: 20px;
}

div#sidenav ul li#rigid ul li a.current:link, div#sidenav ul li#rigid ul li a.current:visited, div#sidenav ul li#rigid ul li a.current:hover, div#sidenav ul li#rigid ul li a:hover
{
	display: block;
	height: 20px;
	width: auto;
	background: #F0F0F0;
	color: #D20000;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
    text-indent: 10px;
	vertical-align: middle;
	line-height: 20px;
}


/* SYSTEMS SUB NAV */
div#sidenav ul li#systems ul /*SYSTEMS SUBNAVIGATION - main text*/
{
	margin: 0px;
	padding: 0px;
}

div#sidenav ul li#systems ul li /*SYSTEMS SUBNAVIGATION - main text*/
{
	margin: 0px;
	padding: 0px;
	_height: 1em;
}

div#sidenav ul li#systems ul li a:link, div#sidenav ul li#systems ul li a:visited /*SYSTEMS SUBNAVIGATION - actual block of text for subnav -- OFF ITEMS*/
{
	display: block;
	height: 20px;
	width: auto;
	background: #F2F2F2;
	color: #333333;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
    text-indent: 10px;
	vertical-align: middle;
	line-height: 20px;
}

div#sidenav ul li#systems ul li a.current:link, div#sidenav ul li#systems ul li a.current:visited, div#sidenav ul li#systems ul li a.current:hover, div#sidenav ul li#systems ul li a:hover /*SYSTEMS SUBNAVIGATION - actual block of text for subnav -- ON ITEMS AND CURRENT ITEMS*/
{
	display: block;
	height: 20px;
	width: auto;
	background: #F0F0F0;
	color: #D20000;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
    text-indent: 10px;
	vertical-align: middle;
	line-height: 20px;
}

div#sidenav ul li#sustainable ul /*SUSTAINABLE DESIGN SUBNAVIGATION*/
{
	margin: 0px;
	padding: 0px;
}

div#sidenav ul li#sustainable ul li /*SUSTAINABLE DESIGN SUBNAVIGATION*/
{
	margin: 0px;
	padding: 0px;
	_height: 1em;
}

div#sidenav ul li#sustainable ul li a:link, div#sidenav ul li#sustainable ul li a:visited /*SUSTAINABLE DESIGN SUBNAVIGATION*/
{
	display: block;
	height: 20px;
	width: auto;
	background: #F2F2F2;
	color: #333333;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
    text-indent: 10px;
	vertical-align: middle;
	line-height: 20px;
}

div#sidenav ul li#sustainable ul li a.current:link, div#sidenav ul li#sustainable ul li a.current:visited, div#sidenav ul li#sustainable ul li a.current:hover, div#sidenav ul li#sustainable ul li a:hover /*SUSTAINABLE DESIGN SUBNAVIGATION*/
{
	display: block;
	height: 20px;
	width: auto;
	background: #F0F0F0;
	color: #D20000;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
    text-indent: 10px;
	vertical-align: middle;
	line-height: 20px;
}

div#sidenav ul li#downloads ul /*UNUSED -- DOWNLOADS SUBNAVIGATION*/
{
	margin: 0px;
	padding: 0px;
}

div#sidenav ul li#downloads ul li /*UNUSED -- DOWNLOADS SUBNAVIGATION*/
{
	margin: 0px;
	padding: 0px;
	_height: 1em;
}

div#sidenav ul li#downloads ul li a:link, div#sidenav ul li#downloads ul li a:visited /*UNUSED -- DOWNLOADS SUBNAVIGATION*/
{
	display: block;
	height: 20px;
	width: auto;
	background: #F2F2F2;
	color: #333333;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
    text-indent: 10px;
	vertical-align: middle;
	line-height: 20px;
}

div#sidenav ul li#downloads ul li a.current:link, div#sidenav ul li#downloads ul li a.current:visited, div#sidenav ul li#downloads ul li a.current:hover, div#sidenav ul li#downloads ul li a:hover /*UNUSED -- DOWNLOADS SUBNAVIGATION*/
{
	display: block;
	height: 20px;
	width: auto;
	background: #F0F0F0;
	color: #D20000;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
    text-indent: 10px;
	vertical-align: middle;
	line-height: 20px;
}

table.downloads p {
	margin: 2px 0px 5px 0px;
}

div#content ul, div#s_content ul, div#g_content ul
{
	margin: 0px;
}

div#content ul li, div#s_content ul li, div#g_content ul li
{
	list-style-image: url('../images/redbullet.gif');
	margin-left: 15px;
}

/* ATTACHMENT AND MESH GALLERY TABLES */

.attachmenttable {
	padding: 0px 7px 7px 0px;
	width: 100px;
	text-align: left;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}
.attachmenttable img {
	margin: 10px 0px 0px 0px;
}
.attachmenttable a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
.attachmentmainpictable {
	width: 530px;
	text-align: left;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}
.attachmentthumbstable {
	width: 130px;
	text-align: left;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}
.meshmainpictable {
	width: 280px;
	text-align: left;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}

/* fix project */
.placeholdercontainer, .placeholdercontainer h6, body div.placeholder { width:140px; display:block; text-align:center; }
body div#g_imagery .placeholdercontainer h6 { margin-left:0; height:30px; }

/* social icons */
#social { float:right; padding-bottom:3px; }
#social a { float:left; display:block; height:27px; width:93px; background-image:url(/images/socbut.jpg);}
#social a.fb{ background-position:0 0; }
#social a.tw { background-position:0 27px; }
#social a.fb:hover  { background-position:-93px 0; }
#social a.tw:hover  { background-position:-93px 27px; }
