body {
	background-color: #fff;
	color: #000;
	font: .8em Arial, sans-serif;
	margin: 0;
	padding: 0;
}
a:link {
	text-decoration: none;
	color: #717174; 
}
a:visited, a:active {
	color: #717174;
	text-decoration: none;
}
a:hover {
	color: #000080;
	text-decoration: underline;
}
h1 {
	display: none;
}
img {
	border: 0;
}
table {
	border-collapse: collapse;
	border: 0;
}

.sm {
	/* &#x2120; */
	font-family: "Lucida Sans Unicode";
	font-weight: normal;
	line-height: 0;
}
#container {
	background-color: #fff;
	border-left: 0px solid #e10000;
	border-bottom: 0px white solid;
	padding-bottom: 15px;
	position: relative;
	width: 750px;
}


/*****************************
* masthead
*****************************/

#logo {
	height: 160px;
	text-align: center;
	border: 0px red solid;
	vertical-align: middle;
}

#logo img {
	height: 66px;
	width: 400px;
}

#secondary_logo {
	height: 80px;
}

#tag_line {
	height: 100px;
	text-align: center;
	border: 0px red solid;
}


/*****************************
* main menu bar
*****************************/

/* The menu styling */
/* Remove the padding, margins and bullets from the lists */
.menu, .menu ul {list-style-type:none; padding:0; margin:5px; font-family:arial, sans-serif; width:750px;}

/* Set up the top level list items and float left to place inline */
.menu li.top {display:block; float:left; position:relative;}

/* Style and position the table so it takes no part in the menu function. The font size is necessary for IE5.5 */
.menu table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}

/* Default top link link styling */
.menu li.top a.top_link {display:block; float:left; height:35px;}
/*.menu li.top a span {position:absolute; left:-9999px; top:0; z-index:0; font-size:10px;} /* move the link text off screen */

/* pre-load the hover images into the lists */
.menu li.p1 {width:150px; height:102px; background:url(images/about_nav2.gif) no-repeat;}
.menu li.p2 {width:150px; height:130px;  background:url(images/industries_nav2.gif) no-repeat;;}
.menu li.p3 {width:150px; height:130px;  background:url(images/services_nav2.gif) no-repeat;;}
.menu li.p4 {width:150px; height:130px;  background:url(images/technologies_nav2.gif) no-repeat;;}
.menu li.p5 {width:150px; height:130px;  background:url(images/whats_new_nav2.gif) no-repeat;;}


/* set up the normal unhovered images in the links */
.menu li a#about {width:150px; height:130px; background:url(images/about_nav.gif) no-repeat;;}
.menu li a#industries {width:150px; background:url(images/industries_nav.gif) no-repeat;}
.menu li a#services {width:150px; background:url(images/services_nav.gif) no-repeat;}
.menu li a#technologies {width:150px; background:url(images/technologies_nav.gif) no-repeat;}
.menu li a#whatsnew {width:150px; background:url(images/whats_new_nav.gif) no-repeat;}

/* Style the list OR link hover. Depends on which browser is used */
.menu a:hover {visibility:visible;} /* for IE6 */
.menu li:hover { position:relative; z-index:200;} /* for IE7 */

/* make the links transparent on hover so that the hover images in the lists show through (no flicker) */
.menu li a#about:hover, .menu li:hover a#about,
.menu li a#industries:hover, .menu li:hover a#industries,
.menu li a#services:hover, .menu li:hover a#services,
.menu li a#technologies:hover, .menu li:hover a#technologies,
.menu li a#whatsnew:hover, .menu li:hover a#whatsnew,

/* keep the 'next' level invisible by placing it off screen. */
.menu ul, 
.menu :hover ul ul, 
.menu :hover ul :hover ul ul,
.menu :hover ul :hover ul :hover ul ul,
.menu :hover ul :hover ul :hover ul :hover ul ul {position:absolute; left:-9999px; top:-9999px; width:0; height:0;}

/* set up the first drop down sub level */
.menu :hover ul.sub {left:0; top:35px; background: #BBC5E4; border:0px solid #BBC5E4; width:140px; height:auto; margin-left: 0px; margin-top:65px; text-align:right;}
.menu :hover ul.sub li {display:block; height:20px; position:relative; float:left; width:90px;}
.menu :hover ul.sub li a {display:block; font-size:11px; height:20px; width:130px; line-height:20px; text-indent:5px; color:#808080; text-decoration:none; border:3px solid #BBC5E4; }
.menu :hover ul.sub li a.fly {font-size:12px; background: #BBC5E4; font-weight:bold; color:#808080; }
.menu :hover ul.sub li a:hover { text-decoration:none;  color:#00529B; }
.menu :hover ul.sub li a.fly:hover { font-weight:bold;}
.menu :hover ul li.bottom{width:140px; background: #fff;  height:16px; padding:0px; margin:0px; }

/* set up the flyout levels when hovering */
.menu :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul :hover ul :hover ul
{left:90px; top:-4px; background: #fff; padding:3px 0; border:1px solid #888; white-space:nowrap; width:93px; z-index:200; height:auto; z-index:300;}

/*****************************
* secondary menu bar
*****************************/
#secondary_nav {
	width: 750px;
	font-size: .85em;
	border: 0px purple dashed;
	height: 40px;
}

#secondary_nav_left {
	float: left;
	border: 0px solid red;
}

#secondary_nav_right {
	float: right;
	border: 0px solid red;
}

#secondary_menu 
{
list-style-type: none;
border: 0px red dashed;
margin: 0;
padding-right: 0px;
}

#secondary_menu li
{
display: inline;
}


/*****************************
* main section
*****************************/

#main_container {
	margin: 10px auto 0 auto;
	width: 750px;
	border: 0px red dashed;
}

#main {
	padding: 15px 20px 0 20px;
}
#main h2 {
	color: #87a5c8;
	font-size: 1.5em;
	margin-top: 0;
}


