@charset "utf-8";body{font-family:Tahoma,Helvetica,sans-serif;font-size:13px;text-align:center;margin:0;padding:0;}#bar{margin-bottom:30px;padding:5px;text-align:right;border-bottom-style:groove;border-bottom-width:1px;border-bottom-color:#ddd;}#bar a,#bar a:visited{color:#00F;}form{margin-top:10px;margin-bottom:13px;}input#searchField,#searchButton,#goFirstUrlButton{font-family:Tahoma;font-size:13px;}#searchField{width:400px;border-style:solid;border-width:1px;border-color:#ddd;padding-left:2px;padding-right:0;}input.button{font-size:14px;}#searchButton,#goFirstUrlButton{margin-left:0;}#logo{display:block;background:url(./images/jersure.gif);width:277px;height:106px;}#tabs{float:none;width:480px;font-size:93%;line-height:normal;}#tabs ul{margin-top:20px;margin-left:10%;margin-right:10%;margin-bottom:0;padding:10px 10px 0 50px;list-style:none;}#tabs li{display:inline;margin:0;padding:0;}#tabs a{float:left;background:url(./images/tableft.gif) no-repeat left top;margin:0;padding:0 0 0 4px;text-decoration:none;}#tabs a span{float:left;display:block;background:url(./images/tabright.gif) no-repeat right top;padding:5px 15px 4px 6px;color:#666;}/* Commented Backslash Hack hides rule from IE5-Mac \*/ #tabs a span{float:none;}/* End IE5-Mac hack */ #tabs a:hover span{color:#000;}#tabs a:hover,#tabs li.clicked a{background-position:0 -42px;}#tabs a:hover span,#tabs li.clicked a span{background-position:100% -42px;}#box{text-align:center;width:520px;clear:left;border-width:1px;border-style:solid;border-color:#ddd;}#suggestionBox{padding:0;position:relative;margin-left:8px;margin-right:auto;margin-bottom:10px;top:-3px;width:402px;background-color:#FFF;border:1px solid #ddd;color:#000;display:none;}ul.suggestionList{text-align:left;margin:0;padding:0;list-style-type:none;}.suggestionList li{margin:0;padding:3px;cursor:pointer;}.suggestionList li:hover{background-color:#659CD8;}

.awesome, .awesome:visited {
	background: #222 url(/images/alert-overlay.png) repeat-x; 
	display: inline-block; 
	padding: 5px 10px 6px; 
	color: #fff; 
	text-decoration: none;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
}

	.awesome:hover							{ background-color: #111; color: #fff; }
	.awesome:active							{ top: 1px; }
	.small.awesome, .small.awesome:visited 			{ font-size: 11px; padding: ; }
	.awesome, .awesome:visited,
	.medium.awesome, .medium.awesome:visited 		{ font-size: 13px; font-weight: bold; line-height: 1; text-shadow: 0 -1px 1px rgba(0,0,0,0.25); }
	.large.awesome, .large.awesome:visited 			{ font-size: 14px; padding: 8px 14px 9px; }
	
	.green.awesome, .green.awesome:visited		{ background-color: #91bd09; }
	.green.awesome:hover						{ background-color: #749a02; }
	.blue.awesome, .blue.awesome:visited		{ background-color: #2daebf; }
	.blue.awesome:hover							{ background-color: #007d9a; }
	.red.awesome, .red.awesome:visited			{ background-color: #e33100; }
	.red.awesome:hover							{ background-color: #872300; }
	.magenta.awesome, .magenta.awesome:visited		{ background-color: #a9014b; }
	.magenta.awesome:hover							{ background-color: #630030; }
	.orange.awesome, .orange.awesome:visited		{ background-color: #ff5c00; }
	.orange.awesome:hover							{ background-color: #d45500; }
	.yellow.awesome, .yellow.awesome:visited		{ background-color: #ffb515; }
	.yellow.awesome:hover
