/* @override 
	http://www.safetyfirstinc.com/_css/styles.css
*/

/* Site: Safety First */

/* @group CSS RESET */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

strong{
   font-weight: bold;
}

em{
   font-style: italic;
}

/* @end CSS RESET */

/* @group Global Styles */

body{
   font-size: 62.5%;
   font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
   line-height: 1;
   background: #5e5e5e url(/_img/bg_body.gif) no-repeat center top;
   min-width: 960px;
}

hr{
   display: none;
}

#skip{
   position: absolute;
   text-indent: -9999px;
   list-style: none;
}

#container{
   background: #787777 url(/_img/bg_container.jpg) no-repeat center top;
   min-height: 960px;
}

a{
   overflow: hidden;
   color: #9a4800;
   text-decoration: none;
}

a:hover{
   text-decoration: underline;
}

/* the clearfix rules make it possible to clear floated elements without additional structural markup. See http://www.positioniseverything.net/easyclearing.html */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/* @end  */

/* @group Header */

#headwrap{
   height: 97px;
   background: url(/_img/bg_headwrap.gif) repeat-x;
}

#header{
   width: 960px;
   margin: 0 auto;
   position: relative;
   height: 97px;
}

#header h1{
   width: 209px;
   height: 208px;
   position: absolute;
   top: 0;
   left: 64px;
   z-index: 1;
   background: url(/_img/bg_h1.png) no-repeat;
}

#header h1 a{
   display: block;
   height: 208px;
   text-indent: -9999px;
}

/* @end  */



/* @group Navigation */

#nav{
   list-style: none;
   position: absolute;
   left: 280px;
   top: 70px;
}

#nav li{
   float: left;
   display: inline;
   margin-right: 10px;
}

#nav li a{
   display: block;
   color: #FFF; 
   text-decoration: none;
   text-transform: uppercase;
   font-size: 1.3em;
   font-weight: bold;
   padding: 7px 10px;
   height: 15px;
   background: url(/_img/bg_nav_li_a.gif) repeat-x;
}

#nav li.current a{
   color: #fb8800;
}

#nav li a:hover{
   background-position: 0 -33px;
}

/* @end  */

/* @group Shelf */

#shelfwrap{
   background: #000;
}

#shelf{
   width: 960px;
   margin: 0 auto;
   position: relative;
}

ul#shelfnav{
   position: absolute;
   right: 60px;
   bottom: 30px;
}

ul#shelfnav.open{
	bottom: -16px;
}

ul#shelfnav li{
   float: left;
   margin-right: 10px;
}

ul#shelfnav li a{
   width: 126px;
   height: 32px;
   display: block;
   text-indent: -9999px;
   outline: none;
}

li#shelfnav_directory a{
   background: url(/_img/bg_shelf_directory.png) no-repeat;
}

li#shelfnav_services a{
   background: url(/_img/bg_shelf_services.png) no-repeat;
}

ul#shelfnav li a:hover,
ul#shelfnav li a.current{
   background-position: 0 -32px;
}

#shelf_directory{
   width: 960px;
   float: left;
   display: none;
}

#shelf_directory h3{
   width: 501px;
   height: 23px;
   background: url(/_img/bg_shelf_directory_h3.gif) no-repeat bottom;
   text-indent: -9999px;
   margin: 0 auto 30px;
   padding-top: 100px;
}

#shelf_directory ul{
   width: 150px;
   float: left;
   display: inline;
   margin-left: 10px;
   margin-bottom: 50px;
}

#shelf_directory ul li{
   font-size: 1.8em;
   color: #ff8b00;
   font-weight: bold;
}

#shelf_directory ul ul{
   margin: 20px 0 0 ;
   
}

#shelf_directory ul li li{
   font-size: .667em;
   margin-bottom: 18px;
}

#shelf_directory ul li li a{
   color: #fff;
}

#shelf_services{
   width: 960px;
   float: left;
   display: none;
}

#shelf_services h3{
   width: 323px;
   height: 23px;
   background: url(/_img/bg_shelf_services_h3.gif) no-repeat bottom;
   text-indent: -9999px;
   margin: 0 auto 10px;
   padding-top: 100px;
}

#shelf_services div{
   width: 230px;
   float: left;
   display: inline;
   margin-bottom: 50px;
   margin-left: 10px;
}

#shelf_services h4{
   font-size: 1.4em;
   color: #ff8b00;
   font-weight: bold;
   margin-bottom: 20px;
   text-transform: uppercase;
   line-height: 1.5;
   margin-top: 30px;
}

#shelf_services h4 a{
   color: #ff8b00;
}

#shelf_services p{
   font-size: 1.2em;
   margin-bottom: 12px;
   text-transform: none;
}

#shelf_services p a{
   color: #fff;
   font-weight: bold;
}

#shelf_services ul{
   margin-bottom: 30px;
}

#shelf_services ul li{
   font-size: 1.4em;
   color: #ff8b00;
   font-weight: bold;
   margin-bottom: 28px;
   text-transform: uppercase;
   line-height: 1.5;
}

#shelf_services ul ul{
   margin: 16px 0 0 20px;
}

#shelf_services ul li li{
   font-size: .857em;
   margin-bottom: 12px;
   text-transform: none;
}

#shelf_services ul li li a{
   color: #fff;
}

/* @end  */



/* @group Container Inner */

#container-inner{
   margin: 0;
}

/* @end  */



