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

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}


/****************************/
@font-face {
  font-family: "BigMisterC";
  src: url(../bigmisterc.ttf) format("truetype");
}

body
{
	/*background-image:url(images/mainBodyBG.jpg);*/
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
}

a {
	font-weight:bold;
	color:#333;}
p{
	padding-top:0px;
}
h3 {
	font:"Arial Black";
	font-weight:bolder;
	font-size:18px;
	padding-bottom:10px;
}
sup{
	
	font-size:small;
}
#header {
	/*width:1000px;*/
	height:118px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../images/headerBG.jpg);
	background-repeat:repeat-x;
	z-index:1;
}
#headerContainer {
	width:1000px;
	height:118px;
	margin-left:auto;
	margin-right:auto;
	vertical-align:middle;
	z-index:2;
}
#logo {
	margin-top:17px;
	margin-left:10px;
	float:left;
}
/* without BLOG button
#menu {
	
	float:right;
	width:460px;
	height:118px;
	margin:0 0 0 0;
	display:inline;
}*/
/* with BLOG button*/
#menu {
	float:right;
	width:610px;
	height:118px;
	padding-left:20px;
	margin:0 0 0 0;
	display:inline;
}
#menu li {
	float:left;
	display:block;
}
#menu li a {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background-image:url(../images/topMenu.jpg);
	background:transparent url(../images/topMenu.jpg) no-repeat scroll 0 0;
	background-repeat:no-repeat;
	height:118px;
	margin:0 2px 0 0;
	display:block;
	overflow:hidden;
	text-indent:-9999px;
	width:150px;
}

#menu li.about a {background-position: 0px 0;}
#menu li.about_active a,
#menu li.about a:hover {background-position: 0px -118px;}

#menu li.folio a {background-position: -150px 0;}
#menu li.folio_active a,
#menu li.folio a:hover {background-position: -150px -118px;}

#menu li.contact a { background-position:-300px 0;}
#menu li.contact_active a,
#menu li.contact a:hover {background-position: -300px -118px}

#menu li.blog a {background-position: -450px 0;}
#menu li.blog_active a,
#menu li.blog a:hover {background-position: -450px -118px}
/*end TEST*/

#featured {
	/*width:1000px;*/
	height:243px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../images/featuredBG.jpg);
	background-repeat:repeat-x;
	z-index:5;
}
#featuredInner {
	width:1000px;
	height:243px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../images/shouldB.jpg);
	background-repeat:no-repeat;
	z-index:5;
}
#featuredImage{
	margin-top:-22px;
	width:430px;
	height:248px;
	background-image:url(../images/featuredSiteBG.png);
	background-position:0px, 0px;
	background-repeat:no-repeat;
	padding-left:20px;
	padding-right:20px;
	padding-top:20px;
	padding-bottom:20px;
	z-index:5;
}
#bio {
	/*width:1000px;*/
	height:443px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../images/bioBG.jpg);
	background-repeat:repeat-x;
	z-index:1;
}
#bioInner {
	width:1000px;
	height:443px;
	margin-left:auto;
	margin-right:auto;
	z-index:1;

}
#companyDescription {
	float:left;
	width:490px;
	/*height:443px;*/
	margin-top:35px;
	margin-left:10px;
	height:auto;
	z-index:1;

}
#companyDescription p{
	padding-top:10px;
}
#picOfMe {
	float:right;
	width:500px;
	height:443px;
	z-index:2;
	vertical-align:bottom;
}
#picOfMe img {
	margin-top:14px;
	display: block;
	margin-left:auto;
	margin-right:auto;
	vertical-align:bottom;
}
#folio {
	/*width:1000px;*/
	height:350px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../images/folioBG.jpg);
	z-index:1;

}

#contact {
	/*width:1000px;*/
	height:350px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../images/contactBG.jpg);
	background-repeat:repeat-x;
	z-index:1;

}
#contactInner {
	width:1000px;
	height:350px;
	padding-top:25px;
	margin-left:auto;
	margin-right:auto;
	z-index:3;

}
#footer {
	/*width:1000px;*/
	height:191px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../images/footer.jpg);
	background-repeat:repeat-x;
	z-index:1;

}
#footerInner {
	/*margin-top:141px;*/
	padding-top:141px;
	width:1000px;
	height:50px;
	margin-left:auto;
	margin-right:auto;
	z-index:2;

}
#footerInner a{
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
}
#footerInner a:hover{
	text-decoration:underline;
}
#footerInner p{
	color:#FFF;
	font-weight:bold;
	float:left;
}
#footerInner img{
	margin-right:50px;
	float:right;
}
/*folio stuff*/
#wrapper {
    width: 900px;
    margin: 0px auto;
}

