@charset "utf-8";
body {
	font: 10pt "Lucida Sans Unicode", "Lucida Grande", verdana, sans-serif;
	background: #899ebe url(assets/images/site/bg-top.jpg) repeat-x;
	margin: 0;
	padding: 0;
	color: #000000;
	width: 100%;
	height: 100%;
	color: #3f3e42;
}

.contain {
	overflow: auto;
	zoom: 1;
}
.clear {
	clear: both;
}


.greenbar {
	background-image: url(assets/images/site/bg-grn-squares.gif);
	height: 18px;
	margin-top: 4px;
	margin-bottom: 4px;
}

.sep-bar {
	background-image: url(assets/images/site/bg-grn-squares.gif);
	background-repeat: repeat-x;
	height: 18px;
}

a img {
	border: none;
}

ul {  list-style-type: square; }

h2 {
	color: #496b29;
	margin: 20px 0 8px 0;
	font-size: 16pt;
}

/* ALL GENERIC  TAG STYLES ABOVE */

a:hover {
	color: red;
}





#container {
	width: 980px;
	margin: 0 auto;
}
#header {
	background: url(assets/images/site/top2.jpg) no-repeat center 0px;
	position: relative;
	margin-bottom: 2px;
}
#headtop {
	height: 135px;
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}
#header h1 {
	margin: 0;
	padding: 0;
	text-indent: -999em;
	position: absolute;
	
	width: 300px;
	left: 0px;
	top: 0px;
}
#headtop h1 a {
	text-decoration: none;
	height: 100px;
	width: 300px;
	display: block;
}

#headtop div {
	position: absolute;
	height: 25px;
	width: 105px;
	left: 730px;
	top: 8px;
}
#headtop div a {
	display: block;
	height: 25px;
	width: 105px;
	text-decoration: none;
}

#headtop #topmenu {
	margin-top: 200px;
}
#headtop p {
	position: absolute;
	height: 50px;
	width: 245px;
	left: 450px;
	top: 8px;
	font-size: 8pt;
	font-weight: bold;
	color: #E7EBF1;
}
#headtop p a {
	color: #D8E0EB;
	text-decoration: none;
}






#topmenu {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(assets/images/site/bg-menu3.gif);
	background-repeat: repeat-x;
	height: 28px;
	border: 1px solid #667189;
	font-size: 10pt;
	position: relative;
}
#topmenu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	height: 28px;
}
#topmenu a {
	text-decoration: none;
	display: block;
	color: #3f3e42;
	height: 22px;
 	padding: 6px 1em 0 1em;
	
}


#topmenu ul li {
	float: left;
	border-right: solid 1px #cccccc;
}
#menu74, #menu80, #topmenu li#menu121{
	border-right: none;
	border-left: solid 1px #cccccc;
}
#topmenu  ul li#menu133 ul { /* contact */
	margin-left: -95px;
}
#topmenu ul li#menu80 ul { /* about us */
	margin-left: -108px;
}

#topmenu > ul > li.last { border-right: none; }

#topmenu li#menu80, #topmenu li#menu74, #topmenu li#menu121, #topmenu li#menu133 {
	float: right;
}

#topmenu ul li ul {
	display: none;
	list-style-type: square;
	list-style: none;
	background-color: white; /* #e5e7fa; */
	border: solid 1px #3f3e42;
	border-right: solid 3px;
	border-bottom: solid 3px;
	padding: 0;
	margin: 0;
	position: absolute;
	height: auto;
	width: 190px;
	padding: 0;
	/* margin-top: -1px; */
	margin-left: 4px;
	float: none;
	z-index: 200;
}

#topmenu ul li ul li {
	clear: both;
	/* padding-left: 1em; */
	/* list-style-position: inside; */

}

#topmenu ul li ul li a {
 	padding: 4px;
	height: auto;
	display: block;
	width: 182px; /* 190 - 4*2 */
	font-size: 10pt;
}

#topmenu ul li ul li ul { margin-left:170px; display:none; }
#topmenu ul li ul li:hover ul { display:block; }

