/* Global.css - global Invensys styles */

/* ===== COMMON ELEMENTS ====== */

/* Default font */

* {font-family: Helvetica, Arial;}
div {background-color:transparent;}

/* Body */

html {margin-bottom:-3px;} 
body 
{
	font-size:70%;
	height:100%;
	margin:0px;
	overflow:hidden;
	padding:0px;
	text-align:center;
	min-height: 100%;
}

/* Headings */

h1, h2, h3 
{
	color: #666;
	font-family: Arial, Helvetica, sans-serif,Verdana;
}
	

h1 
{
	font-size:200%;
}
h2 
{
	font-size:125%;margin-bottom:0.5em;
	FONT-FAMILY: Helvetica, Arial;
}
h3 {font-size:100%;margin-bottom:7px;}
h3 a {color:#666;border-bottom: dashed 1px #666;text-decoration:none;}
h4 {font-size:1em;margin-bottom:5px;}

/* Paragraphs */
p, .para {line-height:1.4em;margin:0 0 1em 0;}
div.intro  {font-size:110%;margin-bottom:1em;line-height:1.4em;}
div.small {font-size:90%;line-height:1.4em;}

/* Images */
img {border:0;}

/*strong*/
STRONG {FONT-FAMILY: Helvetica, Arial;}
/* Tables */
table {font-size:100%;}
th {vertical-align:top;} 
td {vertical-align:top;
	FONT-FAMILY: Helvetica, Arial;}
th.plain {font-weight:normal;}

/* Horizontal Rule */
hr {
	clear:left;
	background-color:transparent;
	color:#fff;
	border-bottom:1px dotted #666;
	border-top:1px solid #fff;
	margin:0.3em 0em 0.3em 0em;
}

/* Forms */
form {margin:0px;height:100%;padding:0px;}
select, input {font-size:100%;vertical-align:middle;}

/* ====== PAGE LAYOUT ======== */

/* Page containers */

#page-container {
	height:100%;
	width:100%;
	overflow:auto;
	overflow-y:scroll;
	overflow-x:hidden;
	background-color: Silver;
}

#body-container { 
	width:752px;
	text-align:left;
	height:auto;
	/*height:75%;*/
	margin:auto;
	border-left:1px solid #999;
	border-right:1px solid #999;
	background-color: WHITE;
	}
#footer-container 
{
	width:752px;
	text-align:left;
	
	margin:auto;
	border-left:1px solid #999;
	border-right:1px solid #999;
	background-color: white;
	
}
/* === HEADER/FOOTER */

/* Header */
#header-left {float:left;padding-left:15px;width:220px;}
#header-left, #header-left div {background-color:transparent;}

#header-right {float:right;vertical-align:middle;text-align:right;font-size:2px;width:500px;}
#header-right p {margin:10px;color:#fff;font-weight:bold;font-size:12px !important;}
img.logo {margin-left:-3px;}
img.header-img {margin-left:20px;} 
img.content-header-img {margin-right:20px;}
input.finder, select.finder {width:136px;font-size:90%;margin-right:5px;}
div.finder, div.finder-search {margin-bottom:5px;white-space:nowrap;width:200px;width:auto;}
div.finder-search-landing {
	background-repeat:no-repeat;
	background-position:bottom left;
	padding-bottom:8px;
	margin-bottom:5px;
	background-attachment:#c3d603;
	/*background-image:url("/OfficeLocator/images/dottedline_fff.gif")*/
}
div.finder-search-content {
	padding-bottom:8px;
	margin-bottom:5px;
	
}
/* Footer/Banner */
#banner 
{	position:absolute;
	bottom:0;
	left:0;
	text-align:center;
	width:100%;
	height:50px;
	background-color:transparent;
	margin:0px 0px 0px -9px;}
#banner-html {width:750px;height:50px;margin:auto;}
#banner-html a {font-weight:bold;}


.footer_link
{
    FONT-SIZE: 10px;
    COLOR: white;
    FONT-FAMILY: Verdana;
    background-color:#adafaf;
      
}
.footer_link:hover
{
	
    FONT-SIZE: 10px;
    COLOR: #e87511;
    FONT-FAMILY: Verdana;
    TEXT-DECORATION: none;
    background-color:#adafaf;
    
}
.site_title
{
	FONT-SIZE: 40px;
	COLOR: Navy;
	FONT-FAMILY: Helvetica, Arial;
}

@media print {
body {overflow:auto;}
#body-container {width:100%;text-align:left;margin:auto;border:none;}
#header-right {position:Absolute;right:0;}
#header {margin-bottom:1em;}
#left-content,#right-content,#navigation {display:none;}
#page-container {overflow:auto;height:auto;width:auto;}
#banner {display:none;}
}
