/*====================*/
/*=== Reset Styles ===*/
/*====================*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/*===================*/
/*=== Main Styles ===*/
/*===================*/
html {
	height:100%;
}
body {
	font:80% "Trebuchet MS",Trebuchet,Verdana,Helvetica,Arial,sans-serif;
	color:#3F3B3B;
	background:#2E2E2E;
	line-height:1.3em;
	height:100%;
}

a, a:visited {
	color:#357F17;
}
a:hover {
	color:#14446F;
}

h1, h2, h3 
{
	font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
}

h1 {
	font-size:24px;
	font-weight:bold;
	color:#14446F;
	margin:10px 0px;
	border-bottom:1px solid #CFCFCF;
	padding-bottom:5px;
	line-height:24px;
}

h2 {
	font-size:18px;
	font-weight:bold;
	color:#14446F;
	margin-top:3px;
	margin-bottom:5px;
}
h2 a 
{
	text-decoration:none;	
	border-bottom:1px solid;
}

h3 {
	font-size:16px;
	font-weight:bold;
	color:#557F4F;
	margin-top:3px;
	margin-bottom:3px;
}

p {
	padding-bottom:8px;
}

ul 
{
	list-style:disc;
	padding-left:25px;
}
ol 
{
	list-style:decimal;
	padding-left:30px;
}
li 
{
	padding:3px;
}
strong, b
{
	font-weight:bold;
	color:#3F3B3B;
}
u 
{
	text-decoration:underline;
}
i, em 
{
	font-style:italic;
}


/*========================*/
/*=== Structure Styles ===*/
/*========================*/
#wrapper {

}
#header {
	background:url(images/header.png) no-repeat;
	height:30px;
	width:800px;
	margin:0 auto;
}

#body {
	background:url(images/body.png) repeat-y;
	width:800px;
	margin:0 auto;
}

#green-bar {
	background:url(images/green_bar1.png) no-repeat bottom;
	width:770px;
	height:130px;
	margin:0 auto;
	position:relative;
	padding-top:20px;
}
#green-bar h1 {
	position:absolute;
	top:70px;
	left:35px;
	padding:0px;
	margin:0px;
	color:#fff;
	border:0px;
	font-size:20px;
	line-height:30px;
}
#logo {
	position:absolute;
	top:20px;
	right:40px;
	background:url(images/green_bar_logo.png) no-repeat;
	height:130px;
	width:180px;
}
#logo-page {
	position:absolute;
	top:20px;
	right:40px;
	background:url(images/green_bar_logo_page.png) no-repeat;
	height:130px;
	width:180px;
}

#nav {
	margin:-21px 0px 0px 25px;
	position:absolute;
	z-index:5;
}
#nav ul 
{
	padding:0px;
}
#nav li 
{
	padding:0px;
	display:inline;
}
#nav li a {
	float:left;
	background:url(images/tab_left.png) no-repeat left top;
	margin-right:5px;
	padding:0 0 0 8px;
	font-weight:bold;
	text-decoration:none;
	color:#666;
	cursor:pointer;
}
#nav li a span {
	float:left;
	display:block;
	background:url(images/tab_right.png) no-repeat right top;
	padding:7px 13px 7px 5px;
	color:#5F5F5F;
}
#nav li a:hover {
	background:url(images/tab_left_active.png) no-repeat left top;
}
#nav li a:hover span {
	background:url(images/tab_right_active.png) no-repeat right top;
	color:#fff;
}
#nav li a.active {
	background:url(images/tab_left_active.png) no-repeat left top;
}
#nav li a.active span {
	background:url(images/tab_right_active.png) no-repeat right top;
	color:#fff;
}

#body-in {
	width:730px;
	margin:0 auto;
}

#content-front h1 {
	width:540px;
	_width:530px; /* Yes IE6 sucks */
	float:right;
}

#content {
	float:left;
	width:500px;
	padding-left:15px;
}
#content-wide {
    float:left;
    width:700px;
    padding-left:15px;
}

#breadcrumb {
	padding-top:5px;
}

#sidebar {
	float:right;
	width:190px;
}

#footer-top {
	background:url(images/footer_top.png) no-repeat;
	width:800px;
	height:28px;
}
#footer-bot {
	background:url(images/footer_bot.png) no-repeat;
	width:800px;
	height:17px;
}
#footer 
{
	background:url(images/footer_mid.png) repeat-y;
	width:800px;
	margin:0 auto;
}
#footer-in {
	width:750px;
	margin:0 auto;
	color:#9F9F9F;
	padding-top:7px;
}
#footer-in a {
	color:#9F9F9F;
}
#footer-in a:hover {
	color:#fff;
}

