/* Real Magnet Screen CSS */

/* @group Global */
<!-- 
body {
	margin: 0;
	padding: 0;
	font-family: tahoma, sans-serif;
	font-size: 11px;
	line-height: 16px;
}

.clearer {
	clear: both;
	width: 100%;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
}

* img {
	behavior: url('/stylesheets/iepngfix.htc');
}
    
.subCopy {
	font-family: tahoma, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-style: italic;
}

.addShare {
	font-family: tahoma, sans-serif;
	font-size: 12px;
	line-height: 16px;
}

h2.inner {
	padding-top:20px;
}
/* @end */

/* @group Global Hyperlinks */

a:link,
a:active,
a:visited {
	text-decoration: underline;
}

/* @end */

/* @group Wrappers */
#bgTall {
	position:absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: url(../images/bg.gif) top left repeat-x;
	height: 345px;	
}

#bgShort {
	position:absolute;
	top: 0;
	left: 0px;
	width: 100%;
	height: 160px;
	background: url(../images/bg_sub.gif) top left repeat-x;
}

#wrapperHome {
	width: 950px;
	margin: 0 auto;
}

#wrapperInner {
	width: 950px;
	margin: 0 auto;
}

/* @end */

/* @group Images and Rollovers */

img {
	border: none;
}

img.rollover {
	border: 4px solid #999999;
}

img.rollover:hover {
	border: 4px solid #cc0033;
}

img.paddedBottom {
	margin-bottom: 10px;
}

.imageRight {
	margin-left: 10px;
	float: right;
}

/* @end */

/* @group Header */

#header {
	background-color: #292929;
	height: 25px;
	color: #ffffff;
	text-align: right;
	line-height: 25px;
}

#header .nav {
	color: #ffffff;
	padding-right: 78px;
}

#header .nav ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	border: none;
}

#header .nav ul li {
	margin-left: 0;
	padding-left: 15px;
	border: none;
	list-style: none;
	display: inline;
}

#header a:link,
#header a:active,
#header a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

#header a:hover {
	text-decoration: none;
	color: #CC0033;
}

/* @end */

/* @group Sub Header Home Page*/

#wrapperHome #subheader {
	background: url(../images/gradient_3e3e3e_343434.gif) top left repeat-x;
	height: 250px;
	color: #ffffff;
	position: relative;
	background-image: url(images/bg.gif);
}

#wrapperHome #subheader .top {
	position: absolute;
	top: 21px;
	left: 73px;
	width: 800px;
	height: 70px;
}

#wrapperHome #subheader .splash {
	position: absolute;
	top: 92px;
	left: 73px;
}

#wrapperHome #subheader .bottom {
	position: absolute;
	bottom: -1px;
	left: 72px;
	width: 800px;
	background-color: #99cccc;
	height: 15px;
}

/* @end */

/* @group Sub Header Inner Pages*/

#wrapperInner #subheader {
	background-color: #343434;
	height: 135px;
	color: #ffffff;
	position: relative;
}

#wrapperInner #subheader .top {
	position: absolute;
	top: 21px;
	left: 73px;
	width: 800px;
	height: 65px;
}

#wrapperInner #subheader .bottom {
	position: absolute;
	bottom: -1px;
	left: 72px;
	width: 800px;
	background-color: #99cccc;
	height: 15px;
}

/* @end */

/* @group Primary Nav Inner Pages */

#navSprite {
	position: absolute;
	right: 80px;
	top: 45px;
}

#wrapperHome #navList {
	padding: 0px;
	width: 503px;
	height: 20px;
	font-size: 0px;
	position: relative;
	background: url(../images/primary_nav_sprite_home.gif);
}

#wrapperInner #navList {
	padding: 0px;
	width: 503px;
	height: 20px;
	font-size: 0px;
	position: relative;
	background: url(../images/primary_nav_sprite_inner.gif);
}


#navList li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 0;
	height: 20px;
}

#navList li, #navList a {
	height: 20px;
	display: block;
}

/* Active */

#tabEmail {
	left: 0px;
	width: 48px;
}

#tabMobile {
	left: 49px;
	width: 124px;
}

#tabEvents {
	left: 171px;
	width: 72px;
}

