﻿html
{
	height: 100%;
	overflow-y: scroll;
}
body 
{
    font-family: Tahoma,serif;
    margin-bottom: 0px; 
    margin-left: 0px; 
    margin-right: 0px; 
    margin-top: 0px;
    background-color: #cccccc;
	height: 100%;
}
.mainForm
{
	height: 100%;
}

#divCorpMenu
{
    width: 100%;
    min-width: 980px;
    position: absolute;
    left: 0px;
    top: 0px;
    height: 17px;
    background-color: #e92e39;
	background-image: url(../images/redbar.png);    
    background-repeat: repeat-x;    	
    border-bottom: solid 1px #333333;  
}

#corpMenuWrapper
{
    width: 980px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

div.corpMenuLeftEnd
{
	height: 17px;
	width: 2px;
	background-image: url(../images/menuseparator.png);
	background-repeat: repeat-y;
	top: 0px;
	left: 0px;
	position: absolute;
}

div.corpMenuRightEnd
{
	height: 17px;
	width: 2px;
	background-image: url(../images/menuseparator.png);
	background-repeat: repeat-y;
	top: 0px;
	right: 0px;
	position: absolute;
}

#footerdivider
{
	background-image: url(../images/footer_divider.png);
	background-repeat: repeat-x;
    background-position: left bottom;	
	border-style: none;
    position: absolute;
    left: 0px;
    top: 0px;
    height: 25px;
    width: 980px;
}

#footerwrapper
{
    background-color: #555555;
	border-style: none;
	height: 180px;
	width: 980px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	left: 10px;
}

#push
{
	height: 180px;
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
}

#footer
{
	position: relative;
	top: 0px;
	color: #aaaaaa;
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	height: 180px;	
}

#footermargin
{
    position: relative;
    top: 0px;
    width: 100%;
    height: 50px;
}

#footerleft
{
	height: 150px;
	width: 25px;
	top: 0px;
	left: 0px;
	position: absolute;
}

#footerright
{
	height: 150px;
	width: 25px;
	top: 0px;
	right: 0px;
	position: absolute;
}

.footer_nav
{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 8pt;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	display: inline-block;
	position: relative;
	left: 240px;
	top: 25px;	
	vertical-align: top;
	float: left;
	margin-right: 10px;
}

.footer_nav li
{
	line-height: 24px;	
	background-color: #555555;
	border-top: solid 1px #aaaaaa;
	color: #dddddd;
	width: 78px;
}

.footer_nav li:hover
{
	color: #ffffff;
	background-color: #777777;
}

.footer_nav_link
{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 8pt;
	display: inline-block;
	position: relative;
	color: #dddddd;
	width: 70px;
	line-height: 24px;	
	padding-left: 5px;		
	text-decoration: none;

}

.footer_nav_link:hover
{
	color: #ffffff;
	background-color: #777777;
}

#footer_top
{
	width: 100%; 
	position: relative; 
	top: 0px; 
	left: 0px; 
	height: 100px;
}	
#footer_address
{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 8pt;	
	list-style-type: none;	
	position: relative;
	left: 10px;
	top: 25px;
	display: inline-block;
	padding: 0px;
	float: left;	
	margin: 0px;
}

#footer_address li
{
	line-height: 20px;
}

#footer_email
{
	color: #dddddd;
}

#footer_email:hover
{
	color: #ffffff;
}

#footer_name
{
	color: #dddddd;
}


#footer_phones
{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 8pt;
	list-style-type: none;	
	position: relative;
	left: 30px;	
	top: 25px;
	display: inline-block;	
	padding: 0px;	
	float: left;
	margin: 0px;
}

#footer_phones li
{
	line-height: 20px;
}

#footer_copyright
{
	color: #aaaaaa;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 8pt;
	position: absolute;
	bottom: 10px;
	width: 100%;
	left: 0px;
}

#copyright_margins
{
	position: relative;
	margin-left: auto;
	margin-right: auto;	
	width: 150px;	
}

#copyrightlist
{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 8pt;
	list-style-type: none;	
	display: inline-block;	
	padding: 0px;	
	position: relative;
	margin-left: auto;
	margin-right: auto;	
	width: 150px;
}

#copyrightlist li
{
	line-height: 15px;
	text-align: center;
}

#footer_social
{
	position: relative;
	left: 10px;
	top: 15px;
	width: 150px;
	height: 50px;
	list-style-type: none;	
	display: block;	
	margin: 0px;
	padding: 0px;
	z-index: 20;
}

#findus
{
	font-family: Arial,Helvetica,sans-serif;	
	font-size: 8pt;
	color: #aaaaaa;
	display: block;
	position: relative;
	left: 10px;
	top: 15px;
	padding: 0px;
	margin: 0px;
}

#footer_social li
{
	float: left;
	display: inline;
	width: 35px;
	height: 100%;
}

#facebook a
{
	height: 30px;
	width: 30px;
	background: transparent url(../images/facebook_trans.png) no-repeat scroll left top;	   	
	display: block;
}

#twitter a
{
	height: 30px;
	width: 30px;
	background: transparent url(../images/twitter_trans.png) no-repeat scroll left top;	   	
	display: block;
}

#linkedin a
{
	height: 30px;
	width: 30px;
	background: transparent url(../images/linkedin_trans.png) no-repeat scroll left top;	   	
	display: block;
}

#youtube a
{
	height: 30px;
	width: 30px;
	background: transparent url(../images/youtube.png) no-repeat scroll left top;	   	
	display: block;
}

#flickr a
{
	height: 30px;
	width: 30px;
	background: transparent url(../images/flickr.png) no-repeat scroll left top;	   	
	display: block;
}

#footer_inassociationwith
{
	position: absolute;
	right: 10px;
	bottom: 0px;
	width: 250px;
	height: 50px;
	list-style-type: none;	
	display: block;	
	margin: 0px;
	padding: 0px;
	z-index: 20;
	float: left;
}

#footer_inassociationwith li
{
	float: left;
	display: inline;
	height: 100%;
	margin-left: 10px;
}

#inassociationwith
{
	font-family: Arial,Helvetica,sans-serif;	
	font-size: 8pt;
	color: #aaaaaa;
	display: block;
	position: absolute;
	right: 0px;
	bottom: 50px;
	padding: 0px;
	margin: 0px;
	width: 250px;
	float: left;
}

#awci a
{
	height: 30px;
	width: 76px;
	background: transparent url(../images/awci_trans_30h.png) no-repeat scroll left top;	   	
	display: block;
}

#cisca a
{
	height: 30px;
	width: 104px;
	background: transparent url(../images/cisca_trans_30h.png) no-repeat scroll left top;	   	
	display: block;
}

#usgbc a
{
	height: 30px;
	width: 40px;
	background: transparent url(../images/usgbc_trans_30h.png) no-repeat scroll left top;	   	
	display: block;
}

.panelwrapper
{
    display: inline-block;
    position: relative;
    top: 10px;
    left: 0px;
    width: 100%;
}

.mainpanel
{
	display: block;
	top: -10px;
	position: relative;
	left: 0px;
	width: 760px;
	float: right;
	font-size: 10pt;
	padding-bottom: 10px;	
}

.mainpanel h1
{
	background-image: url(../images/dots.gif);
	background-position: 0 100%;
	background-repeat: repeat-x;
	line-height: 1;
	padding-bottom: 0.6em;
	padding-top: 0.6em;	
	padding-left: 0.6em;
	padding-right: 0.6em;
	color: #2f2f2f;	
	font-size: 13pt;
	background-color: #d5d5d5;
	background-position: 0 100%;
	background-repeat: repeat-x;	
	font-family: Georgia, Serif;
	
}

.mainpanel h2
{
	background-image: url(../images/dots.gif);
	background-position: 0 100%;
	background-repeat: repeat-x;
	line-height: 1;	
	font-size: 11pt;
	line-height: 1;
	margin-bottom: 10px;
	padding-bottom: 0.5em;
	font-family: Georgia, Serif;	
}

.mainpanel h3
{
	font-size: 9pt;
	line-height: 1;
	margin-bottom: -0.6em;
	padding-bottom: 0.8em;	
	font-family: Georgia, Serif;	
}


.leftpanel
{
	display: block;
	top: 0px;
	position: relative;
	left: 0px;
	width: 430px;
	float: left;
	padding-bottom: 10px
}

.leftpanel h1
{
	background-image: url(../images/dots.gif);
	background-position: 0 100%;
	background-repeat: repeat-x;
	line-height: 1;
	padding-bottom: 0.6em;
	padding-top: 0.6em;	
	padding-left: 0.6em;
	padding-right: 0.6em;	
	color: #2f2f2f;	
	font-size: 13pt;
	background-color: #dddddd;
	background-position: 0 100%;
	background-repeat: repeat-x;	
	font-family: Georgia, Serif;	
}

.leftpanel h2
{
	background-image: url(../images/dots.gif);
	background-position: 0 100%;
	background-repeat: repeat-x;
	line-height: 1;	
	font-size: 11pt;
	line-height: 1;
	margin-bottom: 10px;
	padding-bottom: 0.5em;
	font-family: Georgia, Serif;	
}

.leftpanel h3
{
	font-size: 9pt;
	line-height: 1;
	margin-bottom: -0.6em;
	padding-bottom: 0.8em;	
	font-family: Georgia, Serif;	
}

.middlepanel
{
	display: block;
	top: 0px;
	position: relative;
	left: 0px;
	width: 100%;
	/*float:left;*/
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px
}
.middlepanel h1
{
	background-image: url(../images/dots.gif);
	background-position: 0 100%;
	background-repeat: repeat-x;
	line-height: 1;
	padding-bottom: 0.6em;
	padding-top: 0.6em;	
	padding-left: 0.6em;
	padding-right: 0.6em;	
	color: #2f2f2f;	
	font-size: 13pt;
	background-color: #dddddd;
	background-position: 0 100%;
	background-repeat: repeat-x;	
	font-family: Georgia, Serif;	
}

.middlepanel h2
{
	background-image: url(../images/dots.gif);
	background-position: 0 100%;
	background-repeat: repeat-x;
	line-height: 1;	
	font-size: 11pt;
	line-height: 1;
	margin-bottom: 10px;
	padding-bottom: 0.5em;
	font-family: Georgia, Serif;	
}

.middlepanel h3
{
	font-size: 9pt;
	line-height: 1;
	margin-bottom: -0.6em;
	padding-bottom: 0.8em;	
	font-family: Georgia, Serif;	
}
.rightpanel
{
	display: block;
	position: relative;
	right: 0px;
	top: 0px;
	width: 210px;
	float: right;
	padding-bottom: 10px	
}

.rightpanel h1
{
	background-image: url(../images/dots.gif);
	background-position: 0 100%;
	background-repeat: repeat-x;
	line-height: 1;
	padding-bottom: 0.6em;
	padding-top: 0.6em;	
	padding-left: 0.6em;
	padding-right: 0.6em;	
	color: #2f2f2f;	
	font-size: 13pt;
	background-color: #dddddd;
	background-position: 0 100%;
	background-repeat: repeat-x;	
	font-family: Georgia, Serif;	
}

.rightpanel h2
{
	background-image: url(../images/dots.gif);
	background-position: 0 100%;
	background-repeat: repeat-x;
	line-height: 1;	
	font-size: 11pt;
	line-height: 1;
	margin-bottom: 10px;
	padding-bottom: 0.5em;
	font-family: Georgia, Serif;	
}

.rightpanel h3
{
	font-size: 9pt;
	line-height: 1;
	margin-bottom: -0.6em;
	padding-bottom: 0.8em;	
	font-family: Georgia, Serif;	
}

.rightpanel h4
{
	background-image: url(../images/dots.gif);
	background-position: 0 100%;
	background-repeat: repeat-x;
	line-height: 1;
	padding-bottom: 0.6em;
	padding-top: 0.6em;	
	padding-left: 0.6em;
	padding-right: 0.6em;	
	color: #2f2f2f;	
	font-size: 13pt;
	background-color: #dddddd;
	background-position: 0 100%;
	background-repeat: repeat-x;	
	font-family: Georgia, Serif;	
	margin-top: 10px;
}

.rightpanel img
{
	width: 250px;
	border: solid 1px #7f7f7f;
}

#contentwrapper
{
	position: relative;	
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
	width: 980px;
	top: 0px;
	height: 100%;	
	min-height: 500px;
}

#mainwrapper
{
	position: relative;	
	margin-left: auto;
	margin-right: auto;
	width: 980px;
	top: 0px;
	height: auto !important;
	height: 100%;
	min-height: 100%;	
	margin-bottom: -180px;	
    background-color: #ffffff;	
    left: 10px;	
}

#content
{
	position: relative;
	left: 0px;	
	top: 10px;
	padding: 10px 10px 20px 10px;
	font-size: 10pt;
	height: 100%;
	min-height: 100%;
    background-color: #ffffff;	
}

#header
{
	background-color: #ffffff;	
	border-style: none;
	height: 110px;
	position: relative;
	top: 0px;
	left: 0px;
	width: 980px;
    margin-left: auto;
    margin-right: auto;
}

#headerbottom
{
	background-image: url(../images/headerdivider.png);
	background-repeat: repeat-x;
    background-position: left bottom;	
	border-style: none;
    position: absolute;
    left: 0px;
    top: 80px;
    height: 21px;
    width: 100%;
    min-width: 980px;
}

#logo
{
	background: transparent url(../images/GordonLogo_white.png) no-repeat scroll center top;
	height: 68px;
	width: 145px;
	position: relative;
	left: 10px;
	top: 10px;
	float: left;
}

.mainmenu
{
	position: relative;
	left: 5px;
	top: 41px;
	float: left;
	width: 510px;
	height: 40px;
}

.mainmenu
{
	position:absolute;
	top: 10px;
	left: 0px;
}

.pnlSearch
{
	position: absolute;
	right: 10px;
	top: 52px;
	float: right;
	display: block;	
}

#hotlinks
{
	position: absolute;
	right: 10px;
	top: 10px;
	float: right;	
	font-size: 9pt;
	display: block;
}

#hotlinks a
{
	color: Black;
	text-decoration: none;
}

#hotlinks a:hover
{
	text-decoration: underline;
}

#divisionmenu
{
	position: relative;
	left: 0px;
	top: 0px;
	height: 40px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 510px;
    background-color: #ffffff;	
}

#divisionmenu li
{
	display: inline;
	float: left;
	margin-left: 2px;	

	/*width: 101px;*/
}

#divisionmenu a
{
	float: left;
	width: 100px;
	text-decoration: none;
	color: #ffffff;
	height: 40px;
	top: 0px;
	position: relative;
	text-align: center;
	padding-top: 10px;	
}

.headercontent
{
	position: relative;	
	top: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 980px;
	padding: 0px;
}

#menu
{
	background-color: #7aa054;
	position: relative;
}

.leftedge
{
	position: absolute;
	left: -10px;
	top: 0px;
	background-image: url(../images/leftedge_transbg.png);
	height: auto;	
	min-height: 100%;
	height: 100%;
	width: 10px;
	background-repeat: repeat-y;
	overflow: hidden;
}

.rightedge
{
	position: absolute;
	right: -10px;
	top: 0px;
	background-image: url(../images/rightedge_transbg.png);
	height: auto;	
	min-height: 100%;
	height: 100%;
	width: 10px;
	background-repeat: repeat-y;
	overflow: hidden;	
}

.quickshop_125x250 a
{
	background-image: url(../images/quickshop_125x250.jpg);
	background-repeat: no-repeat;
	height: 125px;
	width: 250px;
	float: left;
}

.quickshop_125x250 a:hover
{
	background-image: url(../images/quickshop_hover_125x250.jpg);
	background-repeat: no-repeat;
}

.quickshop_110x190 a
{
	background-image: url(../images/quickshop_110x190.jpg);
	background-repeat: no-repeat;
	height: 110px;
	width: 190px;
	float: left;
}

.quickshop_110x190 a:hover
{
	background-image: url(../images/quickshop_hover_110x190.jpg);
	background-repeat: no-repeat;
}

#sidemenu
{
	position: relative;
	top: 0px;
	left: 0px;
	width: 180px;
	background-image: url(../images/sidemenubg_middle-180.png);
	background-repeat: repeat-y;
	padding: 0px 1px 0px 1px;	
	z-index: 5000;
}

#sidemenu_top
{
	position: relative;
	top: 0px;
	left: 0px;
	width: 180px;
	height: 11px;
	background-image: url(../images/sidemenubg_top-180.png);
	background-repeat: no-repeat;
	padding: 0px 1px 0px 1px;	
	background-color: #ffffff;	
}

#sidemenu_bottom
{
	position: relative;
	top: 0px;
	left: 0px;
	width: 180px;
	height: 11px;	
	background-image: url(../images/sidemenubg_bottom-180.png);
	background-repeat: no-repeat;	
	padding: 0px 1px 0px 1px;	
	background-color: #ffffff;
}

.maincontent
{
	position: relative;
	right: 0px;	
	top: 0px;
	width: 760px;	
	display: inline-block;
	float: right;
	padding: 20px 10px 20px 10px;
	font-size: 10pt;
	
}

.aboutusmenu
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 200px;
	height: 85px;
}