#topmenu > ul > li:hover , #topmenu > ul > li.active {
	/* background-color: #3f3e42; */
	background-color: #22a1d3;
	background-image: url(assets/images/site/bg-button3.gif);
	background-repeat: no-repeat;
}
#topmenu > ul > li:hover  > a, #topmenu > ul > li.active > a  {
	color: black;
	background-image: url(assets/images/site/bg-button3.gif);
	background-position: top right;
	background-repeat: no-repeat;
}
/*
#topmenu li a:hover, #topmenu li:hover a {
	color: white;
}
#topmenu li:hover ul a {
	color: #113260;
}
*/
#topmenu ul li:hover ul {
	display: block;
}
#topmenu ul li ul li:hover {
	/* background-color: #3f3e42; */
	background-color: #aebbc6;
}
#topmenu ul li ul li:hover a {
	color: white;
}

/*
#topmenu li:hover ul a:visited {
	color: #777777;
}

#topmenu ul > li.active {
	/* top level menu items */
	background-color: #e4eaf3;
	border: solid 1px #496b29;
	border-top: none;
	border-bottom: none;
}

#topmenu li.active {
}
#topmenu li.active ul li.active {
	background-color: #7f90ac;
}
#topmenu li.active ul li.active a {
	color: white;
}
*/


#topmenu li.active ul {
	background-color: white; /* #e5e7fa; */
}
#topmenu li.active ul li {
	background-color: white; /* #e5e7fa; */
}
#topmenu li.active a, #topmenu li.active ul li.active a {
	/* color: white; */
}

/* testing 
#topmenu ul li#menu75 ul {
 display: block;
}
*/




#mainContent {
	padding: 2px;
	background: white;
	border: 1px solid #667189;
	/* always contain floats inside */
/*	overflow: auto; messes up chrome,safari, not needed */
	zoom: 1;
}

body.tpl4 #mainContent, body.tpl10 #mainContent {
	float: left;
}



#contain2 {
	clear:left;
	float:left;
	width: 974px; /* 980-4-2 */
	overflow:hidden;
	background: white; /* column 2 background colour */
	position: relative;
}

#contain1 {
	float:left;
	width: 974px;
	position:relative;
	right: 804px; /* 980-4-2-170, less border and padding and nav col */
	background: #33598f; /* column 1 background colour */
	
}


#maincol {
	float: left;
	width: 780px;  /* container width - navcol width - (2 * padding) */
	/* must set width if floated */
	/* padding: 15px; */
	left: 820px;
	position:relative;
	overflow:auto;
	padding-bottom: 30px;
}

#navcol {
	width: 170px;
	float: left;
	color: white;
	position:relative;
	left: 804px; /* need back exactly for header bg images */
	overflow:hidden;
}


/* NAVIGATION */

#navblock {

}
#navblock a {
	text-decoration: none;
}

#navblock h2 {
	padding: 8px 2px 12px 4px;
	font-size: 10pt;
	background-image: url(assets/images/site/bg-bl2-squares.gif);
	background-repeat: repeat;
	margin: 0;
}

#navblock h2 a {
	
}

ul.nav {
	margin: 0;
	padding: 0;
	list-style-type: none;
	background-color: #323235;
	
}
ul.nav a {
	display: block;
	color: #dddddd;
}

