body {
	background: #F4F4F4;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	font-size: 16px;
	background: url("images/debut_darker.png");
}

section.container { /* this surrounds the header and main, but not the footer*/
	width: 900px;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
}

/*** start header ***/

header {
	width: 100%;
	margin: 25px 0 0 0;
}

header p {
	margin: 0;
	padding: 0;
}

header section.logo {
	display: block;
	float: left;
	width: 20%;
}

header section.logo .eqlogo { /* this is the actual logo to click on */
	display: block;
	float: left;
	background: url("images/logo.png") center top no-repeat;
	width: 170px;
	height: 175px;
	overflow: hidden;
	text-decoration: none;
}

header section.not-logo {
	display: block;
	float: right;
	width: 79.9%;
	margin: 15px 0 0 0;
}

header section.not-logo aside.locations {
	width: auto;
	height: 60px;
	display: block;
	margin: 10px 0 0 0;
}

header .lblock1 {
	float: left;
	display: block;
	width: 54%;
	height: 48px;
	color: #333333;
	font-size: 13px;
}

header .lblock2 {
	float: right;
	display: block;
	width: 40%;
	height: 48px;
	color: #333333;
	text-align: center;
	font-size: 14px;
}

header .lblock1 b {
	color: #BA1D2A;
}

header .lblock2 b {
	color: #BA1D2A;
	/*font-size: 20px;*/
}

header section.not-logo aside.search-n-social {
	width: auto;
	height: 30px;
	display: block;
	/*background: #dddddd;*/
	margin: 10px 0;
}

header section.not-logo aside.search-n-social .social {
	width: 18%;
	height: 100%;
	display: block;
	float: left;
}

header section.not-logo aside.search-n-social .searchbar {
	width: 78%;
	height: 100%;
	display: block;
	float: right;
	background: #f7f7f7;
	border-radius: 4px;
	border: 1px solid #eeeeee;
	font-size: 14px;
	line-height: 14px;
}

.searchbar form input.search-icon {
    float: right;
    width: 30px;
    height: 30px;
    opacity: 0.5;
    padding: 0 5px;
    background: #eeeeee;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

.searchbar form input.search-icon:focus {
    outline: none;
}

header section.not-logo aside.search-n-social .searchbar form input.search {
	background: none;
	border: none;
	outline: none;
	margin: 7px 0 0 10px;
	color: #777777;
	width: 80%
}

header section.not-logo nav {
	width: auto;
	height: 40px;
	display: block;
	/*background: -webkit-linear-gradient(#eeeeee, #dedede); /* For Safari 5.1 to 6.0 */
	/*background: -o-linear-gradient(#eeeeee, #dedede); /* For Opera 11.1 to 12.0 */
	/*background: -moz-linear-gradient(#eeeeee, #dedede); /* For Firefox 3.6 to 15 */
	/*background: linear-gradient(#eeeeee, #dedede); /* Standard syntax */
	
	background: -webkit-linear-gradient(#0f547e, #0a3955); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#0f547e, #0a3955); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#0f547e, #0a3955); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#0f547e, #0a3955); /* Standard syntax */
	background-repeat: no-repeat;
	color: white;
	font-size: 18px;
	margin: 0;
	border-radius: 4px;
}

header section.not-logo nav ul {
	list-style: none;
	margin: 0;
	padding: 10px 0 0 20px;
}

header section.not-logo nav ul li {
	list-style: none;
	display: inline;
	margin: 0 5px 0 0;
}

header section.not-logo nav ul li a:link, header section.not-logo nav ul li a:visited, header section.not-logo nav ul li a:active {
	text-decoration: none;
	color: #FFFFFF;
	background: none;
	padding: 10px;
}

header section.not-logo nav ul li a:hover {
	text-decoration: none;
	background: #0a3955;
	padding: 10px;
}

/*** end header ***/
/*** start main ***/

main {
	width: 100%;
	display: block;
	clear: both;
	margin: 25px 0 0 0;
}

main #fader {
	width: 100%;
	height: 300px;
	overflow: hidden;
	background: url("images/fader1.jpg") left top no-repeat #EEEEEE;
	clear: both;
    border-radius: 4px;
    background-size: cover;
}

#fader a {
	padding: 100% 350px;
    text-decoration: none;
}

