body {
	background: #444;
	color: #333;
}
.format {
	width: 940px;
	padding: 0px 40px;
	margin: 0 auto;
}
h2 {
	color: #D11200;
	font: 30px "Arial Narrow", Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	padding-top: 5px;
}
h3 {
	font: 30px Arial, Verdana, Helvetica, sans-serif;
	color: #4c4c4c;
	padding-top: 20px;
}
h4 {
	font: 20px Arial, Verdana, Helvetica, sans-serif;
	color: #4c4c4c;
	margin-bottom: 10px;
}
.paragraph h5 {
	font: 16px Arial, Verdana, Helvetica, sans-serif;
	color: #d11200;
	margin-bottom: 6px;
}
ul li {
	display: inline;
}
a {
	text-decoration: none;
	font: 14px Verdana, Arial, Helvetica, sans-serif;
}
a:hover {
	text-decoration: underline;
}
a:visited {
	color: #d11200;
}

a:link {
	color: #333;
}
strong{
	color: #d11200;
}
.ui-tabs-hide {
    position: absolute;
    left: -10000px;
}

/*	---------------------------   HEADER   -------------------------------------		*/
#header {
	background-color: #fff;
	margin-top: 10px;
	padding: 12px 0px;
	border-top: 1px solid #999;
	height: 84px;
}
#header img{
	float: left;
	display: block;
	width: 251px;
}
.menu {
	float: right;
	border: 1px solid #b3b3b3;
	padding: 9px 0px;
	}
.menu li a {
	padding: 10px 10px 9px 10px;
	color: #888;
	font: 18px Arial, Helvetica, sans-serif;
}
.menu li a:hover {
	color: #d11200;
	background: #f6f6f6;
	text-decoration: none;
}
#menuactive a{
	color: #d11200;
	background-color: #e3e9e9;
}
.ecospec {
	clear: right;
	float: right;
	margin-top: 15px;
}
/*		------------------------------------   TOP AREA   --------------------------------		*/
#topbar {
	background: #e3e8e8;
	height: 44px;
	border-top: 1px solid #999;
}
.offer{
	clear: both;
	background-image: url(../images/offer2.png);
	background-color: #deeff8;
	background-repeat: no-repeat;
	margin: -236px -1px 0px 0px;
	float: right;
	height: 147px;
	width: 147px;
	z-index: 3;
	
}
.greybar h2{
	float: left;
}
#signupbuttonlrg{
	margin-top: 7px;
	float: right;
	width: 160px;
	list-style-type: none;
}
#signupbuttonlrg li a{
	float: right;
	background: #000 url(../images/signupbutt_xl.jpg) top;
	display: block;
	height: 30px;
	width: 160px;
	overflow: hidden;
}
#signupbuttonlrg li a:hover{
	background-position: center;
	}
#signupbuttonlrg li a:active{
	background-position: bottom;
	}
#picbar {
	background-color: #fff;
	height: 225px;
	font: 20px Arial, Verdana, Helvetica, sans-serif;
	}
	