#intro {
    padding-bottom: 0px;
}

#slider {
    width: 900px;
    margin: 0 auto;
    position: relative;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

.scroll {
	overflow: hidden;
	width: 900px;
    margin: 0 auto;
    position: relative;
}

.scrollContainer {
	position: relative;
}

.scrollContainer div.panel {
    padding: 10px;
    width: 274px;
	height: 330px;
}

#left-shadow {
	position: absolute;
	top: 0;
	left: 0;
	width: 12px;
	bottom: 0;
	height:350px;
	background: url(../images/leftshadow.png) repeat-y;
}

#right-shadow {
	position: absolute;
	top: 0;
	right: 0;
	width: 12px;
	bottom: 0;
	height:350px;
	background: url(../images/rightshadow.png) repeat-y;
}

.inside {
	padding: 10px;
	border: 1px solid #999;
	background-color:#FFF;
}

.inside img {
	display: block;
	border: 1px solid #666;
	margin: 0 0 10px 0;
	width: 250px;
	cursor:pointer;
}

.inside h2 {
	font-weight: normal;
	color:#333;
	font-size: 16px;
	margin: 0 0 4px 0;
}

.inside p {
	font-size: 11px;
	color:#666;
	padding:-10px;
}

.inside a {
	/*color:#519674;*/
	color:#3a8390;
	text-decoration: none;
	border-bottom: 1px dotted #ccc;
}

.inside a:hover {
	border-bottom: 1px solid #999;
}

.scrollButtons {
    position: absolute;
    top: 127px;
    cursor: pointer;
}

.scrollButtons.left {
    left: -45px;
}

.scrollButtons.right {
    right: -45px;
}

.hide {
    display: none;
}
.contactText {
	font-size: 12px;
	color: #333;
}

/*form CSS*/

form {
	padding: 0 10px 10px 10px;
}

form, form fieldset input, form fieldset textarea, form label {
	font-family: Helvetica, Arial;
	font-size: 12pt;
}
form p { position: relative; margin: 5px 0; padding:5px;}
form p label {
	position: absolute;
	top: 7px;
	left: 5px;
}
form p br {display: none;}



form fieldset p input,
form fieldset p textarea {
	display: block;
	padding: 4px;
	width: 250px;
	margin: 0;
}

form fieldset p label {
	width: 320px;
	display: block;
	margin: 5px 5px 5px 6px;
	padding: 0;
}

form fieldset p textarea {
	padding: 2px;
	width: 400px;
}

form fieldset p textarea{
border: solid 1px #ccc;
}
input.buttons {
	background: none no-repeat top left;
	border: none;
	cursor: pointer;
	display: block;
	float: left;
	height: 47px;
	overflow: hidden;
	padding: 0;
	margin: 0 2px 0 0;
	text-indent: -9999px;
	width: auto;
}
input.buttons:hover { background-position: 0 -47px; }
input.submit1 { background-image: url(../images/sendMessage.jpg); width: 290px; }
/*
form #submit1 {
	background-image:url(../images/sendMessage.jpg);
	background-repeat:no-repeat;
	display:block;
	height:47px;
	width:290px;
	text-indent:-9999px;
	overflow:hidden;
	border:none;
	cursor:pointer;
}
form #submit1:hover{
	background-position: 0 -47px;
	cursor:pointer;
}*/
form fieldset p label {
	color: #777;
}
form legend {
	color:#333;
	font:"Arial Black";
	padding: 0 0 20px 0;
	text-transform: uppercase;
}

#contactLeft{
	width:500px; 
	float:left;
	margin:10px;
}
#contactRight{
	width:505px; 
	float:right;
	margin:10px;
}
#contactRight a{
	text-decoration:none;
	font:"Arial Black";
	font-family: "BigMisterC", sans-serif;
	font-size:25px;
	_font-size:18px;
	font-weight:normal;
}

