@charset "UTF-8";
* {
	margin: 0;
	padding: 0;
}
body {
	background-color: #000;
	color: #ddd;
	overflow: hidden;	
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	text-decoration: none;

}
html {
	overflow: hidden;
}
#content {
	width: 100%;
	background-color:#000; /* DO NOT REMOVE THIS; or you'll have issue w/ the scrollbar, when the mouse pointer is on a white space */
	height:100%;	/* this will make sure that the height will extend at the bottom */
	overflow:auto;	/* will have a scrollbar at our content containier */
	position:absolute; /* container div must be absolute, for our fixed bar to work */
	z-index: 0;
	background: url(../green/bg.jpg) 0 0 no-repeat fixed;
	
}
#content .mainContent {
	width: 756px;
	height: auto;
	z-index: 1;
	margin-left: 120px;
	color: #000;
	padding: 0 15px 0 15px;
	background: url(../pg_imgs/baseMiddle.png) 0 0 repeat-y;
	margin-top: 50px;
	margin-bottom: 0px;
}
#content .mainContentHeader {
	background: url(../pg_imgs/baseHeader.png) 0 0 no-repeat;
	width: 784px;
	height: 40px;
	display: inline-block;
	position: relative;
	left: 120px;
	top: 50px;
}
#content .mainContentFooter {
	background: url(../pg_imgs/baseFooter.png) 0 0 no-repeat;
	width: 784px;
	height: 34px;
	display: inline-block;
	position: relative;
	left: -15px;
	top: 25px;
}

