/* 
 * Sliding Tabs - jQuery Plugin
 * Copyright 2011, Christian André
 *
 * CHANGING THE WIDTH: To change the width of the tabs layout see line 14.
 *
------------------------------------------------------------------------------------- */

div.st_vertical { /* The main container */
	position: relative;
	float: left;
	clear: both;
	width: 996px;/*Set Full Width*/
	color: #616161;
	height: 533px;
}

/* Control buttons
------------------------------------------------------------------------------------- */
div.st_vertical a.st_prev, 
div.st_vertical a.st_next { /* Directional buttons (previous/next) */	
	display:none;
	float:left;
	position:relative;
	z-index:100;	
	height:36px;
	width:83px;
	border:1px solid #d4d4d4;
	border-top:0 none;
	outline:none;	
	background:#fff url(../imgages/btn_arrows.gif) no-repeat;	
}

div.st_vertical a.st_prev { /* Previous button */
	border-right:0 none;
	background-position:35px -47px;
}

div.st_vertical a.st_prev:hover { /* Previous button hover */
	background-position:-28px -47px;
	background-color:#f5f5f5;
}

div.st_vertical a.st_next { /* Next button */
	background-position:34px -79px;
}

div.st_vertical a.st_next:hover { /* Next button hover */
	background-position:-29px -79px;
	background-color:#f5f5f5;
}

div.st_vertical a.st_prev.st_btn_disabled,
div.st_vertical a.st_next.st_btn_disabled { /* Previous and next buttons disabled state */
	cursor:default;
	background-color:#f7f7f7;
}

div.st_vertical a.st_prev.st_btn_disabled { /* Previous button disabled state */
	background-position:-91px -47px;
}

div.st_vertical a.st_next.st_btn_disabled { /* Next button disabled state */
	background-position:-92px -79px;
}

/* Tabs
------------------------------------------------------------------------------------- */
div.st_vertical div.st_tabs_container { /* Tabs main container */  	
	position:relative;
	z-index:100;
	float:left;
	width:244px; /* +1px for the negative right margin */
	height:534px;
	margin-right:-1px;
	overflow:hidden;
	border-right:1px solid #036;
}

div.st_vertical div.st_slide_container { /* Tabs slide-container */
	position:relative !important; /* The tabs position will be calculated from ul.tabs first parent element with position:relative */
	float:left;
	clear:both;
}

div.st_vertical ul.st_tabs { /* Tabs unordered list */
	float:left;
	width:244px;	
	margin:0px !important;
	padding: 1px 0 10px 10px;
	list-style:none;
	font-family:  Arial, Helvetica, Verdana, sans-serif;
}

div.st_vertical ul.st_tabs li { /* Tab list elements */
	float:left;
	clear:both;
	margin: -1px 0 0 -10px;
	width: 244px;
	height: 38px;
}

div.st_vertical ul.st_tabs li a { /* Tab links */
	display: block;
	width: 213px;
	height: 16px;
	margin: 10px 0 0 0;
	padding: 0 0 0 32px;
	font-size: 12px;
	color: #BEE8FB;
	font-weight: normal;
	line-height: normal;
	text-decoration: none;
	outline: none;
	background-image: url(../images/side_bar_nav_arrow_grey.gif);
	background-repeat: no-repeat;
	background-position: 210px 0px;
}

div.st_tabs_container span {
	float: left;
	color: # 0FF;
	font-size: 10px;
	margin: 10px 0 7px 10px;
}

div.st_vertical ul.st_tabs a:hover { /* Tabs hover state */
	color:# 6FF;
	background-image: url(../images/side_bar_nav_arrow_hover.gif);
	background-repeat: no-repeat;
	background-position: 210px 0px;
}

div.st_vertical ul.st_tabs li.st_tab_active{
	background-image:url(../images/v_tab_bg.jpg);
	background-repeat: repeat-x;
}
	
div.st_vertical ul.st_tabs a.st_tab_active { /* Tab active/highlighted state */
	position:relative;
	z-index:10;
	color:#FFF;
	background-image: url(../images/side_bar_nav_arrow_black.gif);
	background-repeat: no-repeat;
	background-position: 210px 0px;
}

/* Content
------------------------------------------------------------------------------------- */
div.st_vertical div.st_view_container { /* Main content container */
	position:relative;
	z-index:5;
	height:516px;
	padding: 0 20px 20px 20px; /* Set the padding for the content here */
	line-height:18px;
	overflow:hidden; /* To make the content scroll if Javascript is disabled, set to: auto */
}

div.st_vertical div.st_view { /* Slide-container for the content */
	position:relative;
	height:100%;
	overflow:hidden;
}

div.st_vertical div.st_tab_view { /* Individual content containers */	
	width:100%;	
	margin-bottom:20px;
}

