
/***********************************************/
/* HTML tag styles                             */
/***********************************************/
* {margin:0px; padding:0px;} /* global padding reset */

body{
	color: #333333;
	line-height: 1.166;	
	background: #004800 url("../wsimages/bg_grad.jpg") fixed;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size: 90%;
}

/************** header tag styles **************/

h1{  font: small/160% georgia, times, serif;}
h2{ font: small/160% georgia, times, serif; padding: 5px 0 0 5px;}
h3{ font: small/160% georgia, times, serif;}
h4{ font: small/160% georgia, times, serif;  font-weight:bold;}
h5{}
legend{ font: small/160% georgia, times, serif;}
.hide {visibility:hidden}
/********* form and related tag styles *********/

form {}

label{ font: bold 1em Arial,sans-serif; color: #334d55;}
				
input{	font-family: Arial,sans-serif;}
#siteWrap{	
	width: 755px;
	height:100%;	
	MARGIN: 0px auto;
	background-position:center;
}

#header{
	padding:5px 0 0 0;
	MARGIN: 0px 5px;
	WIDTH: auto; 
	COLOR: #fff; 
	HEIGHT: 80px; 
	TEXT-ALIGN: left	
}

#header h1 {
	/*BACKGROUND: url(../wsimages/logo.gif) no-repeat left top; */
	FLOAT: left; 
	WIDTH: 290px; 	
	HEIGHT: 70px
}
#header h1 a {
	DISPLAY: block; 
	/*PADDING: 20px 0 0 80px; 
	BACKGROUND: url(../wsimages/logo.gif) no-repeat left top; */
	WIDTH: 100%;
	HEIGHT: 100%; 
	TEXT-DECORATION: none;
	color:#004800;
	font-size: 18px;
	font-weight: bold;
}
#header h1 a:hover {
	/*BACKGROUND: url(../wsimages/logo.gif) no-repeat 0px -97px;*/
	color:#647D8F;
}

/* Tools
-------------------------------------- */
#siteTools{
	TEXT-ALIGN: right;
	margin:0px;
}
#siteTools li{
list-style-type: none;	
}

#siteTools li#lang {
	font-family: "Century","Times New Roman", Times, serif;
	color:#647D8F;
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 10px;	
}

#siteTools li#lang a.selectedLang{
	color:#002948;
	text-decoration:none;
}

#siteTools li#lang a{
	font-family: "Century","Times New Roman", Times, serif;
	color:#647D8F;
	font-weight: bold;
	text-decoration:none;
	letter-spacing: 1px;	
	display:inline;
}

#siteTools li#lang a:hover{
	font-family: "Century","Times New Roman", Times, serif;	
	font-weight: bold;
	color:#002948;
	text-decoration:underline
}


.tools ul{}

.tools li{
	list-style-type: none;	
	float: right;		
}

.tools img{
	border: 0px;
	padding-left: 5px;	
}
	
.tools a{
	font-size: .8em;
	color:#002948;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
	text-decoration:underline;
	font-weight:normal;	
}
.tools a:hover{
	text-decoration:underline;
}
.tools li#siteMap{
	padding-right: 5px;		
}
.tools li#docs{
	padding-right: 8px;		
}
.tools li#contactUs{}

#siteShortcuts {
	font-size: .9em;
	color:#002948;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
	text-decoration:normal;
	font-weight:normal;	
	padding-top:5px;
}

#siteShortcuts a {
	text-decoration:underline;
	padding-left:2px;
	padding-right:2px;}

#siteShortcuts a:hover {
	color: #FFFFFF;
	background-color: #004800;
}

/* Primary Navigation
-------------------------------------- */

#gnl {
	position: absolute;
	top: 0px;
	left:0px;
}

#gnr {
	position: absolute;
	top: 0px;
	right:0px;
	
}
#navwrap {
	width: 756px;
	BACKGROUND: url("../wsimages/glbnav_background.gif") repeat-x top right; 	
	height:32px;
	margin:-2px 0 0 0px;
	padding:0 0 0 0px;
	position:relative;
	z-index:100;
	font-size: 14px;

}


#nav, #nav ul {
	padding:0;
	margin:0;
	list-style:none;
	font-size: 14px;
}
#nav a {
	display:block;
	border-bottom:none;
	color:#fff;	
	font-weight:bold;
	
}

#nav a:hover {
	color:#FFCC00;
	border-bottom:none;
	
}
#nav li {
	position:relative;
	float:left;		
	margin: 5px 20px 0 0;
	background: #004800 url(../wsimages/icn_DD.gif) no-repeat bottom center;
	padding: 0 0 9px 0;	
	
	
	
	
}
#nav li img {
	margin:0 0 5px 0;
}
#nav li:hover ul, #nav li.sfhover ul {
	left:auto;
	
}
/* visually center nav */
#sitewrap #nav {
	margin:0 0 0 0px;
}