#contactRight a:hover{
	color:#769586;
}
#confirmEmail{
	padding-top:90px;
	padding-bottom:15px;
	height:50px;
}
#linkedIn{
	clear:both;
	padding-top:33px;
}
#augmentedReality{
	clear:both;
	padding-top:0px;
	
}
#virtualBusCard{
	clear:both;
	padding-top:33px;
}
.contactSmallText{
	font-size:16px;
	color:#666;
}

#augmentedReality p{
	padding-top:10px;
	float:left;
	
}
#linkedIn p{
	padding-top:15px;
	float:left;
}
#virtualBusCard p{
	padding-top:10px;
	float:left;
}


#augmentedReality img{
	float:right;
	
}

#linkedIn img{
	float:right;
	margin-right:15px;
	
}
#virtualBusCard img{
	float:right;
	margin-right:45px;
	margin-top:-8px;
}

#backtotop {
       position:fixed !important;
       position: absolute; /*ie6 and above*/
       bottom: 0;
       right: 0;
	   z-index:100;
    }
	
	/*validationEngine.jquery.css*/

.formError {
			position:absolute;
			top:300px; left:300px;
			width:150px;
			padding-bottom:15px;
			display:block;
			z-index:20;
		}
			.formError .formErrorContent {
				width:100%; 
				background:#000;
				color:#fff;
				font-family:tahoma;
				font-size:10px;
				box-shadow: 0px 0px 6px #000;
				-moz-box-shadow: 0px 0px 6px #000;
				-webkit-box-shadow: 0px 0px 6px #000;
				padding:4px 10px 4px 10px;
				border-radius: 6px;
				-moz-border-radius: 6px;
				-webkit-border-radius: 6px;
			}
			.formError .formErrorArrow{
				position:absolute;
				bottom:0;left:20px;
				width:15px; height:15px;
				
			}
				.formError .formErrorArrow div{
					box-shadow: 0px 0px 6px #000;
					-moz-box-shadow: 0px 0px 6px #000;
					-webkit-box-shadow: 0px 0px 6px #000;
					font-size:0px; 
				}
				.formError .formErrorArrow .line10{width:15px;height:1px; background:#000;margin:0 auto; font-size:0px; display:block;} 
				.formError .formErrorArrow .line9{width:13px;height:1px; background:#000;margin:0 auto;display:block;} 
				.formError .formErrorArrow .line8{width:11px;height:1px; background:#000;margin:0 auto;display:block;} 
				.formError .formErrorArrow .line7{width:9px;height:1px; background:#000;margin:0 auto;display:block;} 
				.formError .formErrorArrow .line6{width:7px;height:1px; background:#000;margin:0 auto;display:block;} 
				.formError .formErrorArrow .line5{width:5px;height:1px; background:#000;margin:0 auto;display:block;} 
				.formError .formErrorArrow .line4{width:3px;height:1px; background:#000;margin:0 auto;display:block;} 
				.formError .formErrorArrow .line3{width:1px;height:1px; background:#000;margin:0 auto;display:block;} 
	/*portfolio pages */
#bodyContainer {
	position:absolute;
	width:850px;
	height:515px;
	left:0px;
	top:0px;
}
#LeftContainer {
	position:absolute;
	width:272px;
	height:515px;
	background-image:url(../images/FolioLeftBGVertRepeat.png);
	background-repeat:repeat-y;
	z-index:5;
	left:0px;
	top:0px;
	overflow:hidden;
}

#SitePhotos {
	position:absolute;
	width:590px;
	z-index:1;
	left: 259px;
	top: 0px;
}
#tools{
	margin-left:6px;
	margin-right:18px;
}
.folioh3{
	padding-left:6px;
	padding-top:4px;
	background-image:url(../images/FolioHeaderBG.jpg);
	background-repeat:no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:16px;
}
.folioP{
	padding-left:6px;
	padding-right:16px;
	padding-bottom:14px;
	font-size:14px;
}

.blueText
{
	color:#6BACC1;
}
.yellowText
{
	color:#E9E975;
}
.greenText
{
	color:#7BAC8C;
}
.lightGreyText
{
	padding-left:6px;
	padding-top:4px;
	background-image:url(../images/FolioHeaderBG.jpg);
	background-repeat:no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:16px;
	
	position:absolute;
	color:#CCCCCC;
	padding-bottom:0px;
	margin-top:10px;
	left: 0px;
	top: 479px;
	width: 255px;
	height: 25px;
}
.folioLink a
{
	text-decoration:none;
}
.folioLink a:hover
{
	text-decoration:underline;
}
