html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, /* eric mayer css reset */
a, em, img, tt, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
    font-size: 100%;
    font-size-adjust: none;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-family: arial, verdana, "_sans";
}

body{
	height:100%;
	background-image: url('/images/bg-body.jpg');
}
/* header peices */
#header{
	width: 980px;
	padding-top:15px;
	margin: 0 auto;
	background-image: url("/images/wrestler.gif");
	background-repeat: no-repeat;
	background-position: 538px -28px;
	height:220px;
}
h1{
	background-image: url('/images/bg-h1.gif');
	background-repeat: no-repeat;
	width: 208px;
	height: 162px;
	text-indent:  -10000px;
	float: left;
}
h4{
	color: #000;
	font-size:0.8em;
	width:670px;
	margin-top:0px;
	margin-right: 40px;
	font-weight: bold;
	float:right;
	clear:right;
/*	text-shadow: #fff 1px 1px 0px; */
/*	text-shadow: #634626 1px 1px 0px; */
}
h4.title{
	/*background-image: url("/images/headertop3.gif");
	background-repeat: no-repeat;*/
	height:50px;
	width: 598px;
	padding: 20px;
	font-family: arial,verdana,"helvetica","_sans";
	font-weight: bold;
	font-size: 20px;
	color: #000000;
	text-align:right;
	 
}
#likebtn{
	margin-left: 182px;
	margin-top:52px;
	float:left;
}

#mainmenu{
	margin-top:40px;
	margin-right:40px;
	float: right;
}
#mainmenu li{
	list-style:none;
	list-style-image: none;
	float:left;
	margin-left:8px;
	display: inline-block;
}
#content{
	clear:both;
	width:900px;
	background-color: #ecebe6;
	margin: 0 auto;
	overflow:hidden;
	position: relative;
}
#inner{
	width:600px;
	float:left;
	color: #777676;
	font-family: "helvetica", verdana, arial, "_sans";
	font-size:0.9em;
}
h2{
	text-indent: -10000px;
	height: 65px;
	background-repeat:no-repeat;
}
h2.askwhatever{   
	 width:430px;
	background-image: url('/images/somanyquestions.gif');     
	/*width:204px;
	background-image: url('/images/h2-ask.gif');*/
	background-position:bottom;
	
}
h2.ways_to_report_unsafe_work{
	background-image: url('/images/h2-ways_to_report_unsafe_work.gif');     
	width:305px;
	background-position:bottom;
	margin-left:-0px !important;
}
h2.watchit{
	width:245px;
	background-image: url('/images/h2-watch.gif');
	background-position:bottom;
}
h2.about{
	width:239px;
	background-image: url('/images/h2-about.gif');
}
h2.thankyou{
	width:189px;
	background-image:url('/images/h2-thankyou.gif');
	background-position:-13px bottom;
}
h2.your_rights {
	width:220px;
	background-image:url('/images/h2-rights.gif');
	background-position: -10px bottom;
}
h2.say_whatever{
	width:240px;
	background-image:url('/images/h2-say_whatever.gif');
	background-position:bottom;
}
h2.employer {
	width:240px;
	background-image:url('/images/h2-employer.gif');
	background-position:bottom;
}
#inner h4{
	width:500px;
	margin-left: 40px;
	float: none;
	color: #555;	
}
#inner h4 p{
	margin:0px;
}
#inner p, #inner li, #inner h2{
	margin-left: 40px;
	margin-bottom: 1em;
}
#inner li{
	margin-left: 60px;
	margin-bottom:0.5em;
	/*font-size: 0.9em;*/
}
#inner a{
	color: #f25d27;	
}
#inner a:hover{
	color: #2cace3;
}
#inner em, #inner h5{
	color: #f69e26;
}
#inner h5{
	margin:20px 40px 0px 40px;
	text-transform: uppercase;
	color: #555;
	font-size:1em;
	width:610px;
	font-weight: bold;
	clear:right;
	text-shadow: #fff 1px 1px 0px;
}
.active{
	text-decoration: underline;
}

.aboutcontent{
	display:none;
	padding: 15px 15px 15px 0px;
	margin-bottom:10px;
	-moz-border-radius: 0px 10px 10px 0px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-top-right-radius:10px;
	background-color: #fff;
	-moz-box-shadow: 1px 1px 2px #d6d6d6; 
	-webkit-box-shadow: 1px 1px 2px #d6d6d6;
}
#flashcontent{
	margin-left: 15px;
	margin-top: 10px;
}
.video{
	margin-left: 40px;
	margin-bottom:40px;
}

/*side */
#askwhatever{
	width:275px;
	float:right;
	background-image: url("/images/bg-askwhatever-label.gif");
	background-repeat: no-repeat;
	background-position: top right;
}
#asksub{
	background-image: url("/images/bg-askmain.gif");
	margin-top: 50px;
	width: 267px;
	margin-left:8px;
}
#asksub p{
	color: #fff;
	font-size: 12px;
	padding: 5px 15px 5px 0px;
}
#asksub form{
	background-image: url("/images/bg-ask.gif");
	background-repeat:no-repeat;
	background-position: bottom;
	padding-bottom:7px;
}
#asksub label{
	width:200px;
}
.labelover{
	position:relative;
}
.over-apply{
	color: #999;
	position: absolute;
	top:20px;
	left: 4px;
	font-size:11px;
}
#freeform{
	padding: 0px 0px 7px 28px;
}
#asksub textarea{
	overflow: auto;
	outline:none;
	width: 203px;
	height: 62px;
	background-color: #fff;
	margin-left:0px;
	margin-top: 18px;
	border: 0;
	font-size: 11px;
	font-family: arial, verdana "_sans";
}
#asksub .submit{
	margin-left: 140px;
}
#questionholder{
	height: 160px;
	padding-right: 15px;
	overflow:hidden;
}            