.interiorsmenu
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 200px;
	height: 85px;
}

.interiorsmenu2
{
	position: relative;
	top: -20px;
	left: -10px;
	width: 200px;
	height: 85px;
}

.exteriorsmenu
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 200px;
	height: 85px;
}

.acousticsmenu
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 200px;
	height: 85px;
}

.correctionsmenu
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 200px;
	height: 85px;
}

.cleanroommenu
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 200px;
	height: 85px;
}

.navSideMenu_style
{
	margin-left: 5px;
}

.navSideMenu_style2
{
	margin-left: 5px;
	position: relative;
	top: -30px;
}

.navSideMenu_style3
{
}

.navSideMenu_Group
{
	width: 190px;
}

#quickshop_sidemenu
{
	margin-left: 5px;
}

.numberedlist
{
	list-style-type: decimal;
	margin: 0px;
	padding: 0px;
	margin-left: 30px;
}

.navmenu_Node
{
	width: 190px;
}

#buyonline
{
	height: 44px;
	width: 159px;
	background: transparent url(../images/buyonlinebtn_159x44.png) no-repeat scroll left top;	   	
	display: block;
}

#buyonline:hover
{
	background: transparent url(../images/buyonlinebtn_hover_159x44.png) no-repeat scroll left top;	   	
}

