/* these are for the menu heads  left: -35px; */

a.menuheader:link {
  color: #754F75;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	font-weight: 600;
						}
						
a.menuheader:visited {
  color: #754F75;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	font-weight: 600;
						}
						
a.menuheader:hover {
  color: #B099B0;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	font-weight: 600;
}

/* menu indent styles */
a.menuindent:link {
	color: #754F75;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	float: left;
	position: relative;
	border-bottom: none;
	background: none;
	font-weight: normal;
	line-height: 11px;
	
   
}
			
a.menuindent:visited  {
	color: #754F75;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
  float: left;
	position: relative;
	border-bottom: none;
	background: none;
	font-weight: normal;
	line-height: 11px;
	

}

a.menuindent:active {
	color: #CC0000; 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	float: left;
  position: relative; 
  border-bottom: none;
	background: none;
	font-weight: normal;
	line-height: 11px;
	
	
	}
						
a.menuindent:hover {
	color: #CC0000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
  float: left;
  position: relative; 	
  border-bottom: none;
	background: none;
	font-weight: normal;
	line-height: 11px;
}




/* THIS IS FOR THE SUB MENU SECTION ON delivery partnership + LSP DOCS */


#thirdlevel_nav {
	text-decoration:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #AB6CA1;
	margin-bottom: 15px;
	margin-left: 25px;
	/*background: url(../../img/subnav/nav.gif) no-repeat;*/
	width: 100%;
	height: 130px;
}

#thirdlevel_nav ul {
font-size: 11px;
list-style-type:none;
text-decoration: none;
margin: 48px 0 20px 18px;
padding: 0 30px 0 0;
line-height: 150%;
}

#thirdlevel_nav li {
	display:inline;
	margin-right: 15px;
	}

#thirdlevel_nav a { color: #AB6CA1; background: none; text-decoration:none; border:0; font-family: Verdana, Arial, Helvetica, sans-serif;}

#thirdlevel_nav a:link { text-decoration:none;  background: none;}

#thirdlevel_nav a:visited { color: #AB6CA1;  text-decoration:none;  background: none; }

#thirdlevel_nav a:hover { color: #AB6CA1;  text-decoration:underline;  background: none;}

#thirdlevel_nav a:active { color: #AB6CA1;  text-decoration:underline;  background: none;}

/* ------------ */
#climate_left {float:left; width:52%;}
#climate_right {float:right; width:45%;}

#climate_left th {font-size:14px; color:#996699; text-align:left;}

.climate_head { font-size:17px; color:#996699;}
.add_comment {width:100%; margin-top:10px; border:1px solid #CCCCCC; background:#AB6DA0; padding:10px 0 10px 5px;  height:auto; text-transform:uppercase;}
.add_comment a{ color:#fff; text-decoration:none;}
.add_comment a:hover{ text-decoration:underline; border:0;}


.clear{clear:both;}
.right {text-align:right;}
.left {float:right;}

.break { border-bottom:1px dotted #D2D2D2; margin-top:10px;}
/* ------------ */

#form label {
float:left;
width:8.5em;
}

#form em {
color:red;
padding-right:1em;
vertical-align:top;
}



#form input,textarea {
border:1px solid #AA6C9B;
padding:3px;
color:#999999;
font-family:Arial;
font-size:11px;
}