#questionbox{       
	font-size: 0.8em; 
	background-image: url("/images/bg-answers.gif");
	background-repeat: no-repeat;
	background-position: -9px 0px;
	padding: 25px 15px 15px 30px;
	height:197px;
}
#questionbox dt{
	font-size: 0.78125em;
	font-family: "helvetica neue", "helvetica", verdana, arial,  "_sans";
	color: #000;
	margin-bottom: 15px; 
	margin-top: 15px; 
	display: block;
}
#questionbox dt a{
	color: #000;
}
#questionbox dt img{
	float: left;
}
#questionbox dd{
	position:absolute;
	font-size: 0.78125em;
	color: #fff;
	padding: 10px;
	width: 180px;
	-moz-border-radius: 10px 0 10px 10px;
	-webkit-border-radius: 10px;
	background-color: #0284cf;
	text-shadow: 1px 1px rgba(0,0,0,0.4);
	-moz-box-shadow: inset 2px 2px 10px rgba(0,0,0,0.2); 
	-webkit-box-shadow: inset 2px 2px 10px rgba(0,0,0,0.2); 
	margin-bottom: 10px;
	display:none;
}

.quote{
	background-color:#f6f6f6;
	border: 1px solid #ddd;
	width:400px;
	padding:10px 10px 10px 40px;
	-moz-border-radius: 0px 10px 10px 0px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-top-right-radius:10px;}
.clear{
	clear:both;
	display:block;
	height: 10px;
}
/* ticker items */
#ticker{
	float: right;
	width: 269px;
	margin-top: 10px;
	background-image: url('/images/ticker_top.gif');
	background-repeat: no-repeat;
}
#tickercontent{   
	text-align:center;
	margin-top:30px;
	background-position: 2px 0px;
	background-image: url('/images/ticker_content.gif');
	background-repeat: repeat-y;
	overflow: hidden;
	height:130px;
	position: relative;
}
#tickerfooter{
	height:35px;
	background-image: url('/images/ticker_bottom.gif');
	background-repeat: no-repeat;
	background-position: 2px 0px;
}    
#ticker h3 {       
	    
	width:240px;
	height:43px;
	padding-bottom:0px;
	text-decoration:underline;
	background-image: url('/images/watchthisvideo.gif');
	background-repeat: no-repeat;
	background-position: 23px -10px;
}
#ticker a {
	text-decoration:none; 
	color: #000000; 
	display:block;
	position: absolute;
	top:15px;
	left:0px;
	width:266px;
}          
#ticker a:hover{
	color: #f25d27;
	text-decoration:none;
}
#ticker blockquote{
	text-align:center;
	padding:15px 30px;
	font-size: 16px;

}
/* footer */
#footer{
	clear:both;
	width:870px;
	float: left;
	padding: 20px 30px 20px 0px;
	background-image: url('/images/bg-footer.jpg');
	background-repeat: no-repeat;
}
#footer ul{
	width: 140px;
	float: left;
	margin-right: 15px;
	margin-top: 70px;
}
#footer li{
	list-style: none;
	list-style-image: none;
	text-transform: uppercase;
	font-size: 0.6875em;
	margin-bottom: 5px;
}
#footer li a{
	text-decoration:none;
	color: #6b6c6c;
}
#footer li a:hover{
	color: #f25d27;
	text-decoration: underline;
}
#footer #social ul{
	margin-top:20px;
	float: right;
	width: 120px;
}
#footer #social li{
	float: left;
	display: block;
	width:60px;
}
.footnote{
	font-size:10px;
}
#footer ul.primaryfooter{
	margin: 60px 60px 10px 0px;
	width:290px;
	padding: 15px 30px;
	-moz-border-radius: 0px 10px 10px 0px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-top-right-radius:10px;
	background-color: #fff;
	-moz-box-shadow: 1px 1px 2px #d6d6d6; 
	-webkit-box-shadow: 1px 1px 2px #d6d6d6;
	
}
#footer ul.primaryfooter li{
	line-height:27px;
	font-size:1.0em;
	width: 270px;
	background-image: url('/images/bullet.jpg');
	background-repeat:no-repeat;
	padding-left:30px;
}  
#gallerycontainer {
clear:left;
float: left;
	overflow: auto;
	width: 590px;
}
#gallerylist{
clear:left;
float: left;
width: 1200px;
padding:20px;

}
#gallerylist div{
	float: left;
}
#gallerylist img{
	display:block;
}
#gallerylistSubText{  
	width:100px; 
	margin-left:5px;
	font-size:.6em;  
	line-height:1.1em;
}
.thick{
	padding-bottom:11px;
	width: 190px !important;
	background-image: url('/images/bullet.jpg');
	background-repeat:no-repeat;
	padding-left:30px;
}  
#gallerycontainer {
	clear:left;
	float: left;
	overflow: auto;
	width: 590px;
}
#gallerylist{
clear:left;
float: left;
width: 1200px;
padding:20px;

}
#gallerylist div{
	float: left;
}
#gallerylist img{
	display:block;
}
#gallerylistSubText{  
	width:100px; 
	margin-left:5px;
	font-size:.6em;  
	line-height:1.1em;
}
.thick{
	padding-bottom:11px;
}
.color{
	color: #000;
	display:block;
	font-weight: bold;
	padding-top:0px;
}

