@charset "utf-8";


/****************************************************/
/* TAG STYLE DEFINITIONS aka SKINS                  */
/****************************************************/

* { /* remove any browser default values */
	margin: 0px;
	padding: 0px;
	border: 0px;
}
body  {
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	background-color:#FFFFFF;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}
#container form {
	margin: 0px;
	padding: 0px;
	display: inline;
}
#container input {
	background-color:#FFFFFF;
	height:12px;
	color: #5c646c;
	font-size: 0.6em;
	border:solid #c4c4bd 1px;
}
#container fieldset {
	margin: 0px;
	padding: 0px;
	border: 0px;
	display: inline;
}
#mainContent h1 {
	margin-bottom: 1em;
	padding-left: 5px;
	background-color:#FFFFFF;
	font-weight: bold;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	color: #0082c8;
}
#sidebar1Inner h1 {
	font-size: 1.1em;
}


#headerInner h1 {
	font-size: 0.8em;
}

h2 {
	background-color:#FFFFFF;
	color: #0082c8;
	font-size: 0.9em;
	font-weight: bold;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	padding-left: 5px;
}
h2.clsTitleBackground {
	background-color:#E1D6E4;
	color: #000;
	font-size: 0.7em;
	font-weight: bold;
	font-family: Verdana, Arial, sans-serif;
	padding: 2px 2px 2px 2px;
	margin-bottom:10px;
	width: 380px;
}
h3, h4 ,h5, h6 {
	padding-left: 5px;
	margin: 0px;
	border: 0px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	color: #0082c8;
	background-color:#FFFFFF;
	font-size: 0.9em;
	font-weight: normal;
}
p {
	font-size: 0.7em;
	margin-bottom: 0.7em;
	padding-left: 5px;
}
#mainContent a {
	color: #007fd6;
}
#headerTopRightBottom a {
	color: #007fd6;
}

img {
	border: 0px;
}

#mainContent ul {
    list-style-type: disc;
	list-style-position: inside;
}

#mainContent li {
	font-size: 0.7em;
	padding-left: 15px;	
}



/****************************************************/
/* MAIN LAYOUT                                      */
/****************************************************/

#container {
	width: 760px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px;
} 
#container.noNav {
	width: auto;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0px; /* the auto margins (in conjunction with a width) center the page */
}

#container.noNavMap {
	width: 764px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
}

#header {
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 100px;
} 
/*
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse 
	padding: 0px;  using padding instead of margin will allow you to keep the element away from the edges of the div 
	height: 100px;
}
*/
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 173px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0 0 0 4px;
	margin: 0 0 0 0px;
}
* html #sidebar1 { /* this is to fix IE 6.0 bug */
	display: inline; 
	margin-right: -582px; 
}
#mainContent {
	margin: 0 0 0 178px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 0 0 2px;
	border-left: solid #cccccc 1px;
} 
#mainMapContent {
	margin:0; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding:0 0 0 2px;
	border:none;
} 
#mainContent.noNav {
	margin: 0px;
	border-left: 0px;
}

#mainMapContent.noNavMap {
	margin: 0 0 0 13px;
	border: none !important;
}

#mainContent.forPrinting {
	margin: 0 0 0 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 0 0 2px;
	border-left: 0px;
} 
#mainContent.forPrinting #sidebar1Inner{
	width: 100%;
}


/****************************************************/
/* HEADER LAYOUT                                    */
/****************************************************/

#headerTopContainer {
	height: 78px;
}
#headerTopLeft {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0 0 0 0px;
	margin: 0 0 0 0px;
}

#headerTopLeft img {border:none;}

#headerTopRight {
	margin: 0 0 0 201px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 0 0 0px;
	height: 1em;
}
#headerTopRightTop {
	margin: 0 0 0 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 15px 0 0 0px;
	text-align: right;
}
#headerTopRightBottom {
	margin: 4px 0 0 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 0 0 0px;
	text-align: right;
}
#headerBottomContainer {
	height: 22px;
}
#headerBottomLeft {
	float: left; /* since this element is floated, a width must be given */
	width: 162px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0 0 0 15px;
	margin: 0 0 0 0px;
}
* html #headerBottomLeft { /* this is to fix IE 6.0 bug */
	display: inline; 
	margin-right: -582px; 
}
#headerBottomRight {
	margin: 0 0 0 178px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 0 0 3px;
	height: 1em;
}
#footerInner {
	padding: 25px 0 0 5px;
} 
#footerInner p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 0.6em;
	color: #666666;
	background-color: #FFFFFF;
}


/****************************************************/
/* OTHER                                            */
/****************************************************/

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 0.1em;
    line-height: 0px;
}


/****************************************************/
/* BESPOKE STYLES                                   */
/****************************************************/