#header {
	position: absolute;
	top: 0px;
	left: 56px;
	width: 911px;
	height: 125px;
	display: block;
	z-index: 10;	
}
#footer {
	position: absolute;
	bottom: 0px;
	left: 40px;
	width: 944px;
	height: 186px;
	display: block;
	z-index: 10;
	margin-left: auto;
	margin-right: auto;
}
.topSpacer {
	height: 60px;
}
.bottomSpacer {
	height: 180px;
}
#slider {
position: absolute;
background-image:url(../green/bottomNav.png);
background-repeat :no-repeat;
background-position: bottom;
width: 680px;
height: 347px;
bottom: -190px;
left: 172px;
}
#slider img {
width: 50px;
height: 50px;
z-index: 20;
}
#sliderContent {
color: #fff;
font-weight:bold;
padding: 10px;
width: 560px;
height: 280px;
margin-top: 80px;
margin-left: auto;
margin-right: auto;
}
#slider a {
	color: #eee;
}
#slider a:hover {
	color: #0d0;
	list-style-type: none;
}
#botNavLeft {
	width: 46%;
	height: 300px;
	display: block;
	float: left;
	color: #fff;
}
#botNavRight {
	width: 48%;
	height: 300px;
	display: block;
	float: left;
	color: #fff;
}
#subLinks {
	background-color: #111;
	border: 1px solid #333;
	padding: 5px;
	margin: 5px 0;
	display: block;
	height: auto;
}
#subLinks h2 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 4px;
}
#subLinks ul{
	list-style-type: none;
}
#subLinks li {
	width: 23%;
	float: left;
	height: auto;
	display: inline-block;
	margin: 2px;
	background-color: #222;
	border-bottom: 2px solid #999;
	text-align: center;
}
#subLinks li:hover {
	border-bottom: 2px solid #9F0;
}
#subLinks li a{
	font-size: 16px;
	color: #fff;
	padding: 5px;
}
#subLinks li a:hover {
	color: #9F0;
}
#altLinks h2 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 4px;
}
#altLinks ul{
	list-style-type: none;
	background-color: #111;
	border: 1px solid #333;
	padding: 5px;
	margin: 5px 0;
}
#altLinks li {
	padding-bottom: 2px;	
}
#altLinks li a{
	width: 90%;
	height: 16px;
	font-size: 12px;
	border-left: 4px solid #999;
	background-color: #222;
	padding: 3px 0 2px 4px;
	display: block;
	color: #fff;
}
#altLinks li a:hover {
	padding-left: 8px;
	border-left: 4px solid #9F0;
	color: #9F0;
}
h3 {
	font-size: 20px;
	color: #090;
	font-weight: bold;
}
h4 {
	font-size: 18px;
	color: #030;
	font-weight: bold;
}
p {
	padding: 0 0 20px 0;	
	text-align: justify;

}
a {
	color: #060;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #030;
}
.wordOfMouth {
	padding: 5px;
	font-size: 12px;
	border-left: 1px dotted #666;
	display: block;
	float: right;
	width: 25%;
	height: auto;
	margin: 0 10px 10px 20px;
	padding: 5px;
	color: #fff;
	background-color: #222;
}
#baseWrap {
	width: 939px;
	height: auto;
	text-align: center;
	margin: 0 auto 0 auto;
}
#wrap {
	width: 939px;
	height: auto;
}
#nav {
	display: inline-block;
	width: 500px;
	height: 25px;
	list-style-type: none;
	position: absolute;
	top: 70px;
	left: 200px;
}
#nav ul {
	list-style-type: none;
	float: left;
	position: relative;
}
#nav ul li {
	float: left;	
}
#nav-work a {
	position: relative;
	left: 15px;
	display: block;
	width: 70px;
	height: 25px;
}
#nav-work a:hover {
	position: relative;
	display: block;
	width: 70px;
	height: 25px;
	border-bottom: 2px solid #CF0;
}
#nav-info a {
	position: relative;
	left: 93px;
	display: block;
	width: 50px;
	height: 25px;
}
#nav-info a:hover {
	position: relative;
	display: block;
	width: 50px;
	height: 25px;
	border-bottom: 2px solid #CF0;

}
#nav-talk a {
	position: relative;
	left: 180px;
	display: block;
	width: 60px;
	height: 25px;
}
#nav-talk a:hover {
	position: relative;
	display: block;
	width: 60px;
	height: 25px;
	border-bottom: 2px solid #CF0;
}
#nav-hire a {
	position: relative;
	left: 260px; 
	display: block;
	width: 55px;
	height: 25px;
}
#nav-hire a:hover {
	position: relative;
	display: block;
	width: 55px;
	height: 25px;
	border-bottom: 2px solid #CF0;
}
#search {
	width: 299px;
	height: 63px;
	position: relative;
	display: block;
	background-image: url(../pg_imgs/search.png);
	list-style-type: none;
}
#searchField {
	width: 140px;
	height: 25px;
	display: block;
	background-color: transparent;
	position: relative;
	left: 90px;
	top: 20px;
	color: #FFF;
	padding: 5px 0 0 5px;
	float: left;
	border: none;
}
#searchButton {
	width: 40px;
	height: 25px;
	display: block;
	background-color: transparent;
	position: relative;
	left: 100px;
	top: 20px;
	color: #FFF;
	border: none;
	padding: 5px 5px 0 10px;
	float: left;
	border: none;
}
.hidden {
	visibility: hidden;
	font-size: 0px;
	text-decoration: none;
}
.noList {
	list-style-type: none;
	list-style: none;
}
.noList dl {
	list-style: none;
}
.halfBoxLeft {
	width: 48%;
	height: auto;
	display: block;
	height: 100%;
	float: left;
}
.halfBoxRight {
	width: 49%;
	height: auto;
	display: block;
	height: 100%;
}
.servicesList {
	display: block;
	height: auto;
	width: 100%;
	margin: 20px 0 20px 0;
	font-size: 16px;
	clear: both;
}
.servicesList dt {
	display: block;
	background: url(../pg_imgs/bar.png) 0 0 no-repeat;
	width: 754px;
	height: 56px;
	padding: 5px 0 0 20px;
	position: relative;
	top: 20px;
	color: #030;
}
.servicesList dt a {
	color: #030;
	font-size: 18px;
	float: right;
	margin-right: 80px;
}
.servicesList dd {
	display: block;
	background-color: #222;
	width: 724px;
	height: auto;
	padding: 10px;
	margin-left: 4px;
	border: 1px solid #111;
	color: #fff;
	font-size: 16px;
}
ul li {
	list-style-position: inside;
}
dt {
	padding: 0 0 5px 0;
	list-style-type: none;
}
dd li {
	padding: 0 0 0 10px;
	list-style-position: inside;
}
dd {
	padding: 0 0 25px 0;
}
.error {
	display: block;
	width: 98%;
	height: auto;
	padding: 1%;
	margin: 0 0 20px 0;
	background: #fcc;
	color: #f00;
	border: 1px solid #f00;
}
input, textarea {
	background-color: #333;
	color: #fff;
	border: 1px solid #666;
	padding: 5px;
	margin: 0 0 10px 0;
}
#box {
	width: 920px;
	height: auto;
	padding: 0;
	margin: 10px 0 20px 0;
	display: block;
}
#box ul {
	width: 50%;
	height: auto;
	float: left;
	margin: 0 0 20px 0;
}
#message_box { 
	  position: fixed; 
	  top: 0; left: 0;
	  z-index: 1000; 
	  background: url(../pg_imgs/error.png) 0 0 no-repeat;
	  color: #f00;
	  padding: 15px 40px 0 200px;
	  border: 0;
	  text-align: left; 
	  font-weight:bold; 
	  width: 761px;
	  height: 132px;
	  font-size: 14px;
	  display: block;
}
#message_box2 { 
	  position: fixed; 
	  top: 0; left: 0;
	  z-index: 1000; 
	  background: url(../pg_imgs/success.png) 0 0 no-repeat;
	  color: #f00;
	  padding: 15px 40px 0 200px;
	  border: 0;
	  text-align: left; 
	  font-weight:bold; 
	  width: 761px;
	  height: 132px;
	  font-size: 14px;
	  display: block;
}
#close_message {
		float: right;
}
.confirm {
	color: #f00;
	font-weight: bold;
}
#topSearch {
	position: absolute;
	left: 760px;
	top: 65px;
}
#openCloseTab {
	position: absolute;
	left: 425px;
	top: 50px;
}
#contactFormBg {
	display: block;
	width: 730px;
	height: 444px;
	padding: 60px 19px 0 19px;
	color: #fff;
	background: url(../pg_imgs/contactBg.jpg) 0 0 no-repeat;
	font-size: 12px;
	
}
#contactFormBg h2 {
	color: #fff;
	font-weight: bold;
	font-size: 16px;
}
#contactForm_quickInfo {
	border: 2px solid #333;
	width: 330px;
	float: left;
	background-color: #111;
	padding: 10px;
	margin: 0 5px 10px 5px;
	height: 100px;
}
#contactForm_quickInfo label {
	width: 60px;
	display: block;
	float: left;
}

