body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	background-color: #a19d9b;
	margin: 0;
	padding: 0;
}
.whitecell_bkg {
	background-color: #ffffff;
}

/*
 * Mainmenu - HOME
 */

.mainmenu_home {
	padding: 0;
	margin: 0;
	display: block;
	background-color: #6b73a0;
	line-height: 28px;
	height: 28px;
}
.mainmenu_home .home_active {
	background-attachment: scroll;
	background-image: url(../images/home_active.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 74px;
	line-height: 28px;
	height: 28px;
	float: left;
}
.mainmenu_home .container{
	float: left;
}
.mainmenu_home .container a.products {
	background-attachment: scroll;
	background-image: url(../images/products_blue1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 99px;
	line-height: 28px;
	height: 28px;
	display: block;
	text-decoration: none;
}
.mainmenu_home .container a.products:hover {
	cursor: hand;
}
.mainmenu_home .container a.team{
	background-attachment: scroll;
	background-image: url(../images/sds_blue1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 96px;
	line-height: 28px;
	height: 28px;
	display: block;
	text-decoration: none;
}
.mainmenu_home .container a.team:hover {
	background-image: url(../images/sds_blue2.gif);
	cursor: hand;
}
.mainmenu_home .container a.news {
	background-attachment: scroll;
	background-image: url(../images/news_blue1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 99px;
	line-height: 28px;
	height: 28px;
	display: block;
	text-decoration: none;
}
.mainmenu_home .container a.news:hover {
	background-image: url(../images/news_blue2.gif);
	cursor: hand;
}
.mainmenu_home .container a.contact{
	background-attachment: scroll;
	background-image: url(../images/contact_blue1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 109px;
	line-height: 28px;
	height: 28px;
	display: block;
	text-decoration: none;
}
.mainmenu_home .container a.contact:hover {
	background-image: url(../images/contact_blue2.gif);
	cursor: hand;
}

/*
 * Mainmenu - PRODUCTS
 */

.mainmenu_products {
	padding: 0;
	margin: 0;
	display: block;
	background-color: #8e945d;
	line-height: 28px;
	height: 28px;
}
.mainmenu_products .container a.products {
	background-attachment: scroll;
	background-image: url(../images/products_active.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 99px;
	line-height: 28px;
	height: 28px;
	display: block;
	text-decoration: none;
}
.mainmenu_home .container a.products:hover {
	cursor: hand;
}
.mainmenu_products .container a.products:hover {
	background-attachment: scroll;
	background-image: url(../images/products_active.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 99px;
	line-height: 28px;
	height: 28px;
	float: left;
}
.mainmenu_products .container{
	float: left;
}
.mainmenu_products .container a.home {
	background-attachment: scroll;
	background-image: url(../images/home_green1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 74px;
	line-height: 28px;
	height: 28px;
	display: block;
	text-decoration: none;
}
.mainmenu_products .container a.home:hover {
	background-image: url(../images/home_green2.gif);
	cursor: hand;
}
.mainmenu_products .container a.team{
	background-attachment: scroll;
	background-image: url(../images/sds_green1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 96px;
	line-height: 28px;
	height: 28px;
	display: block;
	text-decoration: none;
}
.mainmenu_products .container a.team:hover {
	background-image: url(../images/sds_green2.gif);
	cursor: hand;
}
.mainmenu_products .container a.news {
	background-attachment: scroll;
	background-image: url(../images/news_green1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 99px;
	line-height: 28px;
	height: 28px;
	display: block;
	text-decoration: none;
}
.mainmenu_products .container a.news:hover {
	background-image: url(../images/news_green2.gif);
	cursor: hand;
}
.mainmenu_products .container a.contact{
	background-attachment: scroll;
	background-image: url(../images/contact_green1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 109px;
	line-height: 28px;
	height: 28px;
	display: block;
	text-decoration: none;
}
.mainmenu_products .container a.contact:hover {
	background-image: url(../images/contact_green2.gif);
	cursor: hand;
}
/*
textarea
{
	width:100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	line-height: 18px;
}
*/

.shaded-box
{
background-color:#eef2ce;
padding:10px;
border-bottom:1px solid #6b7137; /*darker green*/
border-right:1px solid #6b7137; /*darker green*/
border-top:1px solid #a1a86a; /*lighter green*/
border-left:1px solid #a1a86a; /*lighter green*/

}

/*
 * Mainmenu - SDS TEAM
 */

.mainmenu_team {
	padding: 0;
	margin: 0;
	display: block;
	background-color: #b77b3f;
	line-height: 28px;
	height: 28px;
}
.mainmenu_team .team_active {
	background-attachment: scroll;
	background-image: url(../images/sds_active.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 96px;
	line-height: 28px;
	height: 28px;
	float: left;
}
.mainmenu_team .container{
	float: left;
}
.mainmenu_team .container a.home {
	background-attachment: scroll;
	background-image: url(../images/home_red1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 74px;
	line-height: 28px;
	height: 28px;
	display: block;
	text-decoration: none;
}
.mainmenu_team .container a.home:hover {
	background-image: url(../images/home_red2.gif);
	cursor: hand;
}
.mainmenu_team .container a.products{
	background-attachment: scroll;
	background-image: url(../images/products_red1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 99px;
	line-height: 28px;
	height: 28px;
	display: block;
	text-decoration: none;
}
.mainmenu_team .container a.products:hover {
	background-image: url(../images/products_red1.gif);
	cursor: hand;
}

.mainmenu_team .container a.news {
	background-attachment: scroll;
	background-image: url(../images/news_red1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 99px;
	line-height: 28px;
	height: 28px;
	display: block;
	text-decoration: none;
}
.mainmenu_team .container a.news:hover {
	background-image: url(../images/news_red2.gif);
	cursor: hand;
}
.mainmenu_team .container a.contact{
	background-attachment: scroll;
	background-image: url(../images/contact_red1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 109px;
	line-height: 28px;
	height: 28px;
	display: block;
	text-decoration: none;
}
.mainmenu_team .container a.contact:hover {
	background-image: url(../images/contact_red2.gif);
	cursor: hand;
}
/*
 * Mainmenu - NEWS
 */

.mainmenu_news {
	padding: 0;
	margin: 0;
	display: block;
	background-color: #b77b3f;
	line-height: 28px;
	height: 28px;
}
.mainmenu_news .news_active {
	background-attachment: scroll;
	background-image: url(../images/news_active.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 99px;
	line-height: 28px;
	height: 28px;
	float: left;
}
.mainmenu_news .container{
	float: left;
}
.mainmenu_news .container a.home {
	background-attachment: scroll;
	background-image: url(../images/home_red1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 74px;
	line-height: 28px;
	height: 28px;
	display: block;
	text-decoration: none;
}
.mainmenu_news .container a.home:hover {
	background-image: url(../images/home_red2.gif);
	cursor: hand;
}
.mainmenu_news .container a.products{
	background-attachment: scroll;
	background-image: url(../images/products_red1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 99px;
	line-height: 28px;
	height: 28px;
	display: block;
	text-decoration: none;
}
.mainmenu_news .container a.products:hover {
	background-image: url(../images/products_red1.gif);
	cursor: hand;
}

.mainmenu_news .container a.team {
	background-attachment: scroll;
	background-image: url(../images/sds_red1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 96px;
	line-height: 28px;
	height: 28px;
	display: block;
	text-decoration: none;
}
.mainmenu_news .container a.team:hover {
	background-image: url(../images/sds_red2.gif);
	cursor: hand;
}
.mainmenu_news .container a.contact{
	background-attachment: scroll;
	background-image: url(../images/contact_red1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 109px;
	line-height: 28px;
	height: 28px;
	display: block;
	text-decoration: none;
}
.mainmenu_news .container a.contact:hover {
	background-image: url(../images/contact_red2.gif);
	cursor: hand;
}

/*
 * Mainmenu - CONTACT
 */

.mainmenu_contact {
	padding: 0;
	margin: 0;
	display: block;
	background-color: #7b9f8d;
	line-height: 28px;
	height: 28px;
}
.mainmenu_contact .contact_active {
	background-attachment: scroll;
	background-image: url(../images/contact_active.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 109px;
	line-height: 28px;
	height: 28px;
	float: left;
}
.mainmenu_contact .container{
	float: left;
}
.mainmenu_contact .container a.home {
	background-attachment: scroll;
	background-image: url(../images/home_greeny1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 74px;
	line-height: 28px;
	height: 28px;
	display: block;
	text-decoration: none;
}
.mainmenu_contact .container a.home:hover {
	background-image: url(../images/home_greeny2.gif);
	cursor: hand;
}
.mainmenu_contact .container a.products{
	background-attachment: scroll;
	background-image: url(../images/products_greeny1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 99px;
	line-height: 28px;
	height: 28px;
	display: block;
	text-decoration: none;
}
.mainmenu_contact .container a.products:hover {
	background-image: url(../images/products_greeny1.gif);
	cursor: hand;
}
.mainmenu_contact .container a.team{
	background-attachment: scroll;
	background-image: url(../images/sds_greeny1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 96px;
	line-height: 28px;
	height: 28px;
	display: block;
	text-decoration: none;
}
.mainmenu_contact .container a.team:hover {
	background-image: url(../images/sds_greeny2.gif);
	cursor: hand;
}
.mainmenu_contact .container a.news {
	background-attachment: scroll;
	background-image: url(../images/news_greeny1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 99px;
	line-height: 28px;
	height: 28px;
	display: block;
	text-decoration: none;
}
.mainmenu_contact .container a.news:hover {
	background-image: url(../images/news_greeny2.gif);
	cursor: hand;
}

/*
 * MainStage - HOME
 */

.mainstage_home {
	margin: 0;
	padding: 0;
}
.mainstage_home h1{
	margin: 0;
	padding: 30px 25px 12px 21px;;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #505c83;
}
.mainstage_home .container{
	margin: 0;
	padding: 12px 25px 20px 20px;
	border-left: 1px solid #a19d9b;
}
.mainstage_home .container p{
	margin: 0;
	padding: 0 0 20px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	line-height: 18px;
}

/*
 * MainStage - PRODUCTS
 */

.mainstage_products {
	margin: 0;
	padding: 0;
}
.mainstage_products h1{
	margin: 0;
	padding: 30px 25px 12px 21px;;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #6b7137;
}
.mainstage_products .comingsoon{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	padding-left: 20px;
	border-left: 1px solid #a19d9b;
}
.mainstage_products .container{
	margin: 0;
	padding: 12px 25px 20px 20px;
	border-left: 1px solid #a19d9b;
}
.mainstage_products .container p{
	margin: 0;
	padding: 0 0 20px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	line-height: 18px;
}
.mainstage_products .container a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #6b7137;
	text-decoration: underline;
}

table.whitecell_bkg a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #6b7137;
	text-decoration: underline;
}

.mainstage_products .container a:hover{
	text-decoration: none;
}
.mainstage_products .my_padding {
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 40px;
}
.mainstage_products .my_padding .li_padding{
	padding: 0 0 10px 0;
	margin: 0;
}
li {
	list-style-type: square;
}

li ul.arrows {padding-left:10px;}
li ul.arrows li
{list-style:none; padding-left:13px; background:url(../images/bullet-arrow-green.gif) no-repeat left 6px;}

.dash {
	padding: 0 0 30px 0;
	margin: 0;
	background-attachment: scroll;
	background-image: url(../images/dash.gif);
	background-repeat: repeat-x;
	background-position: left top;
	display: block;
	height: 1px;
	line-height: 1px;
}
/*
 * MainStage - SDS TEAM
 */

.mainstage_team {
	margin: 0;
	padding: 0;
}
.mainstage_team h1{
	margin: 0;
	padding: 30px 25px 12px 21px;;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #75420e;
}
.mainstage_team h2{
	margin: 0;
	padding: 30px 25px 12px 21px;;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #75420e;
	border-left: 1px solid #a19d9b;
}
.mainstage_team .container{
	margin: 0;
	padding: 12px 25px 20px 20px;
	border-left: 1px solid #a19d9b;
}
.mainstage_team .container p{
	margin: 0;
	padding: 0 0 20px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	line-height: 18px;
}
.mainstage_team .my_padding {
	padding: 0 0 30px 40px;
	margin: 0;
}
.mainstage_team .container a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #af6317;
	line-height: 18px;
	text-decoration: underline;
}
.mainstage_team .container a:hover{
	text-decoration: none;
}

/*
 * MainStage - CONTACT
 */

.mainstage_contact {
	margin: 0;
	padding: 0;
}
.mainstage_contact h1{
	margin: 0;
	padding: 30px 25px 12px 21px;;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #4f846a;
}
.mainstage_contact .container{
	margin: 0;
	padding: 12px 25px 20px 20px;
	border-left: 1px solid #a19d9b;
}
.mainstage_contact .container p{
	margin: 0;
	padding: 0 0 20px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	line-height: 18px;
}

/*
 * Shinny BULLETS
 */

a.blue_bullet {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #505c83;
	background-attachment: scroll;
	background-image: url(../images/bullet_blue.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0 0 0 20px;
	text-decoration: none;
}
a.blue_bullet:hover {
	text-decoration: underline;
}
.blue_bullet {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #505c83;
	background-attachment: scroll;
	background-image: url(../images/bullet_blue.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0 0 0 20px;
	text-decoration: none;
}
a.green_bullet {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #6b7137;
	background-attachment: scroll;
	background-image: url(../images/bullet_green.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0 0 0 20px;
	text-decoration: none;
}
.greeny_bullet {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	line-height: 13px;
	background-attachment: scroll;
	background-image: url(../images/bullet_green.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0 0 20px 20px;
	text-decoration: none;
}
.greeny_plus {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	line-height: 13px;
	background-attachment: scroll;
	background-image: url(../images/bullet-plus.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0 0 20px 20px;
	text-decoration: underline;
}



.greeny_bullet h2, .red_bullet2 h2{
	font-size: 12px;
	font-weight: bold;
	line-height: 13px;
	height:auto;
	padding:0;
	margin:0;
}

a.greeny_bullet {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #7b9f8d;
	background-attachment: scroll;
	background-image: url(../images/bullet_greeny.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0 0 0 20px;
	text-decoration: underline;
}
a.greeny_bullet:hover {
	text-decoration: none;
}
a.red_bullet {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #af6317;
	background-attachment: scroll;
	background-image: url(../images/bullet_red.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0 0 0 20px;
	text-decoration: underline;
}
a.red_bullet:hover {
	text-decoration: none;
}
.red_bullet1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	background-attachment: scroll;
	background-image: url(../images/bullet_red.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0 0 0 20px;
	text-decoration: none;
}
.red_bullet2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #333333;
	background-attachment: scroll;
	background-image: url(../images/bullet_red.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 10px 0 10px 20px;
	text-decoration: none;
}
a.oranje_bullet {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #af6317;
	background-attachment: scroll;
	background-image: url(../images/bullet_red.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0 0 0 20px;
	text-decoration: none;
}
a.oranje_bullet:hover {
	text-decoration: underline;
}
.oranje_bullet {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #af6317;
	background-attachment: scroll;
	background-image: url(../images/bullet_red.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0 0 0 20px;
	text-decoration: none;
}

/*
 * Footer
 */

.footer {
	padding: 10px 0 20px 0;
	padding-bottom:10px;
	margin: 0;
	display: block;
	border-left: 1px solid #a19d9b;
}
.footer .footer_menu{
	padding: 0 0 0 110px;
	margin: 0 0 10px;	
	display: block;
	clear: both;
	line-height: 20px;
	height: 20px;
	padding: 0 0 0 110px;
}
.footer .footer_menu .active{
	display: block;
	font-family: Tahoma, Verdana, Arial;
/*	font-size: 10px; */
	font-size: 10px;
	font-weight: bold;
	color: #a19d9b;
	text-decoration: underline;
	padding: 0 11px;
	margin: 0;
	display: block;
	float: left;
}
.footer .footer_menu .link_item{
	padding: 0 11px;
	margin: 0;
	display: block;
	float: left;
}
.footer .footer_menu .link_item a{
	display: block;
	font-family: Tahoma, Verdana, Arial;
	font-size: 10px;
	font-weight: bold;
	color: #a19d9b;
	text-decoration: none;
}
.footer .footer_menu .link_item a:hover{
	text-decoration: underline;
}
.footer .footer_menu .link_item1{
	padding: 0 11px;
	margin: 0;
	display: block;
	float: left;
}
.footer .footer_menu .link_item1 a{
	display: block;
	font-family: Tahoma, Verdana, Arial;
	font-size: 10px;
	font-weight: bold;
	color: #a19d9b;
	text-decoration: underline;
}
.footer .footer_menu .link_item a:hover{
	text-decoration: underline;
}
.copyright {
	font-family: Tahoma, Verdana, Arial;
	font-size: 9px;
	font-weight: normal;
	color: #a19d9b;
	text-align: center;
	display: block;
}
.copyright a{
	font-family: Tahoma, Verdana, Arial;
	font-size: 9px !important;
	font-weight: normal;
	color: #a19d9b;
	text-decoration: underline;
}

/*
 * Chrome
 */

.chromestyle{
width: 99%;
font-weight: bold;
}

.chromestyle ul li a:hover{
background: url(chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: " v";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a{
width: auto;
display: block;
text-decoration: none;
}

.products-submenu
{
display:none;
}

a.projects1_1 {
	background-image: url(../images/home_projects1_0.gif);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left top;
	width: 162px;
	height: 28px;
	line-height: 28px;
	display: block;
}
a.projects1_1:hover {
	background-image: url(../images/home_projects1_1.gif);
	cursor: hand;
}

/* projects subnav */
#projects_sub
{
position:relative;
height:0px;
display:inline;
}

#projects_sub a.projects_sub1
{
position:relative;
top:0px;
background-image: url(../images/home_projects1-1_0.gif);
background-attachment: scroll;
background-repeat: no-repeat;
background-position: 0px 1px;
height: 29px;
line-height: 28px;

z-index:200;
margin-bottom:-29px;

display:none;
margin-top:0px;
margin-left:235px;
padding:0;
}


a.projects1-1_1 {
	background-image: url(../images/home_projects1-1_0.gif);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left top;
	width: 162px;
	height: 30px;
	line-height: 28px;
	display: block;
}
a.projects1-1_1:hover {
	background-image: url(../images/home_projects1-1_1.gif);
	cursor: hand;
}

a.projects1-2_1 {
	background-image: url(../images/projects_project1-1_0.gif);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left top;
	width: 162px;
	height: 30px;
	line-height: 28px;
	display: block;
}
a.projects1-2_1:hover {
	background-image: url(../images/projects_project1-1_1.gif);
	cursor: hand;
}

a.projects1-3_1 {
	background-image: url(../images/sds_project1-1_0.gif);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left top;
	width: 162px;
	height: 30px;
	line-height: 28px;
	display: block;
}
a.projects1-3_1:hover {
	background-image: url(../images/sds_project1-1_1.gif);
	cursor: hand;
}


a.projects1-4_1 {
	background-image: url(../images/contact_project1-1_0.gif);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left top;
	width: 162px;
	height: 30px;
	line-height: 28px;
	display: block;
}
a.projects1-4_1:hover {
	background-image: url(../images/contact_project1-1_1.gif);
	cursor: hand;
}


#projects_sub a.projects_sub1:hover {
	background-image: url(../images/home_projects1-1_1.gif);
	cursor: hand;
}


#projects_sub a.projects_sub1-c
{
position:relative;
top:0px;
background-image: url(../images/contact_project1-1_0.gif);
background-attachment: scroll;
background-repeat: no-repeat;
background-position: 0px 1px;
height: 29px;
line-height: 28px;

z-index:200;
margin-bottom:-29px;

display:none;
margin-top:0px;
margin-left:235px;
padding:0;
}

#projects_sub a.projects_sub1-c:hover {
	background-image: url(../images/contact_project1-1_1.gif);
	cursor: hand;
}

#projects_sub a.projects_sub1-sds
{
position:relative;
top:0px;
background-image: url(../images/sds_project1-1_0.gif);
background-attachment: scroll;
background-repeat: no-repeat;
background-position: 0px 1px;
height: 29px;
line-height: 28px;

z-index:200;
margin-bottom:-29px;

display:none;
margin-top:0px;
margin-left:235px;
padding:0;
}

#projects_sub a.projects_sub1-sds:hover {
	background-image: url(../images/sds_project1-1_1.gif);
	cursor: hand;
}


#projects_sub a.projects_sub1-products
{
position:relative;
top:0px;
background-image: url(../images/projects_project1-1_0.gif);
background-attachment: scroll;
background-repeat: no-repeat;
background-position: 0px 1px;
height: 29px;
line-height: 28px;

z-index:200;
margin-bottom:-29px;

display:none;
margin-top:0px;
margin-left:235px;
padding:0;
}

#projects_sub a.projects_sub1-products:hover {
	background-image: url(../images/projects_project1-1_1.gif);
	cursor: hand;
}


#projects_sub a.projects_sub1-products_active
{
position:relative;
top:0px;
background-image: url(../images/projects_project1-1_1.gif);
background-attachment: scroll;
background-repeat: no-repeat;
background-position: 0px 1px;
height: 29px;
line-height: 28px;

z-index:200;
margin-bottom:-29px;

display:none;
margin-top:0px;
margin-left:235px;
padding:0;
}

/* end: projects subnav */

a.projects2_1 {
	background-image: url(../images/home_projects2_0.gif);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left top;
	width: 162px;
	height: 29px;
	line-height: 29px;
	display: block;
}
a.projects2_1:hover {
	background-image: url(../images/home_projects2_1.gif);
	cursor: hand;
}
a.projects3_1 {
	background-image: url(../images/home_projects3_0.gif);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left top;
	width: 162px;
	height: 29px;
	line-height: 29px;
	display: block;
}
a.projects3_1:hover {
	background-image: url(../images/home_projects3_1.gif);
	cursor: hand;
}

a.projects1_2 {
	background-image: url(../images/projects_project1_0.gif);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left top;
	width: 162px;
	height: 28px;
	line-height: 28px;
	display: block;
}
a.projects1_2:hover {
	background-image: url(../images/projects_project1_1.gif);
	cursor: hand;
}
a.projects1_2_active {
	background-image: url(../images/projects_project1_1.gif);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left top;
	width: 162px;
	height: 28px;
	line-height: 28px;
	display: block;
}
a.projects1_2_active:hover {
	cursor: hand;
}
a.projects2_2 {
	background-image: url(../images/projects_project2_0.gif);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left top;
	width: 162px;
	height: 29px;
	line-height: 29px;
	display: block;
}
a.projects2_2:hover {
	background-image: url(../images/projects_project2_1.gif);
	cursor: hand;
}
a.projects2_2_active {
	background-image: url(../images/projects_project2_1.gif);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left top;
	width: 162px;
	height: 29px;
	line-height: 29px;
	display: block;
}
a.projects2_2_active:hover {
	cursor: hand;
}
a.projects3_2 {
	background-image: url(../images/projects_project3_0.gif);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left top;
	width: 162px;
	height: 29px;
	line-height: 29px;
	display: block;
}
a.projects3_2:hover {
	background-image: url(../images/projects_project3_1.gif);
	cursor: hand;
}
a.projects3_2_active {
	background-image: url(../images/projects_project3_1.gif);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left top;
	width: 162px;
	height: 29px;
	line-height: 29px;
	display: block;
}
a.projects3_2_active:hover {
	cursor: hand;
}

a.projects1_3 {
	background-image: url(../images/sds_project1_0.gif);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left top;
	width: 162px;
	height: 28px;
	line-height: 28px;
	display: block;
}
a.projects1_3:hover {
	background-image: url(../images/sds_project1_1.gif);
	cursor: hand;
}
a.projects2_3 {
	background-image: url(../images/sds_project2_0.gif);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left top;
	width: 162px;
	height: 29px;
	line-height: 29px;
	display: block;
}
a.projects2_3:hover {
	background-image: url(../images/sds_project2_1.gif);
	cursor: hand;
}
a.projects3_3 {
	background-image: url(../images/sds_project3_0.gif);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left top;
	width: 162px;
	height: 29px;
	line-height: 29px;
	display: block;
}
a.projects3_3:hover {
	background-image: url(../images/sds_project3_1.gif);
	cursor: hand;
}

a.projects1_4 {
	background-image: url(../images/contact_project1_0.gif);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left top;
	width: 162px;
	height: 28px;
	line-height: 28px;
	display: block;
}
a.projects1_4:hover {
	background-image: url(../images/contact_project1_1.gif);
	cursor: hand;
}
a.projects2_4 {
	background-image: url(../images/contact_project2_0.gif);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left top;
	width: 162px;
	height: 29px;
	line-height: 29px;
	display: block;
}
a.projects2_4:hover {
	background-image: url(../images/contact_project2_1.gif);
	cursor: hand;
}
a.projects3_4 {
	background-image: url(../images/contact_project3_0.gif);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left top;
	width: 162px;
	height: 29px;
	line-height: 29px;
	display: block;
}
a.projects3_4:hover {
	background-image: url(../images/contact_project3_1.gif);
	cursor: hand;
}

.dropmenudiv1{
position:absolute;
top: 0;
z-index:101;
background-color: white;
width: 200px;
visibility: hidden;
border: 1px solid #ededed;
padding: 5px;
}

* html .dropmenudiv1 a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv1 a{
	width: auto;
	display: block;
	font-family: Tahoma, Verdana, Arial;
	font-size: 10px;
	font-weight: bold;
	color: #a19d9b;
	text-decoration: none;
	line-height: 16px;
}
.dropmenudiv1 a:hover{
	text-decoration: underline;
}

.list-style-none
{
padding:0;
margin:0;
}


.list-style-none
{
padding:0;
margin:0;
}


.list-style-none li
{
list-style:none;
padding-bottom:3px;
}


.list-style-circle li
{
list-style:circle;
padding-bottom:3px;
}



/* sidebar */
/* front page cover for pdf */
.cover-img
{
text-align:center;
}

.cover-img p
{
text-align:center;
margin:0;
margin-top:10px;
}

.cover-img a img
{
margin-top:-80px;
border:1px solid #999999;
}
/* end: front page cover for pdf */

.sidebar p
{
margin-left:20px;
}

/* end: sidebar */



legend{
	font-weight: bold;
	size: 14px;
	padding:10px;
	border: 1px solid #dddddd;
}

fieldset{
	margin-bottom:15px;
	border: 1px solid #dddddd;
}

.error{
	color:#CF7418;
	font-weight:bold;
	padding:5px;
	margin-bottom:15px;
	border: 1px solid #dddddd;
}

.mandatory{
	color:#CF7418;
	font-weight:bold;
}

/* left navigation */
#left-nav
{

}
#left-nav ul
{
padding:0;
margin:20px;
}

#left-nav ul li
{
line-height:20px;
list-style:none;
background-image:url(../images/dash.gif);
background-repeat:repeat-x;
background-position:bottom;
}

#left-nav ul li a
{
text-decoration:none;
font-size:11px;
text-transform:uppercase;
}


#left-nav ul li a:hover, #left-nav ul li a.active
{
color:#333333;
}

#left-nav ul li:hover ul{}



#left-nav ul li ul {margin:0; padding:0; padding-bottom:3px;}
#left-nav ul li li{background:none; padding-bottom:4px; line-height:14px; padding-left:15px;}
#left-nav ul li li a{text-transform:none; line-height:normal;}
/* end: left navigation */

/* usa map links */
#usamap{position:relative;}


.star
{
	position:absolute;
	text-align:left;
	text-decoration:none;
	padding-top:20px;
	background:url(../images/map-bullet2.gif) no-repeat top left;
	/*border:1px solid red;*/
height:1px;
	display:block;
	width:30px;
	height:1px;
	padding:0;
	padding-right:20px;
	height:22px;
	width:11px;
	outline:none;
	background-image: url(../images/map-bullet2.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.star span
{
background-color:#ffffff;
margin-top:3px;
margin-right:3px;
border:1px solid #8E945D;
padding:1px 5px;
display:block;
float:left;
position:relative;
top:-1000px;
cursor:pointer;
}
.star:hover{height:auto; width:200px; width:auto;}

.star:hover span
{
top:0;left:30px;
}

.star span:hover{/*text-decoration:underline;*/ color:#FFFFFF; background:#959D56; border:1px solid #959D56;}
/* end: usa map links */


table.info, table.summary
{
    border-color: #333333;
    border-width: 0 0 1px 1px;
    border-style: solid;
	/*margin:10px 0;*/
	
	background-color:#6B7AA2; /* light blue */
	
	
	border-color: #ffffff;
}

table.info{width:300px;}
table.info td, table.summary td
{
    border-color: #333333;
    border-width: 1px 1px 0 0;
    border-style: solid;
    margin: 0;
    padding: 4px;
	
	border-color: #ffffff;
	color:#ffffff;
	text-align:right;
	padding-right:6px;

}
table.info td {}

table.summary{background-color:#8E945D;/* light green */  margin-bottom:20px;}

table.info td.dark{
background-color: #3E5185; /* dark blue */
width:60%;
text-align:left;}

table.summary td.dark{background-color: #6B7137; /* dark green */  text-align:left;}

table.orange
{background-color:#B77B3F; /* light orange */}
table.orange td.dark {background-color: #AF6317; /* dark orange */}

table.blue
{background-color:#6B7AA2; }
table.blue td.dark {background-color: #3E5185; }

table.green
{background-color:#8E945D; }
table.green td.dark {background-color: #6B7137; }

div.summary{background-color:#6B7137; background-color: #AF6317; padding:5px 10px; color:#FFFFFF; float:left; width:96%;}
.mainstage_products div.summary p{width:50%; color:#ffffff; float:left; margin:0; padding:3px 0; line-height:normal; }

div.info{background-color:#3E5185; padding:10px; color:#FFFFFF; float:left; width:255px; margin:0 10px 10px 0}
.mainstage_products div.info p{color:#ffffff; margin:0; padding:3px 0; line-height:normal; }
.mainstage_products div.info ul {margin:0; padding-left:25px;}
.mainstage_products div.info ul li{padding:2px 0;}
.mainstage_products div.info ul ul {padding-left:10px;}
.mainstage_products div.info ul ul li{list-style:none; padding-left:13px; background:url(../images/bullet-arrow.gif) no-repeat left 6px;}

.caps{text-transform:uppercase;}
/**/
.floatl
{
float:left;
}

.imgleft
{
float:left; 
margin:0 10px 0 0px;
}

.imgright
{
float:right; 
margin:0 0px 0 10px;
}

.noborder{border:none;}
.notopspace {padding-top:0; margin-top:0;}

.clear{clear:both;}


.darkgreen{color:#6B7137;}
.darkblue{color:#3E5185;}



/*
a.gallery img{border:2px solid white;}
a.gallery:hover img {border:2px solid #8E945D;}
*/

.mainstage_products .container a.gallery {text-decoration:none;  margin-bottom:3px;}

/* border around image */
.mainstage_products .container a.gallery img {border:2px solid #6B7137;}
a.gallery span{font-size:10px; font-style:italic; display:block; text-align:center; margin-top:2px;}
.bio-img {
	float: right;
	height: 150px;
	width: 150px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
.bios-padding-div {
	float: left;
	width: 370px;
}

.bios-padding {
	list-style-position: inside;
	margin: 0px;
	padding-left: 12px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	line-height: 16px;
}
.bios-padding li {
	list-style-position: outside;
	list-style-type: disc;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;

}
.gray-box {
	background-color: #8E945D;
	border: 1px solid #575A38;
}
.tdSmall {
	padding-top: 0px;
	padding-right: 8px;
	padding-left: 8px;
}
.tdLonger {
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
ul#mouse-over {
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}
ul#menulist_1, ul#menulist_2, ul#menulist_3, ul#menulist_4, ul#menulist_5 {
	list-style-type: none;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	text-decoration: none;
	background-color: #8E945D;
	border: 1px solid #575A38;
	font-size: 16px;
	line-height: 18px;
	font-weight: normal;
}
li#menuitem_1, li#menuitem_2, li#menuitem_3, li#menuitem_4, li#menuitem_5 {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#menuitem_1_1, #menuitem_2_1, #menuitem_3_1, #menuitem_4_1, #menuitem_5_1 {
	text-decoration: none;
	list-style-type: none;
	padding: 5px;
	font-weight: normal;
}
#menuitem_1_1 a:link, #menuitem_2_1 a:link, #menuitem_3_1 a:link, #menuitem_4_1 a:link, #menuitem_5_1 a:link {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: normal;
}


#menulink_1, #menulink_2, #menulink_3, #menulink_4, #menulink_5 {
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	color: #6b7137;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 18px;
}

.mainlevel {
	background-image: url(../images/bullet-plus.jpg);
	background-repeat: no-repeat;
	background-position: left 2px;
}

#maincontentPress{
	width:550px;
	padding: 12px 25px 20px 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #A19D9B;
}
#maincontentPress p{
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:15px;
	font-weight: normal;
	margin: 0px;
	padding-bottom: 20px;
}
#maincontentPress h2{
	color:#993300;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;margin-top:0px;
	text-decoration:none;
}

#maincontentPress h2 a{
	color:#993300;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;margin-top:0px;
	text-decoration:underline;}

#maincontentPress h2 a:hover{text-decoration:none;}	
	
#maincontentPress h3{
	color:#993300;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
#maincontentPress h1{
	color:#993300;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	
}
#maincontentPress h4{
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	list-style-type:none;
	font-style: italic;
	margin-bottom:0px;
}
.press{
	width:450px;
	padding:15px 30px 30px;
	text-align: justify;
	font-size:11px;
	line-height:12px;
}