.topNav {
	background-color:#FFFFFF;
	color: #5c646c;
	font-size: 0.6em;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
}
.A {
	text-decoration:none;
	font-size: 0.5em;
	color: #5c646c;
	background-color:#FFFFFF;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
}
.AA {
	text-decoration:none;
	font-size: 0.7em;
	color: #5c646c;
	background-color:#FFFFFF;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
}
.AAA {
	text-decoration:none;
	font-size: 0.9em;
	color: #5c646c;
	background-color:#FFFFFF;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
}
a.A:hover, a.AA:hover, a.AAA:hover {
	color: #0484c4;
	background-color:#FFFFFF;
}
.homeDate {
	background-color:#FFFFFF;
	color: #044c6c;
	font-size: 0.7em;
	vertical-align: text-top;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
}
.dividerBar {
	background-color:#FFFFFF;
	color: #c4c4bd;
	font-size: 0.6em;
}



/****************************************************/
/* INSIDE SMITHS STYLES                             */
/****************************************************/

#interconnectSidebar1Inner h1 {color:#40847d !important; font-size:1.1em; padding:0 !important; margin:0 0 10px 5px !important;}
#interconnectSidebar1Inner h2 {color:#40847d !important; margin:2px 0 10px 5px !important; font-weight:normal !important; padding:0 !important;}
#interconnectSidebar1Inner h3 {color:#000 !important; font-weight:bold !important; margin:5px 0 0 0 !important;}
#interconnectSidebar1Inner hr {display:block !important; background-color:silver !important; width:100%; height:1px !important; color:silver !important; padding:0 !important; margin:15px 0 15px 5px !important;}


#detectionSidebar1Inner h1 {color:#ad3071 !important; font-size:1.1em; padding:0 !important; margin:0 0 10px 5px !important;}
#detectionSidebar1Inner h2 {color:#ad3071 !important; margin:2px 0 10px 5px !important; font-weight:normal !important; padding:0 !important;}
#detectionSidebar1Inner h3 {color:#000 !important; font-weight:bold !important; margin:5px 0 0 0 !important;}
#detectionSidebar1Inner hr {display:block !important; background-color:silver !important; width:100%; height:1px !important; color:silver !important; padding:0 !important; margin:15px 0 15px 5px !important;}


#medicalSidebar1Inner h1 {color:#54aebd !important; font-size:1.1em; padding:0 !important; margin:0 0 10px 5px !important;}
#medicalSidebar1Inner h2 {color:#54aebd !important; margin:2px 0 10px 5px !important; font-weight:normal !important; padding:0 !important;;}
#medicalSidebar1Inner h3 {color:#000 !important; font-weight:bold !important; margin:5px 0 0 0 !important;}
#medicalSidebar1Inner hr {display:block !important; background-color:silver !important; width:100%; height:1px !important; color:silver !important; padding:0 !important; margin:15px 0 15px 5px !important;}


#johnCraneSidebar1Inner h1 {color:#804690 !important; font-size:1.1em; padding:0 !important; margin:0 0 10px 5px !important;}
#johnCraneSidebar1Inner h2 {color:#804690 !important; margin:2px 0 10px 5px !important; font-weight:normal !important; padding:0 !important;}
#johnCraneSidebar1Inner h3 {color:#000 !important; font-weight:bold !important; margin:5px 0 0 0 !important;}
#johnCraneSidebar1Inner hr {display:block !important; background-color:silver !important; width:100%; height:1px !important; color:silver !important; padding:0 !important; margin:15px 0 15px 5px !important;}


#flextekSidebar1Inner h1 {color:#825920 !important; font-size:1.1em; padding:0 !important; margin:0 0 10px 5px !important;}
#flextekSidebar1Inner h2 {color:#825920 !important; margin:2px 0 10px 5px !important; font-weight:normal !important; padding:0 !important;}
#flextekSidebar1Inner h3 {color:#000 !important; font-weight:bold !important; margin:5px 0 0 0 !important;}
#flextekSidebar1Inner hr {display:block !important; background-color:silver !important; width:100%; height:1px !important; color:silver !important; padding:0 !important; margin:15px 0 15px 5px !important;}


#standardSidebar1Inner h1 {color:#0082c8 !important; font-size:1.1em; padding:0 !important; margin:0 0 10px 5px !important;}
#standardSidebar1Inner h2 {color:#0082c8 !important; margin:2px 0 0 5px !important; font-weight:normal !important; padding:0 !important;}
#standardSidebar1Inner h3 {color:#000 !important; font-weight:bold !important; margin:2px 0 0 0 !important;}
.grey_column_rule hr {display:block !important; background-color:silver !important; width:100%; height:1px !important; color:silver !important; padding:0 !important; margin:15px 0 15px 5px !important;}
.white_column_rule hr {display:block !important; clear:both !important; background-color:#fff !important; width:100%; height:1px !important; color:#fff !important; padding:0 !important; margin:0 0 0 5px !important;}


/* Inside Smiths Maps */
#mapFunctionalityLink {float:right;}
#mapHeading {position:relative; top:0; left:0; line-height:0; text-indent:-2000px;}



/* IR RELEASE */
ul.ir_release_highlight li {color:#007fd6 !important;}
p.ir_release_highlight {color:#007fd6 !important;}