/* second-level lists */
#nav li ul {
	 position:absolute;
	 left:-999em;
	 width:160px;
	 height:auto;
	 margin:9px 0 0 0px;
	 padding:0;
	 background-color:#FFF;
	 border:1px solid #004800;
	 list-style:none;
	}
#nav li li {
	margin:0;
	width:100%;
	font-size:75%;
	font-weight:bold;
	background:none;
	padding:0px;
	border-bottom: 1px solid;
	
}
#nav li li span {
	margin:0px;
	padding:2px 2px 2px 2px;
	display:block;
	position:relative;
}
#nav li li a, #nav li li a:visited {
	color:#004800;
	text-decoration:none;
	padding:2px 1px 2px 1px;
	width: 100%;
	font-size:12px;
	font-weight:normal;
	
}
#nav li li a:hover {
	background:#FFCC00;
	text-decoration:none;
	color:#fff;
	color:#004800;	
}

#a #nav li li a:hover {
	color:#9E0E0E;
}
#nav a img {border:none;}

#nav li#Solutions{
	margin-left:25px;
	
}
#nav li#Events{	
	
}
#nav li#Programs{	
	
}
#nav li#Discover{	
	margin-right: 15px;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#tl {
	position:absolute;
	top: -1px;
	left: -1px;
	z-index: 100;
}

#tr {
	position:absolute;
	top: -9px;
	right: -1px;
	z-index: 100;	
	}html>body #tr{
	position:absolute;
	top: -1px;
	right: -1px;
	z-index: 100;	
	}

#pagecell1{
	margin:12px 1px 0 1px;
	width: 754px;			
	height:100%;
}

#leftCol{
		border: 1px solid #D1D5BE;	
		float:left;
		width:565px;
		background-color:#fff;
}

#rightCol{		
	float:right;
	width:178px;
			
}
#rc{

}
#fauxCol{
	clear: both;
	background-color:#fff;
	border: 1px solid #D1D5BE;
	width:100%;
}


#content{
	padding: 10px;
	margin:10px;
}

#homecontent {
padding: 0px 0px 10px 0;
	margin:0px 5px;
}
/************ sec Nav styles **************/

#secNav {
	margin-left: 10px;
}
* html #secNav {
	margin-left: 0px;
}
#secNav li{
	list-style-image: url(../wsimages/fx_navBullet.gif);
	margin:0 4px 0 25px;
}
* html #secNav li {
	margin-left: 35px;
}
#secNav a.here{
	font-weight:bold;
}
#secNav a, #secNav a:link, #secNav a:visited{
	text-decoration:underline;
	display:inline;
	padding-left: 0px;
	margin-left: 0px;
	text-indent: 0px;
}

#secNav a:hover{
	text-decoration:underline;
	display:inline;

}
#secNav li ul {
	margin:0px 0 0 5px;
	padding:0px;
}
#selNav a,a:link{
	color:#482400;
	font-weight:bold;
	display:inline;
	text-decoration:none;
}
#selNav a:hover{
	color:#fff;
	
}



/***********************************************/
/* Component Divs                              */
/***********************************************/
#siteName{
	
	padding: 16px 0px 8px 0px;
	color: #ffffff;
	font-weight: normal;
}



/************** pageName styles ****************/

#pageName{
	padding: 5px 5px 0px 10px;
	border-bottom:1px solid #004800;
}

#pageName h2{
	color:#004800;
	font-size: 1.3em;
	font-weight: bold;
	margin:0px 0 0 0px;
	
	
}
#pageName h2 img{
	padding-right:5px;
	}
	
#Print{
	float:right;
	padding:2px;
	margin: 2px 5px;
	font-size:80%;
}
#Print img{
	border: 0px;
	padding:0px 2px 0 0;
}
	
	
/*************** search styles *****************/
#pageName #search{
	position: absolute;
	top: 0px;
	right: 6px;
	
	margin: 5px 1px 0 0px;
}

a.searchtitle {
	display: block;
	margin-bottom: 5px;
}




/************* breadCrumb styles ***************/

#breadCrumb{
	margin:5px 0px 5px 10px;
	padding: 0px;
	font: small Verdana,sans-serif;
	color: #002948;
	display:block;
	font-size:80%;
}

#breadCrumb a{
	color: #002948;
	display:inline;
	font-weight:normal;
	text-decoration:underline;
	padding-bottom:2px;
}

#breadCrumb a:hover{
	color: #ffffff;
	background-color: #004800;
}
#breadCrumb .brSelected{
	color: #647D8F;
}
/************** left Content  styles *****************/
#leftCol ul{
	margin-top: 2px;
	margin-bottom: 2px;
	padding-left:2px;
	
}

#leftCol ul li{
	list-style-image: url(../wsimages/fx_contentBullet.gif);
	padding-bottom: 3px;
	padding-left:2px;
	
}

