@charset "UTF-8";
/* CSS Document */

html { 
	background: url(../img/desktop/header-4.jpg) no-repeat center 39px #FFFFFF;
}

body{
	margin: 0 auto;
	padding: 0 0 250px 0;
	width: 100%;
	height: 100%;
	background: url(../img/desktop/footer-4.jpg) no-repeat bottom center;
}

/*footer {
	width: 100%;
	padding: 0 0 400px 0;
	margin: 0 auto;
	background: url(../img/desktop/footer-2.jpg) no-repeat bottom center;
}

.footerInternalWrapper {
	width: 800px;
	margin: 0 auto;
	padding: 0;
}*/

.navWrapper {
	width: 100%;
	display: block;
	margin: 0 auto;
	padding: 0;
	background: #444444;
	background-image:-moz-linear-gradient(-90deg, #666666, #333333);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#666666), to(#333333));
	box-shadow: 0 1px 3px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
	border-bottom: 1px solid #000000;
}

nav {
	width: 655px;
	display: block;
	margin: 0 auto;
	padding: 0;
}

nav a {
	margin: 0px;
	padding: 15px 42px;
	text-decoration: none;
	color: #EEE;
	display:inline-block;
	font-size: 11px;
	line-height: 11px;
	font-weight: bold;
	text-transform: uppercase;
	text-shadow: 0px -1px 0px #000;
}

nav a:hover {
	background-image:-moz-linear-gradient(-90deg, #333333, #666666);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#333333), to(#666666));
	text-shadow: 0px 1px 0px #000;
	-moz-box-shadow: inset 0 0 5px rgba(0,0,0,0.8);
	-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.8);
	box-shadow: inset 0 0 5px rgba(0,0,0,0.8);
}

/*nav .home {
	display: block;
	width: 74px;
	height: 63px;
	background: url(../img/desktop/home-badge.png) no-repeat top left;
		
}*/
.aboutPage nav a.about,
.blogPage nav a.blog,
.workPage nav a.work,
.servicesPage nav a.services,
.contactPage nav a.contact
 {
	background-image:-moz-linear-gradient(-90deg, #333333, #000000);
	background-image:-webkit-gradient(linear, left top, left bottom, from(#333333), to(#000000));
	text-shadow: 0px 1px 0px #000;
}

.siteHeaders h1 {
	width: 100%;
	margin: 0 auto!important;
	height: 115px;
	position: relative;
}

.siteHeaders h1 a {
	display: block;
	cursor: pointer;
	margin: 0 auto;
	padding: 0;
	text-indent: -9999px;
	height: 75px;
	width: 100%;
	position: absolute;
	bottom: 0;
}

.siteHeaders h3 {
	margin: 0 auto!important;
	text-align:center;
	font-size: 18px;
}

.mainContent {
	width: 802px;
	margin: 0 auto;
	padding: 0;
}

.callToActionButton {
	margin: 0;
	padding: 10px;
	display: block; 
	cursor: pointer;
	text-align: center;
	font-size: 14px;
	line-height: 14px;
	font-weight: normal;
	color: #FFFFFF;
	text-shadow: 0px -1px 0px rgba(7,56,72, 0.4);
	
	border:none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
	background-image: -moz-linear-gradient(-90deg, #51C6ED, #2279a1);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#51C6ED), to(#2279a1));
	
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
}

.intro {
	width: 600px;
	margin: 0 auto 40px;
	padding: 0;
	color: #666666;
	font-size: 16px;
	line-height: 28px;
}

.workHero {
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.2);
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
	margin: 5px 0 20px 5px;
	padding: 0;
	border: 1px solid #FFF;
}

.thumbNailSection {
	display: block;
	padding: 0;
	margin: 0 auto 50px auto;
}

.thumbNailSection a {
	display: block;
	float: left;
	padding: 0;
	margin: 0px 20px 20px 0px;
	cursor: pointer;
}

.thumbNailSection a img{
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.2);
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
	margin: 0;
	padding: 0;
	border: 1px solid #FFF;
}

.serviceImage {float:right;
margin: 0 0 10px 10px;}

.footer {
	margin-top: 20px;
}

.footer ul {
	list-style: none;
	margin: 0;
	padding:0;
}

.footer ul li {
	margin: 0;
	padding:0;
}

.footer h5 {
	margin: 20px 0 5px 0!important;
	padding:0;
}

.floatRight {
	float: right;
	margin: 0 0 20px 20px;
	padding: 0;
}

.workInternalWrapper {
	margin: 0 auto;
}

.imgStandardStyle {
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.2);
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
	border: 1px solid #FFF;
}

.threeScreens {margin-bottom: 40px;}


.linkedInBadgeContainer {
	margin: 0 0 20px 40px;
	position: relative;
	padding: 20px 0 0 0;
}

.linkedInLogoIcon {
	width: 45px;
	height: 45px;
	background: url(../img/desktop/LinkedIn_IN_Icon_45px.png) no-repeat top left;
	margin: 0;
	padding: 0;
	position: absolute;
	left: -18px;
	top: -10px;
}

/* Contact Form */

#formContainer {
	background:url(../img/desktop/envelope-bg-warm.png) no-repeat top left;
	display: block;
	margin: 0;
	padding: 40px;
	height: 255px;
	width: 420px;
	position: relative;
}

#formContainer h3 {
	margin: 0 0 10px 0!important;
}