/*-------------------------------  PICS ON DIFF PAGES  --------------------------------------*/
#softpic {
	background: url(../images/software_bkgnd.jpg) center right no-repeat;
	height: 225px;
}
#servpic {
	background: url(../images/services_bkgnd.jpg) center right no-repeat;
	height: 225px;
}
#compic {
	background: url(../images/company_bkgnd.jpg) center right no-repeat;
	height: 225px;
}
#blurb {
	width: 560px;
}
#blurb p{
	color: #777;
}
#blurb a{
	color: #d11200;
	font: 20px Arial, Helvetica, sans-serif;
}
#nav{
	clear: right;
	float: right;
	margin-top: -20px;
	margin-right: 10px;
	background-color: #deeff8;
	z-index: 2;
	height: 44px;
	width: 100px;
}
#nav a{
	font: 20px Arial, Helvetica, sans-serif;
	color: #777;
	padding: 3px 5px;
	margin: 4px;
	border: 1px solid #999;
	text-decoration: none;
}
.activeSlide{
	color: #d11200;
	border: 1px solid #999;
	background-color: #9dd8f7;
}
/*--------------------------------------   TABS	   ---------------------------------------------*/
.tab_content {
	clear: left;
	float: left;
	width: 940px;
}
.tab_content h2{
	padding-top: 30px;
	font-size: 23px;
}
.ui-tabs-nav {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 44px; /*--Set height of tabs--*/
	width: 100%;
}
.ui-tabs-nav li{
	float: left;
	margin: 0;
	padding: 0;
	height: 43px; 
	line-height: 43px; 
	overflow: hidden;
	position: relative;
	background: #e3e8e8;
}
.ui-tabs-nav a {
	height: 43px;
	padding: 12px 20px 13px 20px;
	color:#4C4C4C;
	font-weight: bold;
	border-bottom: 1px solid #666;
	zoom: 1;
}
.ui-tabs-nav a:hover {
	color: #d11200;
	background-color: #d4dede;
	text-decoration: none;
}
.ui-tabs .ui-tabs-hide {
     display: none;
}
.ui-tabs-selected a, .ui-tabs-selected a:hover{
	background-color: #fff;
	color: #d11200;
	border: 1px solid #999;
}
.ui-tabs-selected {
	border-bottom: 1px solid #fff;
}
#scroll{
	padding-top: 10px;
	height: 420px;
	overflow-y: scroll;
	border: 2px solid #ccc;
}
.scrolltitle{
	padding-top: 10px;
}
/*	--------------------------------	CONTENT  	---------------------------------------	*/
#mainbar{
	background-color: #fff;
	padding: 10px 0px 8px 0px;
}
.introbox{
	width: 938px;
	height: 250px;
	border: 1px solid #999;
	border-bottom: none;
	background-color: #deeff8;
	overflow: hidden;
	z-index: 0;
}
.introbox li{
	font-size: 16px;
	font-weight: bold;
}
.introlist{
	margin: 10px;
	padding-top: 15px;
	float: left;
	display: inline;
	width: 770px;
	height: 220px;
	color: #666;
	font: 17px Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 25px;
	z-index: 2;
}
.tinylist{
	font-size: 12px;
}
.tinylist li{
	padding-bottom: 7px;
}
#slideone {
	background: url(../images/main_1.jpg) no-repeat;
}
#slidetwo {
	background: url(../images/main_2.jpg) no-repeat;
}
#slidethree {
	background: url(../images/main_3.jpg) no-repeat;
}
.introlist h4{
	font: 18px Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-left: 350px;
}
.introlist h5{
	font: 16px Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
	padding-left: 350px;
	font-weight: bold;
}
.list li{
	margin-left: 370px;
	display: list-item;
	list-style: disc;
}
#red{
	list-style: none;
	color: #d11200;
	font-style: italic;
}
.stepbar{
	border: 1px solid #999;
	background-color: #ecefef;
	height: 50px;
	width: 938px;
	padding-left: 15px;
}
.buttonbox2{
	float: left;
	display: inline;
	height: 38px;
	width: 450px;
	margin-top: 5px;
}
.intborder{
	display: block;
	height:31px;
	width: 420px;
	margin-top: 9px;
	padding-top: 6px;
}
#watch{
	background-image: url(../images/main_video_button2.png);
	float: right;
	display: inline;
	margin-right: 9px;
}
#login{
	background-image: url(../images/main_login_button2.png);
	float: right;
	display: inline;
	margin-right: 9px;
}
#free{
	background-image: url(../images/enter_button_big.png);
	float: left;
	display: inline;
	margin-left: 20px;
	width: 86px;
}
.intborder a {
	background-position: top;
	display: block;
	height: 30px;
	width: 99px;
	overflow: hidden;
}
.intborder a:hover{
	background-position: center;
	}
.intborder a:active{
	background-position: bottom;
	}
