@charset "utf-8";
/* CSS Document */

/* Because the main nav uses nav-nav4, we begin here with nav5-nav8. This is because the javascript written for IE6 identifies the elements by the word "nav."*/

/* Controls top link font size and adds a margin to move it away from edges */

.menuMoveover {
	margin-left:0px;
	text-align: left;
	display: block;
	cursor: pointer;
}

a.newsEntry {
display:block;
text-decoration:none;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#FFFFFF;
}

a.newsEntry:hover {
display:block;
text-decoration:underline;
}


.newsBucketHeaders {
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
color:#CCCCCC;
}

a.viewScnd {
display:block;
position:absolute;
width:86px;
height:21px;
background-color:#ffffff;
margin:140px 0px 0px 90px;
text-decoration:none;
text-align:center;
padding:0px 3px 0px 3px;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#666666;
line-height:21px;
}

a.viewScnd:hover {
text-decoration:underline;
}

/* div in which navigation is contained within the html page. Controls size, spacing and background image. Background image is used here to display the tabs behind the text. */
#menuHolder{
	position:absolute;
	z-index:0;
	display:block;
	width: 228px;
	height:25px;		
	margin: 0px 0px 0px 0px;
	padding:0px 0px 0px 8px;
	
}

a#link-one, a#link-two, a#link-three, a#link-four {
	font-size: 13px;
	color: #666666;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	margin: 0 5px 0 0;
	line-height: 24px;
}

#p1, #p2, #p3, #p4 {
	width: 180px;
	margin: 15px 0 0 5px;
	padding: 0;
	position: relative;
}

a.viewScnd {
	display: block;
	position: absolute;
	width: 86px;
	height: 21px;
	top: -3px;
	right: 0;
	background-color: #ffffff;
	text-decoration: none;
	text-align: center;
	padding: 0px 3px 0px 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: 21px;
}

a.viewScnd:hover {
	text-decoration:underline;
}



/* START - Nav 9  */

/* Float nav9 and set basic properties - in this case the id and block element are the same and so are combined */
#nav9, #nav9 ul {
	float:left;
	z-index:0;
	width: 43px;
	display: block;
	height: 25px;
	list-style: none;
	line-height: 25px;
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	font-weight:bold;
}


/* Control style and placement of links as well as dropdown block */
#nav9 a {

}

#nav9 a:hover {

}


/* Set properties of top element */
#nav9 li {
	float: left;
	padding: 0;
	display:inline;
	width: 43px;
	w\idth:43px;
	height:25px;
}



/* Position the menu off screen rather than display: none; */
#nav9 li ul {
	position: absolute;
	left: auto;
	padding: 10px 0px 0px 0px;
	display:block;
	width:188px;
	w\idth: 188px;
	height:185px;
	z-index:0;
	line-height:normal;
	font-weight:normal;
}



/* Set properties of dropdown cells - width will affect non mouse-over in IE */
#nav9 li li {
	margin-left: 0px;
	padding: 0;

}


/* Controls the style of link within dropdown menu */ 
#nav9 li ul a {

}

/* Controls the style of mouseover link within dropdown menu */
#nav9 li ul a:hover {

} 



/* third-and-above-level lists */
#nav9 li ul ul { 
	margin: 0px 0px 0px 0px;
}



/* Move menu back on page on mouse over */
#nav9 li:hover ul ul, #nav9 li:hover ul ul ul, #nav9 li.sfhover9 ul ul, #nav9 li.sfhover9 ul ul ul {
	left: -999em;

}

#nav9 li:hover ul, #nav9 li li:hover ul, #nav9 li li li:hover ul, #nav9 li.sfhover9 ul, #nav9 li li.sfhover9 ul, #nav9 li li li.sfhover9 ul {
	left: auto;
}

#nav9 li:hover, #nav9 li.hover {
	margin:0;
	float:left;
	padding:0;
	display:inline;
	width:43px;
	w\idth:43px;
	height:25px;
	color:#f87120;

}

/* END - Nav 9  */




/* START - Nav 10  */

/* Float nav10 and set basic properties - in this case the id and block element are the same and so are combined */
#nav10, #nav10 ul {
	float:left;
	z-index:0;
	width: 50px;
	display: block;
	height: 25px;
	list-style: none;
	line-height: 25px;
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	font-weight:bold;
}


/* Control style and placement of links as well as dropdown block */
#nav10 a {

}

#nav10 a:hover {

}


/* Set properties of top element */
#nav10 li {
	float: left;
	padding: 0;
	display:inline;
	width: 50px;
	w\idth:50px;
	height:25px;
}



/* Position the menu off screen rather than display: none; */
#nav10 li ul {
	position: absolute;
	left: -999em;
	padding: 10px 0px 0px 0px;
	margin:0px 0px 0px -43px;
	display:block;
	width:190px;
	w\idth: 190px;
	height:184px;
	z-index:0;
	line-height:normal;
	background-image:url(../media/images/newsbucket_overbg_scnd.jpg);
	background-repeat:no-repeat;
	font-weight:normal;
}



/* Set properties of dropdown cells - width will affect non mouse-over in IE */
#nav10 li li {
	margin-left: 0px;
	padding: 0;

}


/* Controls the style of link within dropdown menu */ 
#nav10 li ul a {

}

/* Controls the style of mouseover link within dropdown menu */
#nav10 li ul a:hover {

} 