ul.nav  li {
	background-color: #323235;
	list-style-type: none;
	background-image: url(assets/images/site/bg-nav-2.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	padding: 0;
}
ul.nav li a {
	padding: 8px 2px 8px 12px;
}

ul.nav ul {
	display: none;
	padding: 0;
	margin: 0;
	margin-left: 12px;
}

ul.nav li.active > ul {
	display: block;
}

ul.nav > li.first {
	background-position: -850px 0px;
}
ul.nav > li.first.here {
	background-position: -1022px 0px;
}

ul.nav > li.here {
	background-position: -508px 0px;
}

ul.nav li.here {
	color: white;
}
ul.nav > li {
	background-position: -339px 0px;
}

ul.nav li ul li {
	background-image: none;
	font-size: 85%;
	border-top: solid 2px #585759;
	padding: 0;
}
ul.nav li ul li a {
	padding: 4px 2px 4px 15px;
}

ul.nav li ul li.last {
	/*border-bottom: none; */
}

ul.nav li ul li.active  {
	background-position: -678px 0px;
	background-image: url(assets/images/site/bg-nav.gif);
}

/* hovers */
ul.nav > li:hover {
	background-position: -508px 0px;
}
ul.nav > li.first:hover {
	background-position: -1022px 0px;
}

ul.nav li ul li:hover {
	background-position: -678px 0px;
	background-image: url(assets/images/site/bg-nav.gif);
}









/* END NAVIGATION */




/* FOOTER */

#footer {
	padding: 0 10px;
	background: white;
	border: 1px solid #667189;
	clear: both;
}
#footer h4 {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	font-size: 10pt;
	padding: 8px 0 12px;
	text-transform: uppercase;
}
#footer p {
	padding: 10px 0;
	font-size: 9pt;
}
#footer p span {
	color: #999;
	font-size: 7pt;
}
#footer p span a {
	color: #999;
	text-decoration: none;
}

#footer div {
	background-image: url(assets/images/site/bg-gr-squares.gif);
	background-repeat: repeat;
	padding: 12px;
	margin-right: 20px;
	margin-left: 20px;
	
	overflow: auto;
	zoom: 1;
}

#footer div a {
	width: 220px;
	padding-bottom: 8px;
	font-size: 9pt;
	text-decoration: none;
	color: #006;
}
#footer div ul {
	float: left;
	width: 240px;
	list-style-type: none;
	margin-top: 0px;
	margin-bottom: 0px;
}
#footer div ul li {
}

/* END FOOTER */





/* HOME PAGE SPECIFICS */



#home-left {
	float: left;
	width: 166px;
	background-color: #33598f;
	color: #dddddd;
/*	margin-right: 12px; not needed */
	min-height: 625px;
}
#home-left h2 {
	color: #dddddd;
	background-image: url(assets/images/site/bg-bl2-squares.gif);
	background-repeat: repeat;
	margin: 0px;
	padding: 4px 0px;
	font-size: 10pt;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: normal;
}
#home-left h2 a {
	color: #dddddd;
	text-decoration: none;
}

#home-left p {
	font-size: 9pt;
	margin-right: 4px;
	margin-left: 8px;
}
#home-left ul.home-appslist {
	font-size: 9pt;
	padding: 0px;
	margin-left: 22px;
	margin-right: 4px;
	list-style-type: square;
	margin-top: 8px;
	margin-bottom: 8px;
}
#home-left li {
}
ul.home-appslist a {
	color: #dddddd;
	text-decoration: none;
	padding-bottom: 3px;
	display: block;
}
ul.home-appslist a:hover {
	color: red;
}




.home-rtblock {
	background-color: #323134;
	height: 232px;
	width: 794px;
	float: right;
	position: relative;
	z-index: 0;
	font-size: 11pt;
}

.home-rtblock ul {
/*	float: left;
	width: 185px;*/
	margin: 0 12px; margin:0 0 0 5px; line-hight:130%;
	padding: 0;
	list-style-type: none;
	color: #c7c49e;
}
.home-rtblock h2 {
	color: #ddd;
	font-size: 13pt;
	text-transform: uppercase;
	margin: 8px 0 0;
}

.home-rtblock h2 span {
	background-color: #22a1d3;
	font-size: 9px;
	display: block;
	float: left;
	height: 12px;
	width: 12px;
	margin-top: 6px;
	margin-right: 4px;
}

.home-rtblock ul.last {
	margin-right: 6px;
}

.home-rtblock li {
	margin-bottom:6px;
}
.home-rtblock li a {
}
.home-rtblock #home-rtblockholder {
	float: left;
}


#home-rtblockholder img {
	margin-top: 0;
}

#home-picsrow {
	float: right;
	width: 794px;
	margin-top: 6px;
	margin-bottom: 0px;

}
#home-picsrow img {
	margin-right: 3px;
	margin-left: 3px;
border-left:dotted 1px #ccc; border-bottom:dotted 1px #ccc;
}

