/* ================================
	Site Search                    */

#SiteSearch {
	width: 238px;
	margin: 2px 2px 0 0;
	float: right;
}

#SiteSearch img {
	vertical-align: middle;
}

#SiteSearch label {
	color: #fff;
	font-size: 0.8em;
}

#txtSiteSearch {
	border:0px none transparent; 
	height:14px; 
	font-size:12px; 
	width:150px; 
	padding-top:3px; 
	margin:0px; 
	vertical-align: middle;
}   





/* ================================
	Nav                            */

#navbar {
	background: #981425;
	position: relative;
	height: 25px;
	z-index: 1000000; /* ie 6 */
}

#nav a.toplevel:hover {
	background: transparent;
	color: #000;
	font-weight: bold;
}

#nav-about {
	height: 25px;
	width: 75px;
	line-height: 1.7em;
	background-image: url(/images/nav/off/NavBar_01.png);
	background-repeat: no-repeat;
}

#nav-about ul {
	width: 10em;
}

#nav-network {
	height: 25px;
	width: 71px;
	line-height: 1.7em;
	background-image: url(/images/nav/off/NavBar_02.png);
	background-repeat: no-repeat;
}

#nav-services {
	height: 25px;
	width: 69px;
	line-height: 1.7em;
	background-image: url(/images/nav/off/NavBar_03.png);
	background-repeat: no-repeat;
}

#nav-services ul {
	width: 13em;
}

#nav-care {
	height: 25px;
	width: 102px;
	line-height: 1.7em;
	background-image: url(/images/nav/off/NavBar_04.png);
	background-repeat: no-repeat;
}

#nav-contact {
	height: 25px;
	width: 65px;
	line-height: 1.7em;
	background-image: url(/images/nav/off/NavBar_05.png);
	background-repeat: no-repeat;
}

#nav, #nav ul{
	margin:0;
	padding:0;
	list-style-type:none;
	list-style-position:outside;
	position:relative;
	line-height:1.3em; 
	background-color: #fff;
}

#nav {
	background: #981425;
	height: 25px;
	width: 382px;
	/* top: -23px; */
}

#nav ul {
	position:absolute;
	display:none;
	top: 25px;
	height:auto;
	float:left;
	border-right: 2px solid #555;
	border-bottom: 2px solid #555;
	border-left: 2px solid #555;
	z-index: 999;
	
}

#nav #nav-services ul {
	width: 250px; /*ie6*/
}

#nav li{
	float:left;
}

#nav a{
	display: block;
	padding:0px 5px;
	color:#fff;
	text-decoration:none;
	font-size: 0.8em;
	background-color: transparent;
}

#nav ul a{
	background-color:#fff;
	color:#333;
	font-weight: bold;
}

#nav li.parent {
	padding-left: 12px;
	margin-left: 5px;
	background: url(/images/nav/nav-arrow-down.gif) no-repeat center left;
	clear: both;
	width: 200px; /*ie6*/
}

#nav li.notparent {
	padding-left: 12px;
	margin-left: 5px;
	background: url(/images/nav/nav-arrow-right.gif) no-repeat center left;

}

#nav li.child, #nav li.child a {
	margin-left: 14px;
	font-weight: normal;
	clear: both;
	width: 200px; /*ie6*/
}

#nav ul a:hover {
	color: #d31245;
}

#nav li:hover ul {
	display:block;
}