#leftCol p a{
	color: #002948;
	display:inline;
	font-weight:normal;
	text-decoration:underline;	
}
#leftCol li a{
	color: #002948;
	display:inline;
	font-weight:normal;
	text-decoration:underline;	
}
#leftCol li a:visited{
	
}
#leftCol p a:hover{
	color: #ffffff;
	background-color: #004800;
}
#leftCol li a:hover{
	color: #ffffff;
	background-color: #004800;
}
#leftCol b{
	color:#002948;	
	text-decoration: none;
	font: small/160% georgia, times, serif;
	font-weight:bold;
	
}
#leftCol  strong{
color:#004800;

}

#leftCol table th{
font: small/160% georgia, times, serif;
font-weight:bold;
	
}
/************** feature styles *****************/

#feature{
	margin: 0px 0px 0px 6px;		
	padding-bottom: 8px;	
	font-size: 0px;
	
}html>body #feature {
height: auto;
background: #fff;	
}

#feature img{
	float: left;
	padding: 10px 0px 0px 0px;
	margin-bottom: 10px;
}
#feature #ft2{
	padding: 10px 3px 0px 3px;
}

/*************** story styles ******************/
.story {
	padding: 0px 0px 10px 0px;	
}


.story h3{
	font-size: 1.1em;
	color: #004800;
	margin: 10px 0 3px 0;
	font-weight:bold;
	
}
.story h4{
color: #004800;
}

.story h3 img{
	padding-right: 5px;
}

.story p {
	padding: 0px 0px 5px 0px;
	margin:5px 0 0 0;
}

.story hr{
		border-bottom:1px solid #FFCC00;
	color:#fff;
	
}
.story img{margin:10px 0 0 0;margin-right:25px;}

.story ul {margin:0 0 0 15px;}
.story li {margin:2px 0 0 15px;}
.story ol {margin:0 10px 5px 15px;}
.story a {color:blue; text-decoration:underline; margin:2px;} 
.story a:hover {
	background-color:#E6E8DB;
	color:#333333;
	/*display:block;*/
	
}


#insLeft{
	float:left;	
	width: 357px;
	padding: 0 5px 20px 10px;
	border-right: 1px solid #D1D5BE;

}
#insRight{
	float:right;	
	width: 178px;	

}
/** Hightlite styles **/

#highlitehz{
	background-color:#CFDCE6;
	border: 1px solid #647D8F;
	padding:0px 0px 5px 5px;
	margin: 5px 0px 5px 0px;	
}


#highlitehz b{
	color:#002948;

}

#highlitehz a{
	color: #002948;
	display:inline;
	font-weight:normal;
	text-decoration:underline;
	padding-bottom:2px;
}
#highlitehz a:hover {
	color: #ffffff;
	background-color: #004800;
}
#legend{
	background-color:#CFDCE6;
	border: 1px solid #647D8F;
	padding:0px 0px 5px 5px;
	margin: 5px 0px 5px 0px;	
	
	
}
#legend2{
	background-color:#FFFFFF;

	padding:0px 0px 5px 5px;
	margin: 5px 0px 5px 0px;	
	
	
}
#legend b{
	color:#002948;

}
#legend ul{
	
	margin: 0 15px 0 0px;
}
#legend ul li{
	list-style-image: url(../wsimages/fx_blankBullet.gif);
	padding: 0 0 5px 0;
	list-style-type:none;

}
#legend a{
	color: #002948;
	display:inline;
	font-weight:normal;
	margin: 0 10px 0 0px;
	text-decoration:underline;
	padding-bottom:2px;
}
#legend a:hover{
	color: #ffffff;
	background-color: #004800;	
}
#legend img{
	border:0px;
	padding-right:3px;
}

.highlite{
	background-color:#E6E8DB;
	border: 1px solid #D1D5BE;
	padding:5px;
	margin: 0 0px 10px 10px;
	float:right;
	width:230px;
}
.highlite ul{		
		margin:0 0 5px 25px;		
}html>body .highlite ul {
	margin-left:5px;
	padding-left:10px;
}
.hightlite p {
	padding: 0px 0px 0px 0px;
	margin:0px;
}
.highlite h3 {margin: 3px 0px; border-bottom:1px solid }
.highlite h4 {margin:10px 0px 2px; color:#002948;border-bottom:1px solid #D1D5BE}

.highlite a:hover {
	color : #000000;
}

table.radioTable tr td {
	padding:5px;
}

table.radioTable tr td input {
	margin-top:1px;
}

table.addressList tr td {
	padding-top:5px;
	padding-bottom: 10px;
}

div.terrafieldRadio table tr td table tr td label input {
	margin-right: 10px;
}

#messageBlock{
border-top: 1px solid #FFCC00;
	color:#FF3300;
	margin: 5px 0 5px 0;
}
#messageBlock b{
	color:#FF3300;
	font: small/160% georgia, times, serif;
	font-weight:bold;
	
}
#messageBlock a{
	Display: inline;
	color: #002948;
	font-weight:normal;
	text-decoration:underline;
	padding-bottom:2px;
}
#messageBlock a:hover{
	color: #ffffff;
	background-color: #004800;
}

