/* #######################  GENERAL SETTINGS ############################ */
html.body{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	margin-top: 0px;
}

body {min-width:600px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	margin-top: 0px;
	background:url(../images/bodybg.jpg) repeat-x;
	background-color:#999999;
	word-wrap: break-word;
	position:relative;
	 behavior:url("csshover.htc"); }
	

/*  Global Formatting */
h1 {font-size:16px;line-height: 1em;font-weight: 900;}
h2 {font-size:15px;line-height: 1em;font-weight: 900; color:#0066FF;}
h3 {font-size:14px;line-height: 1em;font-weight: 900;}
h4 {font-size:13px;line-height: 1em;font-weight: 900;}
h5 {font-size:12px;line-height: 1em;font-weight: 900;}
h6 {font-size:11px;line-height: 1em;font-weight: 900;}
td{font-size: 12px;}
th{font-size: 12px;}
a , a visited{text-decoration:none;font-weight:bold;color:#0033CC; }
a:hover{color:#CC0000;}
a img{border:none;}
li{ list-style-image:url(../images/indent1.png);}
ul { list-style-image:url(../images/indent1.png) ;}

/* #######################  END GENERAL SETTINGS ############################ */
/*####MAIN LAYOUT####*/

div.wrap {
	margin: auto;
	position: relative;
	max-width:800px;
width:expression(document.body.clientWidth > 800? "800px": "auto" );

}

#mainbg {
	background:url(../images/bodybg.jpg) repeat-x;
	background-color:#999999;
	width: 100%;

	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	
}
	
#mainbg-1{
	background: #FFFFFF url(../images/wrapright.png) 100% 0 repeat-y; width:800px; 
}

#mainbg-2{
background: transparent url(../images/wrapleft.png) 0 0 repeat-y;width:800px;
}

#mainbg-3{background: transparent url(../images/tr.png) 100% 0 no-repeat;width:800px;}

#mainbg-4{background: transparent url(../images/tl.png) 0 0 no-repeat;width:800px;}


#header {background:url(../images/headerbg.jpg) #999999; width:790px;}
#logo{ background: transparent; width:210; height:85; margin-top:10px;}

#leftside {
	background:url(../images/modulefade.png) top right no-repeat;
 	
	float:left;
	width:15%;
	
	
}



#maincontent {background:#FFFFFF;
width:60%;
	float:left;
	margin-top:2px;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:auto;
	
}

#maincontent2 {background:#FFFFFF;
width:75%;
	
	float:left;
	margin-top:2px;
	margin-left:10px;
	margin-right:0px;
	margin-bottom:auto;
	
}



#rightside {
	/*background:url(../images/modulefade.png) top left no-repeat;*/
	float:left;
	width:20%;
	padding-left:5px;
	padding-right:5px;
	
	height:100%;
	
}

#customers{background:url(../images/custback.png) top repeat-x;width:790px;}

#footer {
	background:url(../images/bottombar.png);
	clear:both;
	
}

#bottom {width:790px;
	background:url(../images/teaserbottombg.png);
	
	height:15px;
	clear:both;
}

#copy{background:#999999;color:#333333;clear:both;}
/*####END LAYOUT####*/

/*####TOP NAV####*/

#spacer{background:url(../images/menubar1.png)  right no-repeat;
height:33px;
width:8%;
float:left;}

.navbar {
	background:url(../images/menubg3.png);
	background-color:#003399;
	width:790px;
	height:60px;
	
	overflow:hidden;
	color:#ccc;

}

ul.navbar
{	
	position:relative;
	width:790px;
	position:relative;
	list-style:none;
	padding: 0;
	margin: 0;
	overflow:hidden;
	font-size: 0.8em;
}

.navbar li
{
	background:url(../images/menubar1.jpg) 100% 0 no-repeat;
	padding-left: 0px;
	padding-right: 0px;
	float: left;
	margin: 0;
	overflow:hidden;
	font-size: 11px;
	line-height: 33px;
	white-space: nowrap;
	border-right: none;
	
}

.navbar a
{
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	text-decoration: none;
	overflow:hidden;
	color:#ccc;
	background: transparent;
}

#buttons>ul.navbar li a { width: auto; }

.navbar li a:hover{ color:#FFFFFF;background:url(../images/red.png);}

	.navbar li:hover a
{
	color: #fff; 
	background:url(../images/red.png);
	
}


/*####END TOP NAV####*/

/*####SIDE NAV####*/

.mainlevel{ width 85%;height:18px !important;height:18px;line-height:18px; padding-left:10px;  position::relative;}

.mainlevel a{
	display:block;
	background: url(../images/sidenavup.png) no-repeat;
	background-position:left;
	vertical-align: middle;
	font-size: 12px;
	font-weight: none;
	color:#666666;
	
	padding-top: 10px;
	padding-left: 15px;
	padding-bottom:5px;
	height: 20px !important;
	height: 25px;
	width: 85%;
	text-decoration: bold;
	border-bottom: 1px solid #cacaca;
}

.mainlevel:hover a{
display:block;
	background: url(../images/sidenavover.png) no-repeat;
	background-position:left;
	vertical-align: middle;
	font-size: 12px;
	font-weight: none;
	color:#cc0000;
	
	padding-top: 10px;
	padding-left: 15px;
	height: 20px !important;
	height: 25px;
	width: 85%;
	text-decoration: bold;
	border-bottom: 1px solid #cacaca;
}
a.mainlevel#active_menu {
display: block;
	background: url(../images/sidenavover.png) no-repeat;
	background-position:left;
	vertical-align: middle;
	color:#cc0000;
	font-weight: bold;
}

a.mainlevel#active_menu:hover {

	color:#cc0000;
}
/*####END SIDE NAV####*/

/*#### LIST  HEADINGS and PREV, NEXT buttons####*/

.heading{ list-style-image:url(../images/moduleh3.png) 
}

#next{float:right;}

a.button {display:block;width:63px;height:32px;border: 1px solid #eee; }
a.button:hover {border: 1px solid #0099CC; }
img.next{border:0;width:63px;height:32px;} /*same information that was perviously in the tag attributes*/ 


#prev{float:left;}

#clearspace{clear:both;}

/* css for charts.html */

a.pont {display:block;width:126px;height:82px;border: 1px solid #eee; }
a.pont:hover {border: 1px solid #0099CC; }
img.pont{border:0;width:126px; height:82px;}

#logos{	width:65%;}

a.gallery{display:block;width:100px;height:66px;border: 1px solid #eee; }
a.gallery:hover{border:1px solid #0099CC;}
img.gallery{border:0;width:100px;height:66px;}


/*## LITEBOX CSS####*/

#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
	



/*## END LITEBOX CSS#####*?
