@charset "utf-8";
/* CSS Document */

body {
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 auto 10px auto;
	text-align: center;
	/* part 1 of 2 centering hack */
}
h1 {
	font-size: 30px;
	font-weight: normal;
	text-align: left;
}
h2 {
	font-size: 20px;
	font-weight: normal;
	text-align: left;
}
h3 {
	font-size: 18px;
	font-weight: normal;
	text-align: left;
}
ul {
	font-size: 14px;
	list-style-type: circle;
	list-style-position: outside;
}
img {
	margin: 0px;
}
img.lefty {
	float: left;
	margin: 3px 10px 3px 0px;
	border: 10px solid #FFFFFF;
}

/* Containers */

/* Header */
#logoBack {
	z-index: 1;
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
	height: 247px;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#logoBox {
	z-index: 2;
	width: 960px;
	height: 247px;
	text-align: center;
	margin: 0 auto 0 -480px;
	padding-right: 10px;
	position: absolute;
	top: 0px;
	left: 50%;
}
#logo {
	background-repeat: no-repeat;
	background-position: left center;
	width: 325px;
	height: 200px;
	text-align: left;
	float: left;
	margin: 0;
	position: absolute;
	top: 50px;
	left: 10px;
}
#tag {
	width: 570px;
	height: 200px;
	text-align: right;
	float: right;
	background-repeat: no-repeat;
	background-position: right top;
	margin: 0;
	position: absolute;
	top: 50px;
	left: 380px;
}
#nav {
	z-index: 200;
	background-repeat: no-repeat;
	background-position: right top;
	width: 960px;
	height: 50px;
	margin: 0;
	padding-right: 5px;
	position: absolute;
	top: 0px;
	left: 0px;
}
#navBox {
	width: 450px;
	height: 50px;
	float: right;
}
#cssSelect {
	z-index: 30;
	width: 22px;
	height: 163px;
	background-repeat: no-repeat;
	background-position: left top;
	top: 60px;
	left: 0px;
	position: absolute;
	text-align: left;
	margin: 0px;
	float: left;
}

/* Main Body */
#strip {
	z-index: 4;
	width: 100%;
	position: relative;
	display: table;
	margin: 0px auto 10px auto;
	padding: 20px 0px;
	background-repeat: no-repeat;
	background-position: center top;
}
#stripContainer {
	z-index: 5;
	width: 940px;
	text-align: center;
	margin: 0 auto 0 -470px;
	padding: 0px 10px;
	position: relative;
	left: 50%;
}
#stripLeft {
	z-index: 6;
	width: 420px;
	float: left;
	padding-right: 20px;
}
#stripLeft p {
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	color: #FFFFFF;
}
#stripLeft a {
	color: #FFFFFF;
	text-decoration: none;
}
#stripLeft a:hover {
	text-decoration: none;
}
#stripRight {
	z-index: 7;
	width: 480px;
	height: 260px;
	padding: 10px;
	float: left;
	background-color: #FFFFFF;
}
/* Portfolio */
#portSelect {
	width: 240px;
	float: left;
	padding: 40px 20px 20px 20px;
}
#portSelect p {
	font-size: 20px;
	text-align: left;
	line-height: 10px;
}
#portSelect a {
	text-decoration: none;
}
#portSelect a:hover {
	text-decoration: none;
}
#portContain {
	width: 660px;
	float: left;
	text-align: left;
}
/* Services */
#serviceSelect {
	width: 240px;
	float: left;
	padding: 40px 20px 20px 20px;
}
#serviceSelect p {
	font-size: 20px;
	text-align: left;
	line-height: 10px;
}
#serviceSelect a {
	text-decoration: none;
}
#serviceSelect a:hover {
	text-decoration: none;
}
#serviceContain {
	width: 660px;
	float: left;
	text-align: left;
}
#serviceContain p {
	font-size: 14px;
	text-align: justify;
}
#serviceContain a {
	text-decoration: none;
}
#serviceContain a:hover {
	text-decoration: none;
}

/* Contact */
#contact {
	width: 260px;
	float: left;
}
#contact p {
	font-size: 12px;
	text-align: left;
}
#contactMap {
	width: 420px;
	float: left;
}
#contactMap p {
	font-size: 12px;
	text-align: left;
}
#form {
	width: 240px;
	float: left;
	padding-left: 20px;
	text-align: left;
	font-size: 12px;
	text-align: left;
}
.mapi {
	padding: 0px;
	width: 420px;
	height: 280px;
}

/* Text Based */
#textHeavy p {
	font-size: 14px;
	text-align: justify;
}
#textHeavy a {
	text-decoration: none;
}
#textHeavy h1 {
	font-size: 20px;
	font-weight: normal;
	text-align: left;
}
#textHeavy h2 {
	font-size: 20px;
	font-weight: normal;
	text-align: left;
}
#textHeavy ol {
	font-size: 20px;
	font-weight: normal;
	text-align: left;
}

