/* ADP.com Style Sheet 
/* created - 02.06.01
/* css author - jk - Temel Inc. - www.temel.com

/* SEARCH INPUT BOX FONT */
.search {font-family:monospace;}

.droplist {list-style-image: url(images/drop_arrow.gif);} 

/* "NEW" ARROW BULLET FOR UL */
.newarrow { list-style: url(images/newarrow.gif) }

/* "REMINDER BULLET FOR UL */
.reminder { list-style: url(images/reminder.gif) }

/* "AWARD BULLET FOR UL */
.award { list-style: url(images/award.gif) }

/* "SHAKE BULLET FOR UL */
.shake { list-style: url(images/shake.gif) }


/* BLUE COPY FOR TITLES */
.title  {
	font-size : 9pt;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	color : White;
	background-color : #4682B4;
	height : 15px;
	width : 106%;
	position : absolute;
	top : 0px;
	left : 0%;
}

/* LINK - NEWS NAVIGATION LINKS - WINE TO ORG */
.a.subbutton, a:active.news{
	list-style-image: url(images/buttonon.gif);
	font-size : 10pt;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	color : #cacaca;
	background : #59142e;
	border-top-color : #c9afc5;
	border-left-color : #c9afc5;
	border-right-color : #af3d54;
	border-bottom-color : #af3d54;
} 

a:hover.news, a:visited:hover.news {
	list-style-image: url(images/buttonoff.gif);
	font-size : 9pt;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	color : #FF9933;
} 

/* BLACK COPY FOR ALL MAIN CONTENT */
.copy  {
	font-size : 9pt;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	color : #000000;
} 

/* BLACK COPY FOR ALL MAIN CONTENT */
.copy2 {
	font-size : 6pt;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	color : #000000;
}

/* WHITE COPY ALL MAIN CONTENT */
.whtcopy  {
	font-size : 9pt;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	color : #FFFFFF;
}

/* 14pt HEADER - BLACK */
.header {
	font-size : 14pt;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	text-decoration: none;
	color : #000000;
}

/* MAIN SIDE BAR HEADER - WHT */
.sidehd{
	font-size : 12pt;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	text-decoration: none;
	color : #FFFFFF;
}

/* SUB SIDE BAR HEADER - ORANGE */
.subsidehd {
	font-size : 10pt;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	text-decoration: none;
	color : #FFCC00;
}

/* LINK - TOP NAVIGATION LINKS - WHT TO ORG */
a.topnav, a:active.topnav{
	font-size : 8pt;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	text-decoration: none;
	color : #FFFFFF;
}

a:hover.topnav, a:visited:hover.topnav {
	font-size : 8pt;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	text-decoration: none;
	color : #FF9933;
}

/* COPY - TOP NAVIGATION LINKS ON WITH NO LINK - ORG */
.topnavoff {
	font-size : 8pt;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	text-decoration: none;
	color : #FF9933;
}

/* LINK - FOOTER NAVIGATION - LT GRAY TO WHT */
a.footlink, a:active.footlink  {
	font-size : 9pt;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	text-decoration: none;
	color : #CCCCCC;
}

a:hover.footlink, a:visited:hover.footlink   {
	font-size : 9pt;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	text-decoration: none;
	color : #FFCC00;
}

/* COPY - FOOTER NAVIGATION - YELLOW */
.footlinkon  {
	font-size : 9pt;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	text-decoration: none;
	color : #FFCC00;
}

/* LINK - SIDE NAV - WHT TO ORG */
a.sidelink, a:active.sidelink  {
	font-size : 9pt;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	text-decoration: none;
	color : #FFFFFF;
}

a:hover.sidelink, a:visited:hover.sidelink  {
	font-size : 9pt;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	text-decoration: none;
	color : #FFCC33;
}
