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

body{
	width:802px; 
	margin:auto; 
	padding-top:40px; 
	padding-bottom:30px; 
	background-color:#FFFFFF;
	font-family: "DIN-Regular, DIN-Bold", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#333333;
	line-height:16px;
	}
	
.navbar{
	background:#333333; 
	width:782px; 
	height:15px; 
	padding-left:10px; 
	padding-top:5px; 
	padding-right:10px; 
	padding-bottom:5px; 
	font-size:11px; 
	color:#FFFFFF;
	}	

.nav{
	float:left; 
	padding-left:19px;
	background-image:url(../img/bkg_dgreen.jpg);
	background-repeat:no-repeat;
	color:#333333;
	}

.nav:visited{
	float:left; 
	padding-left:19px;
	background-image:url(../img/bkg_dgreen.jpg);
	background-repeat:no-repeat;
	color:#333333;
	}

.nav:hover{
	float:left; 
	padding-left:19px; 
	background-image:url(../img/bkg_lgreen.jpg);
	background-repeat:no-repeat;
	color:#666666;
	cursor:pointer;
	}	

.navactive{
	float:left; 
	padding-left:19px; 
	background-image:url(../img/bkg_lgreen.jpg);
	background-position:center left;
	background-repeat:no-repeat;
	color:#666666;
	cursor:pointer;
	}
	
.subnav{
	float:left; 
	padding-left:15px;
	background-image:url(../img/bkg_dgreen_2.jpg);
	background-position:center left;
	background-repeat:no-repeat;
	color:#CCCCCC;
	}

.subnav:visited{
	float:left; 
	padding-left:15px;
	background-image:url(../img/bkg_dgreen_2.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
	color:#CCCCCC;
	}

.subnav:hover{
	float:left; 
	padding-left:15px; 
	background-image:url(../img/bkg_lgreen_2.jpg);
	background-position:center left;
	background-repeat:no-repeat;
	color:#FFFFFF;
	cursor:pointer;
	}	

.subnavactive{
	float:left; 
	padding-left:15px; 
	background-image:url(../img/bkg_lgreen_2.jpg);
	background-position:center left;
	background-repeat:no-repeat;
	color:#FFFFFF;
	cursor:pointer;
	}	


a.eonlink{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	font-weight:bold;
	text-decoration:none;
	outline:none;
	}
a.eonlink:hover{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	font-weight:bold;	
	text-decoration:underline;
	outline:none;	
	}
	
a.email{
	color:#000000;
	outline:none;
	text-decoration:none;
	font-weight:bold;
	}

a.email:visited{
	color:#000000;
	outline:none;
	text-decoration:none;
	font-weight:bold;
	}
	
a.email:hover{
	color:#006600;
	outline:none;
	text-decoration:none;
	font-weight:bold;
	}
	
	
	
/* Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */

/*  scrollgeneric is used for corrective styling of elements, and should not be modified or removed */ 
.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;
}

.vscrollerbase {
width:10px;
}
.vscrollerbar {
background-image: url(../scrollbar/scrollbar.png);
width: 10px;
/* following is the bit that allows us fixed height scrollbars */
height: 10px !important;
/* for fixed height, we force the vscrollerbar class with an !important decleration, and fleXcroll follows suit.*/
cursor:pointer;

background-image: url(../scrollbar/scrollbar.png);
/* unfortunately, due to limitations of CSS, we cannot provide a color for the background when we are
using alpha images, thay have to be transparent.*/
}

* html .vscrollerbar {
/* IE6 alpha png trick */
/* IE7 is not affected by this trick, as it perfectly handles the normal png */
/*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='scrollbar.png');*/
background-image: none;
cursor:pointer;
}


/* do not forget to give horizontal scrollbars some color properties even if you don't plan on using them */
.hscrollerbase {height: 10px;}
.hscrollerbar {height: 10px; background-color: #104AD6;}

.vscrollerbar, .hscrollerbar {
/* paddings of these elements will decide how far the scrollbar will stop in both ends, and are not actually
used for styling, and are set to 0 by the script, here we will set them the size of our faux arrows */
padding: 0px;
z-index: 2;
cursor:pointer;
}

/* properties for scroller jog box, just in case */
.scrollerjogbox {
width: 10px;
height: 10px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background: #61010A;
}

#mycustomscroll {
	overflow: auto;
	position: relative;
	/* margin: 0.3em auto; */
	width:450px; 
	height:210px; 
	padding-right:20px; 
	background-image:url(../img/bkg_textbox.jpg); 
	background-repeat:no-repeat;
}


/* Scroll Bar Master Styling Ends Here */

