 /* ------------------------------------------------- */

  #tabs {
	position:relative;
	width: 150px;
	float:left;
	margin-left:15px;
	margin-top:10px;
	padding: 0;
	list-style: none;
	
	font-size: 22px;
  }

  #tabs li {
	width: 150px;
	float: left;
	margin:5px;
	text-align:center;
	


  }

  #tabs a {
	  display:block;
    position: relative;
    padding: 5px 30px;
    line-height: 30px;
    text-transform: uppercase;
    text-decoration: none;
    	background: #333;

	color: #fff; 
	
-webkit-border-top-left-radius: 8px;
-webkit-border-bottom-left-radius: 8px;
-moz-border-radius-topleft: 8px;
-moz-border-radius-bottomleft: 8px;
border-top-left-radius: 8px;
border-bottom-left-radius: 8px;     
  }

  #tabs a:hover,
  #tabs a:focus {
    border-bottom-color: #2ac7e1;
    opacity: 1;
    filter: alpha(opacity=100);
	background: #39b54a;
  }

  #tabs a:focus {
    outline: 0;
  }

  #tabs #current {
    z-index: 3;
    border-bottom-color: #3d3d3d;
    opacity: 1;
    filter: alpha(opacity=100);
	      background: #2e3192;

  }
  #tab-content {
	  width: 730px;
	  min-height: 700px;
	  float:right;
	  position:relative;
	  padding: 10px 20px;
	  padding-top: 0px;
	  margin-right:15px;
	 
	 text-align: left;
	 
	  color: #fff;
      background: #2e3192;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
      /*border-top: 2px solid #3d3d3d;*/
      
      /*height: 220px;*/
  }

#tab-content h1
{
	clear: both;
	padding-top: 20px;
	font-size:20px;
	
}

ul.useful-links
{
	font-size: 22px;
}


ul.useful-links li
{
	float:left;
	padding: 10px;
	width: 200px;
}

ul.useful-links li a
{
	color:#fff;
}

ul.useful-links li a:hover
{
	color: #F1FC36;
	text-decoration:underline;
}


ul.useful-links li span
{
	
	padding: 10px;
}

ul.useful-links li img
{
	width: 40px;
	height: 40px;
	vertical-align: text-top;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;

}

.tel-no-font
{
	font-size: 16px !important;
}

.tel-no-font li:hover
{
	background: #2A6FB0;
}

.small-font-size
{
		font-size: 16px !important;
}