/*****************************
* footer
*****************************/

#bottom_nav {
	width: 325px;
	font-size: .85em;
	text-align: right;
	border: 1px blue dashed;
}

#footer {
	width: 750px;
	font-size: .75em;
	margin-top: 5px;
	margin-right: 0px;
	padding-right: 5px;
	border: 0Spx red dashed;
	text-align: right;
}
#footer_left {
	float: left;
	border: 0px solid red;
	width: 250px;
	color: #8294D1;
	font-size: 1.1em;
	font-style: italic;
}

#footer_right {
	float: right;
	border: 0px solid red;
	margin-right: 0px;
	padding-right: 5px;
	text-align: right;
}


/*****************************
* content page areas
*****************************/

#content {
	border: 0px solid red;
	width:750px;
}

#page_image {
	float: left;
	border: 0px solid red;
	width: 250px;
	height: 400px;
	background-color: #8294D1;
}

#page_content {
	float: right;
	border: 0px solid red;
	width: 500px;
}

/*****************************
* content wrapper
*****************************/
#content_top {
	background: url('/images/content_top.jpg') no-repeat;
	border: 0px solid red;
	width: 500px;
	height:18px;
	padding: 0px;
}

#content_middle {
	background: url('/images/content_middle.jpg');
	background-position: top left; 
	background-repeat: repeat-y; 
	border: 0px solid red;
	width: 460px;
	min-height: 363px;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 0px;
	overflow: visible;
}

#content_bottom {
	background: url('/images/content_bottom.jpg') no-repeat;
	border: 0px solid red;
	width: 500px;
	height:16px;
	padding: 0px;
}

#content h2 {
	color: #717174; 
	font-weight: lighter;
	font-size: 14pt;
	margin-bottom: -10px;
}

#content h3, b {
	color: #717174; 
	font-weight: lighter;
	font-size: 12pt;
	margin-bottom: -10px;
}

/*****************************
* landing pages
*****************************/
#landingtop {
	margin-bottom: 2em;
}
#ltimage {
	float: left;
	width: 150px;
	margin-right: 20px;
}
#ltimage img {
	width: 150px;
	height: 150px;
}
#lttext {
	/*margin-left: 170px;*/
}
#lttext h3, #lttext p, .lbcolumn h3, .lbcolumn p {
	
	margin-bottom: 1em !important;
}
#landingbottom {}
.lbcolumn {
	float: left;
	width: 320px;
	margin-right: 14px;
}



/*****************************
* secondary bar dropdown menus
*****************************/

#menujr li li a:link, #menujr li li a:visited, #menujr li li a:active {
	padding-right: 10px;
	text-align: left;
}
#menujr li ul {
	left: -999em;
	position: absolute;
	width: 148px;
}
#menujr li li {
	border: 0 none;
	float: none;
	font-size: 1em;
	font-weight: normal;
	height: auto;
	width: auto;
}
#menujr ul ul {
	background-image: url('/images/menubg.png');
	border: 1px solid #d6e7ea;
	border-top-width: 0;
}
#menujr ul ul ul {
	border: 1px solid #d6e7ea;
}
#menujr li:hover, #menujr li.sfhover {
	background-color: #d6e7ea;
}
#menujr li li a:link, #menujr li li a:visited {
	color: #000;
}
#menujr li li a:hover {
	color: #e10000;
}
#menujr li:hover ul, #menujr li.sfhover ul {
	left: auto;
}
#menujr li ul ul, #menujr li.first ul ul {
	margin: -1.5em 0 0 10em;
}
#menujr li:hover ul ul, #menujr li.sfhover ul ul {
	left: -999em;
}
#menujr li:hover ul, #menujr li li:hover ul, #menujr li.sfhover ul, #menujr li li.sfhover ul {
	left: auto;
}
#menujr li.first ul {}


/*****************************
* drop shadows
*****************************/




/*****************************
* junk
*****************************/
#iefix { /* IE shifts bottom of page upon menu popup without this */
	clear: both;
	height: 1px;
}















