@charset "utf-8";
/* CSS Document */

/*CSS RESET SHEET - THIS RESETS MOST BROWSERS DEFAULT MARGIN AND PADDING VALUES TO ENSURE CROSS BROWSER CONSISTANCY*/
body, h1, h2, h3, h4, h5, h6, p, img {
 margin:0px;
 padding:0px;
 border:none;
}

img {
	display:block;
	border:0px;
} 

/*VISIONSCAPE MENU SETTINGS*/
html {
	overflow: -moz-scrollbars-vertical;
	overflow-x: auto;
	overflow-y: scroll;
}

body {
	background-color:#e3e3e3;
	background-image: url('../images/bg.jpg');
	background-repeat: repeat-x;
	background-position: center top;
}

/* BASIC TEXT STYLING */

p, li, ol, ul{
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size:12px;
	color:#434343;
	line-height:24px;
}

p {
	margin-bottom:15px;
}

a:link, a:visited {
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	color: #1a3e67;
	text-decoration: none;
	font-weight:bold;
}

a:hover, a:visited:hover {
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	color: #1a3e67;
	text-decoration:underline;
	font-weight:bold;
}

h1 {
	font-size:24px;
	font-family: Helvetica, Arial, Tahoma, Verdana, sans-serif;
	color:#1a3e67;
	font-weight: normal;
	margin-bottom:18px;
}

h2 {
	font-size:21px;
	font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
	color:#000;
	font-weight: normal;
	line-height:32px;
	margin-bottom:19px;
}

h3 {
	font-size:18px;
	font-family: Helvetica, Arial, Tahoma, Verdana, sans-serif;
	color:#1a3e67;
	font-weight: normal;
	margin-bottom:15px;
	text-decoration:none;
}

h4 {
	font-size:15px;
	font-family: Helvetica, Arial, Tahoma, Verdana, sans-serif;
	color:#dd261d;
	font-weight: normal;
	margin-bottom:15px;
	text-decoration:underline;
}

h5 {
}

h6 {
}

/* SPECIFIC CLASS STYLING */

.maintable {
	background-image: url('../images/banner.jpg');
	background-repeat: no-repeat;
	background-position: center top;
}

.banner_elements {
	position:relative;
	width:1px;
	height:1px;
}

.logo {
	position:absolute;
	top: 194px;
	left: 36px;
}

.tagline {
	position:absolute;
	top: 82px;
	left: 336px;
}

.home_contact {
	padding-top:63px;
}

.home_contact h1{
	font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
	font-size:16px;
	color:#4c4b4b;
	font-weight: normal;
	margin-bottom:16px;
}

.home_contact h2{
	font-family: Helvetica, Arial, Tahoma, Verdana, sans-serif;
	font-size:20px;
	color:#000;
	font-weight: bold;
	line-height:20px;
	margin-bottom:25px;
}

.home_contact h3{
	font-size:17px;
	color:#000;
	font-weight: normal;
	line-height:24px;
	margin-bottom:22px;
}

.home_contact p{
	font-size:14px;
	color:#000;
	font-weight: normal;
	line-height:26px;
}

.home_contact a:link, .home_contact a:visited {
	font-size:14px;
	color:#000;
	font-weight: normal;
}

.home_contact a:hover, .home_contact a:visited:hover {
	font-size:14px;
	color:#000;
	font-weight: normal;
}

.products_services p{
	line-height: 14px;
	margin:0px;
}

.products_services a:link, .products_services a:visited, .products_services a:hover, .products_services a:visited:hover {
	color:#434343;
	font-weight:normal;
	text-decoration:none;
}

.disclaimer {
	padding-top:9px;
}

.disclaimer p{
	font-size:10px;
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	color: #434343;
	line-height:21px;
	margin-bottom:0px;
}

.disclaimer strong{
	color: #000;
}

.disclaimer a:link, .disclaimer a:visited{
	font-size:10px;
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	color: #434343;
	font-weight:normal;
}

.disclaimer a:hover, .disclaimer a:visited:hover{
	font-size:10px;
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	color: #434343;
	font-weight:normal;
}

/*** Products and Services Slideshow Styles **/

#slideshow {
    position:relative;
    height:285px;
	width:312px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}

/*** Homepage Slideshow Styles **/

.home_slideshow {
    position:relative;
    height:65px;
	width:209px;
}

.home_slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

.home_slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

.home_slideshow IMG.last-active {
    z-index:9;
}.Subheading {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333366;
}