#findrep
{
	height: 44px;
	width: 159px;
	background: transparent url(../images/findrepbtn_159x44.png) no-repeat scroll left top;	   	
	display: block;
}

#findrep:hover
{
	background: transparent url(../images/findrepbtn_hover_159x44.png) no-repeat scroll left top;	   	
}

.divmainpanel
{
	display: block;
	top: -10px;
	position: relative;
	left: 0px;
	width: 760px;
	float: right;
	font-size: 10pt;
	padding-bottom: 10px;
	padding-right: 10px;	
}

.divmainpanel h1
{
    font-family: Times New Roman;
    font-size: 40pt;
    font-weight: normal;
    margin-bottom:10px;
    margin-top:0px;

	background-position: 0 100%;
	background-repeat: repeat-x;
	line-height: 46px;
	padding: 0px;
	color: #000000;	
}

.divmainpanel h2
{
    font-family: "Times New Roman";
    font-size: xx-large;
    font-weight: normal;
    line-height: 30px;
    margin: 0px;
    margin-bottom:10px;    
	border-bottom: 1px solid #ff0000;    
}

.divmainpanel h3
{
}

.divmainpanel h6
{
    color: black;
    font-weight: bold;
    font-size: 12pt;
    font-family: arial, helvitica;
    margin-top: 0;
    margin-bottom: 10px;
    width: 100%;
	background-color: #d5d5d5;
	line-height: 1;
	padding-bottom: 0.4em;
	padding-top: 0.4em;	
	padding-left: 0.6em;
	padding-right: 0.6em;
}