main #fader #faderimage {
	width: auto;
	height: 300px;
	overflow: hidden;
}

main #fader aside.faderblocks {
	width: 90px;
	height: auto;
	display: block;
	float: right;
	margin: 20px 20px 0 0;
	color: #FFFFFF;
    position: relative;
    height: 250px;
}

/*main #fader aside.faderblocks #fadeblock1 {
	background: #000000;
	width: 100%;
	height: 70px;
	margin: 0;
	cursor: pointer;
	opacity: 0.4;
    border-radius: 4px;
}

main #fader aside.faderblocks #fadeblock2 {
	background: #000000;
	width: 100%;
	height: 70px;
	margin: 20px 0;
	cursor: pointer;
	opacity: 0.4;
    border-radius: 4px;
}

main #fader aside.faderblocks #fadeblock3 {
	background: #000000;
	width: 100%;
	height: 70px;
	margin: 0;
	cursor: pointer;
	opacity: 0.4;
    border-radius: 4px;
}*/

main #fader aside.faderblocks > figure {
    display: block;
    width: 100%;
    height: 31.6666px;
    margin: 5px auto;
    background: #000000;
    opacity: 0.4;
    cursor: pointer;
    border-radius: 4px;
}

main #fader aside.faderblocks figure figcaption {
	padding: 0;
    height: 31.6666px;
    line-height: 31.6666px;
	color: #EEEEEE;
	font-size: 26px;
	text-align: center;
}

main section.pagecont { /*This is for pages that aren't the index...*/
	width: 100%;
	height: auto;
	/*background: #FFFFFF;*/
}

main section.pagecont aside.blackbar {
	display: block;
	float: left;
	width: 21%;
	background: #222222;
	color: #EFEFEF;
	height: 100%;
	position: relative;
	border-radius: 4px;
    overflow: hidden;
}

main section.pagecont aside.pagemeat {
	display: block;
	float: right;
	width: 74%;
	height: 100%;
	position: relative;
	padding: 5px;
	background: #FFFFFF;
	border: 1px solid #EEEEEE;
	border-radius: 6px;
    overflow: hidden;
}

main section.pagecont section.pagemeat { /*** same class, but different element; used for full-page parts of the site without a sidebar ***/
	display: block;
	width: 95%;
	height: 100%;
	position: relative;
	padding: 0 2.5% 5px 2.5%;
	background: #FFFFFF;
	border: 1px solid #EEEEEE;
	border-radius: 6px;
    overflow: hidden;
}

main section.pagecont aside.pagemeat p {
	margin: 0;
	padding: 5px;
}

main section.pagecont aside.pagemeat h1 {
	margin: 0;
	padding: 5px;
	font-weight: 700;
	font-size: 200%;
}

main section.pagecont aside ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
    width: 100%;
    float: left;
}

main section.pagecont aside ul li {
	list-style: none;
	padding: 0;
	margin: 0;
    width: 100%;
}

main section.pagecont aside.blackbar a:link, main section.pagecont aside.blackbar a:active, main section.pagecont aside.blackbar a:visited {
	color: #EEEEEE;
	text-decoration: none;
	padding: 10px 15px;
    width: 100%;
    display: block;
}

main section.pagecont aside.blackbar a:hover {
	color: #FFFFFF;
	text-decoration: none;
	padding: 10px 15px;
	background: #101010;
    width: 100%;
    display: block;
}

/*Back to the front page stuff...*/

main section.subblocks {
	width: 100%;
	display: block;
	margin: 15px 0;
}

main section.subblocks figure.block1 {
	background: url("images/subblock1.jpg") top center no-repeat #EEEEEE;
	width: 32%;
	height: 120px;
	display: block;
	float: left;
	margin: 0 2% 0 0;
	overflow: hidden;
	opacity: 0.8;
    border-radius: 4px;
}

main section.subblocks figure.block2 {
	background: url("images/subblock2.jpg") top center no-repeat #EEEEEE;
	width: 32%;
	height: 120px;
	display: block;
	float: left;
	margin: 0;
	overflow: hidden;
	opacity: 0.8;
    border-radius: 4px;
}

main section.subblocks figure.block3 {
	background: url("images/subblock3.jpg") top center no-repeat #EEEEEE;
	width: 32%;
	height: 120px;
	display: block;
	float: right;
	margin: 0;
	overflow: hidden;
	opacity: 0.8;
    border-radius: 4px;
}