#home-links {
	height: 215px;
	float: right;
	width: 794px;
}
#home-links ul {
	margin: 0px 8px;
	padding: 0px;
	list-style-type: none;
	float: left;
	width: 145px;
}
#home-links li {
	margin: 0px 0px 12px;
	padding: 0px;
}
#home-links li  a {
	color: #333333;
	text-decoration: none;
}
#home-links li a:hover {
	color: red;
}

#home-divider1 {
	float: right; 
	clear: right; 
	width: 794px;
}

.home-colwrapper {
	height: 210px;
	overflow: hidden;
	position: relative;
}

#home-news-items {
	margin: 0 3px 0 8px;
}
#home-news-items ul {
}
#home-news-items li {
	height: 169px;
}
.home-colwrapper li a {
/*	color: #ffffff;*/
	text-decoration: none;
	font-weight: bold;
}

.home-colwrapper h4 {
	margin: 0;
	margin-bottom: 0px;
	font-size: 9pt;
}
.home-colwrapper h4 a {
	background: none;
/*	color: #dddddd;*/
}
.home-colwrapper p {
	margin: 0;
	line-height:120%;
}

a.more {
	padding: 0 3px;
	background-color: #333333;
	border: solid 1px green;
}


/* END HOME PAGE */







/* CONTACT FORM */

div.contactformbox {  
width: 500px; 
margin: 0px auto; 
border-color: #999999 #333333 #333333 #999999; 
padding-top: 8pt; padding-right: 8pt; padding-bottom: 8pt; padding-left: 8pt; 
background-color: #dddddd; 
border-style: solid; border-top-width: 1px; border-right-width: 2px; border-bottom-width: 2px; border-left-width: 1px;
}


div.contactformbox2 {  
width: 600px; 
margin: 0px auto; 
border-color: #999999 #333333 #333333 #999999; 
padding-top: 8pt; padding-right: 8pt; padding-bottom: 8pt; padding-left: 8pt; 
background-color: #dddddd; 
border-style: solid; border-top-width: 1px; border-right-width: 2px; border-bottom-width: 2px; border-left-width: 1px;
}


.leftlabel {
	width: 120px;
	position: absolute;
}
#contact_info input {
	margin-left: 120px;
}

.req {
	color: red;
}
.required_text {
	color: red;
}

.special {
	display: none;
}


/* END CONTACT FORM */





/* FORMATTING FROM OLD SITE LAYOUT */

.waterbg1 {
	
	overflow: auto;
	zoom: 1;
}
.box1 {
	background-repeat: repeat;
	width: 500px;
	color: #FFFFFF;
	font-weight: bold;
	margin: 12px 10px;
	background-color: #FFFFFF;
	border: 1px solid #999999;
	
	float: left;

}
.box1title {
	color: blue;
	padding-left: 4px;
	font-size: 12pt;
	padding-bottom: 2px;
	padding-top: 2px;
	font-weight: bold;
}
.box1text {
	padding: 4px;
	color: #666666;
	font-size: 80%;
	font-weight: normal;
	line-height: 130%;
}
.more {
	color: #FFFFFF;
	background-color: #5897C3;
	font-size: 9px;
}
.more a {
	text-decoration: none;
	color: #FFFFFF;

}
.more a:hover {
	background-color: #FF0000;
	color: #FFFFFF;
}
.box1title a {
	color: blue;
	text-decoration: none;
}
.subhead {
	font-size: 60%;
	font-weight: normal;
	color: #38497D;
}