/* third-and-above-level lists */
#nav10 li ul ul { 
	margin: 0px 0px 0px 0px;
}



/* Move menu back on page on mouse over */
#nav10 li:hover ul ul, #nav10 li:hover ul ul ul, #nav10 li.sfhover10 ul ul, #nav10 li.sfhover10 ul ul ul {
	left: -999em;

}

#nav10 li:hover ul, #nav10 li li:hover ul, #nav10 li li li:hover ul, #nav10 li.sfhover10 ul, #nav10 li li.sfhover10 ul, #nav10 li li li.sfhover10 ul {
	left: auto;
}

#nav10 li:hover, #nav10 li.hover {
	margin:0;
	float:left;
	padding:0;
	display:inline;
	width:50px;
	w\idth:50px;
	height:25px;
	color:#f87120;

}

/* END - Nav 10  */




/* START - Nav 11  */

/* Float nav11 and set basic properties - in this case the id and block element are the same and so are combined */
#nav11, #nav11 ul {
	float:left;
	z-index:0;
	width: 38px;
	display: block;
	height: 25px;
	list-style: none;
	line-height: 25px;
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	font-weight:bold;
}


/* Control style and placement of links as well as dropdown block */
#nav11 a {

}

#nav11 a:hover {

}


/* Set properties of top element */
#nav11 li {
	float: left;
	padding: 0;
	display:inline;
	width: 38px;
	w\idth:38px;
	height:25px;
}



/* Position the menu off screen rather than display: none; */
#nav11 li ul {
	position: absolute;
	left: -999em;
	padding: 10px 0px 0px 0px;
	margin:0px 0px 0px -93px;
	display:block;
	width:188px;
	w\idth: 188px;
	height:185px;
	z-index:0;
	line-height:normal;
	background-image:url(../media/images/newsbucket_overbg_scnd.jpg);
	background-repeat:no-repeat;
	font-weight:normal;
}



/* Set properties of dropdown cells - width will affect non mouse-over in IE */
#nav11 li li {
	margin-left: 0px;
	padding: 0;

}


/* Controls the style of link within dropdown menu */ 
#nav11 li ul a {

}

/* Controls the style of mouseover link within dropdown menu */
#nav11 li ul a:hover {

} 



/* third-and-above-level lists */
#nav11 li ul ul { 
	margin: 0px 0px 0px 0px;
}



/* Move menu back on page on mouse over */
#nav11 li:hover ul ul, #nav11 li:hover ul ul ul, #nav11 li.sfhover11 ul ul, #nav11 li.sfhover11 ul ul ul {
	left: -999em;

}

#nav11 li:hover ul, #nav11 li li:hover ul, #nav11 li li li:hover ul, #nav11 li.sfhover11 ul, #nav11 li li.sfhover11 ul, #nav11 li li li.sfhover11 ul {
	left: auto;
}

#nav11 li:hover, #nav11 li.hover {
	margin:0;
	float:left;
	padding:0;
	display:inline;
	width:38px;
	w\idth:38px;
	height:25px;
	color:#f87120;

}

/* END - Nav 11  */




/* START - Nav 12  */

/* Float nav12 and set basic properties - in this case the id and block element are the same and so are combined */
#nav12, #nav12 ul {
	float:left;
	z-index:0;
	width: 50px;
	display: block;
	height: 25px;
	list-style: none;
	line-height: 25px;
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	font-weight:bold;
}


/* Control style and placement of links as well as dropdown block */
#nav12 a {

}

#nav12 a:hover {

}


/* Set properties of top element */
#nav12 li {
	float: left;
	padding: 0;
	display:inline;
	width: 60px;
	w\idth:60px;
	height:25px;
}



/* Position the menu off screen rather than display: none; */
#nav12 li ul {
	position: absolute;
	left: -999em;
	padding: 10px 0px 0px 0px;
	margin:0px 0px 0px -131px;
	display:block;
	width:188px;
	w\idth: 188px;
	height:185px;
	z-index:0;
	line-height:normal;
	background-image:url(../media/images/newsbucket_overbg_scnd.jpg);
	background-repeat:no-repeat;
	font-weight:normal;
}



/* Set properties of dropdown cells - width will affect non mouse-over in IE */
#nav12 li li {
	margin-left: 0px;
	padding: 0;

}


/* Controls the style of link within dropdown menu */ 
#nav12 li ul a {

}

/* Controls the style of mouseover link within dropdown menu */
#nav12 li ul a:hover {

} 



/* third-and-above-level lists */
#nav12 li ul ul { 
	margin: 0px 0px 0px 0px;
}



/* Move menu back on page on mouse over */
#nav12 li:hover ul ul, #nav12 li:hover ul ul ul, #nav12 li.sfhover12 ul ul, #nav12 li.sfhover12 ul ul ul {
	left: -999em;

}

#nav12 li:hover ul, #nav12 li li:hover ul, #nav12 li li li:hover ul, #nav12 li.sfhover12 ul, #nav12 li li.sfhover12 ul, #nav12 li li li.sfhover12 ul {
	left: auto;
}

#nav12 li:hover, #nav12 li.hover {
	margin:0;
	float:left;
	padding:0;
	display:inline;
	width:60px;
	w\idth:60px;
	height:25px;
	color:#f87120;

}

/* END - Nav 12  */