#contactForm_additionalInfo {
	padding: 5px;
	border: 2px solid #333;
	width: 330px;
	float: left;
	background-color: #111;
	display: block;
	padding: 10px;
	margin: 0 5px;
	height: 100px;
	margin: 0 5px 10px 5px;

}
#contactForm_additionalInfo label {
	width: 90px;
	display: block;
	float: left;
}

#contactForm_commentInfo {
	padding: 5px 0 ;
	border: 2px solid #333;
	width: 695px;
	float: left;
	background-color: #111;
	display: block;
	padding: 10px;
	margin: 0 5px;
	margin: 0 5px 10px 5px;

}
#contactForm_commentInfo label {
	width: 140px;
	display: block;
	float: left;
}
.thumbList li {
	float: left;
}
.thumb{
	display: block;
	width: 200px;
	height: 200px;
	border: 0;
	margin: 0 20px;
}
.thumb img{
	width: 180px;
	height: 160px;
	margin: 25px auto;
	display: block;
	border: 0;
	background-color: #222;
}
.thumbCover{
	background: url(../pg_imgs/portfolioThumbOverlay.png) 0 0 no-repeat;
	display: block;
	width: 200px;
	height: 200px;
	position: relative;
	top: -215px;
	z-index: 4;
	border: 0;
}
.thumbCover span{
	position: relative;
	top: 16px;
	left: 10px;
	color: #222;
	font-size: 14px;
}
.darkBackground {
	padding: 10px;
	color: #fff;
	border: 1px solid #333;
	background-color: #222;
	margin: 3px;
}
.centerBox{
	display: block;
	width: 100%;
	height: auto;
	border: 0;
	position: relative;
	left: 50%;
	margin-left: -377px;
}
#loadBarHolder {
	width: 432px;
	height: 225px;
	border: 0px;
	padding: 0;
	margin: 0;
	background: url(../pg_imgs/loaderBg.png) 0 0 no-repeat;
	position: absolute;
	left: 50%;
	margin-left: -216px;
	top: 50px;
	z-index: 50;
}
#loadBarText {
	position: relative;
	top: 130px;
	font-size: 12px;	
	text-align: center;
	width: 90%;
}
#loadBar {
	width: 372px;
	height: 32px;
	border: 0px;
	position: absolute;
	top: 130px;
	left: 50%;
	margin-left: -186px;
	z-index: -1;
}
#status {
	background: url(../pg_imgs/loaderBar.png) 0 0 no-repeat;
	width: 372px;
	height: 32px;
	position: absolute;
	left: 0;
	z-index: -1;
}
.submitButton {
	display: block;
	width: 162px;
	height: 62px;
	border: 0; 
	background: url(../pg_imgs/small_send.png) 0 0 no-repeat;
	margin: 0;
	padding: 0;
	clear: both;
}

.infoBox {
	display: block;
	height: auto;
	width: 100%;
	margin: 20px 0 20px 0;
	font-size: 16px;
	clear: both;
}
.infoBox h2 {
	display: block;
	background: url(../pg_imgs/bar.png) 0 0 no-repeat;
	width: 704px;
	height: 50px;
	color: #030;
	text-align: right;
	position: relative;
	top: 7px;
	padding: 6px 50px 0px 0px;
	font-size: 18px;
	text-transform: uppercase;
}
.infoBox h2 a {
	color: #030;
	margin-right: 80px;
}
.infoBox p {
	display: block;
	background-color: #222;
	width: 724px;
	height: auto;
	padding: 10px;
	margin-left: 4px;
	border: 2px solid #fff;
	color: #fff;
	font-size: 16px;
}
#connection {
	padding: 5px;	
}
