@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;

	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;

	padding: 0;
 	margin: 0;
	background: #262323 url(images/bkg_wide.jpg) repeat-y center top;

  width: 100%;
  display: table;

}
img{
	border:none;
}
a{
outline: 0 none; 	
}
a:link{
	color:#b22600;
}
a:visited{
	color:#b22600;
}
a:hover{
	color:#b22600;
	text-decoration:underline;
}
h3{
	color:#FFF;
	font-size:24px;
}
h4{
	color:#FFF;
	font-size:14px
}

/*#bkg{
	position:absolute;

}
#bkgholder{
	width:1200px;
	height:100px;
	margin: 0 auto;
	z-index:-10;
	background-image:url(images/bkg_wide.jpg)
}*/
#container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border:none;
	text-align: left; /* this overrides the text-align: center on the body element. */
	
}
#header{
	width:920px;
	margin: 0 auto;
	background-image:url(images/bkg_txt.png);
}
#logo{
	
	padding: 30px 0px 0px 30px;
}
#menu{
	position:relative;
	left:582px;
	width:375px;
	padding: 0px 13px 0px 0px;
	margin:-34px 0px 75px 0px;
}
#menu a{
	padding-right:13px;	
}
#headerinside{
	width:730px;
	height:100px;
	margin: 0 auto;
	background-image:url(images/bkg_transblack.png);
	padding:15px 23px 15px 40px;
	
}
.leader{
	color:#c0c0c0;
	font-size:22px;
	line-height:30px;
}
#slidetop{
	width:1000px;
	height:65px;
	margin: 0 auto;
	background-image:url(images/slidebkg.png);	
	
}
#slidenav{
	height:20px;
	position:relative;
	left:400px;
	top:10px;
	width:200px;
	
}
#pagination{
	height:20px;
	width:200px;
	position:relative;
	left:435px;
	top:10px;
}
#slideholder{
	width:1000px;
	height:660px;
	margin: 0 auto;
	background-image:url(images/slidebkg.png);
}
#slideshadow{
	width:1000px;
	height:26px;
	background-image:url(images/slideshadow.jpg);
	background-repeat:no-repeat center top;
	margin: 0 auto;
}

.infobox{
	height:150px;
	width:650px;
}
.infobox p{
	font-size:13px;	
}
.infoboxhead{
	font-size:18px;
}
.infoboxleft{
	width:200px;
	float:left;
	position:relative;
	left:255px;
	font-size:14px;
	line-height:20px;
}
.infoboxleftsub{
	font-size:13px;
}
.infodivider{
	height:100px;
	width:20px;
	float:left;
	position:relative;
	left:250px;
	padding-left:10px;
	paddding-right:20px;
	padding-top:2px;
}
.infoboxright{
	height:150px;
	width:285px;
	float:left;
	position:relative;
	left:250px;
	paddding-left:20px;
	font-size:13px;
	top:1px;
	line-height:19px;
}

#info{
	width:920px;
	margin: 0 auto;
	background-color:#09F;
	background-image:url(images/bkg_txt.png);
	padding-bottom:30px;
}
#infoinside{
	width:750px;
	margin: 0 auto;
	background-image:url(images/bkg_transblack.png);
	color:#c0c0c0;
	font-size:14px;
	line-height:22px;	
	text-align:left;
}

#infocontent{
	
	padding:10px 55px 30px 55px;
}
.white{
	color:#FFF;	
}
#qualifications{
	/*height:220px;
	width:650px;
	margin-bottom:30px;*/
}
	#qualifications ul{
		list-style-type: none;
		margin-top:-10px;
		margin-left:-28px;
		margin-bottom:45px;	
	}
		#services{
			float:left;
			padding-right:35px;
		}
		#software{
			float:left;
			padding-right:25px;
		}
		#code{
			float:left;
		}
	#contact{
		height:320px;
		width:675px;
		margin-top:25px;
	}
	#contactaddress{
		float:left;
		width:175px;
	}
	#contactform{
		float:left;
		/*padding-top:35px;
		padding-left:40px;*/
	}
#footer{
	width:920px;
	height:36px;
	margin: 0 auto;
	background-color:#666;
	background-image:url(images/bkg_footer.png);
}
	#footertxt{
		color:#999;
		position:relative;
		left:676px;
		top:12px;
		font-size:11px;
		width:200px;
	}