/* Call Body */
#callContain {
	z-index: 8;
	width: 100%;
	position: relative;
	display: table;
	margin: 10px 0px;
}
#call {
	z-index: 13;
	width: 940px;
	text-align: center;
	margin: 0 auto 0 -470px;
	padding: 10px;
	position: relative;
	left: 50%;
}
.callLeft {
	width: 214px;
	height: 222px;
	background-repeat: repeat-y;
	background-position: left top;
	margin: 0px;
	padding: 0px 10px 0px 10px;
	float: left;
}
.callLeft p {
	font-size: 14px;
	text-align: left;
	margin: 0px;
}
.callLeft a {
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}
.callLeft a:hover {
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}
.callLeft h1 {
	width: 214px;
	background-position: left top;
	background-repeat: no-repeat;
	margin: 0px;
	text-align: left;
	font-size: 20px;
	font-weight: normal;
	line-height: 75px;
	vertical-align: top;
}
.callLeft h2 {
	width: 214px;
	background-position: left top;
	background-repeat: no-repeat;
	margin: 0px;
	text-align: left;
	font-size: 20px;
	font-weight: normal;
	line-height: 75px;
	vertical-align: top;
}
.callLeft h3 {
	width: 214px;
	background-position: left top;
	background-repeat: no-repeat;
	margin: 0px;
	text-align: left;
	font-size: 20px;
	font-weight: normal;
	line-height: 75px;
	vertical-align: top;
}
.callLeft h4 {
	width: 214px;
	background-position: left top;
	background-repeat: no-repeat;
	margin: 0px;
	text-align: left;
	font-size: 20px;
	font-weight: normal;
	line-height: 75px;
	vertical-align: top;
}
.callRight {
	width: 2px;
	height: 222px;
	background-repeat: repeat-y;
	background-position: left top;
	margin: 0;
	float: left;
	position: relative;
}


/* Quote 

*/
#quote {
	z-index: 9;
	width: 100%;
	position: relative;
	display: table;
	margin: 10px 0px;
}
#quoteContainer {
	z-index: 10;
	width: 920px;
	height: auto;
	padding: 20px 10px 20px 10px;
	text-align: center;
	margin: 0 auto 0 -470px;
	position: relative;
	left: 50%;
	background-repeat: no-repeat;
	background-position: left top;
}
#quoteContainer p {
	width: 920px;
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: italic;
	text-align: justify;
	margin: 10px;
}
#quoteContainer .small {
	font-size: 14px;
}

/* News */
#newsLeft {
	width: 240px;
	float: left;
	padding: 0px 20px 20px 20px;
}
#newsLeft p {
	font-size: 16px;
	text-align: left;
	line-height: 10px;
}
#newsLeft a {
	text-decoration: none;
}
#newsLeft a:hover {
	text-decoration: none;
}
#newsContain {
	width: 660px;
	float: left;
	text-align: left;
}
#newsContain p {
	font-size: 14px;
	text-align: justify;
}
#newsContain a {
	text-decoration: none;
}
#newsContain a:hover {
	text-decoration: none;
}

/* Foot */
#foot {
	z-index: 14;
	width: 940px;
	text-align: center;
	margin: 0 auto 0 -470px;
	padding-bottom: 50px;
	position: relative;
	left: 50%;
}
#social {
	width: 200px;
	float: left;
	display: inline;
}
.last {
	background-position: left;
	background-repeat: no-repeat;
	float: left;
	display: inline;
	margin-left: 20px;
}
.linked {
	background-position: left;
	background-repeat: no-repeat;
	float: left;
	display: inline;
}
.stumble {
	background-position: left;
	background-repeat: no-repeat;
	float: left;
	display: inline;
}
.facebook {
	background-position: left;
	background-repeat: no-repeat;
	float: left;
	display: inline;
}
.twitter {
	background-position: left;
	background-repeat: no-repeat;
	float: left;
	display: inline;
}
#footCopy {
	width: 740px;
	float: left;
	display: inline;
}
#footCopy p {
	font-size: 11px;
	text-align: right;
	line-height: 12px;
	margin: 5px;
}

/* FORMS */

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	width: 180px;
	margin-bottom: 5px;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	width: 180px;
	margin-bottom: 5px;
}
input.send-btn {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	text-align: left;
	width: 183px;
	margin-bottom: 5px;
	padding-top: 2px;
}

/* Error Pages */
#containError {
	width: 650px;
	text-align: center;
	margin: 50px auto 0 -325px;
	position: relative;
	left: 50%;
}
#containError h1 {
	font-size: 70px;
	font-weight: normal;
	text-align: left;
	margin-bottom: 70px;
}
#containError p {
	font-size: 20px;
	font-weight: normal;
	text-align: left;
}
#containError a {
	text-decoration: none;
}
#containError a:hover {
	text-decoration: underline;
}
#logoError {
	width: 650px;
	height: 200px;
	margin-top: 50px;
	background-position: right;
	background-repeat: no-repeat;
}

/* Specials */
.leap {
	background-color: #FFFFFF;
}
