@charset "utf-8";

body {
	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: #999;
	background-color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
 #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: inline;
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	height: 875px;
	margin: auto;
	}
#topBar {
	background-color: #4482a9;
	height: 15px;
	float: left;
	width: 800px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#logoWrapper {
	height: 104px;
	width: 330px;
	padding-top: 10px;
	padding-left: 10px;
	float: left;
}

#blueBar {
	background-color: #4482a9;
	height: 15px;
	float: left;
	width: 800px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#navButtons {
	float: left;
	height: 63px;
	width: 440px;
	padding-top: 45px;
	margin-right: 0px;
	margin-left: 0px;
	text-align: center;
	display: inline;
}
#navButtons a:hover {
	border: 2px solid #4482a9;
	border-radius: 8px;
}

#navButtons a {
	color: #4482a9;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	display: inline;
	padding-top: 9px;
	padding-right: 5px;
	padding-bottom: 9px;
	padding-left: 5px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	font-size: 75%;
	word-spacing: 5px;
}
 #mainContent {
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 15px;
	height: 665px;
	color: #666;
	font-size: 80%;
	border: 0px none #CCC;
	width: 775px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	float: left;
	text-align: left;
}

#home-box-big {
	width: 765px;
	background-image: url(images/6hands-bckgr.jpg);
	background-repeat: no-repeat;
	background-position: 215px 19px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin: 0px;
	height: 600px;
}

#home1, #home3   {
	padding: 6px;
	height: 170px;
	width: 255px;
	margin-top: 0px;
	margin-right: 220px;
	margin-bottom: 20px;
	margin-left: 0px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	background-color: #FFF;
}
#home2, #home4   {
	padding: 6px;
	height: 170px;
	width: 255px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	background-color: #FFF;
}

#home-billboard {
	float: left;
	width: 695px;
	height: 120px;
	background-color: #FFF;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 50px;
	border: 2px solid #4482A9;
}

.active {
border: 2px solid #4482a9;
	border-radius: 8px;
}



.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 7px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 7px;
	margin-top: 0px;
	top: 0px;
	clip: rect(0px,auto,auto,auto);
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
	
}
.text-box {
	float: left;
	margin-top: 2px;
	margin-right: 4px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
	list-style-position: outside;
	list-style-type: none;
	border: 0px none #CCC;
	text-align: left;
}
h1 {
	font-size: 140%;
	color: #4482A9;
}

h2 {
	font-size: 130%;
	color: #A5B941;
}
h3 {
	font-size: 110%;
	color: #666;
}
h4 {
	font-size: 120%;
	color: #FFF;
}
h5 {
	font-size: 100%;
	color: #A5B941;
}
h1, h2, h3 , h4, h5{
	font-weight: bolder;
	font-style: normal;
	margin-top: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	padding: 0px;
	margin-right: 0px;
}
#footer {
	font-size: 80%;
	color: #FFF;
	text-align: center;
	margin: 0px;
	clear: both;
	background-color: #4482a9;
	height: 30px;
	padding-top: 13px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: normal;
}
a:link {
	color: #36F;
}
a:visited {
	color: #96C;
	font-size: 100%;
}

#about-box1 {
	width: 45%;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	float: inherit;
	clear: none;
	text-align: left;
	list-style-image: url(images/bullet-green.gif);
}
#about-bio {
	width: 45%;
	top: 300px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	float: right;
	clear: none;
}
#service-box1 {
	width: 48%;
	padding-right: 8px;
}
#service-box2 {
	width: 48%;
	margin-left: 10px;
	margin-right: 0px;
}
#imageBox {
	padding: 10px;
	text-align: center;
}

#service-box3 {
	width: 20%;
	margin-left: 10px;
	margin-right: 0px;
	clear: none;
	float: right;
}

#panel1 {
	color: #666;
	text-align: center;
	height: 40px;
}
#accordion1tab1 {
	font-weight: normal;
	background-color: #FFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: left;
}
#instructions {
	font-weight: bold;
	color: #4482A9;
	text-align: center;
	height: 25px;
}
#clients-box1 {
	width: 30%;
	padding-right: 8px;
}
#clients-box2 {
	float: left;
	width: 65%;
	margin-left: 15px;
}

#clients-box3 {
	width: 455px;
	font-weight: bold;
	color: #4482A9;
	text-align: left;
	vertical-align: text-top;
}
#testimonials-text {
	font-size: 90%;
}
#source1 , #source2, #source3, #source4{
	font-weight: bold;
	font-style: italic;
	text-align: right;
	color: #666;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #CCC;
}

#tab1 {
	font-weight: normal;
	background-color: #FFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#categories {
	font-weight: bolder;
	color: #FFF;
	background-color: #999;
}
#login-field {
	font-weight: bolder;
	text-align: center;
	border: 1.2px solid #CCC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#login, #clear {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: smaller;
	font-weight: normal;
}
#login-box {
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
#scroll-box {
	height: 395px;
	overflow: scroll;
	width: 510px;
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #FFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#projects-box {
	width: 99%;
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 0px;
	padding: 0px;
	height: 580px;
	overflow: scroll;
}
.projectImages {
	width: 20%;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	text-align: center;
	float: left;
}
.projectTexts {
	float: left;
	width: 77%;
	margin-left: 10px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}


#projects-box2 {
	width: 215px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	color: #666;
}
#b2g-box {
	margin: 0px;
	padding: 0px;
	width: 210px;
}
#projects-box2-title {
	width: 200px;
	padding: 0px;
	font-weight: bold;
	font-variant: small-caps;
	color: #666;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 2px;
}

#project1 , #project2, #project3, #project4{
	width: 490px;
	margin: 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}


#title1, #title2, #title3, #title4 {
	font-weight: bolder;
	color: #4482A9;
	font-size: 110%;
}
#contact-box1 {
	font-size: 120%;
	color: #666;
	text-align: center;
	width: 40%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 2.3;
	padding: 8px;
	float: left;
	font-weight: normal;
	margin-top: 6px;
	margin-right: 12px;
	margin-bottom: 6px;
	margin-left: 0px;
}
#contact-image {
	float: left;
	width: 40%;
	padding: 10px;
	margin: 5px;
	text-align: center;
}

#demos-box1 {
	width: 670px;
	height: 530px;
}
#demo5 {
	list-style-type: none;
	width: 700px;
	margin: 0px;
}

#demo5a {
	width: 370px;
	padding: 0px;
	margin: 0px;
	list-style-position: outside;
	list-style-image: url(images/bullet-blue.gif);
	list-style-type: square;
}

#ene-demo-instructions {
	color: #FFF;
	width: 280px;
	text-align: left;
	font-weight: normal;
	float: left;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 6px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	border: 2px solid #FF0;
	list-style-type: decimal;
	list-style-position: outside;
	font-size: 85%;
}
#view-ene-demo {
	width: 120px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	float: left;
	margin-left: 15px;
}




#logout-link {
	font-weight: bolder;
	font-size: 110%;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