.intborder p{
	font: 15px Arial, Helvetica, sans-serif;
	color: #333;
	text-align: left;
	font-weight: bold;
	padding-left: 15px;
}
.textleft {
	float: left;
	margin-top: 5px;
}
.spacer {
	float: left;
	display: block;
	background-color: #999;
	width: 1px;
	height: 59px;
	margin: 0px 10px 0px 5px;
}
#map {
	padding: 6px;
	border: 1px solid #999;
	margin-top: 20px;
	width: 425px;
}
/* --------------------------------------- PERSONNEL ACCORDION ----------------------------------*/
#accordion{
	width: 600px;
	border-bottom: 1px solid #999;
	float: right;
	margin-right: 5px;
	padding-top: 40px;
}
#accordion a{
	display: block;
	width: 578px;
	text-decoration: none;
	height: 25px;
	border: 1px solid #999;
	border-bottom: none;
	padding: 5px 10px 0px 10px;
	color:#4C4C4C;
	background-color: #e3e9e9;
}
#accordion h3 {
	padding: 0px;
	margin: 0px;
	font-size: 20px;
}
.staff p{
	font: 11px Arial, Helvetica, sans-serif;
	color: #333;
	padding: 5px 20px 2px 20px;
}
#accordion .ui-state-active {
	background-color: #d4dede;
	font-weight: bold;
	color: #d11200
}
.staff{
	width: 598px;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	height: 220px;
}
.left{
	float: left;
}
#accordion a:hover{
	color: #d11200;
	background-color: #d4dede;
}
.right{
	text-align: right;
	float: right;
}
#accordion img{
	float: right;
	padding: 5px;
	border: 1px solid #999;
	margin: 10px;
	width: 100px;
}

/* --------------------------------------- HOMEPAGE COLUMNS ----------------------------------*/
.col_4{
	float: left;
	margin-right: 20px;
	width: 220px;
}
.col_4r{
	float: left;
	margin: 0px;
	width: 460px;
}
.col_title, .col_title_4r {
	background-color: #ecefef;
	padding: 10px 0px 0px 10px;
	border: 1px solid #999;
	border-bottom: 3px solid #666;
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333;
	float: left;
	width: 220px;
}
.col_title_4r {
	width: 458px
}
.col_title p, .col_title_4r p  {
	font-weight: normal;
}
.col_title h5,.col_title_4r h5 {
	float: left;
	font-size: 20px;
	padding-bottom: 5px;
	color: #d11200;
}
.bigword{
	float: left;
	font-size: 20px;
}
.textbox, .textbox_4r{
	border: 1px solid #999;
	border-top: none;
	margin-top: 0px;
	padding: 15px 15px;
	padding-top: 50px;
	width: 190px;
}
.textbox_4r{
	width: 428px;
}
#slidebar{
	padding-top: 20px;
	padding-bottom: 8px;
	background-color: #fff;
	text-align: center;
	font: 14px Arial, Helvetica, sans-serif ;
	color: #555;
}
#slideleft {
	padding: 5px 0px;
	line-height: 18px;
	font-weight: bold;
	margin-top: 8px;
	border: 1px solid #999;
	background-color: #ecefef;
	float: left;
	height: 51px;
	width: 170px;
	z-index: 3;
}
#slideleft a {
	font: 10px Arial, Helvetica, sans-serif;
}
#makeMeScrollable {
	border: 1px solid #999;
	border-left: none;
	border-right: none;
	float: left;
	padding: 3px;
	padding-top: 4px;
	height: 58px;
	width: 740px;
}
.pics {
	width: 150px;
	height: 45px;
	padding: 10px 10px 0px 12px;
	margin-top: 5px;
	margin-left: 13px;
	overflow-y: hidden;
	float: left;
}
#viewerFrame img {
	float: left;
	margin-right: 0px;
	}
#slideright {
	margin-top: 8px;
	border: 1px solid #999;
	float: left;
	background-color: #ecefef;
	height: 51px;
	width: 20px;
	padding: 5px;
	z-index: 3;
	}
