/*
	Site: Jigsaw Frame Top Bar
	Date: 06/23/2009
	Author: Larry Chartier
	Description: Core CSS File
	Additional CSS Files: 

	WEB COLORS USED FOR THIS SITE
	---------------------------------------------------------------------
	#000000		Color		Used for: 
	#000000		Color		Used for: 
	#000000		Color		Used for: 
	#000000		Color		Used for: 
	#000000		Color		Used for: 
	#000000		Color		Used for: 
	#000000		Color		Used for: 	
	---------------------------------------------------------------------
*/

/* Base style removal, global fixes and browser/platform fixes */

:link, :visited { text-decoration: none }
ul,ol { list-style: none }
h1,h2,h3,h4,h5,h6,pre,code { font-size: 1em; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,dl,dt,dd,input { margin: 0; padding: 0 }
a img, :link img, :visited img { border: none }
address { font-style: normal }
a, a:link, a:visited, a:hover, a:active { outline: 0; }


/*	Custom styles begin */


body {}

div#top {height: 34px;background: url(frame-bg-top.gif) repeat-x;border-bottom: 1px solid #999;margin-bottom: 20px;}
div#top dl.details {height: 33px;width: 100%;line-height: 33px;font-size: 11px;}

div#top dl.details dt {float: left;font-weight: bold;margin: 0 20px;}
div#top dl.details dt a {color: #e2e419;}
div#top dl.details dt a:hover {color: #ccc;text-decoration: underline;}


div#top dl.details dd {float: left;margin: 0 20px 0 0;color: #f7f7f7;}
div#top dl.details dd a {color: #f7f7f7;}
div#top dl.details dd a:hover {color: #666;text-decoration: underline;}

div#top dl.details dd.close {float: right;display: inline;width: 16px;margin: 0 20px;padding: 9px 0 0 0;}
div#top dl.details dd.close a {width: 16px;height: 16px;text-indent: -9999px;display: block;background: url(cancel.gif) no-repeat;}