div.st_vertical div.st_view h2 {
	font-size: 26px;
	color: #FFF;
	margin: 15px 0 10px 20px;
	padding: 0px;
	font-weight: normal;
	display: block;
}
div.st_vertical div.st_view h3 {
	font-size: 16px;
	color: #F60;
	font-weight:bold;
	margin: 15px 0 0 10px;
	padding: 0px;
	font-weight: normal;
	display: block;
}

div.st_vertical div.st_view p {
	margin: 0 0 20px 0;
	padding: 0 10px 0 10px;
	color: #FFF;
	font-size: 14px;
	line-height: 1.5em;
}

div.st_vertical div.st_view blockquote {
	float:left;
	width:243px;
	margin:18px 14px 0 0;
	padding:0 0 0 14px;
	border-left:2px solid #5c5c5c;
	font:italic 17px/21px Georgia, "Times New Roman", Times, serif;
	color:#A8A8A8;
}

div.st_vertical div.st_view blockquote p {
	margin:0px;
}
.grey-logo{
	float: right;
	position: relative;
	top: -70px;
	left: 2px;
}
.container{
	margin: 0 auto 10px auto;
	width: 1008px;
	height: 534px;
	border: none;
	border: 1px solid #05214E;
	background: #05214E;
background: -moz-linear-gradient(top, #4D7CBD 0%, #4D7CBD 21%, #05214E 92%, #05214E 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4D7CBD), color-stop(21%,#4D7CBD), color-stop(92%,#05214E), color-stop(100%,#05214E));
background: -webkit-linear-gradient(top, #4D7CBD 0%,#4D7CBD 21%,#05214E 92%,#05214E 100%);
background: -o-linear-gradient(top, #4D7CBD 0%,#4D7CBD 21%,#05214E 92%,#05214E 100%);
background: -ms-linear-gradient(top, #4D7CBD 0%,#4D7CBD 21%,#05214E 92%,#05214E 100%);
background: linear-gradient(to bottom, #4D7CBD 0%,#4D7CBD 21%,#05214E 92%,#05214E 100%);
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-box-shadow: 0 0 15px #4D7CBD;
-moz-box-shadow: 0 0 15px #4D7CBD;
box-shadow: 0 0 15px #4D7CBD;
opacity:1;
	padding: 0px;
}
.content_box{
	float: left;
	width: 705px;
	height: 171px;
	margin: 18px auto;
	padding-top: 0px;
	zoom: 1;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f8f8f8');
	background: -moz-linear-gradient(top, 
	white 50%, 
	#F8F8F8 100%);
	background: -webkit-gradient(linear, 0% 50%, 0% 100%, from(
	white), to(
	#F8F8F8));
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	box-shadow: 0 1px 1px 
	rgba(0, 0, 0, .15);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,.15);
	-webkit-box-shadow: 0 1px 1px 
	rgba(0, 0, 0, .15);
	border-top: 1px solid 
	#E5E5E5;
	border-bottom: 1px solid 
	#D2D2D2;
	border-left: 1px solid 
	#DBDBDB;
	border-right: 1px solid 
	#DBDBDB;
	-moz-border: none;
	-webkit-border: none;
}
.content_box ul{
	list-style: none;
	width: 450px;
	height: 80px;
	float: left;
	margin: 15px 0 0 0;
}
.content_box ul li{
	float: left;
	width: 225px;
	height: 80px;
}
.content_box ul li h3{
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin: 10px 0 5px 10px;
	padding: 0;
	color: #5D5D5D;
	float: left;
}
.content_box ul li p{
	display: block;
	font-size: 12px !important;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #656565 !important;
}
.content_box ul li img{
	float: left;
	margin: 0 10px 0 10px;
}
.clear{
	clear: both;
}
.fl_left{
	float: left;
}
.text{
	float: left;
	margin: 20px 0 0 0;
}
.phone_number{
	float: left;
	font-size: 20px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 0 0 337px;
	padding: 0;
	color: #F60;
}
.phone_number span{
	font-size: 14px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
.phone_app_girl{
	background-image: url(../images/girl_phone_app.png);
	background-repeat: no-repeat;
	float: right;
	width: 211px;
	height: 234px;
	position: relative;
	top: -158px;
	left: 0px;
}
.more-content{
	float: left;
	width: 450px;
	height: 75px;
	margin: 0 0 0 10px;
}
.more-content h3{
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin: 10px 0 5px 0;
	padding: 0;
	color: #5D5D5D;
}
.more-content p{
	margin: 0 !important;
	padding: 0 0 0 20px !important;
	color: #999;
	font-size: 14px;
	line-height: 1.3em !important;
}

/* Right aligned tabs
------------------------------------------------------------------------------------- */
div.st_vertical.align_right div.st_tabs_container { /* Tabs main container */  	
	float:right;
	margin-left:-1px;
	margin-right:0px;
}

div.st_vertical.align_right ul.st_tabs li a { /* Tab links */
	border-right:1px solid #d4d4d4;
}

div.st_vertical.align_right ul.st_tabs a.st_tab_active { /* Tab active/highlighted state */
	padding-right:0px;
	border-left-color:#ffffff;
}