/*rollover divs*/
#navhome
{	float:left;
 	display: block;
	width: 71px;
 	height: 28px;
  	background: url(images/menuhome.gif) no-repeat 0 0;}
#navhome:hover
{  background-position: 0 -28px;}
#navhome span
{  display: none;}

#navwork
{	float:left;
 	display: block;
	width: 65px;
 	height: 28px;
  	background: url(images/menuwork.gif) no-repeat 0 0;}
#navwork:hover
{  background-position: 0 -28px;}
#navwork span
{  display: none;}

#navwhatido
{	float:left;
 	display: block;
	width: 102px;
 	height: 28px;
  	background: url(images/menuwhat.gif) no-repeat 0 0;}
#navwhatido:hover
{  background-position: 0 -28px;}
#navwhatido span
{  display: none;}

#navcontact
{	float:left;
 	display: block;
	width: 84px;
 	height: 28px;
  	background: url(images/menucontact.gif) no-repeat 0 0;}
#navcontact:hover
{  background-position: 0 -28px;}
#navcontact span
{  display: none;}

#resume
{	float:left;
 	display: block;
	width: 150px;
 	height: 37px;
  	background: url(images/resume_btn.gif) no-repeat 0 0;
	margin-top:11px;}
#resume:hover
{  background-position: 0 -37px;}
#resume span
{  display: none;}

#slidenav_web
{	float:left;
 	display: block;
	width: 43px;
 	height: 22px;
  	background: url(images/menuweb.gif) no-repeat 0 0;
	margin-top:5px;
	margin-right:6px;}
#slidenav_web:hover
{  background-position: 0 -22px;}
#slidenav_web span
{  display: none;}

#slidenav_inter
{	float:left;
 	display: block;
	width: 76px;
 	height: 22px;
  	background: url(images/menuinteractive.gif) no-repeat 0 0;
	margin-top:5px;
	margin-right:6px;}
#slidenav_inter:hover
{  background-position: 0 -22px;}
#slidenav_inter span
{  display: none;}

#slidenav_graphic
{	float:left;
 	display: block;
	width: 57px;
 	height: 22px;
  	background: url(images/menugraphic.gif) no-repeat 0 0;
	margin-top:5px;
	margin-right:6px;}
#slidenav_graphic:hover
{  background-position: 0 -22px;}
#slidenav_graphic span
{  display: none;}

#viewsite
{	float:left;
 	display: block;
	width: 188px;
 	height: 31px;
  	background: url(images/viewsite_btn.gif) no-repeat 0 0;
	margin-top:6px;
	margin-right:6px;}
#viewsite:hover
{  background-position: 0 -31px;}
#viewsite span
{  display: none;}






/*form styling*/
#contact-area {
	width: 465px;
	margin-top: 75px;
	margin-left:10px;
}

#contact-area input, #contact-area textarea {
	padding: 3px;
	width: 340px;
	font-family: Helvetica, sans-serif;
	font-size: 1em;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
}

#contact-area textarea {
	height: 100px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #d1360c;
}

#contact-area input.submit-button {
	width: 56px;
	height:29px;
	position:relative;
	right:10px;
	float: right;
	background-image:url(images/send_btn.gif);
	border:none;
	display: block;
	color: transparent;
	font-size:0px;
}
#contact-area input.submit-button:hover
{  background-position: 0 -29px;}
#contact-area input.submit-button span
{  display: none;}

label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 90px;
	font-size: 14px;
}
.label(
	/*leave this for cufon*/	   
)



#carousel{
	width:982px;
	/*position:relative;
	left:20px;*/
}

.stepcarousel{
	position: relative; /*leave this value alone*/
	/*border: 10px solid black;*/
	overflow: scroll; /*leave this value alone*/
	width: 970px; /*Width of Carousel Viewer itself*/
	height: 700px; /*Height should enough to fit largest content's height*/
	margin-left:9px;
	padding-right:12px;
}

.stepcarousel .belt{
	position: absolute; /*leave this value alone*/
	left: 0;
	top: 0;
}

.stepcarousel .panel{
	float: left; /*leave this value alone*/
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
	margin: 0px; /*margin around each panel*/
	/*width: 774px;*/ /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}
