@charset "UTF-8";
/* CSS Document */

/*====Safety copy from Work 2====*/


/*----- Reset -----*/
html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote {
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-weight: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td, th, caption {
	font-weight: normal;
	text-align: left;
}
img, fieldset {
	border: 0;
}
ol {
	padding-left: 1.4em;
	list-style: decimal;
}
ul {
	padding-left: 1.4em;
	list-style:square;
}
q:before, q:after { 
	content:''; 
}


/*----- Typography -----*/
@font-face {
    font-family: 'CabinRegular';
    src: url('https://web.archive.org/web/20141219055248im_/http://baypointbuilderscorp.com/fonts/Cabin-Regular-webfont.eot');
    src: url('https://web.archive.org/web/20141219055248im_/http://baypointbuilderscorp.com/fonts/Cabin-Regular-webfont.eot') format('embedded-opentype'),
         url('https://web.archive.org/web/20141219055248im_/http://baypointbuilderscorp.com/fonts/Cabin-Regular-webfont.woff') format('woff'),
         url('https://web.archive.org/web/20141219055248im_/http://baypointbuilderscorp.com/fonts/Cabin-Regular-webfont.ttf') format('truetype'),
         url('https://web.archive.org/web/20141219055248im_/http://baypointbuilderscorp.com/fonts/Cabin-Regular-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'CabinSemiBold';
    src: url('https://web.archive.org/web/20141219055248im_/http://baypointbuilderscorp.com/fonts/Cabin-SemiBold-webfont.eot');
    src: url('https://web.archive.org/web/20141219055248im_/http://baypointbuilderscorp.com/fonts/Cabin-SemiBold-webfont.eot') format('embedded-opentype'),
         url('https://web.archive.org/web/20141219055248im_/http://baypointbuilderscorp.com/fonts/Cabin-SemiBold-webfont.woff') format('woff'),
         url('https://web.archive.org/web/20141219055248im_/http://baypointbuilderscorp.com/fonts/Cabin-SemiBold-webfont.ttf') format('truetype'),
         url('https://web.archive.org/web/20141219055248im_/http://baypointbuilderscorp.com/fonts/Cabin-SemiBold-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'CopseRegular';
    src: url('https://web.archive.org/web/20141219055248im_/http://baypointbuilderscorp.com/fonts/Copse-Regular-webfont.eot');
    src: url('https://web.archive.org/web/20141219055248im_/http://baypointbuilderscorp.com/fonts/Copse-Regular-webfont.eot') format('embedded-opentype'),
         url('https://web.archive.org/web/20141219055248im_/http://baypointbuilderscorp.com/fonts/Copse-Regular-webfont.woff') format('woff'),
         url('https://web.archive.org/web/20141219055248im_/http://baypointbuilderscorp.com/fonts/Copse-Regular-webfont.ttf') format('truetype'),
         url('https://web.archive.org/web/20141219055248im_/http://baypointbuilderscorp.com/fonts/Copse-Regular-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

h1, h2, h3, h4 {
	font-family: 'CopseRegular';
	color: #666;
}
h1 a, h2 a, h3 a {
	color: #666;
	text-decoration: none;
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
	-transition: all ease 0.5s;
}
h1 a:hover, h2 a:hover, h3 a:hover {
	color: #000;
	text-decoration: underline;
}
h1 {
	font-size: 24px;
	line-height: 32px;
}
h2 {
	font-size: 20px;
	line-height: 28px;
}
h3 {
	font-size: 16px;
	line-height: 22px;
}
p {
	font-family: 'Verdana';
	font-size: 12px;
	line-height: 20px;
	color: #000;
	margin-bottom: 15px;
}

/*----- Layout -----*/
body {
	background-image: url(https://web.archive.org/web/20141219055248im_/http://baypointbuilderscorp.com/img/bkgdStripe2.jpg);
	background-repeat: repeat-x;
}
#topBlock {
	top: 0px;
	height: 43px;
	width: 100%;
	position: absolute;
	background-image: url(https://web.archive.org/web/20141219055248im_/http://baypointbuilderscorp.com/img/menubar1.png);
	background-repeat: repeat-x;
	z-index: 1000;
}
#center {
	width: 960px;
	margin: 0 auto 0 auto;
	height: 43px;
}
#container {
	background-image: url(https://web.archive.org/web/20141219055248im_/http://baypointbuilderscorp.com/img/containerBkgd2.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width: 960px;
	min-height: 640px;
	margin: 0 auto 0 auto;
	background-color: #FFF;
	overflow: hidden;
	position: relative;
}
#header {
	height: 120px;
	width: 960px;
	z-index: 10;
}
#logo {
	float: left;
	margin: 34px 0 0 -20px;
	z-index: 100;
}
#tagLine {
	position: absolute;
	left: 133px;
	top: 108px;
	z-index: 50;
}
#tagLine h3 {
	font-family: 'CabinSemiBold';
	font-size: 12px;
	line-height: 12px;
	text-transform: uppercase;
	color: #000;
	letter-spacing: 0.05em;
}
#navBar {
	position: absolute;
	top: 101px;
	right: 20px;
}
#navBar ul {
	text-align: right;
}
#navBar ul li {
	font-family: 'CabinSemiBold';
	font-size: 12px;
	line-height: 19px;
	display: inline;
	list-style-type: none;
	text-align: right;
	text-transform: uppercase;
	margin-left: 20px;
}
#navBar ul li a {
	color: #075da8;
	text-decoration: none;
	padding: 1px 0px 0px 0px;
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
	-transition: all ease 0.5s;
}
#navBar ul li a:hover {
	color: #000
}
#home #homeLink, #work #workLink, #process #processLink, #team #teamLink, #contactUs #contactUsLink, #careers #careersLink, #words #wordsLink {
	color: #000;
	border-top-width: 6px;
	border-top-style: solid;
	border-top-color: #075da8;	
	padding: 3px 0 0 0;
}
#footer {
	background-image: url(https://web.archive.org/web/20141219055248im_/http://baypointbuilderscorp.com/img/fullBottomShadow1.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 40px;
	width: 960px;
	margin: 0 auto 40px auto;
}
#footer p {
	font-size: 10px;
	line-height: 15px;
	padding-top: 20px;
	color: #666;
}
#footer p a {
	color: #666;
	text-decoration: none;
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
	-transition: all ease 0.5s;
}
#footer p a:hover {
	color: 000;
	text-decoration: underline;
}
#floatLeft {
	float: left;
}
#floatRight {
	float: right;
}
#slider {
	height: 334px;
	width: 920px;
	margin: 20px auto 0 auto;
}
#farmhouseGraphic {
	width: 334px;
	height: 240px;
	position: absolute;
	top: 360px;
	left: 313px;
	z-index: 1000;
}
#frontHead {
	float: left;
	width: 430px;
	margin: 24px 0 30px 40px;
}
#frontHead, #frontHead2 h1 {
	margin-top: 0px;
	letter-spacing: 0.05em;
}
#frontText {
	float: left;
	width: 430px;
	margin: 20px 0 20px 20px;
} 
#insideText {
	float: left;
	width: 450px;
	margin: 20px 0 30px 20px;
}
#pageHead {
	width: 960px;
	margin: 20px 0 20px 20px;
}
#pageHead h3 {
	text-align: left;
}
#frontText p {
	line-height: 24px;
	margin-bottom: 15px;
}
#frontText p a {
	color: #075da8;
	text-decoration: none;
}
#frontText p a:hover {
	color: #000;
	text-decoration: underline;
}
#insideText h3, #insideImage h3 {
	margin: 0 0 10px 0;
}
#insideText p a {
	color: #075da8;
	text-decoration: none;
}
#insideText p a:hover {
	color: #000;
	text-decoration: underline;
}
#insideImage {
	float: left;
	height: 335px;
	width: 450px;
	margin: 25px 0 50px 20px;
}
#teamBlock {
	clear: both;
	float: left;
	margin: 20px  0 20px 0;
	width: 640px;
}
#teamBlock h5 {
	font-family:  'CopseRegular';
	font-size: 15px;
	font-style: strong;
	margin-bottom: 5px;
	color: #666;
	text-align: center;
}
#teamBlock h6 {
	font-family: Verdana;
	font-size: 13px;
	font-style: italic;
	margin-bottom: 5px;
	color: #000;
	text-align: center;
}
#teamBlock p {
	margin: 0;
}
.row {
	margin: 0 0 20px 0;
	float: left;
	clear: left;
}
.left, .center, .right {
	width: 200px;
	float: left;
	margin: 0px 20px 20px 0;
}
.right {
	margin-right: 0;
}
.imgCenter {
	margin: 0 28px 10px 28px;
}
.textCenter {
	text-align: center;
}
#narrowBlock {
	clear: both;
	float: left;
	width: 760px;
	margin: 20px 50px 10px 50px;
}
#mugShot {
	float: left;
	height: 144px;
	width: 100px;
}
#teamText {
	margin-left: 20px;
	float: left;
}
#teamText ul li {
	line-height: 20px;
	margin-left: 20px;
	list-style-type: disc;
}
.imageBox {
	width: 100%;
	margin: 20px 0 20px 20px;
	overflow: visible;
	clear: both;
	float: left;
}
.imageBox .leftBox {
	float: left;
	width: 450px;
}
.imageBox .rightBox {
	float: left;
	width: 450px;
	margin-left: 20px;
}
.imageBox h2 {
	margin: 0 0 0 0;
}