#tabSurveys {
	left: 242px;
	width: 78px;
}

#tabCustomers {
	left: 320px;
	width: 99px;
}

#tabContact {
	left: 419px;
	width: 84px;
}

/* Hover Home */

#wrapperHome #tabEmail a:hover {
	background: transparent url(../images/primary_nav_sprite_home.gif) 0 -40px no-repeat;
}

#wrapperHome #tabMobile a:hover {
	background: transparent url(../images/primary_nav_sprite_home.gif) -49px -40px no-repeat;
}

#wrapperHome #tabEvents a:hover {
	background: transparent url(../images/primary_nav_sprite_home.gif) -171px -40px no-repeat;
}

#wrapperHome #tabSurveys a:hover {
	background: transparent url(../images/primary_nav_sprite_home.gif) -242px -40px no-repeat;
}

#wrapperHome #tabCustomers a:hover {
	background: transparent url(../images/primary_nav_sprite_home.gif) -320px -40px no-repeat;
}

#wrapperHome #tabContact a:hover {
	background: transparent url(../images/primary_nav_sprite_home.gif) -419px -40px no-repeat;
}

/* Hover Inner */

#wrapperInner #tabEmail a:hover {
	background: transparent url(../images/primary_nav_sprite_inner.gif) 0 -40px no-repeat;
}

#wrapperInner #tabMobile a:hover {
	background: transparent url(../images/primary_nav_sprite_inner.gif) -49px -40px no-repeat;
}

#wrapperInner #tabEvents a:hover {
	background: transparent url(../images/primary_nav_sprite_inner.gif) -171px -40px no-repeat;
}

#wrapperInner #tabSurveys a:hover {
	background: transparent url(../images/primary_nav_sprite_inner.gif) -242px -40px no-repeat;
}

#wrapperInner #tabCustomers a:hover {
	background: transparent url(../images/primary_nav_sprite_inner.gif) -320px -40px no-repeat;
}

#wrapperInner #tabContact a:hover {
	background: transparent url(../images/primary_nav_sprite_inner.gif) -419px -40px no-repeat;
}

/* Current Home */

#wrapperHome #tabEmail.current a {
	background: transparent url(../images/primary_nav_sprite_home.gif) 0 -20px no-repeat;
}

#wrapperHome #tabMobile.current a {
	background: transparent url(../images/primary_nav_sprite_home.gif) -49px -20px no-repeat;
}

#wrapperHome #tabEvents.current a {
	background: transparent url(../images/primary_nav_sprite_home.gif) -171px -20px no-repeat;
}

#wrapperHome #tabSurveys.current a {
	background: transparent url(../images/primary_nav_sprite_home.gif) -242px -20px no-repeat;
}

#wrapperHome #tabCustomers.current a {
	background: transparent url(../images/primary_nav_sprite_home.gif) -320px -20px no-repeat;
}

#wrapperHome #tabContact.current a {
	background: transparent url(../images/primary_nav_sprite_home.gif) -419px -20px no-repeat;
}

/* Current Inner */

#wrapperInner #tabEmail.current a {
	background: transparent url(../images/primary_nav_sprite_inner.gif) 0 -20px no-repeat;
}

#wrapperInner #tabMobile.current a {
	background: transparent url(../images/primary_nav_sprite_inner.gif) -49px -20px no-repeat;
}

#wrapperInner #tabEvents.current a {
	background: transparent url(../images/primary_nav_sprite_inner.gif) -171px -20px no-repeat;
}

#wrapperInner #tabSurveys.current a {
	background: transparent url(../images/primary_nav_sprite_inner.gif) -242px -20px no-repeat;
}

#wrapperInner #tabCustomers.current a {
	background: transparent url(../images/primary_nav_sprite_inner.gif) -320px -20px no-repeat;
}

#wrapperInner #tabContact.current a {
	background: transparent url(../images/primary_nav_sprite_inner.gif) -419px -20px no-repeat;
}

/* @end */

/* @group Content Home Page */

#contentHome {
	background-color: #ffffff;
	color: #666666;
	padding: 20px 73px 26px;
	position: relative;
	width: 801px;
}

