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

body {
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
}

td {
	text-align:left;
	font-family: inherit;
	color: inherit;
}

table {
	font-family: inherit;
	color: inherit;
}

ul {
	margin-left: 1em;
	padding-left: 1em;
	margin-top: 1em;
}

ul.sub_list {
	margin-left: 1em;
	padding-left: 1em;
	margin-top: 2px;
}

li {
	margin-bottom: 2px;
	text-align:left;
}

ul.staff_list li { margin-bottom: 15px; }

#dialog {
	margin: 10px 10px 10px 10px;
	font-family:inherit;
	font-size: inherit;
	color: inherit;
	text-align:justify;
}

img.page_image {
	float:right;
	padding-left:10px;
	padding-bottom:10px;
}

img { border:none; }
#side_menu { text-align:center; }
.smurf { display: none; }
.clear { clear: both; }
form { margin-bottom:0; }

#company_slides { margin: 0 auto; width:160px; height:75px; background:#fff }
#company_slides div { width:160px; height:75px; text-align:center; display: none; margin: auto; overflow:hidden }
#company_slides div img { display: block; margin: auto; }
#company_slides div.first_slide { display: block;margin: auto; }

#banner_slides div { display: none; overflow:hidden }
#banner_slides img { display: none; }
#banner_slides img.first_slide { display: block; }


/* CSS for the scrollers */
div.horizontal_scroller, div.vertical_scroller{
	position:relative;
	display:block;
	overflow:hidden;
}
div.scrollingtext{
	position:absolute;
}

/* Form Styles */
#form_div {
	margin: 20px 0 0 0;
}

.fine_print {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}

.hiddenDiv {
	display: none;
}

.visibleDiv {
	display: block;
}