/*---- NEW FRONT PAGE -----*/

#frontHead2 {
	width: 920px;
	margin: 20px 0 20px 20px;
	float: left;
}
#frontCol1, #frontCol2, #frontCol3 {
	width: 293px;
	margin: 0 0 20px 20px;
	float: left;
}
#frontCol1 h3, #frontCol2 h3, #frontCol3 h3 {
	font-size: 18px;
	margin: 0 0 10px 0;
}
#frontCol1 p, #frontCol2 p, #frontCol3 p {
	margin: 0 0 8px 0;
}
#frontCol1 p a, #frontCol2 p a, #frontCol3 p a {
	color: #075da8;
	text-decoration: none;
}
#frontCol1 p a:hover, #frontCol2 p a:hover, #frontCol3 p a:hover {
	color: #000;
	text-decoration: underline;
}
.frontColimg {
	float: left;
	margin: 3px 10px 10px 0;
}

/*----- SPACERS -----*/
.spacer10px {
	width: 100%;
	height: 10px;
}
.spacer15px {
	width: 100%;
	height: 15px;
}
.spacer20px {
	width: 100%;
	height: 20px;
}
.spacer30px {
	width: 100%;
	height: 30px;
}

/*----- ALIGNMENT -----*/
.floatLeft {
	float: left;
}
p.signature {
	float: right;
	clear: left;
	padding-bottom: 30px;
	font-style: italic;
}
.testimonial {
	margin: 0 0 70px 0;
}

.testimonial p {
	margin: 0 0 10px 0;
}

/*
     FILE ARCHIVED ON 05:52:48 Dec 19, 2014 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 07:46:11 Jul 12, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.607
  exclusion.robots: 0.024
  exclusion.robots.policy: 0.013
  esindex: 0.012
  cdx.remote: 17.838
  LoadShardBlock: 95.935 (3)
  PetaboxLoader3.datanode: 135.391 (4)
  load_resource: 138.344
  PetaboxLoader3.resolve: 63.954
*/