#contentHome .boxLeft {
	float: left;
	width: 290px;
	padding: 2px 22px 23px 16px;
	margin-right: 9px;
	background-color: #bbdede;
	background-image: url(../images/blue_gradient_tile.png);
	background-position: top left;
	background-repeat: repeat-x;
}


a.learnmore:link,
a.learnmore:active,
a.learnmore:visited {
color:#cc0033;
text-decoration: none;
}

a.learnmore:hover {
	color: #000000;
	text-decoration: underline;
}


#contentHome .boxLeft .learnmore  a:link,
#contentHome .boxLeft .learnmore  a:active,
#contentHome .boxLeft .learnmore  a:visited {
color: #cc0033;
text-decoration:none;
display: inline;
margin: 0px;
padding: 0px;
 }

#contentHome .boxLeft .learnmore  a:hover {
color: #000;
text-decoration: underline;
display:inline;
margin: 0px;
padding: 0px;
}

#contentHome .boxLeft a:link,
#contentHome .boxLeft a:active,
#contentHome .boxLeft a:visited {
	color: #000000;
}

#contentHome .boxLeft a:hover {
	color: #000000;
	text-decoration: underline;
}

#contentHome .boxMid {
	float: left;
	width: 214px;
	padding: 2px 22px 23px 16px;
	margin-right: 9px;
	background-color: #bbdede;
	background-image: url(../images/blue_gradient_tile.png);
	background-position: top left;
	background-repeat: repeat-x;
}

#contentHome .boxMid .learnmore  a:link,
#contentHome .boxMid .learnmore  a:active,
#contentHome .boxMid .learnmore  a:visited {
color: #cc0033;
text-decoration:none;
display:inline;
margin: 0px;
padding: 0px;
 }

#contentHome .boxMid .learnmore  a:hover {
color: #000;
text-decoration: underline;
display:inline;
margin: 0px;
padding: 0px;
}



#contentHome .boxMid a:link,
#contentHome .boxMid a:active,
#contentHome .boxMid a:visited {
	color: #000000;
}

#contentHome .boxMid a:hover {
	color: #000000;
	text-decoration: underline;
}

#contentHome .boxRight {
	float: left;
	width: 162px;
	background-color: #bbdede;
	background-image: url(../images/blue_gradient_tile.png);
	background-position: top left;
	background-repeat: repeat-x;
	padding: 2px 22px 23px 16px;
	
}

#contentHome .boxHeight {
	height: 235px;	
}

#contentHome .contentLeft {
	float: left;
	width: 217px;
	padding: 18px 0px 0px 0px;
	margin-right: 19px;
	margin-left: 16px;
}

#contentHome .contentLeft a:link,
#contentHome .contentLeft a:active,
#contentHome .contentLeft a:visited {
	text-decoration: none;
	color: #cc0033;
}

#contentHome .contentLeft a:hover {
	color: #000000;
	text-decoration: underline;
}

#contentHome .contentMid {
	float: left;
	width: 217px;
	padding: 18px 0px 0px 0px;
	margin-right: 16px;
}

#contentHome .contentMid a:link,
#contentHome .contentMid a:active,
#contentHome .contentMid a:visited {
	text-decoration: none;
	color: #cc0033;
}

#contentHome .contentMid a:hover {
	color: #000000;
	text-decoration: underline;
}

#contentHome .contentRight {
	float: right;
	width: 312px;
	padding: 18px 0px 0px 0px;
}

#contentHome .contentRight div:last-child {
	border-bottom: none;
}

#contentHome .contentRight .social {
	width: 312px;
	font-size: 11px;
	line-height: 14px;
	padding-bottom: 15px;
	padding-top: 15px;
	margin-bottom: 11px;
	margin-top: 00px;
	border-bottom: 0px solid #f0f0f0;
}

#contentHome .contentRight .newsItem .date {
	
}

#contentHome .contentRight .newsItem .title {
	
}

#contentHome .contentRight .newsItem .title a:link,
#contentHome .contentRight .newsItem .title a:active,
#contentHome .contentRight .newsItem .title a:visited {
	text-decoration: underline;
	font-weight: bold;
	color: #333333;
}

#contentHome .contentRight .newsItem .title a:hover {
	color: #cc0033;
}










