@charset "UTF-8";

/* Text Formatting */

body {
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
	font-size: 13px;
	margin: 0px;
	padding: 0px;
	color: #444;
	background: #333;
}
.page { font-size: 1em; }

h1 { font-size: 2.2em; color: #030; margin: 5px 0px .35em 0px; font-weight: bold; }
h2 { font-size: 1.4em; color: #444; margin: 0px 10px .5em 0px; font-weight: bold; }
h3 { font-size: 1.2em; color: #000; margin: 0px 0px .25em 0px; font-weight: normal; line-height: 130%; }
h4 { font-size: 1em; color: #000; margin: 0px 0px .5em 20px; font-weight: normal;
}
h5 { font-size: .9em; color: #000; margin: 0px 0px .5em 0px; line-height: 130%; font-weight: normal;}
h6 { font-size: .7em; color: #000; margin: 0px 0px 0em 0px; line-height: 80%; font-weight: normal; }
p {
	font-size: 1em;
	margin: 0px 10px 1em 0px;
	font-weight: normal;
	line-height: 150%;
}
li { margin: 0px 0px 10px 0px; }
a img { border: none; }
a { color: #00c;
	font-size: 1em;
	text-decoration: none;
	font-weight: bold;
}
a:hover { color: #0199df; text-decoration: underline; }

figure { display: block; margin: 0px; padding: 0px; }
figure .figure_photo1 { background-image: url(../images/mike-sells-150x225.jpg); 
background-repeat: no-repeat;
float: right;
display: block;
margin: 0px 0px 0px 10px;
width: 150px;
height: 225px;
border: 1px solid #000; }
figure .figure_photo2 { background-image: url(../images/mike-sells-family-800x475.jpg); 
background-repeat: no-repeat;
/*float: left;*/
display: block;
margin: 0px 0px 0px 0px;
width: 100%;
height: 475px;
border: 0px solid #000; }
figure .figure_photo3 { background-image: url(../images/labor-champ-trophy-300x493.jpg); 
background-repeat: no-repeat;
/*float: left;*/
display: block;
margin: 0px 0px 0px 0px;
width: 100%;
height: 475px;
border: 0px solid #000; }
figure .figure_photo4 { background-image: url(../images/Mike-and-Gayle-Sells-338x475.jpg); 
background-repeat: no-repeat;
/*float: left;*/
display: block;
margin: 0px 0px 0px 0px;
width: 100%;
height: 475px;
border: 0px solid #000; }
figure .figure_photo7 { background-image: url(../artwork/loc-icon-big.png); 
background-repeat: no-repeat;
float: left;
display: block;
margin: 0px 30px 0 0;
width: 29px;
height: 34px;
border: 0px solid #000; }
figure .figure_photo8 { background-image: url(../artwork/checkbox-big.png); 
background-repeat: no-repeat;
float: left;
display: block;
margin: 0px 10px 0 0;
width: 29px;
height: 34px;
border: 0px solid #000; }
.page_content_container_center figure figcaption { font-size: 1em; color: #000; font-style: italic; margin: 0px 0px 10px 10px; padding: 0px 0px 0px 0px; }


/* Full screen monitor layout */

.page { position: relative; margin: 0px auto 0px auto; width: 100%; }
.page header {
	display: block;
	margin: 0px auto 0px auto;
	top: 0px;
	position: relative;
	height: 120px;
	background: url(../images/home-banner-big.jpg) 50% 0;
	background-repeat: no-repeat;
	background-color: #003300;
}
a.fb {
	position: absolute;
	top: 130px;
	right: 4%;
	width: 30px;
	height: 30px;
	background: url(../artwork/f.png) no-repeat 0px 0px;
	}
	a.twitter {
	position: absolute;
	top: 130px;
	right: 1%;
	width: 30px;
	height: 30px;
	background: url(../artwork/twitter-big.png) no-repeat 0px 0px;
	}
.page .page_content { background-color: #fff; padding: 0px 0px 0px 0px; }
.page .page_content .page_content_container_nav {
	width: 100%;
	float: left;
	margin: 2px 0 0 0;
	height: auto;
	background-color: #003300;
}

.page .page_content .content {
	margin: 0px 10px 15px 10px;
	padding: 0px;
}
.page .page_content .page_content_container_top {
	width: 97%;
	float: left;
	margin: 10px 0 0 10px;
	height: auto;
	background-color: #fff;
}
.page .page_content .page_content_container_mid {
	width: 97%;
	float: left;
	margin: 10px 0 0 10px;
	height: auto;
	background-color: #fff;
}
.page .page_content .page_content_container_left1 {
	width: 80%;
	float: none;
	padding: 0 0 20px 0;
	margin: 0px auto 0px auto;
	height: auto;
	background-color: #fff;
}
	
.page footer {
	display: block;
	border-top: 1px solid #ddd;
	padding: 15px 10px 15px 30px;
	font-size: 1em;
	color: #fff;
	height: auto;
	-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, #003300 50%, #000000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#003300), color-stop(80%,#000000));
}

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

/* Rules Sensitive to Screen Size */

/* Small Screen Rules */
@media screen and (min-width: 150px) and (max-width: 600px) {	
	body { padding: 0px; }
	.page {
	margin: 0px 0 0px 0;
	padding: 0px 0px 0px 0px;
	font-size: .9em;
	background-color: #fff;
}
	.page header {
	height: 74px;
	background-image: url(../images/home-banner-sml.jpg);
	background-color: #fff;
	align: center;
}

.page .page_content { background-color: #fff; padding: 0px 0px 0px 0px; }
.page .page_content .content {
	margin: 0px;
	padding: 0px; }
.page .page_content .page_content_container_nav {
	width: 100%;
	float: left;
	margin: 2px 0 0 0;
	height: auto;
	min-height: 45px;
	background-color: #003300;
}
a.fb {
	position: absolute;
	top: 10px;
	right: 7%;
	width: 20px;
	height: 20px;
	background: url(../artwork/f-sml.png) no-repeat 0px 0px;
	}
a.twitter {
	position: absolute;
	top: 10px;
	right: 2%;
	width: 20px;
	height: 20px;
	background: url(../artwork/twitter-sml.png) no-repeat 0px 0px;
	}
.page .page_content .page_content_container_top {
	width: 95%;
	float: left;
	margin: 10px 0 0 5px;
	height: auto;
	background-color: #fff;
}
.page_content_container_center figure figcaption { font-size: .7em; color: #000; font-style: italic; margin: 0px 0px 10px 10px; padding: 0px 0px 0px 0px; }

figure { display: block; margin: 0px; padding: 0px; }
figure .figure_photo7 { background-image: url(../artwork/loc-icon-sml.png); 
background-repeat: no-repeat;
float: left;
display: block;
margin: 0px 10px 0 0;
width: 20px;
height: 24px;
border: 0px solid #000; }
figure .figure_photo8 { background-image: url(../artwork/checkbox-med.png); 
background-repeat: no-repeat;
float: left;
display: block;
margin: 0px 10px 0 0;
width: 20px;
height: 19px;
border: 0px solid #000; }
.page .page_content .page_content_container_mid {
	width: 97%;
	float: left;
	margin: 10px 0 0 10px;
	height: auto;
	background-color: #fff;
}
.page .page_content .page_content_container_left1 {
	width: 97%;
	float: left;
	margin: 0px auto 0 auto;
	height: auto;
	background-color: #fff;
}
.page .page_content .page_content_container_left2 {
	width: 97%;
	float: left;
	margin: 0px auto 0 auto;
	height: auto;;
	background-color: #fff;
}

figure .figure_photo1 { background-image: url(../images/mike-sells-70x105.jpg); 
background-repeat: no-repeat;
float: right;
display: block;
margin: 0px 0px 0px 10px;
width: 70px;
height: 105px;
border: 0px solid #000; }
figure .figure_photo2 { background-image: url(../images/mike-sells-family-220x148.jpg) 0% 0px; 
background-repeat: no-repeat;
float: none;
display: block;
margin: 0px 0px 0px 10px;
width: 100%;
height: 148px;
border: 0px solid #000; }
figure .figure_photo3 { background-image: url(../images/labor-champ-trophy-90x197.jpg) 50% 0px; 
background-repeat: no-repeat;
float: none;
display: block;
margin: 0px 0px 0px 10px;
width: 100%;
height: 148px;
border: 0px solid #000; }
figure .figure_photo4 { background-image: url(../images/Mike-and-Gayle-Sells-105x148.jpg) 50% 0px; 
background-repeat: no-repeat;
float: none;
display: block;
margin: 0px 0px 0px 10px;
width: 100%;
height: 148px;
border: 0px solid #000; }

figure { display: block; margin: 0px; padding: 0px; }
figure .figure_photo7 { background-image: url(../artwork/loc-icon-sml.png); 
background-repeat: no-repeat;
float: left;
display: block;
margin: 0px 10px 0 0;
width: 20px;
height: 24px;
border: 0px solid #000; }
figure .figure_photo8 { background-image: url(../artwork/checkbox-med.png); 
background-repeat: no-repeat;
float: left;
display: block;
margin: 0px 10px 0 0;
width: 20px;
height: 19px;
border: 0px solid #000; }
.page .page_content .page_content_container_bottom { width: 95%; float: left; margin: 0px 0px 10px 0px; padding: 5px 5px 0 5px; }
.page nav {
		position: inherit;
		padding: 15px 0px 1px 0px;
		text-align: left;
		border-top: 1px solid #ddd;
		background: #fff;
		width: 300px;
	}
	.page nav a {
		color: #fff;
		border: none;
		padding: 7px 10px 7px 10px;
		font-weight: bold;
		font-size: 1em;
		display: block;
		margin: 0px 5px 5px 5px;
		background: #030 url() no-repeat right 50%;
		font-weight: normal;
	}
	.page nav a:hover { color: #fff; background-color: #060; }
		
}

/* Medium Screen Rules */
@media screen and (min-width: 601px) and (max-width: 1200px) {
	.page { margin: 0px; padding: 0px; font-size: .9em }
	h1 { font-size: 1.8em; color: #030; margin: 5px 0px .35em 0px; font-weight: bold; }
	h2 { font-size: 1.4em; color: #444; margin: 0px 10px .25em 0px; font-weight: bold; }
	.page header {
	height: 64px;
	background-image: url(../images/home-banner-med.jpg);
	padding: 10px 30px 0px 75px;
}
.page .page_content { background-color: #fff; padding: 0px; }
.page .page_content .page_content_container_nav {
	width: 100%;
	float: left;
	margin: 2px 0 0 0;
	height: 30px;
	background-color: #003300;
}
a.fb {
	position: absolute;
	top: 5px;
	right: 52%;
	width: 20px;
	height: 20px;
	background: url(../artwork/f-sml.png) no-repeat 0px 0px;
	}

	a.twitter {
	position: absolute;
	top: 5px;
	right: 49%;
	width: 20px;
	height: 20px;
	background: url(../artwork/twitter-sml.png) no-repeat 0px 0px;
	}
	.page .page_content .page_content_container_top {
	width: 99%;
	float: left;
	margin: 10px 0 0 10px;
	height: auto;
	background-color: #fff;
}
.page .page_content .page_content_container_mid {
	width: 97%;
	float: left;
	margin: 10px 0 0 10px;
	height: auto;
	background-color: #fff;
}
.page .page_content .page_content_container_left1 {
	width: 100%;
	float: none;
	padding: 0 0 20px 0;
	margin: 0px auto 0px auto;
	height: auto;
	background-color: #fff;
}

figure .figure_photo1 { background-image: url(../images/mike-sells-100x150.jpg); 
background-repeat: no-repeat;
float: right;
display: block;
margin: 0px 0px 0px 10px;
width: 100px;
height: 150px;
border: 0px solid #000; }
figure .figure_photo2 { background-image: url(../images/mike-sells-family-600x356.jpg); 
background-repeat: no-repeat;
display: block;
margin: 0px 0px 0px 0px;
width: 100%;
height: 329px;
border: 0px solid #000; }
figure .figure_photo3 { background-image: url(../images/labor-champ-trophy-200x329.jpg); 
background-repeat: no-repeat;
display: block;
margin: 0px 0px 0px 0px;
width: 100%;
height: 329px;
border: 0px solid #000; }
figure .figure_photo4 { background-image: url(../images/Mike-and-Gayle-Sells-234x329.jpg); 
background-repeat: no-repeat;
display: block;
margin: 0px 0px 0px 0px;
width: 100%;
height: 329px;
border: 0px solid #000; }
figure .figure_photo7 { background-image: url(../artwork/loc-icon-med.png); 
background-repeat: no-repeat;
float: left;
display: block;
margin: 0px 10px 0 0;
width: 29px;
height: 34px;
border: 0px solid #000; }
figure .figure_photo8 { background-image: url(../artwork/checkbox-med.png); 
background-repeat: no-repeat;
float: left;
display: block;
margin: 0px 10px 0 0;
width: 29px;
height: 34px;
border: 0px solid #000; }
figure { display: block; margin: 0px; padding: 0px; }
.page nav {
	top: 82px;
}
	.page nav a {
		margin: 0px 2px 0px 2px;
		padding: 4px 2px 2px 2px;
		font-size: .9em;
	}
}
.red {
	color: #cc0000;
}
.page footer .footer_content p {
	color: #FFF;
}
.white {
	color: #FFF;
}
.green {
	color: #063;
}
