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

***Browser Resets***{
/********************************************
	Browser Resets
 ********************************************/
}


body, button, ul, li, h1, h2, h3, h4, p, dl, dd, dt, form {
	margin: 0;
	padding: 0;
	border: 0;
}


***Universal Classes***{
/********************************************
	Universal Classes
 ********************************************/
}

.floatleft {
	float: left;
}
.floatright {
	float: right;
}

.clear {
	clear: both;
}
.nomargin {
	margin: 12px 0px 0px;
}
.gone {
	display: none;
}


***Base Tags*** {
/********************************************
	Base Tags
 ********************************************/
}
a:focus, a:hover, a:active { outline:none }/*fire fox is retarded, yeah i said it. almost as retarded as IE*/
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	background-color: #f4f4f4;
	position: relative;
}

a {
	color: #006600;
	text-decoration: none;
}
a:hover {
    color: #ccc;
	text-decoration: none;
}

h2 {
	font-weight: bold;
	color: #000000;
	font-size: 1.3em;
	margin-bottom: 10px;
	text-shadow: #ffffff 1px 1px 1px;
}
h3 {
	color: #512a01;
	font-size: 1.15em;
	font-weight: bold;
	margin: 12px;
}

img {
	border: 0px;
}
.examples {
	background-image: url(../images/examples-bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

p {
	line-height: 1.6em;
	margin-bottom: 1em;
	font-size: 1.2em;
}
p2 {
	line-height: 1.6em;
	margin-bottom: 1em;
	font-size: 3em;
}
***General Layout*** 
{/********************************************
	General Layout
 ********************************************/}
 #pagewrap {
	margin-right: auto;
	margin-left: auto;
	width: 1000px;
	background-image: url(../images/panel-bg02.png);
	background-repeat: no-repeat;
	background-position: center 100px;
	position: relative;
	height: 600px;
}
#pagewrap #arrow-left {
	position: absolute;
	height: 25px;
	width: 25px;
	left: 20px;
	top: 250px;
	
}
#pagewrap #arrow-left a {
	background-image: url(../images/arrow-lft.png);
	background-repeat: no-repeat;
	background-position: center top;
	display: none;
	height: 25px;
	width: 25px;
	display: block;
	text-indent: -9999px;
}
#pagewrap #arrow-left a:hover {
	background-position: center -25px;
}
#pagewrap #arrow-right {
	position: absolute;
	height: 25px;
	width: 25px;
	right: 20px;
	top: 250px;
	
}
#pagewrap #arrow-right a {
	background-image: url(../images/arrow-rt.png);
	background-repeat: no-repeat;
	background-position: center top;
	display: none;
	height: 25px;
	width: 25px;
	display: block;
	text-indent: -9999px;
}
#pagewrap #arrow-right a:hover {
	background-position: center -25px;
}
#header {
	height: 100px;
	width: 1000px;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	position: relative;
}
#header  ul  {
	list-style-type: none;
	position: absolute;
	right: 45px;
	bottom: 10px;
}
#header ul li {
	float: left;
	margin-right: 20px;
}
#header ul li a {
	font-weight: bold;
	color: #adadad;
	text-decoration: none;
}
#header ul li a.hirelink {
	color: #006600;
}
#header  ul li a:hover {
	color: #006600;
}
#copyright {
	font-size: 0.8em;
	font-weight: bold;
	color: #CCCCCC;
	margin-right: 50px;
	margin-top: 15px;
	text-align: right;
}

***Slider*** 
{/********************************************
	Slider
 ********************************************/}
#pagewrap #sliderwrap {
	width: 894px;
	padding-right: 52px;
	padding-left: 52px;
}

.stepcarousel{
	position: relative;
	overflow: scroll; /*leave this value alone*/
	width: 896px;
	height: 400px;
}

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

.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: 896px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
	height: 400px;
}

p.samplebuttons{
width: 320px;
text-align: center;
}

p.samplebuttons a{
color: #2e6ab1;
padding: 1px 2px;
margin-right: 3px;
text-decoration: none;
}
***Panels*** 
{/********************************************
	Panels
 ********************************************/}
.title {
	margin-top: 27px;
	margin-left: 23px;
}
.about {
	background-image: url(../images/about-bg.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.about .content {
	width: 500px;
	margin-left: 35px;
}
.services {
	background-image: url(../images/services-bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.content-wrapper    {
	margin-right: 35px;
	margin-left: 35px;
}
.services .left-col, .examples .left-col {
	width: 375px;
	float: left;
}
.services .left-col li {
	margin-bottom: 1.2em;
	margin-left: 1.3em;
}
.services .right-col, .examples .right-col {
	width: 400px;
	float: right;
}
.thumb-wrap a img {
	border: 1px solid #dddddd;
}
.right-col .top-spacer {
	margin-top: 165px;
}
.thumb-wrap a img:hover {
	border: 1px solid #006600;
}
.thumb-wrap img {
	margin-right: 0px;
}
.thumb-wrap {
	margin-top: 0px;
}
.hire {
	background-image: url(../images/hire-bg.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.hire .right-col {
	width: 300px;
	float: right;
	margin-top: 30px;
	line-height: 1.5em;
	font-size: 1.1em;
}
dt {
	float: left;
	width: 5em;
}
dd {
	margin-left: 7.5em;
	margin-bottom: 0.6em;
}
#contactform-wrap {
	margin-top: 38px;
	margin-left: 30px;
}
.txtfield {
	width: 302px;
	border: 1px solid #cccccc;
}
.txtarea {
	width: 302px;
	border: 1px solid #cccccc;
}