.contactLabelWrapper {width: 25%;vertical-align: top;}
.textFieldWrapper {width: 75%;}

.contactLabel {
	text-align: right;
	margin: 0;
	padding: 5px 10px 0 0;
	font-size: 14px;
	color: #960;
	text-shadow: 0px 1px 0px #FFFFFF;
	vertical-align: top;
	display: block;
}

.textField {
	display: block;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	
	-moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.2);
	box-shadow: inset 0 0 3px rgba(0,0,0,0.2);
	
	background: #fdebcc;
	
	border: 1px solid #D5BB77;
	margin: 5px;
	padding: 5px;
	width: 275px;
	font-family: Helvetica, Arial, sans-serif!important;
	font-size: 14px!important;
}

.submitButton {
	/*background-image: -moz-linear-gradient(-90deg, #FBFBFB, #C9C9C9);*/
	background:-moz-radial-gradient(bottom center, ellipse cover, #00BB0A 0%, #136C00 75%);
    border-radius: 5px;
	border: 1px solid #147116;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    color: #FFFFFF;
    cursor: pointer;
    display: block;
	width: 287px;
    font-size: 14px;
    font-weight: normal;
	text-transform: uppercase;
    line-height: 14px;
    margin: 5px 0 0 5px;
    padding: 10px;
    text-align: center;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}

.submitButton:hover {
	background:-moz-radial-gradient(bottom center, ellipse cover, #00DA0C 0%, #188800 75%);
}

.topsideMargin {
	margin: 20px 0 0 20px;
}

#formContainer #loading {
	position: absolute;
	top: 25px;
	left: 25px;
	z-index: 20;
}

/* end Contact Form */

/* innerFade Carousel */

#slideShow {
	width: 1040px;
	/*height: 340px;*/
	display: block;
	padding: 0;
	margin: 20px auto 40px;
	background: url(../img/desktop/carousel-bg.png) no-repeat top left;	
}

#slideShow li {
	list-style: none;
	padding: 0;
	margin: 0;
}

#carousel1,
#carousel2,
#carousel3,
#carousel4 {
	position: relative;
	width: 1040px;
	height: 340px;
	display: block;
}

#carousel1 h3 {
	position: absolute;
	top: 40px;
	left: 500px;
	font-size: 25px;
	color: #2c4982;
}

#carousel1 .heroImage {
	width: 270px;
	height: 298px;
	display: block;
	text-indent: -9999px;
	position: absolute;
	bottom: 16px;
	left: 125px;
	background: url(../img/desktop/carousel-1-mobile-devices.png) no-repeat top left;
}

#carousel1 .description {
	position: absolute;
	top: 100px;
	left: 500px;
	font-size: 16px;
	line-height: 24px;
	width: 375px;
	color: #999999;
}

#carousel1 .callToActionButton {
	position: absolute;
	bottom: 60px;
	right: 165px;
}

#carousel2 h3 {
	position: absolute;
	top: 20px;
	left: 50px;
	font-size: 25px;
	color: #2c4982;
}

#carousel2 .heroImage {
	height: 14px;
	font-size: 14px;
	line-height: 16px;
	display: block;
	position: absolute;
	bottom: 50px;
	right: 75px;
	margin: 0;
	padding: 2px 18px 0 0;
	background: url(../img/desktop/linkedin.png) no-repeat  right top;
}

#carousel2 .heroImage a {
	color: #000000;
	font-weight: bold;
}

#carousel2 .description1 {
	position: absolute;
	top: 90px;
	left: 50px;
	font-size: 16px;
	line-height: 24px;
	width: 375px;
	color: #999999;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-indent: 32px;
	background: url(../img/desktop/blockquote.png) no-repeat top left;
}

.description1Source {
	position: absolute;
	top: 250px;
	left: 50px;
	font-size: 12px;
	line-height: 16px;
	width: 375px;
	color: #999999;
}

.description1Source span,
.description2Source span {
	display: block;
}

#carousel2 .description2 {
	position: absolute;
	top: 90px;
	left: 500px;
	font-size: 16px;
	line-height: 24px;
	width: 375px;
	color: #999999;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-indent: 32px;
	background: url(../img/desktop/blockquote.png) no-repeat top left;
}

.description2Source {
	position: absolute;
	top: 225px;
	left: 500px;
	font-size: 12px;
	line-height: 16px;
	width: 375px;
	color: #999999;
}

.recommendationPerson {
	color: #333333;
	/*text-transform: uppercase;*/
	font-variant: small-caps;
}

