/* 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(../img/scrollbar.gif);
width: 10px;
/* following is the bit that allows us fixed height scrollbars */
height: 6Px !important;
/* for fixed height, we force the vscrollerbar class with an !important decleration, and fleXcroll follows suit.*/
background-image: url(../img/scrollbar.gif);
}

/* 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: #FFFFFF;}

.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;
}

/* properties for scroller jog box, just in case */
.scrollerjogbox {
width: 10px; height: 10px;
top: auto; left: auto; bottom: 0px; right: 0px; background: #FFFFFF; } 

/* Scroll Bar Master Styling Ends Here */

#mycustomscroll {
/* fixed height and fixed width */
	width: 640px;
	height: 250px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	/*background-color: #E7EADE;*/
	margin: 0.3em auto;
	padding: 6px;
}

.vscrollerbase, .hscrollerbase {
background-color: #FFFFFF;
background-image: url(../img/scrollbaseback.gif);
}
.box_horz_line{ font-size:.2em; margin:8px 0 0 0; width:640px; height:8px; background:url(../img/dot_green.gif); }
.header{ width:650px; height:262px; position:relative; }
.logo{ width:140px; height:43px; float:right; position:relative; }
.askus{ width:465px; position:absolute; float:right; bottom:0px; left:185px; }
.person{ width:185px; position:absolute; float:left; }
#askustext { font-size: 80%; width:443px; color: #8C8C8C; vertical-align:text-bottom; height:19px; margin:0px; }
#toptext { font-size: 80%; width:628px; color: #8C8C8C; vertical-align:text-bottom; height:19px; margin:0px; }
.topinput{ width:650px; padding-top:30px; }
.contact{ width:650px; }
.bluetitles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: 0086A5;
	font-weight: bold;
}
.blueleadin {
	font-family: Arial, Helvetica, sans-serif;
	color: 0086A5;
	font-weight: bold;
}
.toptenlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: 0086A5;
	font-style: italic;
	text-decoration: none;
}
.toptenlink a:link, .toptenlink a:active, .toptenlink a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: 0086A5;
	font-style: italic;
	text-decoration: none;
}