.downloadlinks
{
    color: red;
    text-decoration: none;   
    font-size: 8pt; 
    font-family: Tahoma;
    font-weight: normal;
    padding-left: 5px; 
}

.repmaplinks
{
    color: #808080;
    text-decoration: none;   
    font-size: 8pt; 
    font-family: Tahoma;
    font-weight: normal;
    padding-left: 5px; 
}

.repmaplinks:hover
{
    color: #808080;
    text-decoration: underline;   
    font-size: 8pt; 
    font-family: Tahoma;
    font-weight: normal;
    padding-left: 5px; 
}

.repmaplinks:visited
{
    color: #808080;
    text-decoration: none;   
    font-size: 8pt; 
    font-family: Tahoma;
    font-weight: normal;
    padding-left: 5px; 
}

.link
{
    color: red;
    text-decoration: none;    
}

.link:hover
{
    text-decoration: underline;    
}

.link:visited
{
    color: #810d17;
}


.linkstyle
{
    color: red;
    text-decoration: none;    
}

.linkstyle:hover
{
    text-decoration: underline;    
}

.linkstyle:visited
{
    color: #810d17;
}

.picstyle
{
    margin: 5px;
    border: #5f5f5f 1px solid;
    float: right;
}

.galleryinfo
{
    display: inline-block;
    list-style-type: none; 
    margin: 0px; 
    padding: 0px; 
    width: 180px;
    vertical-align: top;
}