#contentHome .contentRight .newsItem .titlefeature4 {
font-size: 12px;
font-weight: bold;
color: #cc0033;
line-height: 18px;
font-stretch: extra-expanded;
text-transform: uppercase;
	}

#contentHome .contentRight .newsItem .titlefeature4 a:link,
#contentHome .contentRight .newsItem .titlefeature4 a:active,
#contentHome .contentRight .newsItem .titlefeature4 a:visited {
font-size: 12px;
font-weight: bold;
color: #cc0033;
line-height: 18px;
font-stretch: extra-expanded;
text-transform: uppercase;
text-decoration: none;
}

#contentHome .contentRight .newsItem .textfeature4 a:hover {
font-size: 12px;
font-weight: bold;
color: #cc0033;
line-height: 18px;
font-stretch: extra-expanded;
text-transform: uppercase;
text-decoration: none;

	}



#contentHome .contentRight .newsItem .textfeature4 {
font-size: 12px;
line-height: 18px;
font-weight: bold;
color: #333333;
text-transform: uppercase;
}
	
	
		
	#contentHome .contentRight .newsItem .textfeature4 a:link,
#contentHome .contentRight .newsItem .textfeature4 a:active,
#contentHome .contentRight .newsItem .textfeature4 a:visited {
text-decoration: none;
font-size: 12px;
line-height: 18px;
font-weight: bold;
color: #333333;
text-transform: uppercase;
text-decoration: none;
}

#contentHome .contentRight .newsItem .textfeature4 a:hover {
font-size: 12px;
line-height: 18px;
font-weight: bold;
color: #333333;
text-transform: uppercase;
text-decoration: none;
}



#contentHome .contentRight .newsItem .textfeature4more {
font-size: 11px;
line-height: 18px;
color: #333333;
text-transform: none;
}

#contentHome .contentRight .newsItem .textfeature4more a:link,
#contentHome .contentRight .newsItem .textfeature4more a:active,
#contentHome .contentRight .newsItem .textfeature4more a:visited {
font-size: 11px;
font-weight: bold;
color: #333333;
text-transform: none;
text-decoration: underline;

}

#contentHome .contentRight .newsItem .textfeature4more a:hover {
font-size: 11px;
text-transform: none;
color: #cc0033;
}





#contentHome .contentRight .newsItem .text4 {
font-size: 11px;
line-height: 18px;
color: #333333;
text-transform: none;
}

#contentHome .contentRight .newsItem .text4 a:link,
#contentHome .contentRight .newsItem .text4 a:active,
#contentHome .contentRight .newsItem .text4 a:visited {
font-size: 11px;
font-weight: bold;
color: #333333;
text-transform: none;
text-decoration: underline;

}

#contentHome .contentRight .newsItem .text4 a:hover {
font-size: 11px;
text-transform: none;
color:#6e8c8c;
}



#contentHome .contentRight .newsItem .title4 {
font-size: 12px;
line-height: 18px;
color: #6e8c8c;
font-weight: bold;
margin-top: 8px;
font-stretch: extra-expanded;
text-transform: none;
}


#contentHome .contentRight .newsItem .date4 {
font-size: 11px;
line-height: 18px;
color: #333333;
font-weight: normal;
text-transform: none;

}








#contentHome .bottomLeft {
	float: left;
	width: 215px;
	padding: 10px 0px 0px 0px;
	margin-right: 19px;
	margin-left: 16px;
}

#contentHome .bottomRight {
	float: right;
	width: 550px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#contentHome .bottomRightps {
	float: right;
	width: 550px;
	padding: 30px 0px 0px 0px;
}

#contentHome .bottomRight .callout {
	font-style: italic;
	color: #666666;
}

/* @end */

/* @group Content Inner Pages */
	
#contentInner {
	background-color: #ffffff;
	color: #666666;
	padding: 20px 73px 10px;
	font-size: 12px;
	line-height: 19px;
	position: relative;
	width: 801px;
}

#contentInner .contentLeft {
	float: left;
	width: 233px;
	padding: 0;
	margin-right: 24px;
	position: relative;
	height: 220px;
}

#contentInner .contentLeft .top {
	position: absolute;
	top: 0;
	left: 1px;
}

