@charset "utf-8";
/* CSS Document */

#navigationbar {
 margin: 0;
 padding: 0;
 z-index: 30;
 position: relative;
 margin-left: 208px;
 padding-top: 24px;
}

.NavigationLI {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: 12px arial;
	position: relative;
	width: 96.5px;
	height: 35px;
	border-right: 1px solid #A1C6D9;
	background-image: url(/navigation/images/background-gradient.jpg);
	background-repeat: repeat-x;
}
.NavigationLI a {
	display: block;
	height: 25px;
	color: #FFF;
	text-align: center;
	padding-top: 10px;
	text-decoration: none;
	font-weight: bold;
}
.NavigationLI a:hover {
	background-image: url(/navigation/images/background-gradient-on-state.jpg);
	background-repeat: repeat-x;
	text-transform: uppercase;
	color: #000000;
}
.dropdown {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font-size: 12px;
	position: relative;
	width: 97px;
	height: 35px;
	z-index: 3;
}

.dropdown a {
	display: block;
	text-align: center;
	padding-top: 10px;
	text-decoration: none;
	font-weight: bold;
	background-image: none;
	background-color: #FFF;
	color: #990000;
	border-top: 1px solid #AA060D;
	font-size: 12px;
}

#ServicesDiv {
	position: absolute;
	visibility: hidden;
	margin-top: 0px;
	padding-top: 10px;
	background-color: #FFFFFF ;
	-moz-border-radius: 15px;
	-webkit-border-radius: 5px;
	filter: alpha(opacity=95);
   -moz-opacity: 0.95;
    opacity: 0.95;
	width: 350px;
	height: 410px;
}

#ServicesDiv a {
	text-decoration: none;
}
#ServicesDiv a:hover, #ServicesDiv a:hover {
	color: #3366CC;
}

#IndustrylinksDiv {
	position: absolute;
	visibility: hidden;
	margin-top: 0px;
	margin-left: -70px;
	padding-top: 10px;
	background-color: #FFFFFF ;
	-moz-border-radius: 15px;
	-webkit-border-radius: 5px;
	filter: alpha(opacity=95);
   -moz-opacity: 0.95;
    opacity: 0.95;
	width: 170px;
	height: 200px;
}
#IndustrylinksDiv a {
	text-decoration: none;
}
#IndustrylinksDiv a:hover, #IndustrylinksDiv a:hover {
	color: #3366CC;
}

#InsetColumn {
	float: left;
	width: 150px;
	margin-left: 15px;
	padding: 7px 5px 0 0;
	height: 223px;
	line-height: 20px;
}

#ServicesInsetColumn {
	float: left;
	width: 148px;
	margin-left: 5px;
	padding: 7px 5px 0 0;
	height: 242px;
	line-height: 20px;
}
#InsetColumnNoBorder {
	float: left;
	width: 150px;
	padding: 7px 0 0 5px;
	margin: 0;
	line-height: 20px;
}
#InsetColumn a, #InsetColumnNoBorder a, #ServicesInsetColumn a {
	font: 12px arial;
	text-decoration: none;
	color: #000000;
	height: 20px;
	padding: 0px;
	margin: 0;
	font-weight: 100;
	text-align: left;
	border: none;
}
#Navigation h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #990000;
	font-weight: bold;
	line-height: normal;
	padding: 0px 0 7px 0px;
	margin: 0;
}
#subtitle, #subtitle a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #0066CC;
	font-weight: bold;
	line-height: normal;
	margin: 0;
}
#subtitle a:hover {
	text-decoration: underline;
	color:#990000;
}