#cost{
	background-color:#CFDCE6;
	border: 1px solid #647D8F;
	padding:0px 0px 5px 5px;
	margin: 5px 0px 5px 0px;	
	
	
}
#cost b{
	color:#002948;

}
#cost ul{
	
	margin: 0 15px 0 0px;
}
#cost ul li{
	list-style-image: url(../wsimages/fx_blankBullet.gif);
	padding: 0 0 5px 0;
	list-style-type:none;

}
#cost a{
	color: #002948;
	display:inline;
	font-weight:normal;
	margin: 0 10px 0 0px;
	text-decoration:underline;
	padding-bottom:2px;
}
#cost a:hover {
	color: #ffffff;
	background-color: #004800;
}
#cost img{
	border:0px;
	padding-right:3px;
}
#cost table{

}

/************** left Col Form styles ****************/
#lcForm{
	margin: 0 0 10px 10px;
	

}
#lcForm fieldset{
	background-color:#fff;	
	border: 1px solid #D1D5BE;
	padding: 0px 5px 5px 5px;

}
#lcForm legend{
	color:#004800;
	font-weight: bold;
}
#lcForm div{
	margin: 0 0 5px 0;
	
}
#lcForm label{
	margin: 0 5px 0 5px;
	font-weight:normal;
	padding:0px;
	

}
#lcForm input{
	background-color:#E6E8DB;

}
#lcForm b{
	color:#002948;
	
	text-decoration: none;
	font: small/160% georgia, times, serif;
	font-weight:bold;
	
}

#lcForm a{
	color: #002948;
	font-weight:normal;
	display:inline;
	text-decoration:underline;
	padding-bottom:2px;
}
#lcForm a:hover{
	color: #ffffff;
	background-color: #004800;
}
dl.table-display
{
font-size: 13px;
margin: 5px 5px 0;
padding: 0;
font-family: georgia, times, serif;
}

.table-display dt
{
width: 150px;
float: left;
margin: 0 0 0 0;
padding: 8px 0 0 5px;
border-top: 1px solid #D1D5BE;
text-align:right;

}

/* commented backslash hack for mac-ie5 \*/
dt { clear: both; }
/* end hack */

.table-display dd
{
float: left;
width: 320px;
margin: 0 0 0 0;
padding: 4px;
border-top: 1px solid #D1D5BE;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
}

.table-display a
{
	font-size:14px;
	text-decoration:underline;
}
.table-display a:hover{
	color: #ffffff;
	background-color: #004800;
}
/************** Left Column Block styles ****************/


.lcolBlock, .lcolBlockHome {
	margin:5px 0 0px 0px;
	background-color:#fff;
	display:block;
	border-top: 1px solid #FFCC00;
	font-weight:normal;
	padding: 0 0 5px 0;
	
}
.lcolBlock b, .lcolBlockHome b{
color:#002948;
	
	text-decoration: none;
	font: small/160% arial,times, serif;
	font-weight:bold;	
}
.lcolBlock strong, .lcolBlockHome strong{
	color:#004800;
	text-decoration: none;
	font: small/120% arial,times, serif;
	font-weight:bold;
	
}
.lcolBlock em, .lcolBlockHome em{
	color:#004800;
	text-decoration: none;
	font-weight: normal;
}
.lcolBlock a {
	color:#333333;
	text-decoration:none; !important
	font-weight:normal;
}
.lcolBlock a:active,.lcolblock a:link ,a:link,a:visited{
	color:#333333;
	text-decoration:none;
	font-weight:normal;
	margin:0px; !important
	padding:0px; !important
}
.lcolBlock a:hover{
	background-color:#E6E8DB;
	color:#333333;
	/*display:block;*/
	text-decoration:none;
	font-weight:normal;
	margin:0px; !important
	padding:0px; !important
}
.lcolBlock a.block {
	display: block;
}
.lcolBlockHome a:active, .lcolBlockHome a:link, .lcolBlockHome a:visited, lcolBlockHome a:hover {
	display: block;
}
.lcolBlock u{
}
.lcolBlock img{
	border: 0px;
	max-height:80px;
	padding-top:5px;
	padding-right:10px;
	
}
.hlte{
	background-color:#FFFFCC;
}
.docProp{
	float:right;	
	text-align:right;
	padding:0px;
}
.pubbrowseblock a{
	display: block;
}
.rel{
	color:#002948;	
	font-weight:bold;
}
.rel img{
	padding: 0 1px 0 0;

}
#addCart{
	float:right;	
	text-align:right;

}
#addCart img{
	border:0px;
}


