@charset "utf-8";
/* CSS Document */

:focus {
  -moz-outline-style:none;
}


/* tab pane */
div.panes div {
	display:none;
	border-right:1px solid #999;
	border-bottom:1px solid #999;
	border-left:1px solid #999;
	border-top:0px;
	min-height:100px;
	padding:20px 20px;
	font-size:14px;
	background-color:#f5f5f6;	
	
}


div.panes Li.contentMAIN{
	margin: 0 0 0 5px;
	padding: 0 3px 10px 15px;
	background-image: url(arrow_bullet.gif);
	background-position: 0 6px;
	background-repeat: no-repeat;
	}

/* root element for tabs  */
ul.tabs {
	list-style:none;
	margin:0px !important;
	padding:0px 15px;
	border-bottom:1px solid #666;
	height:77px;
	position: relative;	
	}

/* single tab */
ul.tabs li { 
	float:left;	 
	text-indent:0;
	padding:0;
	margin:0 !important;
	list-style-image:none !important; 
}

/* link inside the tab. uses a background image */
ul.tabs a {
	background: url(blue.png) no-repeat -616px 0px;
	font-size:11px;
	display:block;
	height: 77px;
	line-height:12px;
	width: 96px;
	text-align:center;
	text-decoration:none;
	color:#333;
	padding-top:0px;
	margin:0px;
	position:relative;
	top:1px;
	outline:none;
	overflow: hidden;		
	}




ul.tabs a:active {
	outline:none;

		
}

/* when mouse enters the tab move the background image */
ul.tabs a:hover {
	background-position: -616px -83px;	
	color:#fff;	
}

/* active tab uses a class name "current". it's highlight is also done by moving the background image. */
ul.tabs a.current, ul.tabs a.current:hover, ul.tabs li.current a {
	background-position: -616px -163px;		
	cursor:default !important; 
	color:#000 !important;
}



	#nav {
		margin:0; 
		padding:0; 
		list-style:none;
		width:755px;	
		
	}	
	
		/* make the LI display inline */
		/* it's position relative so that position absolute */
		/* can be used in submenu */
		#nav li {
			float:left; 
			display:block; 
			width:155px; 
			background-image: url(../images/headermenu2.jpg) top repeat-x #FFFFFF;
			position:relative;
			z-index:500; 
			margin:0 1px;
		}
		
		/* this is the parent menu */
		#nav li a {
			display:block; 
			padding:8px 5px 0 5px; 
			font-weight:700;  
			height:23px; 
			text-decoration:none; 
			color:#fff; 
			text-align:center; 
			border-left: 1px dashed #bbb;
			border-right: 1px dashed #bbb;
			
			
			
		}
 
		#nav li a:hover {
	color:#C0C0C0;
		}
	
		/* you can make a different style for default selected value */
		#nav a.selected {
			color:#f00;
		}
	
		/* submenu, it's hidden by default */
		#nav ul {
			position:absolute; 
			left:0; 
			display:none; 
			margin:0 0 0 -1px; 
			padding:0; 
			list-style:none;
			background-image: url(../images/headermenu2.jpg) top repeat-x #FFFFFF;
		}
		
		#nav ul li {
			width:155px; 
			float:left; 
			border-top:1px solid #fff;
			background-color:#2c6ba1;
			
		}
		
		/* display block will make the link fill the whole area of LI */
		#nav ul a {
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	height:20px;
	padding: 8px 5px;
	color:#FFFFFF;
		}
		



/* Different widths for tabs: use a class name: w1, w2, w3 or w2 */

#social {line-height: 1.4em; padding-top: 5px; padding-right:30px}
#socialright { float:right;width: 125px}

#socialdisplay {overflow: hidden; margin:0px}
#socialdisplay li {display:inline-block; margin: 4px 3px 0 0}

#socialdisplay li a {display:inline-block; background: url(http://www.lionstoneins.com/images/social_icons.png) no-repeat; width: 21px; height: 21px}
#socialdisplay strong {color: #666}
#socialdisplay li a#twitter {background-position: -1px -1px }
#socialdisplay.group:hover li a#twitter {background-position: -1px -29px}
#socialdisplay li a#facebook {background-position: -28px -1px}
#socialdisplay.group:hover li a#facebook {background-position: -28px -29px}
#socialdisplay li a#linkedin {background-position: -53px -1px}
#socialdisplay.group:hover li a#linkedin {background-position: -53px -29px}





