/* Global Navigational Elements */
/* File Name navglobal.css */

.TopNavPrimary {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 30px;
	font-weight: bold;
	padding-left: 7px;
	padding-right: 0px;
}

.TopNavPrimary a:link { 
	color: #FFFFFF;
	text-decoration: none;
}

.TopNavPrimary a:visited { 
	color: #FFFFFF;
	text-decoration: none;
}

.TopNavPrimary a:active { 
	color: #FFFFFF;
	text-decoration: none;
}

.TopNavPrimary a:hover {
	color: #e1e1e1;
	text-decoration: none;
}

/* Secondary Navigational Elements */
.TopNavSecondary {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F0F0F0;
	padding-left: 5px;
	padding-right: 5px;
	line-height: 30px;
	font-weight: normal;
}

.TopNavSecondary a:link {
text-decoration: none;
color: #ffffff;
font-weight: normal;
}

.TopNavSecondary a:visited {
text-decoration: none;
color: #ffffff;
font-weight: normal;
}

.TopNavSecondary a:active {
text-decoration: none;
color: #ffffff;
font-weight: normal;
}

.TopNavSecondary a:hover{
text-decoration: none;
color: #ffffff;
font-weight: normal;
}

/* Search Button */
.search {
	line-height: 15px;
	letter-spacing: normal;
	padding-right: 10px;
	padding-left: 5px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

.search a:link {
	text-decoration: none;
	color: #666666;
}

.search a:visited {
	text-decoration: none;
	color: #666666;
}

.search a:hover {
	text-decoration: underline;
	color: #e28916;
}

.search a:active {
	text-decoration: underline;
	color: #e28916;

}

.searchGlobalNav  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	padding-left: 2px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	background-image: url(../images/background_form.gif);
	}