/*==================*/
/*=== Box Styles ===*/
/*==================*/
.box-top {
	background:url(images/box_top.png) no-repeat bottom;
	width:160px;
	height:15px;
	margin-top:5px;
	padding-left:20px;
}
.box {
	background:url(images/box_mid.png) repeat-y;
	width:160px;
	padding-left:20px;
}
.box-bot {
	background:url(images/box_bot.png) no-repeat;
	width:160px;
	height:15px;
	margin-bottom:5px;
	padding-left:20px;
}
.box h3 {
	color:#5F5F5F;
	margin:0;
	padding:0;
	margin-bottom:5px;
}
.box li a {
	display:block;
	width:130px;
	padding:3px;
	text-decoration:none;
}
.box ul 
{
	list-style:none;
	list-style-image:none;
	padding:0px;
	margin-bottom:0px !important;
}
.box li 
{
	padding:0px;
	width:145px;
	border-bottom:1px dotted #5F5F5F;
	margin-top:3px;
}

.customer-list 
{
	float:right;
	margin:0 0 5px 10px;
}

/*====================*/
/*=== Input Styles ===*/
/*====================*/
input,
textarea,
select {
	padding: 2px;
	font: 400 1em Verdana, Sans-serif;
	color: #666;
	background:#ffffff;
	border: 1px solid #999;
	margin:2px;
}

input:focus,
textarea:focus,
select:focus {
	color: #000;
	background: #fff;
	border: 1px solid #428F23;
}

input.button {
	color: #fff;
	background: #6CCB59;
	border:1px solid #6CCB59;
}

/*======================*/
/*=== Feature Styles ===*/
/*======================*/
#feature 
{
	width:700px;
	padding-left:15px;
}
.feature-box {
	float:left;
	width:230px;
	margin-right:5px;
	_margin-right:-2px; /* Yes IE6 sucks */
}
.feature-box-right {
	float:left;
	width:230px;
	margin-right:0px;
}
.feature-image-bot {
	padding:1px;
	border:1px solid #ccc;
	width:220px;
}

/*==========================*/
/*=== Footer News Styles ===*/
/*==========================*/
#latest-news 
{
	background:#474747 url(images/latest_news.png) repeat-y;
	margin-bottom:10px;
}
#footer-in h3 a 
{
	text-decoration:none;
}
#latest-news .news-box 
{
	display:block;
	float:left;
	width:220px;
	padding:0 15px;
}
#latest-news .news-box em
{
	color:#6F6F6F;
}
#latest-news .news-box a
{
	color:#fff;
	text-decoration:none;
}
#latest-news .news-box a:hover
{
	text-decoration:underline;
}

/*=========================*/
/*=== Screenshot Styles ===*/
/*=========================*/
#screenshot-div 
{
	position:relative;
	margin:10px 0px 0px 20px;
}
#screenshot-div .prev 
{
	background:#fff url(images/imageNavLeft.gif) no-repeat;
	width:23px;
	height:23px;
	text-indent:-9999px;
	position:absolute;
	top:85px;
	left:-25px;
	cursor:pointer;
}
#screenshot-div .prev.disabled
{
	background:#fff url(images/imageNavLeftDis.gif) no-repeat;
}
#screenshot-div .next 
{
	border:0;
	background:#fff url(images/imageNavRight.gif) no-repeat;
	width:23px;
	height:23px;
	text-indent:-9999px;
	position:absolute;
	top:85px;
	right:0px;
	cursor:pointer;
}
#screenshot-div .next.disabled
{
	background:#fff url(images/imageNavRightDis.gif) no-repeat;
}
#screenshots 
{
	background:#DFDFDF;
	border:5px solid #BFBFBF;
	padding:10px 10px 0px 10px;
}
#screenshots ul 
{
	margin:0;
	padding:0;	
	list-style:none;
}
#screenshots li 
{	
	display:inline;
}
#screenshots img 
{
	width:150px;
	height:150px;
	padding:0 !important;
	padding-bottom:5px;
	border:0 !important;
}

/*=======================*/
/*=== Lightbox Styles ===*/
/*=======================*/
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}

/*==========================*/
/*=== News Ticker Styles ===*/
/*==========================*/
#news-ticker h3
{
	display:inline;
	font-variant:small-caps;
	color:#990000;
	margin-right:10px;
}
#news-ticker ul, #news-ticker li
{
	display:inline;
	margin:0;
	padding:0;
}
#news-ticker li a 
{
	text-decoration:none;	
}

/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear 
{
	clear:both;
}
#content hr, #content-wide hr  
{
	color:#fff;
	border:0px;
	border-top:1px solid #BFBFBF;
	width:80%;
	margin:20px auto;
}
#content img, #content-wide img 
{
	padding:2px;
	border:1px solid #CFCFCF;
}
img.align-right 
{
	float:right;
	margin:0px 0px 3px 10px;
}
img.align-left 
{
	float:left;
	margin:0px 10px 3px 0px;
}
#content h1, #content-wide h1
{
	line-height:28px;
}
#content h2, #content-wide h2
{
	margin-top:20px;
}
#content ul, #content-wide ul
{
	margin:5px 0px 10px 0px;
}
.news-date 
{
	font-style:italic;
	color:#6F6F6F;
}
#client-image 
{
	display:block;
	background:url(images/clients.png) no-repeat top;
	width:700px;
	height:200px;
	border:0;
	cursor:default;
	position:relative;
}
#client-image .client-hover 
{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background:url(images/clients.png) no-repeat bottom;
	opacity:0;
}


