@charset "utf-8";

/************************************************************

	Usage:
  		CSS styles Shared across entire site

 ************************************************************/

	/* Body Styles */
	body { 
		font: normal 80%/1em Arial, Helvetica, sans-serif; 
		margin: 10px 0  10px 0; 
		background: #f1f1f1; 
		color: #333;
		text-align: center; 
      min-width: 956px;
		}

		#tool-bar li#descr {
			padding-right:0; 
			margin-right: 1px;  
			width: 105px;
			height: 22px;
			display: block;
			line-height: 22px;
			font-size: 1.1em;	
			color:#666;
			text-align: left;
		 	}						
		 .tabs-section h3 {
		 	margin-top:30px;
		 }

		#nav-block img {
			/*margin: -13px 0 0 28px;*/
			display: none;
		}			
 #quick-finder-body {
	background: #630560;
	padding:20px;
	height: 520px;
}
	#quick-finder-body a,
	#quick-finder-body a:visited
	{
		color: #ffc3ff;
		display:block;
		font-size: 1.2em;
		line-height: 1.4em;
		margin-bottom:5px;
	}
		#footer .column-content {
			background: url(/images/footer-dot.png) right repeat-y;
			position: relative;
			margin:15px 0;
			padding:0;
			padding-left:10px;padding-right:10px;
			_height: 1%; *height: 1%;
			height: 500px;
		}	
 .boxcaption{
	float: left;
	position: absolute;
	background:#000;
	height: 100px;
	width: 100%;
 	}     
	.boxcaption p {
		font-size:1.2em;
		line-height: 1em;
		color:#9ed1da;
		padding-left:10px;
		} 	 						 
		
.table-wrapper {
	overflow: scroll;
	width: 100%;
}			
.media-icon .section {
	position: relative;
	height:266px;
}	