main section.subblocks figure.block1:hover, main section.subblocks figure.block2:hover, main section.subblocks figure.block3:hover {
	opacity: 1.0;
}

main section.subblocks figure a {
	text-decoration: none;
	padding: 100%;
}

/*** end main ***/
/*** start footer ***/

footer {
	/*background: -webkit-linear-gradient(#0f547e, #0a3955); /* For Safari 5.1 to 6.0 */
	/*background: -o-linear-gradient(#0f547e, #0a3955); /* For Opera 11.1 to 12.0 */
	/*background: -moz-linear-gradient(#0f547e, #0a3955); /* For Firefox 3.6 to 15 */
	/*background: linear-gradient(#0f547e, #0a3955); /* Standard syntax */
	/*background-repeat: no-repeat;*/
	width: auto;
	padding: auto;
	margin: 15px 0 0 0;
	clear: both;
	overflow: hidden;
    font-size: 12px;
}

footer section.footer-body {
	display: block;
	float: none;
	text-align: center;
	margin: 0 auto;
	width: 900px;
	padding: 0;
	/*background: url("images/logo_trans.png") right center no-repeat;*/
	
}

footer section.footer-body a {
	color: #000000;
	text-decoration: none;
}

footer section.footer-body aside.row1 {
	display: block;
	text-align: left;
	float: none;
}

footer section.footer-body aside.row2 {
	display: block;
	text-align: left;
	float: none;
}

footer section.footer-body ul {
	list-style: none;
	padding: 0;
    text-align: center;
    margin: 7px 0;
}

footer section.footer-body ul li {
	list-style: none;
	padding: 5px;
    display: inline;
}

footer section.footer-body ul li a:link, footer section.footer-body ul li a:active, footer section.footer-body ul li a:visited {
	opacity: 0.7;
}

footer section.footer-body ul li a:hover {
	opacity: 1.0;
}

/*** end footer ***/
/*** special cases ***/

.clear {
	clear: both;
}

.hidden {
	display: none;
}

.boxy {
	background: #f0f0f0;
	border-radius: 4px;
	border: 1px solid #E0E0E0;
	padding: 5px;
}

section.pagemeat h1 {
	font-size: 40px;
	padding: 0;
	margin: 10px 5px;
}

.form {
	font-size: 16px;
	border: 1px solid #E7E7E7;
	background: #F5F5F5;
	
}

.formemail {
	font-size: 20px;
	width: 98%;
	border: 1px solid #E7E7E7;
	background: #F5F5F5;
}

.button {
	font-size: 16px;
	background: #005594;
	color: #FFFFFF;
	border: 0;
}

section.pagemeat textarea {
	width: 98%;
	min-height: 400px;
	background: #F5F5F5;
	border: 1px solid #E7E7E7;
}

.grey {
	background: #EEEEEE !important;
}

.bold {
    font-weight: 800 !important;
    /*color: #FFFFFF !important;*/
}

.h-banner {
    width: 105%;
    height: 75px;
    margin: 0 -2.5%;
    overflow: hidden;
}

figure.equipment {
    width: 90%;
    margin: 10px auto;
    clear: both;
    display: block;
    height: auto;
}

figure.eq_head {
    font-weight: 800;
}

figure.equipment section.eq_name {
    float: left;
    display: block;
    width: 49%;
    position: relative;
}

figure.equipment section.eq_costs {
    float: right;
    display: block;
    width: 49%;
    position: relative;
}

figure.eq_head section.eq_costs {
    border-bottom: 1px solid #DDDDDD;
}

figure.equipment section.eq_costs menuitem {
    display: inline-block;
    width: 32%;
    text-align: right;
    position: relative;
}

.left {
    float: left;
    margin: 20px 20px 20px 0;
}

.right {
    float: right;
    margin: 20px 0 20px 20px;
}

.curve {
    border-radius: 6px;
}

.trans {
    opacity: 0.7;
}

.pagemeat a:link, .pagemeat a:visited, .pagemeat a:active {
    color: #4186cc;
    text-decoration: none;
}

.pagemeat a:hover {
    color: #4186cc;
    text-decoration: underline;
}

.gcsc-branding {
    display: none;
}

/*** end special cases ***/