.galleryinfo li
{
    display: inline-block;
    width: 100%;
}

.pnlGalleryInfo
{
    width: 760px; 
    background-color: #dddddd; 
    padding: 5px;
    border: 1px solid #777777;
    margin-bottom: 10px;
}

.gallerymenulink:hover
{
    color: #ff0000;
}

#interiorsgallery
{
	height: 113px;
	width: 304px;
	background: transparent url(../images/InteriorsGallery_hover.png) no-repeat scroll left top;	   	
	display: block;    
	margin-bottom: 10px
}

#interiorsgallery:hover
{
	background: transparent url(../images/InteriorsGallery_hover.png) no-repeat scroll left top;	   	
}

#exteriorsgallery
{
	height: 113px;
	width: 304px;
	background: transparent url(../images/ExteriorsGallery_hover.png) no-repeat scroll left top;	   	
	display: block;    
	margin-bottom: 10px
}

#exteriorsgallery:hover
{
	background: transparent url(../images/ExteriorsGallery_hover.png) no-repeat scroll left top;	   	
}

#acousticsgallery
{
	height: 113px;
	width: 304px;
	background: transparent url(../images/AcousticsGallery_hover.png) no-repeat scroll left top;	   	
	display: block;    
	margin-bottom: 10px
}

#acousticsgallery:hover
{
	background: transparent url(../images/AcousticsGallery_hover.png) no-repeat scroll left top;	   	
}

