/*
Designers should implement any RESET styles at the top of this style sheet.
#496d8f = PRIMARY - blue
#cf852c = SECONDARY - orange 
#eeeeee = SHADING 1 - light gray
#f8ecde = SHADING 2 - light orange
#000000 = ACCENT - color
#000000 = ACCENT SHADING - color
*/
body {
	background: #f5f5f5 url(/images/bgRepeat.jpg) repeat-x 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin:0;
	padding:0;
	}
/* this is a sample RESET */
form, dl, dt, dd {margin:0; padding:0;}

a {color: #000000; :-moz-any-link:focus; outline: none;}
a:link {text-decoration: underline;}
a:visited {text-decoration: underline;}
a:active {text-decoration: underline;}
a:hover {text-decoration: none;}
h1 {
	color: #FE0002;
	margin:0 0 15px 0;
	font-size: 18px;
	font-weight: bold;
	}
h2 {
	color: #cf852c;
	margin:0 0 15px 0;
	font-size: 15px;
	font-weight: bold;
	}
h3 {
	font-size:13px;
	background: -moz-linear-gradient(top, #666666 0%, #000 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#666666), color-stop(100%,#000)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#000',GradientType=0 ); /* ie */
	color:#fff;
	width:915px;
	cursor:pointer;
	height:29px;
	line-height:29px;
	padding:0 0 0 15px;
	margin:0 0 0 0;
	float:left;
	position:relative;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-top-right-radius:7px;
}
.login h3 {
	cursor:auto;
	width:387px;
}
.controlBar ul {
	list-style:none;
	margin:0;
	padding:0;
}
.controlBar li {
	float:left;
	margin:0;
	padding:0 30px 0 0;
}

.accordsuffix {
    height: 10px;
    position: absolute;
    right: 7px;
    top: 13px;
}
.accordsuffix img {
	float:left;
}
.categoryWrapper {
	float:left;
	padding:0 0 15px 0;
}
.containerContent {
	padding:15px 0 0 0;
	float:left;
	width:
}
.containerContent dl {
	margin:0 0 15px 15px;
}
.containerContent dt {
	font-size:13px;
	font-weight:bold;
	margin:0 0 0 0;
}
.containerContent dt a {
	color:#fe0002;
}
h4, h5, h6 {margin:0 0 15px 0; padding:0;}
p {margin:0 0 15px 0;}

.clearMe {clear:both;}
.wrapper1 {
	width:100%;
	margin:0;
	}
.wrapper2 {
	width:960px;
	margin:0 auto;
	}
/* -- header -- */

.header {
	height:130px;
	position:relative;
	}
.logo {
	position: absolute;
	top: 15px;
	left: 20px;
/*	width: 200px;
	height: 90px;*/
	
	}
.logo a {
	display: block;
	width:210px;
	height:100px;
	text-indent:-9999px;
	background: url(/images/logo.png) no-repeat;
	}
.headerPhotos {
	position:absolute;
	left:300px;
	top:0;
}
/* -- content -- */
.contentWrapper {
	background-color:#fff;
	float:left;
	width:930px;
	padding:15px;
	-webkit-box-shadow: 0px 0px 3px ;
	-moz-box-shadow: 0px 0px 3px ;
	box-shadow: 0px 0px 3px ;
	border-right:1px solid #e1e1e1;
	border-bottom:1px solid #e1e1e1;
	border-left:1px solid #e1e1e1;
}


/* -- footer -- */
.footer {
	width:960px;
	clear:both;
	margin:0 0 0 0;
	padding:10px 0;
	}
.footer ul {
	margin:0;
	padding:0;
	list-style:none;
	}
.footer p {
	float:left;
	width:50%;
	}
.spindustry {
	float:right;
	width:50%;
	text-align:right;
	}

.footer li {
	display: inline;
	padding:5px;
	}
.login {
	width:402px;
	margin:0 auto;
}
.controlBar {
	float:left;
	padding:0 0 15px 0;
}
.controlBar li.expand a {
    background: url("/GlobalAdmin/aspx/admin/images/admin/iconExpandAll.png") no-repeat scroll left center transparent;
    padding: 6px 0 6px 25px;
}
.controlBar li.collapse a {
    background: url("/GlobalAdmin/aspx/admin/images/admin/iconCollapseAll.png") no-repeat scroll left center transparent;
    padding: 6px 0 6px 25px;
}
.controlBar li a {
    color: #000000;
    float: left;
    font-weight: bold;
    margin: 0 25px 0 0;
    text-transform: uppercase;
}