#addCart a{
	color: #002948;
	display:inline;
	font-weight:normal;
	text-decoration:underline;
	padding-bottom:2px;}

#addCart a:hover{
	background-color:#E6E8DB;
}


.orderInfo{
	border: 1px solid #D1D5BE;
	background-color:#F6F7F0;
	padding: 7px;
	height: 135px;

}

.orderElect{
width: 50%;
height: 60px;
border-right: 1px solid #D1D5BE;


}
.orderPrint{
	float: right;
	width:49%;

	
}
.orderElect a{
	
	color: #002948;
	font-weight:normal;
	display:inline;
	text-decoration:none;
	padding:0px;
	
}
.orderElect a:hover{
	background-color:#E6E8DB;
	display:inline;
	padding:0px;
	
	
}
.orderInfo b{
	color:#002948;	
	text-decoration: none;
	font: small/160% georgia, times, serif;
	font-weight:bold;
		
}


.orderInfo img{
	border: 0px;
	padding:0px;
	
}

.orderInfo label{
	margin: 0 5px 0 5px;
	font-weight:normal;
	padding:0px;
}
.orderInfo input{
background-color:#E6E8DB;
}




/************** siteInfo styles ****************/



#siteInfo{
	clear: both;
	border-top: 1px solid #004800;
	font-size: small;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: -1px;
}

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}




/************* relatedLinks styles **************/

.rightContent{
	margin: 0px 0 10px 0px;
	padding: 0px 0px 5px 0px;	
	border: 1px solid #D1D5BE;
	background-color: #fff;
}

.rightContent h3{
	padding: 2px 0px 2px 10px;
	border-bottom: 1px solid #004800;	
	color:#482400;	
	font-size: 0.9em;
	font-weight:bold;
	background-color:#fff;
	
	
	
}

.rightContent h4{
	padding: 2px 0px 2px 10px;
	color:#482400;	
	font-size: 0.9em;
	font-weight:bold;
	background-color:#fff;
}

.rightContent h3 img{
	padding-right:5px;
	
	
	
}

.rightContent h4 img{
	padding-right:5px;
}

.rightContent input{
 	font-size: 75%;
  margin: 0px 0px 0px 1px;
	background-color:#E6DACF;
	color:#482400;
	
 }

.rightContent label{
 	font-size: 75%;
  margin: 0px  5px 0px 1px;
	color:#482400;
	font-weight: normal;

 }
#stSearch{
	padding:0px;
	
	color:#482400;	
	font-size: 0.9em;
	font: small/160% georgia, times, serif;
	font-weight:bold;
}
.rightContent form{
 margin: 5px 0px 0px 0px;
 padding-right:5px;
 }



.rightContent a{
	margin-left:10px;
	text-align:center;	
	font-size: 90%;
	text-decoration:underline;
	display:inline;
	
}

table.linkHdr  {
	border-bottom:1px solid #004800;
}

td.linkHdrIcon { 
	padding-left:10px;
	padding-top:3px;
}

td.linkHdrTitle {
	padding-top:2px;
	padding-bottom:2px;
	padding-right:2px;
	padding-left:2px;
}

div.linkHdrDiv {
	text-align:left;
	width:100%;
}

td.linkHdrTitle a {
	text-decoration:none;
	color:#482400;	
	font-size: 0.9em;
	font: small/160% georgia, times, serif;
	font-weight:bold;
}

td.linkHdrTitle a div.linkHdrDiv {
	text-decoration:none;
	color:#482400;	
	font-size: 0.9em;
	font: small/160% georgia, times, serif;
	font-weight:bold;
}

td.linkHdrTitle a:hover {
	text-decoration:underline;
	color:#ffffff;
}

td.linkHdrTitle a:hover div.linkHdrDiv {
	background-color:#482400;
	color:#ffffff;
}

.rightContent a:hover{
	background-color:#482400;
	color:#ffffff;
	display:inline;
}
.searchText{
	width:105px;
}
.rightContent ul{
margin-top:5px;
}
.rightContent p{
	margin: 5px 5px 0 5px;
	padding:0px;
}

#userNav li{
	list-style-image: url(../wsimages/fx_navBullet.gif);
}
#userNav a,#usernav a:link{
	text-decoration:underline;
	font-weight:normal;
	display:inline;
}

#userNav a:hover{
	text-decoration:underline;
	display:inline;

}