.smtitle {  color: #344579; font-size: 12pt}
.title {  font-size: 12pt; font-weight: bold; color: #344579}

.pdf {
	padding-right: 8px;
	padding-left: 0px;
}
.box2title2 {
	background-color: #33598f;
	padding-left: 4px;
	padding-bottom: 2px;
	padding-top: 2px;
	font-weight: bold;
	color: #FFFFFF;
}
.ulspaced2 {

	line-height: 250%;
}
.super {
	vertical-align: super;
	font-size: 85%;
}
.tdborder {
	border: 1px solid #dddddd;
	padding-right: 6px;
}



/* END FORMATTING OLD SITE LAYOUT */


/* SPECS TABLES */
.specs {
	margin: 20px 0 20px 20px;
	border-collapse: collapse;
	background-color: #eff9ff; /* #e6f0f5; */
	color: #153d71;
	font-family: Arial, Helvetica, sans-serif;
	width: 300px;
	float: right;
}
.specs th {
}
.specs tr:hover , .specs tr:hover td {
	background-color: #666666;
	/* for some reason, ie7, can't make bg white, red is ok though, weird */
	color: white;
}
.specs td {
	font-size: 9pt;
	border: 1px solid #CCCCCC;
	padding: 4px;
}
td.specs-names {
	font-weight: bold;
	font-size: 9pt;
	color: #5897C3;
}


.specs p {
	margin: 0px;
	padding: 0px;
}
.specs ul {
	margin: 0 0 0 0; 
	padding: 0;
	list-style-type: square;
}
.specs li {
	margin-left: 20px;
	margin-bottom: 4px;
	padding-left: 0;
}

.specs2 td {
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	border-top: 1px solid #CCCCCC;
	border-right: 1px none #CCCCCC;
	border-bottom: 1px none #CCCCCC;
	border-left: 1px solid #CCCCCC;
	padding-left: 8px;
}
.specs2 td p {

	margin: 0px;
	padding: 0px;
}
.specs2 {
}


/* END SPECS TABLES */


/* PDF OBJECT */
.pdfobject {
	/* z-index: 0; 
	background: transparent;
	opacity: 0;*/
}
.pdfobject  object {
	/* z-index: 0; 
	background: transparent;
	opacity: 0;*/
}


/* END PDF OBJECT */



/* MOVIES AND ANIMATION */

#movie-player {
display: none;

}

#filter_noborder {
	position: relative;
	margin-top: 0px;
	float: left;
}

#flash_overwrap {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
}


/* END MOVIES */
.abtn-blue {
	background-image: url(assets/images/site/btn-blue.png);
	background-repeat: no-repeat;
	height: 36px;
	width: 109px;
	display: block;
	text-decoration: none;
	padding-top: 9px;
	padding-left: 4px;
	font-weight: bold;
	font-size: 10pt;
	color: #000;
	text-align: center;
}
.filters-box1 {
	border: 1px solid #91d4ec;
}
.filters-box1 ul {
}
.filters-box1 li {
	margin-bottom: 8px;
	font-size: 11pt;
}
.filters-box1 h3 {
	margin: 0px;
	padding: 12px 0px 0px 8px;
}
.filters-sprite1 {
	background-image: url(assets/images/site/filters-sprites-1.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}




/* APPLICATIONS PAGES */



.callout-box {
	float: right;
	margin: 20px 0 20px 20px;
}

ul.appls {
	padding: 0 0 20px 0;
	overflow: auto;
	
}

.appls li {
	float: left;
	width: 220px;
	height: 280px;
	margin-left: 20px;
	padding-left: 0;
	font-size: 9pt;
}
.appls li img {
	display: block;
	border: solid 1px #8e9aba;
	
}
.appls li h4 {
	margin-bottom: 4px;
	clear: both;
	font-size: 11pt;
}
.appls li a {
	text-decoration: none;
	color: #8e9aba; /*#33598f;*/
}
.appls li h4 a {
	text-decoration: none;
	color: #33598f; /*#496b29;*/
}

.appls li a span {
	background-color: #eff9ff;
	color: #496b29;
	padding: 0 4px;
}
.appls a:hover {
	color: red;
}




ul.apsection {
	padding: 0 0 20px 0;
}

.apsection  li {
	margin-left: 20px;
	padding-left: 0;
}
.apsection li img {
	display: block;
}
.apsection li h4 {
	margin-bottom: 4px;
}
.apsection li a {
	text-decoration: none;
	color: #3F3E42;
}
.apsection li h4 a {
	text-decoration: underline;
}


.image-caption {
	text-align: center;
	font-size: 9pt;
	color: #8e9aba;
}
p.image-caption img {
	/* border: solid 1px black; */
}

.imgborder1 {
	border: solid 1px black;
}

table.image-caption {
	margin: 8px auto;
}

/* END APPLICATIONS PAGES */


