@charset "UTF-8";
/* CSS Document */

/* savagepixels global rules */
* {
	margin: 0px;
	padding: 0px;
}
.after {
	display: block;
	clear: both;
	height: 0px;
	visibility: hidden;
}
img {
	border: 0;
}
a:link {
	color: #48a908;
	text-decoration: none;
}
a:active {
	color: #48a908;
}
a:hover {
	color: #48a908;
	text-decoration: underline;
}
a:visited {
	color: #1c7e9d;
	text-decoration: none;
}
body {
	margin: 0;
	font-size: 12px;
	color: #666666;
	background-image: url(../img/spBackground.jpg);
	background-color: #bfdfe6;
	width: 100%;
	height: 100%;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.floatRight {
	float: right;
	margin-left: 20px;
	margin-top: 6px;
}
.floatLeft {
	float: left;
	margin-right: 20px;
	margin-top: 6px;
}

/* header style section */
#headerBacker {
	margin-top: 0px;
	height: 112px;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-image: url(../img/headerBacker.png);
	background-repeat: no-repeat;
}
#navContainer {
	margin-top: 0px;
	height: 25px;
	width: 440px;
	text-align: left;
	position: absolute;
	right: 30px;
	bottom: 0px;
}
#navContainer p {
	font-size:14px;
	text-align: right;
}

#navContainer p a {
	color:#666;
}
.blueIt {
	color:#2a819d;
}

/* body style section */
#bodyBacker {
	margin-top: 0px;
	height: 410px;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/bodyBacker.png);
	background-repeat:no-repeat;
}
#bodyTabsAbout {
	height: 372px;
	width: 659px;
	background-image: url(../img/aboutBodyBacker.png);
	background-repeat:no-repeat;
	position: relative;
	left: 50px;
	top: 28px;
	float: left;
}
#bodyTabsServices {
	height: 371px;
	width: 844px;
	background-image: url(../img/servicesBodyBacker.png);
	background-repeat:no-repeat;
	position: relative;
	left: 50px;
	top: 28px;
	float: left;
}
#aboutCopyContainer {
	height: 350px;
	width: 595px;
	margin-left: 35px;
	margin-top: 25px;
}
#aboutCopyContainer p {
	line-height: 18px;
	margin-top: 14px;
}
#sectionHeader  {
	height: 20px;
	width: 80px;
	margin-left: 35px;
	margin-top: 25px;
}
#servicesCopy {
	height: 270px;
	width: 765px;
	margin-left: 35px;
	margin-top: 20px;
	overflow-y: scroll;
	padding-right: 10px;
}
.servicesHeaders {
	font-weight: bold;
	color: #48a908;	
}
.portImage {
	float: left;
	height: 135px;
	width: 225px;
	padding-top: 20px;
}
.portfolioBlock  {
	height: 270px;
	width: 777px;
	margin-left: 35px;
	margin-top: 20px;
	overflow-y: scroll;
}
.portSectionCont {
	height: 180px;
	width: 735px;
	margin-left: 0px;
	margin-top: 10px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #d1d1d1;
}
.portCopy {
	height: 135px;
	width: 480px;
	float: left;
	padding-top: 20px;
	margin-left: 27px;
	position: relative;
}
.flushRight {
	position: absolute;
	right: 0px;
	bottom: 0px;
}
h2 {
	font-size: 14px;
	font-weight: bold;
}
#contactSp {
	height: 164px;
	width: 170px;
	line-height: 18px;
	position: relative;
	float: left;
	margin-left: 70px;
	margin-top: 230px;
}

/* footer style section */
#footerBacker {
	margin-top: 0px;
	height: 100px;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/footerBacker.png);
	background-repeat: no-repeat;
	clear: both;
}
#footerBacker p {
	width:80%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	text-align: center;
	position: relative;
	top: 30px;
	font-size: 10px;
}
#whiteBacking {
	background-color: #FFF;
	height: 165px;
	padding-top: 20px;
	padding-left: 20px;
}
