#header {
	font-size: 1.3em;
	width: 960px;
	height: 120px;
	margin: 0 auto;
	padding:0;
}
#headerbg {
	width:100%;
	min-width:960px;
	margin:0 auto;
	background-image:url(../graphics/pagebg.jpg);
	padding:0;
}
#homelink {
	display:block;
	float:left;
	background-image:url(../graphics/logotagline.png);
	/* PNG FIX FOR IE6 */
	_background-image:none;
 _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../graphics/logotagline.png', sizingMethod='crop');
	width: 414px;
	height: 71px;
	margin:15px 0 10px 0;
 *margin:15px 0 11px 0;
}
#utilityNav {
	float:right;
	text-align: right;
	font-size: .75em;
	margin:15px 0 0 0;
}
#utilityNav a {
	color: #2c6892;
	text-decoration:none;
}
#utilityNav a:hover {
	text-decoration:underline;
}
#searchHolder form {
	margin:20px 0 0 0;
	padding:0;
}
#searchHolder fieldset {
	border:0;
	margin:0;
	padding:0;
}
#searchHolder input {
	padding: 2px 3px;
	margin: 0;
}
#utilityNav input.button {
	color: #fff;
	background-color: #2d7104;
	cursor: pointer;
	height: 24px;
	padding: 2px 10px;
 *padding: 2px 3px;
	border: 0;
	display:-moz-inline-stack;
	display:inline-block;
}
/* DROPDOWN MENU STYLES */
#navbar {
	margin: 0;
	margin-top: -1px;
	padding: 0;
	height: 1em;
	clear: both;
	text-align:left;
}
#navbar li {
	list-style: none;
	float: left;
	margin:auto;
	padding:0;
	text-align:left;
}
#navbar li a {
	display: block;
	padding: 3px 30px 4px 15px;
	/* FIX FOR IE7 - BG IMG NEED NOT ACTUALLY EXIST */
	background-image: url(../graphics/blank.gif);
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
/* FIX BOTTOM-PADDING FOR CHROME 1.0 & SAFARI 3 */
body:first-of-type #navbar li a {
	padding-bottom: 5px;
}
#navbar li ul {
	display: none;
	background-color: #eee;
	border-top: 1px solid #c6c6c6;
	list-style-type: none;
}
#navbar li:hover ul, #navbar li.hover ul {
	display: block;
	position: absolute;
	margin: 0;
	margin-left: 8px;
	padding: 0;
	list-style-image: url(../graphics/blank.gif);
	z-index: 100;
}
#navbar li:hover li, #navbar li.hover li {
	float: none;
	border: 1px solid #c6c6c6;
	border-top: none;
	position: static;
	padding: 0px;
	list-style: none;
}
#navbar li:hover li a, #navbar li.hover li a {
	background-color: #fff;
	padding: 3px 11px 5px 9px;
	font-weight: normal;
	color: #2F627F;
	white-space:nowrap;
	/* FIX WIDTH FOR IE6 */
	_width: 200px;
}
#navbar a:hover {
	color: #bacfdd;
	text-decoration: underline;
}
#navbar li li a:hover {
	background-color: #2F627F;
	color: #fff;
	text-decoration: none;
}
#navbar a.on {
	color: #bacfdd;
}

#navbar ul li ul li{	
	display: block;
	position: absolute;
	margin: 0;
	margin-left: 8px;
	right:-400px;
	padding: 0;
	list-style-image: url(../graphics/blank.gif);
	z-index: 100;  
		color: #2F627F;
	white-space:nowrap;
	/* FIX WIDTH FOR IE6 */
	_width: 200px;
	}
#utilityNav .button:hover, .button:hover {
	background: #326f99;
	text-decoration: underline;
}
ul .button:hover {
	text-decoration:none;
}

/* CSS Document */
.ddsmoothmenu{
	margin: 0;
	margin-top: -1px;
	padding: 0;
	height: 1em;
	clear: both;
	text-align:left;

}

.ddsmoothmenu ul{
z-index:100;
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.ddsmoothmenu ul li{
position: relative;
display: inline;
float: left;

}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
display: block;
	font-weight: bold;
	color: #ffffff;

padding: 1px 30px;
text-decoration: none;
text-align:left;
}

* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{
color: #ffffff;
}

.ddsmoothmenu ul li ul li a:link, .ddsmoothmenu ul li ul li a:visited{
color: #2f627f;
}

.ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
color: white;
}

.ddsmoothmenu ul li a:hover{
	color: #bacfdd;
	text-decoration: underline;
}
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
position: absolute;
left: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
background-color:#ffffff;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a:link,ddsmoothmenu ul li ul li a:visited{
color:#2f627f;
width: 180px; /*width of sub menus*/
padding: 5px;
margin: 0;

border: 1px solid gray;
}

.ddsmoothmenu ul li ul li a:hover{
color:#ffffff;
background-color:#2f627f;
width: 180px; /*width of sub menus*/
padding: 5px;
margin: 0;
text-decoration:underline;
font-weight:normal;
border-bottom: 1px solid #c6c6c6;
}

.ddsmoothmenu ul li ul li a{
color:#2f627f;
width: 180px; /*width of sub menus*/
padding: 5px;
margin: 0;
font-weight:normal;
border: 1px solid #c6c6c6;
}







/* Holly Hack for IE \*/
* html .ddsmoothmenu{height: 1%;} /*Holly Hack for IE7 and below*/


/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 0px;
right: 0px;

}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
background: silver;
}

.toplevelshadow{ /*shadow opacity. Doesn't work in IE*/
opacity: 0.2;
}