/************** event  styles ****************/
.event{		
	border-bottom: 1px solid #FFCC00;
	margin: 0 5px 5px 5px;
	padding:0px 0 5px 0px;
	display:block;
		
	
}
.event b{			
	color:#482400;		
	text-align:left;
	text-decoration: underline;
	font: 90% georgia, times, serif;
	font-weight:bold;
	
	
}
.event a,.event a:link,.event a:visited{
	text-decoration: none;	
	padding:0px;
	margin:0px;
	text-align:left;
	display:block;
	
}
.event a:hover{
	background-color:#E6DACF;
	color:#333333;
	display:block;
	text-align:left;
	padding:0px; 
	margin:0px;

}


/************** solution  styles ****************/
.solution{		
	border-bottom: 1px solid #FFCC00;
	margin: 0 5px 5px 5px;
		padding:0px 0 5px 0px;
	display:block;
		
	
}
.solution b{			
	color:#482400;		
	text-align:left;
	text-decoration: underline;
		font: small/160% georgia, times, serif;
	font-weight:bold;
		
	
	
}
.solution strong{			
	color:#482400;		
	text-align:left;
	text-decoration: underline;
	font: 90% georgia, times, serif;
	font-weight:bold;
	margin-left:10px;
	
	
}
.solution a, .solution a:link, .solution a:visited{
	
	padding:0px;
	margin:0px;
	text-align:left;
	display:block;
	text-decoration:none;
}
.solution a:hover{
	background-color:#E6DACF;
	color:#333333;
	display:block;
	text-align:left;
	padding:0px;
	margin:0px;
	text-decoration:none;
}

/********************* footer **********************/

#footerWrap{
	margin-top: 25px;
	padding-top: 5px;
	width:754px;
	height:120px;	
	background-color: #fff;	
	border: 1px solid #D1D5BE;	
	font-size: small;
	color: #666666;
	
}

#footerWrap h1{
	PADDING-RIGHT: 0px; 
	PADDING-LEFT: 15px; 
	BACKGROUND: url(../wsimages/fx_map.gif) no-repeat center top; 
	background-color:#fff;
	FLOAT: left; 
	PADDING-BOTTOM: 0px; 
	 
	WIDTH: 109px; 
	PADDING-TOP: 0px; 
	HEIGHT: 100px
}

div.footerLinks {
	margin-top:10px;
}

#footer li{
	float: left;
	list-style-type:none;
	background-color:#fff;
	margin: 0px 10px 0 10px;
}

#footer li ul li{
	list-style-type:none;
	float:none;
	
}

#footer li ul li.liCenter {
	text-align:center;
}

#footer li ul li.liSpacer {
	padding-top:5px;
}

#footer li#right {
	text-align:right;
	list-style-type:none;
	float:right;
	margin-right:5px;
}
#footer li#right div a {	
	font-weight:normal;
	text-decoration: underline;
	display:inline;
}
#footer li#right div a:hover {
	color: #ffffff;
	background-color: #004800;
}
#footer b{
	color:#004800;
}
#loginLinks{
	margin-top: 2px;
}
#loginLinks a{
	display:inline;
	text-align:center;
	text-decoration:underline;
	font-weight:normal;
}

/********************* Alerts *********************/
.nofrench {
	border-bottom:1px solid #00f;
	background:#B0E0E6;
	margin:3px 5px;
	padding:3px 10px;
}
/* dmScreen_search.css v1.0 Beta1 */
/********************* Search *********************/
/* START OF SEARCH PAGE STYLES */
/*IDs*/
#searchWrapper {
  margin: 0px;
  padding: 0px 0px 10px 0px;
  }
#searchWrapper a{
  display:inline;
  padding: 0px 0px 10px 0px;
  font-size:14px;
  text-decoration:underline;
}	
#searchWrapper a:hover{
	color: #ffffff;
	background-color: #004800;
}
#searchForm {}
#searchRecordCountWrapper {
  margin-bottom: 20px;
  background-color: #E2E2E2;
}

#searchRecordCount_show {
  float: right;
  padding-right: 5px;
}
#searchRecordCount_found {
  padding-left: 5px;
}

