/* Solution jQuery UI tabs */

.tab_column_left  {
	float:left; 
	width:550px; /*width:540px;*/
	/*margin-right:10px;*/
	clear: both;
	overflow:hidden;	
}

.tab_column_right  {
	float: right;
	width: 300px;
}

.ui-tabs .ui-tabs-panel h3 {
	font-family: 'Open Sans', arial, serif;
	font-weight: 600;
	font-size: 17px;
	color: #213443;
	line-height: 25px;
	margin: 0px;
	padding-bottom: 10px;			
}

div.ui-tabs {
	/* position: relative; prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: 10px 1px 0 0;
	font-family: Arial,Helvetica,sans-serif;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 0 0 0 1px;
	border-bottom-width: 0;
	padding: 0;
}
.ui-tabs .ui-tabs-nav li a {
	width: 124px;
	height: 50px;
	padding: 9px 0 0 1px;
	display: block;
	float: left;
	background: #fff url(../images/tab_unselected.png) repeat-x;
	border-radius: 5px 5px 0 0;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.9);	
	color: #36526c;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	line-height: 15px;
}
html>body .ui-tabs .ui-tabs-nav li a { height: 53px; }
.ui-tabs .ui-tabs-nav li a:hover {
	background-image: url(../images/tab_hover.png);
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active a,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
	cursor: text;
	background-image: url(../images/tab_selected.png);
}
.ui-tabs .ui-tabs-nav li a, /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
	cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
	clear: both;
	display: block;
	margin-left: 1px;
	padding: 10px 0 0 30px;
	background: #fff;
	overflow: auto;
	height: 100% !important;
	
}

/* For left side module contents in module tab */
.left_module_row{overflow:hidden; width:auto;}
.left_module_small {
	float:left;
	padding:0 20px 20px 0px;
}
.left_module_small p {
	padding:0 10px 0px 0px;
}
.left_module_wide {
	clear:both;
	padding:0 0px 20px 0px;
}
h3.tab_header {
    clear: both;
    color: #231F20;
    font-size: 17px;
    font-weight: 600;
    margin-left: 0;
    padding-bottom: 5px;
    padding-top: 12px;
}
h3.left_module_header {
    clear: both;
    color: #231F20;
    font-size: 14px !important;
    line-height: 25px;
    margin-bottom: 20px;
    margin-left: 0;
    margin-top: 0;
    padding-bottom: 5px;
    padding-top: 12px;
}
/*persistent-footer*/
.footer {
    background-color: #1BB6DD;    
    clear: both;
	width:990px;
	border-top: 1px solid #a4deed;
	box-shadow: 0 -5px 5px -5px #333333;
} 
.persistent-footer {
    background-color: #1bb6dd;
    font-family: "Open Sans","Helvetica Neue","Arial",sans-serif;
    height: 60px;
    padding: 0px 0 0 12px;
    width: 990px;
    z-index: 1;	
}
.persistent-footer h3 {
    color: #FFFFFF;
    float: left;
    font-family: "Open Sans","Helvetica Neue","Arial",sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    margin: 0 20px 0 0;
    padding: 15px 0;
    text-align: left;
}
.persistent-footer h2 {
    color: #221F1F;
    font-family: "Open Sans","Helvetica Neue","Arial",sans-serif;
    font-size: 25px;
    font-weight: 400;
    line-height: 32px;
    margin: 0;
    padding-top: 40px;
    text-align: left;
}
.persistent-footer p {
    color: #728698;
    font-family: "Open Sans","Helvetica Neue","Arial",sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
    margin: 0;
    padding: 0 0 30px;
    text-align: left;
}
.persistent-footer ul {
	margin-left: 0;
	list-style-image: none;
    list-style-type: none; 
}
.persistent-footer .column1 {
    float: left;
    height: 60px;
    margin: 0 10px 0 0;
    width: 642px;
}
.persistent-footer .column2 {
    border-left: 1px solid #a4deed;
    float: left;
    height: 60px;
    margin: 0;
    padding: 0 0 0 15px;
    width: 300px;	
	box-shadow: 0 0 4px  -4px rgba(0,0,0,0.6)  , -3px 0 4px  -4px rgba(0,0,0,0.6) ;/*For having shadow on one side of a box*/ 
}
.persistent-footer .column3 {
    float: left;
    height: 60px;
    margin: 0;
    width: 200px;
}
.persistent-footer .column1 img {
    padding: 6px 0 0 0;  
}
.persistent-footer .column2 h3 {
   color: #FFFFFF;
    float: right;
    font-family: "Open Sans","Helvetica Neue","Arial",sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    margin: 0 20px 0 0;
    padding: 15px 0;
    text-align: left;
}
.persistent-footer .column2 h4 {
    color: #221F1F;
    font-family: "Open Sans","Helvetica Neue","Arial",sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 35px;
    margin: 0;
}
.persistent-footer .column2 h4.secondary {
    color: #221F1F;
    font-family: "Open Sans","Helvetica Neue","Arial",sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 23px;
    margin: 0;
    padding: 30px 0 15px;
}
#stickyfooter {
		width:100%;
		float:left;
		padding:0;
}
#stickyfooter {
		background:#1BB6DD;
		text-align:center;
		position:fixed;
		bottom:0;
		z-index:999999;
		left:0;
		border-top: 1px solid #a4deed;
		box-shadow: 0 5px 10px 5px rgba(0, 0, 0, 0.3);
}
.persistent-footer .column1 a.livechat {
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    line-height: 23px;
	transition: color 0.2s ease 0s;	
}
.persistent-footer .column1 a.livechat:hover {
    color: #221f1f;
    font-size: 14px;
    font-weight: 600;
    line-height: 23px;    
	text-decoration: none; 	
}	
.persistent-footer .column1 .call {
    background: url("../images/getintouch_icons_call1.png") no-repeat scroll 8px 23px transparent;
    color: #ffffff;
	font-size: 14px;
    font-weight: 600;
    line-height: 23px;
	float: left;
    font-family: "Open Sans","Helvetica Neue","Arial",sans-serif;    	
    list-style-image: none;
    list-style-type: none;
    margin: 0 20px 0 0;
    padding: 20px 0px 5px 29px;
    vertical-align: middle;
	float:left; 
}
.persistent-footer .column1 .email {
    background: url("../images/harita.png") no-repeat scroll 0px 15px transparent;
    color: #221F1F;
	float: left;
    font-family: "Open Sans","Helvetica Neue","Arial",sans-serif;    
    list-style-image: none;
    list-style-type: none;
    margin: 0;
    padding: 20px 0px 5px 29px;
    vertical-align: middle;
	float:left;
}
.persistent-footer .column1 .email a {
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    line-height: 23px;
	transition: color 0.2s ease 0s;
}
.persistent-footer .column1 .email a:hover {
    color: #221f1f;
    font-size: 14px;
    font-weight: 600;
    line-height: 23px;    
	text-decoration: none; 
}
.persistent-footer .column2 .socialmedia_wrapper {
 	float: right;
	padding:20px 0 0 0;
	width:150px;    
}
.wrap {
		position:relative;
		margin:0 auto;
		width:990px;
}
body#body_subpage .copyright_section {
    background-color: #E5E5E5;
    font-family: 'Open Sans',arial,serif;
    min-height: 180px;
    padding-top: 30px;
}	
.livechat {
    background: url("../images/getintouch_icons_livechat1.png") no-repeat scroll 0 23px transparent;
    color: #221F1F;
    float: left;
    font-family: "Open Sans","Helvetica Neue","Arial",sans-serif;
    font-size: 14px;
    list-style-image: none;
    list-style-type: none;
    margin: 0 20px 0 0;
    padding: 20px 0px 5px 29px;
    vertical-align: middle;	 
}

/* Addthis styling*/
.addthis_default_style .at300b, .addthis_default_style .at300bo, .addthis_default_style .at300m {
    padding: 0;
	margin: 0 0 0 8px;
}
#lpButtonDiv6 {	
	float:left;
}
