/*Changed background of ID search to new splash logo*/
/*this allows Header (used on internal pages) to have old swoosh*/
/*may need to see if remaining (unused) css items can be removed*/
/*If so, consider renaming the ID on splash to #splashSearch */
/*and put this item in the default.css and delete this file */
/* SEARCH BOX */
#search
{
    background: url(../Images/SplashSwoosh.jpg) no-repeat; 
}

#hotSpot
{
	/*may not need this since background already defned?*/
}
/*creates a 'hotspot' on the background image*/
#splashImages
{
	float: left;
	width: 600px;
	height: 90px;
	margin-left: 40px;
	margin-top: 0px;
}
/*holds print version img and text. bottom aligned to bring away from the tab nav.*/
.SplashBreadcrumb
{
	/*vertical-align:baseline;*/
	font-weight: bold; 
	font-size:9px; 
	text-align:right;
	
	/*background-color:#99cccc;*/
}

/* referenced in breadcrumb, splashheader and header other but set inlne?
#tblsection
{
		background-color:#99cccc;
}
*/

table, td
{
	border-width: 0px;	
}

#MostRequestedTitle 
{
	margin: 4px 0px 3px 2px; 
	font: bold 13px arial, sans-serif; 
	color: #e4ecec; 
	border-bottom: #e4ecec thin solid;
	}
	
/*.LeftLine
{ 
border-left: thick #0000FF;
} */

/* SELECT MENU LENGTH */
#leftselect select { width: 160px; }

/* Splash PAGE FOOTER */
/*removed set margin to 190px*/
#splfooter { width: 780px;}
#splfooter .address { font-size: 11px; line-height: 14px; color: white; background-color: #336666;}
#splfooter .bottomnav { font-weight: bold; font-size:11px; line-height: 140%; color: #ffcc00; background-color: #336666;}
#splfooter .bottomnav a { color: #ffcc00; text-decoration: none; }
#splfooter .bottomnav a:hover { color: white; text-decoration: underline; }


/* this is splash content area; need to change ID so internal is different??
	
#ContentArea a { color: black; text-decoration: none; }
#ContentArea a:hover{ text-decoration: underline;}

	 
#ContentArea p
{ font-family: Verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	color: black; 
	}


#ContentArea li, .ContentArea li 
{	list-style: square outside url("/www.RoanokeCountyVA.gov/images/GoldBullet.gif");
	margin-top:4px; margin-left: 0; padding-left: 0; padding-bottom:6px; font-size: 12px; color: White;
	}
*/
	
/*	.listSplash
{	will have a square if image not found and 
		text will wrap under text, not under image.
	list-style: square outside url("/www.RoanokeCountyVA.gov/images/GoldBullet.gif");
	margin-top:4px; margin-left: 0; padding-left: 0; padding-bottom:6px; font-size: 12px; color: White;
	}
*/


/* INTRODUCTION on left side of old splash page 
#intro { 
	width: 250px;
	text-align: left;
	color:White;
	font-family:Verdana, Arial, helvetica, sans-serif;
	}
#intro p { 
	font-family: Verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: white; 
	}
	*/
/* original NEWS SECTION on right side of splash page 
#news, #quicklinks
{
	width: 290px;
	text-align: left;
	margin-right: 10px;
	color:White;
	font-family:Verdana, Arial, helvetica, sans-serif;
	overflow:hidden;
	}
	*/

	/*commenting out so default.css applies styles 
h1 { 
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	color: #ffcc00;
	margin-top: 10px;
	}
	
p { 
	font-family: Verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: white; 
	}
end comment	*/
	


/*LIST ITEMS ON SPLASH PAGE*/
/*.listSplash {list-style: square inside url("/images/b_arrowright.gif");}*/
