/* This stylesheet sets style and placement of items in top heading */

/* Sets page width */
.pagewidth {
	width: 775px;
}
.header
{
    position: relative;
    background-image: url(../images/Header-10.jpg);
    height: 205px;
    background-repeat: no-repeat;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    
}
/* Used in stdhdr.ascx to select image based on file name */
.sme {
	background-image:  url(../images/Header-10.jpg);
}

.consult {
	background-image: url(../images/Header-10.jpg);
}

.dataweb {
	background-image: url(../images/Header-10.jpg);
}

h1.hide {display: none;}
div#navbartop  {
	position: relative;
	top: 10px;
	height: 29px; 	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	background-color: #003399;
	margin-left: 0px;
	padding-left: 0px;
	/*border-bottom: 1px solid #039;*/
}
div#navbartop div { position: absolute; top: 0px; left: 0px; 
    width: 190px; height: 29px; 
               line-height: 29px; text-align: center; 
               /*border: 1px solid #990000; */padding: 0px }
div#navbartop div.left { left: 0px }
div#navbartop div.mid { left: 190px }
div#navbartop div.right { left: 380px }
div#navbartop div a {
	text-decoration: none;
	width: 100%;
	display: block;
	padding: 0px;
	color: #CCCCFF;
}
div#navbartop div a:link { color: #FFFFFF}
div#navbartop div a:visited { color: #CCCCCC}
div#navbartop div a:hover { background-color: #000099; color: #FFCC33; font-weight: bold }

div#navbartop div.curr a:link { color: #039; background-color: #FC3; font-weight: bold}
div#navbartop div.curr a:visited { color: #039; background-color: #FC3; font-weight: bold }
div#navbartop div.curr a:hover { cursor: default; }

/* Navigation bar under banner */
#navbarunder {
	height: 20px;
	line-height: 18px;
	position: relative;
	top: 79px;
	background-color: #006699;
	padding-left: 0px;
	margin-left: 0px; 
	font-size: 14px;
	border-top: 1px solid #333333;
	/* border: 1px red solid; */
}

/* #navbarunder span {margin-right: -4px;}
#navbarunder span.left {
	margin-left: 6px;
} */

#navbarunder span {
    text-align: center;
    border: solid 1px green;
    }
#navbarunder span.left {
	margin-left: 6px;
}

#navbarunder div 
{display: inline;
    position: relative;
    /*border: solid 1px yellow;*/
    text-align: center;
    /*padding-left: 4px;
    padding-right: 4px;*/
    /*height: 20px;*/
    /*line-height: 18px;*/
    /*padding-top: 0px;
    padding-bottom: 0px;*/
}
#navbarunder div.left {margin-left: 6px}

#navbarunder div.page 
{background-color: #FFF; 
    /*padding-top: 1px;
    padding-bottom: 4px;
    line-height: 20px;*/
}

#navbarunder div.email {
	position: absolute;
	top: 0px;
	left: 504px;
	/*line-height: 21px;*/
	padding: 0px 0px 3px 0px;
}
div#navbarunder a {
	text-decoration: none;
	display: inline;
	padding: 0px 7px 0px 7px;
	color: #CCCCFF;
}
div#navbarunder a:link { }
div#navbarunder a:visited { color: #999999}
div#navbarunder a:hover { color: #FFFFFF; font-weight: bold; 
    background-color: #039; padding-top: 1px; padding-bottom: 2px;  
    /*border: solid 1px red;*/
    }

div#navbarunder div.page a {background-color: #FFF; 
    color: #069; font-weight: bold; 
    padding-top: 1px;
    padding-bottom: 3px;
    /*line-height: 20px;*/
    /*border-top: solid thin red; */
    }
div#navbarunder div.page a:hover { background-color: #FFF; color: #069; font-weight: bold; cursor: default }

/* --These curr styles originally used to style link tags directly.
-----Generally preferred method, but abandoned due to inability
-----to use <asp:Hyperlink> and programatically set style.
-----Hyperlink control was chosen for ability to use 'relative' links
-----(such as "~/default.aspx"). 
*/
#navbarunder a.curr {background-color: #FFF; 
    color: #069; font-weight: bold; 
    padding-top: 1px;
    padding-bottom: 4px;
    line-height: 20px;
    /*border-top: solid thin red; */
    }
div#navbarunder a.curr:visited {background-color: #FFF; color: #069; font-weight: bold }
div#navbarunder a.curr:hover { background-color: #FFF; color: #069; font-weight: bold; cursor: default }



