@charset "UTF-8";

/* Text Formatting */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px;
	padding: 20px;
	background: #000;
}
.page { font-size: 1em; }

h1 { font-size: 2.0em; color: #333; margin: .5em 0px .5em 0px; font-weight: bold; }
h2 { font-size: 2.0em; color: #000; margin: 0px 0px .5em 0px; font-weight: normal; }
h3 { font-size: 1.25em; color: #a6714b; margin: .5em 0px .5em 0px; font-weight: bold; }
h4 { font-size: .9em; color: #fff; margin: 0em 0px .25em 0px; line-height: 140%; font-weight: normal; }
h5 { font-size: 1.4em; color: #000; margin: 0px 0px .25em 0px; font-weight: normal; }
h6 { font-size: .8em; color: #fcfcfc; margin: 0em 0px .25em 0px; font-weight: normal; }
p { margin: 0px 0px 1em 0px; font-size: 1.1em; line-height: 180%; }
li { margin: 0px 0px 10px 0px; }
a img { border: none; }
a { color: #fff; font-weight: bold; text-decoration: none; }
a:hover { color: #64b0de; }
figure { display: block; margin: 0px; padding: 0px; }

figure .figure_photo1 { background: url("../images/services-montage-big.jpg") 50% 0px no-repeat; 
float: right;
display: block;
margin: 0 0px 20px 10px;
width: 100%;
height: 630px;
border: 0px solid #000; }

/* Full screen monitor layout */

.page { position: relative; margin: 0px auto 0px auto; width: 100%; max-width: 1800px; background-color: #fff}
.page header {
	height: 70px;
    padding: 40px 20px 20px 300px;
    background: #000;
    z-index: 110;
}
.page header a.logo {
	position: absolute;
	top: -10px;
	left: 10px;
	display: block;
	width: 120px;
	height: 120px;
	background: url("../artwork/fsc-logo-big.png") no-repeat 50% 0px;
}

.page .page_content { background-color: #fff; padding: 0px 0px 0px 0px; }
.page .page_content .content {
	margin: 10px 10px 10px 10px;
	padding: 0px;
}
.page .page_content .page_content_container_nav {
	width: 100%;
	float: left;
	padding: 0px;
	margin-top: -80px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
}
.page .page_content .page_content_container_head {
	width: 96%;
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 20px;
}
.page .page_content .page_content_container_left { width: 40%; float: left; margin: 10px 0 0 15px; padding: 0px; }
.page .page_content .page_content_container_right { width: 50%; float: right; margin: 10px 0px 0 0; padding: 0px; }

.page footer {
	display: block;
	border-top: 1px solid #ddd;
	padding: 5px 10px 15px 20px;
	font-size: 1em;
	color: #fff;
	height: 100px;
	-moz-box-shadow: 0px 5px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 5px 3px rgba(0,0,0,0.3);
	box-shadow: 0px 5px 3px rgba(0,0,0,0.3);
	background: -moz-linear-gradient(top, #cccccc 50%, #000000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#444444), color-stop(80%,#000000));
}
a.logo {
	position: relative;
	top: 0px;
	left: 10px;
	display: block;
	width: 80px;
	height: 80px;
	background: url("../artwork/fsc-logo-med.png") no-repeat 50% 0px;
}
a.insta {
	position: relative;
	top: 30px;
	left: 25%;
	display: block;
	width: 30px;
	height: 30px;
	background: url("../artwork/insta-icon-big.png") no-repeat 50% 0px;
}
a.fb {
	position: relative;
	top: 0px;
	left: 35%;
	display: block;
    margin: 0 0 0 20px;
	width: 16px;
	height: 30px;
	background: url("../artwork/fb-big.png") no-repeat 50% 0px;
}
.page .page_content .middleleft_footer {
    display: block;
    position: relative;
    width: 20%; float: right; margin: 20px 0px 0px 100px;
}

.clear_both { clear: both; line-height: 1px; }

/* Rules Sensitive to Screen Size */

/* Small Screen Rules vertical*/
@media screen and (min-width: 150px) and (max-width: 500px) {	
	body { padding: 10px; }
	.page { margin: 0px; padding: 0px; font-size: .9em }
	h1 { font-size: 1.5em; color: #000; margin: 0px 0px .5em 0px; font-weight: normal; font-weight: bold; }
	h2 { font-size: 1.1em; color: #000; margin: 0px 0px .5em 0px; font-weight: bold;}
	h6 { font-size: .8em; color: #000; margin: 0px 0px .5em 0px; font-weight: normal;}
	.page header { height: 45px; padding: 50px 5px 0 0; background-color: #000; }
.page header a.logo {
	position: absolute;
	top: 5px;
	left: 10px;
	display: block;
    padding: 0 30px 0 0;
	width: 60px;
	height: 60px;
	background: url("../artwork/fsc-logo-sml.png") no-repeat 50% 0px;
}
	.page header a.tagline {
	position: absolute;
	top: 75px;
	left: 0px;
	display: block;
	width: 140px;
	height: 15px;
}
	.page .page_content .page_content_container_head {
	width: 96%;
	float: left;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10px;
}
	.page .page_content .page_content_container_left { width: 100%; float: none; margin: 0px; height: auto; }
.page .page_content .page_content_container_right { width: 100%; float: none; margin: 0px; }
figure .figure_photo1 { background: url("../images/services-montage-sml.jpg") 50% 0px no-repeat; 
float: right;
display: block;
margin: 0 10px 10px 0;
width: 100%;
height: 245px;
border: 0px solid #000; }
	.page .page_content .content { margin: 10px 10px 20px 10px; }

.page footer { font-size: .7em; padding: 0px 0 10px 0; }
a.insta {
	position: relative;
	top: 5px;
	left: 25%;
	display: block;
	width: 15px;
	height: 15px;
	background: url("../artwork/insta-icon-sml.png") no-repeat 50% 0px;
}
a.fb {
	position: relative;
	top: -10px;
	left: 35%;
	display: block;
    margin: 0 0 0 20px;
	width: 8px;
	height: 15px;
	background: url("../artwork/fb-sml.png") no-repeat 50% 0px;
}
}
/* Medium Screen Rules VERTICAL */
@media screen and (min-width: 501px) and (max-width: 1200px) {
	.page { margin: 0px; padding: 0px; font-size: 1em; }
	h1 { font-size: 1.8em;}
h2 { font-size: 1.7em;}
	h4 { font-size: 1em; color: #fff; margin: 0em 0px .25em 0px; }
	.page header { height: 80px; background-color: #000; 
    padding: 20px 20px 0px 40px; 
      z-index: 100;
    }
	.page header a.logo {
	position: absolute;
	top: -15px;
	left: 10px;
	display: block;
    padding: 0 30px 0 0;
	width: 80px;
	height: 80px;
	background: url("../artwork/fsc-logo-med.png") no-repeat 50% 0px;
}
.page header a.tagline {
	position: absolute;
	top: 90px;
	right: 20px;
	display: block;
	width: 150px;
	height: 20px;
}
.page .page_content .page_content_container_head {
	width: 96%;
	float: left;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10px;
}
.page .page_content .page_content_container_left { width: 40%; float: left; margin: 0px 0 0 0; padding: 0px; }
.page .page_content .page_content_container_right { width: 55%; float: right; margin: 10px 0px 0 0; padding: 0px; }
figure .figure_photo1 { background: url("../images/services-montage-medsml.jpg") 50% 0px no-repeat; 
float: right;
display: block;
margin: 0 10px 10px 0;
width: 100%;
height: 312px;
border: 0px solid #000; }

	.page footer {
	display: block;
	border-top: 1px solid #ddd;
	padding: 15px 10px 15px 10px;
	}
.page footer a.logo {
	position: relative;
	top: 10px;
	left: 20px;
	display: block;
	width: 60px;
	height: 60px;
	background: url("../artwork/fsc-logo-sml.png") no-repeat 50% 0px; } 
a.insta {
	position: relative;
	top: 5px;
	left: 25%;
	display: block;
	width: 15px;
	height: 15px;
	background: url("../artwork/insta-icon-sml.png") no-repeat 50% 0px;
}
a.fb {
	position: relative;
	top: -10px;
	left: 35%;
	display: block;
    margin: 0 0 0 20px;
	width: 8px;
	height: 15px;
	background: url("../artwork/fb-sml.png") no-repeat 50% 0px; }
}
/* Medium Screen Rules */
@media screen and (min-width: 1001px) and (max-width: 1200px) {
	.page { margin: 0px; padding: 0px; font-size: .9em; }
	h1 { font-size: 1.8em;}
h2 { font-size: 1.7em;}
	h4 { font-size: 1em; color: #fff; margin: 0em 0px .25em 0px; }
	.page header { height: 80px; background-color: #000; 
    padding: 20px 20px 0px 40px; 
      z-index: 100;
    }
	.page header a.logo {
	position: absolute;
	top: -15px;
	left: 10px;
	display: block;
    padding: 0 30px 0 0;
	width: 80px;
	height: 80px;
	background: url("../artwork/fsc-logo-med.png") no-repeat 50% 0px;
}
.page header a.tagline {
	position: absolute;
	top: 90px;
	right: 20px;
	display: block;
	width: 150px;
	height: 20px;
}
.page .page_content .page_content_container_head {
	width: 96%;
	float: left;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10px;
}
.page .page_content .page_content_container_left { width: 40%; float: left; margin: 0px 0 0 0; padding: 0px; }
.page .page_content .page_content_container_right { width: 55%; float: right; margin: 10px 0px 0 0; padding: 0px; }
figure .figure_photo1 { background: url("../images/services-montage-med.jpg") 50% 0px no-repeat; 
float: right;
display: block;
margin: 0 10px 10px 0;
width: 100%;
height: 408px;
border: 0px solid #000; }

	.page footer {
	display: block;
	border-top: 1px solid #ddd;
	padding: 15px 10px 15px 10px;
	}
.page footer a.logo {
	position: relative;
	top: 10px;
	left: 20px;
	display: block;
	width: 60px;
	height: 60px;
	background: url("../artwork/fsc-logo-sml.png") no-repeat 50% 0px;
}
a.insta {
	position: relative;
	top: 30px;
	left: 25%;
	display: block;
	width: 30px;
	height: 30px;
	background: url("../artwork/insta-icon-big.png") no-repeat 50% 0px;
}
a.fb {
	position: relative;
	top: 0px;
	left: 35%;
	display: block;
    margin: 0 0 0 20px;
	width: 16px;
	height: 30px;
	background: url("../artwork/fb-big.png") no-repeat 50% 0px;
}    
}
.gray {
	color: #fcfcfc;
}

.page header h2 strong {
	color: #FFF;
}
.white {
	color: #FFF;
}
.blue {
	color: #00C;
}
.red {
	color: #F00;
}