#searchResultWrapper {}
#searchNextPrevious {
  background-color: #e0e0e0;
  margin-top: 10px;
  text-align: center;
}
#searchNoResults {}
/*Classes*/
.searchResultRecord {
  margin-bottom: 1px;
  padding-bottom: 1px;
}
.searchBottomBorder {
  border-bottom-style: solid;
  border-bottom-color: #abaca7;
  border-bottom-width: 1px;
  margin-bottom: 7px;
  padding-bottom: 7px;
}
.searchResultTitle {}
.searchResultScoreWrapper {
  padding-left: 1em;
}
.searchResultScore {
  font-size: 10px;
  color: #666666;
  float: right;
  padding-right: 3px;
}
.searchResultBars {
  font-family: Georgia, 'Times New Roman', Times, 'New York', serif;
  font-size: 9px;
}
.searchResultBars_highlight { float: right; color: #0000d0; }
.searchResultBars_shadow { float: right; color: #c0c0c0; }


a.searchResultLink {
	display: block;
}
.searchResultLink h4 {
	background-color: none;
	color: #004800;
}

/* END OF SEARCH PAGE STYLES */
table.snip {
	text-align:center;
	width:100%;
	font-size:10px;}
table.snip td, table.snip th {
	padding:3px 1px;
	vertical-align:middle;}
table.snip tr.head th {background-color:#333;color:#ccc;font-weight:normal;}
table.snip tr.odd {background-color:none;}
table.snip tr.even {background-color:#D1D5BE;}
table.snip tr.foot td {font-weight:bold;}

table.data {
	text-align:left;
	font-size:11px;}
table.data td, table.data th {
	padding:3px 1px;
	vertical-align:top;
	font-size:11px;}
table.data th {font-size:10px; font:arial;}
table.data td em {font-size:12px; font-weight:bold;}
table.data tr.head th {background-color:#333;color:#ccc;font-weight:normal;}
table.data tr.odd {background-color:none;border-bottom:1px solid #ccc;}
table.data tr.even {background-color:#e6e8d8;}
table.data tr.foot td {font-weight:bold;}
table.data th.light {background-color:#e6e8dB;}

table.summary {
	text-align:left;
	font-size:11px;}
table.summary td, table.summary th {
	padding:2px 4px;
	vertical-align:middle;
	font-size:11px;
	border-bottom:1px solid #e6e8dB;
	
	}
table.summary th {background-color:#e6e8dB;font-size:10px;font-family: Arial,sans-serif;}






.nextn {text-align:right;font-size:90%;width:100%;}
.nextn a {display:inline; text-decoration:underline;}
.nextn a:hover {display:inline;}

/*----------------------------------------------
Errors
------------------------------------------------*/
.smallerror {
	font-size:80%;
	background-color:#FFCCCC;
	color:#FF0000;
	border-top:1px solid #f00;
	border-bottom:1px solid #f00;
	padding: 2px 5px;
	margin:2px;
}


#ErrorExplanation {
	border: 2px solid #red;
	padding: 7px;
	padding-bottom: 12px;
	margin-bottom: 20px;
	background-color: #f0f0f0;
}

#ErrorExplanation h2 {
	text-align: left;
	font-weight: bold;
	padding: 5px 5px 5px 27px;
	font-size: 12px;
	margin: -7px;
	background: url(../img/alertbad_icon.gif) #c00 left no-repeat;
	color: #fff;
}

#ErrorExplanation p {
	color: #333;
	margin-bottom: 0;
	padding: 5px;
}

#ErrorExplanation ul {
	margin-left: 30px;
}

#ErrorExplanation ul li {
	font-size: 12px;
	list-style: square;
}

.warning {
	color:#c00;
	font-weight:bold;
}
/*-------------------------------------------------
ALERTS
-------------------------------------------------*/

.AlertGood {
	width:auto;
	text-align: left;
	border-top: 1px solid #9c9;
	border-bottom: 1px solid #9c9;
	padding: 5px 5px 5px 30px;
	font-size: 11px;
	margin: -1px 0 10px 0;
	background-color: #E2F9E3;
	color: #060;
	background: url(../img/alertgood_icon.gif) #E2F9E3 left no-repeat;
}
.AlertGood h4 {
	margin: 0px;
}
.AlertBad {
	width:auto;
	text-align: left;
	font-weight: bold;
	border-top: 1px solid #c99;
	border-bottom: 1px solid #c99;
	padding: 5px 5px 5px 27px;
	font-size: 11px;
	margin: -1px 0 10px 0;
	background: url(../img/alertbad_icon.gif) #c00 left no-repeat;
	color: #fff;
}
.AlertBad h4 {
	margin: 0px;
}
.AlertInfo { color:#6699ff;
	width:auto;
	text-align: left;
	font-weight: bold;
	border-top: 1px solid #6699ff;
	border-bottom: 1px solid #6699ff;
	padding: 4px 5px 5px 27px;
	font-size: 11px;
	margin: 0px 0 10px 0;
	background: url(../img/alertinfo_icon.gif) #def left no-repeat;
}
.AlertInfo h4 {
	margin: 0px;
}
.AlertDelete {
	width:auto;
	text-align: left;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 5px 5px 5px 30px;
	font-size: 11px;
	margin: 0px 0 10px 0;
	color: #999;
	background: url(../img/alertdelete_icon.gif) #FFFFCC 4px 4px no-repeat;
}
.AlertDelete h4 {
	margin: 0px;
}
.AlertLocked {
	width:auto;
	text-align: left;
	border-top: 1px solid #ff0;
	border-bottom: 1px solid #ff0;
	padding: 5px 5px 5px 30px;
	font-size: 11px;
	margin: 0px 0 10px 0;
	color: #999;
	background: url(../wsimages/lock.png) #FFc 4px 4px no-repeat;
}
.AlertLocked h4 {
	margin: 0px;
}
.AlertUnLocked {
	width:auto;
	text-align: left;
	border-top: 1px solid #ff0;
	border-bottom: 1px solid #ff0;
	padding: 5px 5px 5px 30px;
	font-size: 11px;
	margin: 0px 0 10px 0;
	color: #999;
	background: url(../img/alertunlock_icon.gif) #FFc 4px 4px no-repeat;
}
.AlertUnLocked h4 {
	margin: 0px;
}
.AlertStar {
	width:auto;
	text-align: left;
	border-top: 1px solid #ff3;
	border-bottom: 1px solid #ff3;
	padding: 5px 5px 5px 30px;
	font-size: 11px;
	margin: 0px 0 10px 0;
	color: #000;
	background: url(../img/ico_star.gif) #FFc 4px 4px no-repeat;
}
.AlertStar h4 {
	margin: 0px;
}


a.title {font-size:120%;font-weight:bold; display: block;}
a.title:hover {font-size:120%;font-weight:bold;background-color: #e6e8db; display: block;}
/*
fieldset {padding:1px 10px;}*/
legend{padding:5px 2px; font-weight:bold;margin:0px 5px;}
b.blue {
	color:#002948;
	text-decoration:none;
	border-bottom:1px dashed #002948;
}
a.normal {
	text-decoration:underline;
}
a.normal:hover {
	color:#FFc;
}
.highlite a.normal:hover {
	color: #000000;
}
a.normal2 {
	background-color:none;
	text-decoration:underline;
	display:inline;
}

.proceedtocheckout {
	width:auto;
	text-align: right;

}
.proceedtocheckout {
	width:125px;
	border-top: 1px solid #9c9;
	border-bottom: 1px solid #9c9;
	padding: 5px 5px 5px 30px;
	font-size: 11px;
	margin: -1px 0 15px 0;
	background-color: #E2F9E3;
	color: #060;
	background: url(../wsimages/icn_proceedtocheckout.gif) #E2F9E3 left no-repeat;
}
.proceedtocheckout a {
	color:blue;
}
.deliveryOptions td.full {
 border-bottom: 1px solid #cccccc;
}

.deliveryOptions td.widget {
 border-bottom: 1px solid #cccccc;
 font-size:12px;
}
.deliveryOptions td.name {
	border-bottom: 1px solid #ccc;
	text-align:left;
}
.deliveryOptions td.small {
	font-size:8px;
}
.deliveryOptions td.small_bg {
	font-size:10px;
	letter-spacing:1px;
	text-align:center;
	background-color:#333333;
	color:#fff;
	width:40px;
	padding:1px 2px;
	margin:0px 3px 0 0;
}
.deliveryOptions td.small_price {
	background-color:#ececec;
	border-left:1px solid #cccccc;
	border-bottom: 1px solid #ccc;
	font-Size:11px;
	padding:1px;
}
.deliveryOptions  fieldset {
margin-Bottom:15px;
}
.deliveryOptions a {
	text-decoration:underline;
	padding-bottom:2px;
	font-size:14px;
}
.deliveryOptions a:hover{
	color: #ffffff;
	background-color: #004800;
}
/*-------------------------------------- 
=TOC */
#TOC {
font-size:85%;
	background-color:#CFDCE6;
	border: 1px solid #647D8F;
	padding:0px 0px 5px 5px;
	margin: 5px 0px 15px 0px;	
}


/* ----------- EVENTS ------------------ */
#content2 a {
	text-decoration: underline;
}
#content2 a:hover{
	color: #ffffff;
	background-color: #004800;
}
/*<style>*/
	/* register now button English */
	a.registernow {
		display: block;
		width: 146px;
		height: 36px;
		background: url(../images/btnRegisterEN.gif) top left no-repeat;
		border : none;
	}
	a.registernow:hover {
		background-position : 0 -36px;
	}
	a.registernow span {
		display: none;
	}
	#content2 a.registernow {
		border : none;
	}
	
	/* register now button French */
	a.registernowFR {
		display: block;
		width: 147px;
		height: 36px;
		background: url(../images/register-nowFR.gif) top left no-repeat;
		border : none;
	}
	a.registernowFR:hover {
		background-position : 0 -36px;
	}
	a.registernowFR span {
		display: none;
	}
	#content2 a.registernowFR {
		border : none;
	}
	tr.active {background-color: #e6e8db;}
	tr.grid td, tr.grid th {padding: 4px;}
/*</style>*/
/********************* end **********************/

.terraFormLayoutElement sup {
	font-weight: bold;
	color: #004800;
}

.formNav td {
	white-space: nowrap;
	background-color: #eff4f0;
}
#formNav td.here {
	background-color: #ffffff;
	font-weight: bold;
}
.formNav a {
	display: block;
	width: 124px;
	padding-left: 4px;
}