/* @group Content Wrap */

#content-wrap{
   width: 745px; /* 960 with padding */
   margin: 0 auto;
   padding-top: 255px;
   background: #000 url(/_img/bg_home_content-wrap.jpg) no-repeat ;
}

#home #content-wrap{
   padding-top: 230px;
}

/* @end  */

/* @group Content */

#home #content{
   width: 540px;
   padding: 58px 100px 158px 105px;
   background: url(/_img/bg_content_home.png) no-repeat 75px 30px;
   position: relative;
   float: left;
}

#content{
   width: 600px;
   padding: 105px 65px 158px 80px;
   background: url(/_img/bg_content.jpg) no-repeat 60px 34px;
   position: relative;
   float: left;
   min-height: 500px;
}

#content #page-header{
   position: absolute;
   top: 0;
   left: 60px;
   width: 630px;
}

#content #page-header p{
   float: left;
   padding: 15px;
   background: url(/_img/bg_title-image.gif) no-repeat;  
}

#content p#title-image img{
   margin: 0;
}

#content h2{
   font-size: 2.6em;
   color: #fb8800;
}

#home #content h2#pagetitle{
   /*width: 146px;
   height: 33px; */
   width:556px;
   height: 35px;
   position: absolute;
   top: -2px;
   left: 94px;
   background: url(/_img/bg_home_h2-v2.png);
   text-indent: -9999px;
   margin: 0;
}

#content h2#pagetitle{
   margin-top: 51px;
   color: #fb8800;
   float: left;
   width: 400px;
}

#content h3,
#content h4{
  color: #fb8800;
  text-transform: uppercase;
}

#content h5,
#content h6{
   font-size: 1.2em;
   color: #fb8800;
   text-transform: uppercase;
}

#content p,
#content li{
   margin-bottom: 1em;
   color: #fff;
   font-size: 1.2em;
   line-height: 1.5;
}

#content p *,
#content li *{
   font-size: 1em;
}

#content p.preamble{
   font-size: 1.4em;
   font-weight: bold;
}

#content ul,
#content ol{
   margin: 0 0 1em 3em;
}

#content ul#byline{
   display: inline; /* IE6 double margin float bug hack */
   float: left;
   margin-bottom: 10px;
   list-style: none;
}

#content ul#byline li{
   font-size: 1.1em;
}

#content li{
   margin: 0;
   padding-left: 20px;
}

#content ul li{
   background: url(/_img/bg_li.gif) no-repeat left 3px;
}

#content ol li{
   list-style: decimal;
   list-style-position: inside;
   padding: 0;
}

#content li li{
   font-size: 1em;
}

#content blockquote{
   margin-left: 3em;
}

#content hr{
   display: block;
   margin-bottom: 1em;
}

#content a{
   color: #fb8800;
   text-decoration: none;
}

#content a:hover{
   text-decoration: underline;
}

#content img{
   margin: 0 20px 0 0;
}

#content .alignleft{
   float: left;
   margin: 0 0 5px 0;
}

#content .alignright{
   float: right;
   margin: 0 0 5px 10px;
}

#content #text{
   clear: both;
}

/* @end */

/* @group Footer */

#footer{
   clear: both;
   width: 735px;
   margin: 0 auto;
   padding: 10px 5px;
}

#footer p{
   font-size: 1.1em;
   margin-bottom: 5px;
   float: left;
}

#footer p.powered{
   float: right;
}

#footer p.powered a{
   color: #d1d1d1;
}

#footer p.powered a:hover{
   color: #fff;
}

/* @end  */

/* @group Home Page */

ul#service-list{
   margin: 0;
   width: 545px;
   float: left;
}

#content #service-list li{
   float: left;
   width: 262px;
   margin: 3px 17px 5px 0;
   padding: 0;
   background: none;
}

#content #service-list li a{
   width: 262px;
   display: block;
   overflow: hidden;
   font-size: 1.167em;
   font-weight: bold;
   text-transform: uppercase;
   font-family: Arial Black, Arial, Helvetica, Verdana, Tahoma, sans-serif;
}

#content #service-list li.odd{
   margin-right: 0;
}

#content #service-list li img{
   display: block;
   margin: 0 0 3px;
}

#service-list li span{
   display: block;
   float: left;
}

#content p#foundation{
   width: 335px;
   margin: 0 auto;
   clear: left;
   padding-top: 10px;
}

#content p#foundation img{
   margin: 0;
   float: none;
}

/* @end  */

/* @group Employee Popup */

img.mcms_stats{
   display: none !important;
}

#TB_window #TB_title{
   background: #333;
   color: #fff;
}

#TB_window{
   background: #efefef !important;
}

a#TB_closeWindowButton{
   color: #fff !important;
}

div#TB_ajaxContent{
   padding-top: 20px;
}

#TB_ajaxContent h2{
   font-size: 1.6em;
   color: #B76D15;
   font-weight: bold;
   margin-bottom: 20px;
}

#TB_ajaxContent h3{
   font-size: 1.4em;
   margin-bottom: 10px;
}

/* @end  */

/* @group Slideshow */

#content #slideshow-wrap{
   height: 305px;
   margin-bottom: 20px;
   overflow: hidden;
}

#content ul#slideshow{
   margin: 0;
   padding: 0;
   display: block !important;
}

#content ul#slideshow li{
   margin: 0;
   padding: 0;
   background: none;
}

/* @end  */