#correctionsgallery
{
	height: 113px;
	width: 304px;
	background: transparent url(../images/CorrectionsGallery_hover.png) no-repeat scroll left top;	   	
	display: block;    
	margin-bottom: 10px
}

#correctionsgallery:hover
{
	background: transparent url(../images/CorrectionsGallery_hover.png) no-repeat scroll left top;	   	
}

#cleanroomsgallery
{
	height: 113px;
	width: 304px;
	background: transparent url(../images/CleanroomsGallery_hover.png) no-repeat scroll left top;	   	
	display: block;    
	margin-bottom: 10px
}

#cleanroomsgallery:hover
{
	background: transparent url(../images/CleanroomsGallery_hover.png) no-repeat scroll left top;	   	
}

#datacentersgallery
{
	height: 113px;
	width: 304px;
	background: transparent url(../images/DataCentersGallery_hover.png) no-repeat scroll left top;	   	
	display: block;    
	margin-bottom: 10px
}

#datacentersgallery:hover
{
	background: transparent url(../images/DataCentersGallery_hover.png) no-repeat scroll left top;	   	
}

.featureprojects
{
    border: 1px solid black;
}

.featureprojects td
{
    border: 1px solid black;
}

.pdf
{
    color: #ffffff;
    text-decoration: none;    
}

.pdf:hover
{
    text-decoration: underline;
}

.infoTable
{
    border: 1px solid black;
    position: relative;
    margin-bottom: 20px;
    border-collapse: collapse;
}

.infoTable td
{
    border: 1px solid black;
}

.infoTable tr:hover
{
    background-color: #eeeeee;
    cursor: pointer;
}

.infoTable th
{
    background-color: #cccccc;
    height: 30px;   
    border: 1px solid black;    
}

#sidebardiv
{
	position: relative;
	top: 0px;
	left: 0px;
	width: 180px;
	display: inline-block;
	z-index: 5000;
	padding-bottom: 20px;
	float: left;
}

.tablewithborders
{
    border: 1px solid black;
    position: relative;
    margin-bottom: 20px;
    border-collapse: collapse;
}

.tablewithborders td
{
    border: 1px solid black;
}

.tablewithborders th
{
    background-color: #cccccc;
    height: 30px;   
    border: 1px solid black;    
}

.mainpanel area
{
    display:block;
    outline-style:none;
    outline-color:white;
    border-style:none;
    border-color:White;
}

.mainpanel area:active
{
    overflow:hidden;        
   outline-color:white;
    border-style:none;
    border-color:White;
}

.repmapbutton
{
    color:#808080;  
}