#contentInner .contentLeft .bottomLeft {
	position: absolute;
	top: 175px;
	left: 18px;
}
#contentInner .testimonial {
	position: absolute;
	top: 325px;
	left: 3px;
	width: 229px;
}

#contentInner .contentLeft .bottomRight {
	position: absolute;
	top: 175px;
	left: 124px;
}

#contentInner .contentRight {
	float: right;
	width: 544px;
	padding: 0;
}
#contentInner .contentRight .lesspaddingspace ul li {
	margin-left: 0;
	padding-left: 15px;
	border: none;
	list-style: none;
}


#contentInner .contentLeft .downloadBrochure {
	position: absolute;
	top: 400px;
	left: 25px;
	width: 229px;
}

#contentInner .contentRight a:visited,
#contentInner .contentRight a:link,
#contentInner .contentRight a:active {
	text-decoration: underline;
	color: #666666;
}

#contentInner .contentRight a:hover {
	text-decoration: underline;
	color: #cc0033;
}

#contentInner .contentRight div:last-child {
	border-bottom: none;
}

/* @group Tertiary Nav*/

#tertiary {
	background-color: #ffffff;
	height: 40px;
	position: relative;
	margin: 0
}

#tertiary .nav {
	padding-right: 10px;
	padding-top: 10px;
	width: 540px;
}

#tertiary .nav ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	border: none;
}

#tertiary .nav ul li {
	margin-left: 0;
	padding-left: 15px;
	border: none;
	list-style: none;
	display: inline;
}

#tertiary .nav ul li a:link,
#tertiary .nav ul li a:active,
#tertiary .nav ul li a:visited {
	text-decoration: none;
	color: #cc0033;
}

#tertiary .nav ul li a:hover {
	text-decoration: underline;
	color: #cc0033;
}

#tertiary .nav .current a:link,
#tertiary .nav .current a:active,
#tertiary .nav .current a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #cc0033;
}

#tertiary .nav .current a:hover {
	text-decoration: none;
	color: #cc0033;
}
/* @end */

#contentInner .bottomLeft {
	float: left;
	width: 233px;
	padding: 40px 0px 0px 0px;
	margin-right: 24px;
}

#contentInner .bottomRight {
	float: left;
	width: 101px;
	padding: 40px 0px 0px 0px;
}

#contentInner .bottomRightTall {
	float: left;
	width: 544px;
	padding: 57px 0px 0px 0px;
}

#contentInner .bottomRight .callout {
	font-style: italic;
	color: #666666;
}

#contentInner h4 {
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	line-height: 19px;
}

#contentInner #subNav {
	padding-bottom: 29px;
}

#contentInner #subNav .nav {
	text-transform: uppercase;
	color: #333333;
	padding-right: 15px;
	padding-top: 10px;
}

#contentInner #subNav .nav ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	border: none;
	font-size: 12px;
}

#contentInner #subNav .nav ul li {
	margin-left: 0;
	padding-left: 15px;
	border: none;
	list-style: none;
	display: inline;
}

#contentInner #subNav .nav .current a:link,
#contentInner #subNav .nav .current a:active,
#contentInner #subNav .nav .current a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}

#contentInner #subNav .nav .current a:hover {
	text-decoration: none;
	color: #cc0033;
}

#contentInner #subNav .nav a:link,
#contentInner #subNav .nav a:active,
#contentInner #subNav .nav a:visited {
	text-decoration: none;
	color: #333333;
}

#contentInner #subNav .nav a:hover {
	text-decoration: none;
	color: #cc0033;
}

/* @group internal link Red*/

#contentInner .learnmore {
	width: 544px;
	padding: 0;
}

#contentInner .contentRight .learnmore a:visited,
#contentInner .contentRight .learnmore a:link,
#contentInner .contentRight .learnmore a:active {
	text-decoration: underline;
	color: #666666;
}

#contentInner .contentRight .learnmore a:hover {
	text-decoration: underline;
	color: #cc0033;
}

#contentInner .printBrochure
	 { float:right

}

/* @end */
/* @end */

/* @group Generic Table */

.generic {
	border: 0px;
}

.generic td {
	padding: 7px 10px;
	line-height:15px;
}

.header {
	background-color: #cc0033;
	color: #ffffff;
	font-weight: bold;
}