#slideright a{
	font: 12px Arial, Helvetica, sans-serif;
	vertical-align: middle;
}
#columnbar{
	clear: both;
	padding-top: 20px;
	background-color: #fff;
	border-bottom: 1px solid #999;
	font: 14px Arial, Helvetica, sans-serif ;
}
#spacer {
	height: 200px;
	width: 1px;
	float: left;
}
#content_main {
	background: #fff url(../images/topribbon.jpg) top repeat-x;
	border-bottom: 1px solid #999;
	height: 550px;
}
#leftside {
	float: left;
	width: 625px;
}
.col1 {
	float: left;
	width: 280px;
	margin-right: 45px;
}
.col2 {
	float: left;
	width: 420px;
	margin-right: 45px;
}
.col3 {
	float: left;
	width: 400px;
	margin-right: 45px;
}
.paragraph {
	background: #fff url(../images/pdivider.gif) bottom center no-repeat;
	padding: 15px 0px 20px 0px;
}
.paragraph p, ul {
	font: 13px Helvetica;
	color: #666;
}
.paragraph ul {
	padding-left: 20px;
}
.paragraph li{
	display: list-item;
	list-style: disc;
}
.paragraph3 {
	background: #fff url(../images/pdivider.gif) bottom center no-repeat;
	padding: 10px 0px 10px 20px;
	font: 13px Helvetica;
	color: #666;
}
.paragraph3 img {
	float: right;
}
.sidebar {
	margin-top: 15px;
	margin-right: 2px;
	float: right;
	width: 245px;
}
.sidebar h5 {
	background-color: #e3e9e9;
	padding: 25px 0px 5px 15px;
	border: 1px solid #999;
	border-bottom: 3px solid #666;
	font: 20px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #d11200;
}
.sidebar ul li {
	display: block;
	color: #444;
	height: 25px;
	background: #fff url(../images/bullet.jpg) left no-repeat;
	padding: 8px 0px 12px 50px;
	border: 1px solid #999;
	border-top: none;
}
.sidebar ul li p{
	padding-top: 5px;
}
#clear {
	clear: both;
	height: 15px;
}
.testimonial{
	float: left;
	text-align: center;
	padding: 10px 20px 10px 15px;
	margin-top: 2px;
	margin-left: 30px;
	font: 20px Arial, Verdana, Helvetica, sans-serif;
	color: #4c4c4c;
	display: block;
}
.testimonial img{
	border: 1px solid #ccc;
	padding: 5px;
	padding-bottom: 50px;
}
.testimonial a:hover{
	color: #d11200;
	text-decoration: none;
}
/*	------------------------------------	CONTACT AREA	 ---------------------------------	*/

#contact{
	margin-top: 30px;
}
#contact-area {
	width: 430px;
	margin-top: 25px;
}
#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 300px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
}
#contact-area textarea {
	height: 90px;
}
#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #d11200;
}
#contact-area input.submit-button {
	width: 100px;
	float: right;
}
label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 100px;
	padding-top: 5px;
	font: 15px Verdana, Geneva, Arial, Helvetica, sans-serif;
}
#contact-area .checkbox{
	float: left;
	width: 50px;
	padding-top: 10px;
	margin: 0px 0px 10px 0px;
}
/*	------------------------------------	FOOTER	 ---------------------------------	*/

#footer {
	background: #e3e8e8;
	border-top: 1px solid #FFF;
	height: 100px;
}

.footer_left{
	float: left;
	width: 690px;
	height: 100px;
	background: #e3e8e8;
}
.footer_right{
	background-color: #ccc;
	font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	float: right;
	height: 100px;
	width: 238px;
	padding-right: 10px;
	text-align: right;
	font-weight: bold;
	}
.footer_right li{
	color:#333;
}
.contact {
	font: 16px Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #d11200;
	padding: 5px 0px;
}
.links{
	display: block;
	width: 375px;
	float: left;
	padding-top: 7px;
}
.footer_left p{
	margin-top: 12px;
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	float: left;
}
.link{
	display: block;
	float: left;
}
.link li a{
	font: 11px Verdana;
	display: block;
	padding: 5px 20px 2px 0px;;
}
.cols{
	height: 115px;
	width: 250px;
	float: right;
	margin-right: 10px;
	padding-top: 5px;
}
.cols li{
	float: right;
	font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #333;
	margin: 3px 0px;
	font-weight: bold;
	display: block;
	line-height: 20px;
	width: 270px;
	
}
.cols li span{
	width: 190px;
	float: left;
}
.cols li a{
	color: #fff;
	text-align: center;
	font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	float: right;
	background: #000 url(../images/footer_btn.jpg) top;
	display: block;
	line-height: 17px;
	height: 21px;
	width: 75px;
	overflow: hidden;
}
.cols input{
	height: 17px;
	float: left;
	width: 150px;
}
.cols li a:hover{
	background-position: center;
	text-decoration: none;
	}
.cols li a:active{
	background-position: bottom;
	}
.cols li a:visited{
	color: #fff;
	}
.textfield{
	padding-top: 6px;
	font: 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #d11200;
}	
#shadow {
	clear: both;
	background: #333 url(../images/shadow.gif) repeat-x;
	height: 20px;
}
.clear2 {
	clear: both;
}
.link_right li{
	width: 240px;
	line-height: 20px;
}
.link_right p{
	float: left;
	display: block;
	width: 60px;
}
.link_right span{
	float: right;
	width: 160px;
	font-weight: normal;
}