.odd {
	background-color: #99cccc;
	color: #ffffff;
	vertical-align: top;
}

#contentInner .contentRight .odd a:visited,
#contentInner .contentRight .odd a:link,
#contentInner .contentRight .odd a:active {
	color:#FFFFFF;
}

.even {
	background-color: #eaeaea;
	color: #666666;
	vertical-align: top;
}

/* @end */

/* @group Ordered/Unordered Lists */

.callout {
	color: #cc0033;
}

ul li {
	padding-bottom: 10px;
	/*list-style-image: url(../images/icon_plus_symbol_grey.gif); */ 
	list-style-type:disc;
	list-style-position: outside;
}

ol li {
	padding-bottom: 10px;
	list-style-position: outside;
}

.lessPadding {
	padding-bottom: 10px;
}


/* @end */

/* @group Footer */

#footer {
	background-color: #ffffff;
	height: 66px;
	border-top: 1px solid #f0f0f0;
	position: relative;
	margin: 0 73px;
}

#footer .nav {
	color: #333333;
	padding-right: 78px;
	padding-top: 10px;
	width: 540px;
}

#footer .nav ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	border: none;
}

#footer .nav ul li {
	margin-left: 0;
	padding-left: 10px;
	border: none;
	list-style: none;
	display: inline;
}

#footer a:link,
#footer a:active,
#footer a:visited {
	text-decoration: underline;
	color: #333333;
}

#footer a:hover {
	text-decoration: underline;
	color: #cc0033;
}

#footer .contact {
	padding-left: 14px;
	color: #999999;
	font-size: 10px;
}

#footer .phone {
	font-weight: bold;
	color: #000000
}

#footer .button {
	position: absolute;
	right: 0px;
	top: 7px;
}

/* @end */

/* @group Login */

#login {
	position:absolute;
	left:57%;
	top:24px;
	width:280px;
	height:150px;
	z-index:10;
	padding: 20px, 20px, 20px, 20px;
	background-repeat:repeat-x;
	background-image: url(../images/login_gradient.gif);
	display:none;	
}

#login .interiorcontent {
	font-size: 12px;
	color:#666666;
	font-weight:bold;
	line-height: 19px;
	
}
#login .close {
	display:block;
	position:absolute;
	top:130px;
	left: 226px;
}
	
#loginInterupter{
	position:absolute;
	left:0px;
	top:24px;
	width:100%;
	height:100%;
	z-index:9;
	display:none;
	background-color:black;opacity:.50;filter: alpha(opacity=50); -moz-opacity: 0.5;border:1px solid black;

	

	/*ADD A BACKGROUND IMAGE HERE (GREY png WITH SOME TRANSPARENCY*/

	/*background-color:white*/
}

address {
	font-style:normal;
	}
	
#genform {
	padding-left:40px;
}
.formtextarea {
	font-family: tahoma, sans-serif;
	font-size: 12px;
	border:1px;
	line-height:10px;
	border-style:double;
	border-color:#999999;
	outline:#99CCCC;
	color:#666666;
	height:16px;
	background-image:url(/images/bginput1.gif);
}
.formMultilile {
	border:1px;
	border-style: double;
	border-color: #999999;
	outline:#99CCCC;
	color:#666666;
	font-family: tahoma, sans-serif;
	font-size: 12px;
}


.formbutton{
	font: 11px tahoma, sans-serif;
	cursor:pointer;
	border: double 1px #99CCCC;
	background-image:url(/images/bginput.gif);
	color: #333333;
	padding: 1px 1px 1px 1px;
	background-image:url(/images/bginput.gif) repeat-x left top;
	height:20px;

}

/* index page roll over for industry, Div name industry*/

#industry {
	position:absolute;
	float:left;
	width:300px;
	z-index:3;
	background-color: #B5DBDB;
	background-image: url(../images/blue_gradient_tile_industry.png);
	background-repeat:repeat-x;
	top: 260px;
	display: none;
	}
	
#industry a:link,
#industry a:active,
#industry a:visited {
	text-decoration: underline;
	color: #3b3a3a;
}
#industry a:hover {
	text-decoration: none;
	color: red;
	
}

/* @end */
