body{
	font-family: arial;
	font-size: 90%;
}

a:link, a:visited{
	text-decoration: none;
	font-size: 13px !important;
	color: #6583a1;
}

#logo{
	position: absolute;
	top: 20px;
	left: 27px;	
	cursor:pointer;
}

#logo:hover{
	opacity:0.4;
	filter:alpha(opacity=40);
}

.title{
	position: absolute;
	top: 140px;
	left: 30px;
}

.button{
	position: absolute;
	top: 240px;
	left: 15px;
}

.graphic-pg3{
	top: 233px !important;
	left: 13px !important;
}

.graphic-pg4{
	top: 233px !important;
	left: 10px !important;
}

#content{
	position: absolute;
	top: 175px;
	left: 428px;
	width: 375px;
	padding-right: 35px;
	height: 342px;
	overflow: auto;
	line-height: 18px;
	font-size: 13px;
	color: #333;
	
}

p{
	padding: 7px !important;
}

p a:link, p a:visited{
	color: #b6573d;
	text-decoration: underline;
}

p a:hover{
	text-decoration: underline;
	color: #777;
}

#content .first:first-letter {
	color: #b6573d;
	font-size: 24px;
	
}

.next-btn{
	position: absolute;
	right: 20px;
	top: 547px;
	height: 23px;
	width: 76px;
	text-indent: -9999px;
	background: url(../assets/next-btn.png) no-repeat;
	z-index: 10px;
	
} 

.next-btn-off{
	position: absolute;
	right: 20px;
	top: 547px;
	height: 23px;
	width: 76px;
	text-indent: -9999px;
	background: url(../assets/next-btn-off.png) no-repeat;
	z-index: 10px;
	
} 

/** wrapper Page
_____________________________________________________________________________*/

#wrapper{
	height: 580px;
	width: 850px;
	background: url(../assets/bg.jpg) no-repeat;
	text-align: left;
	color: #333;
	position: relative;
}
#wrapper h1{
	font-weight: 300;
}

#wrapper #healthcare img, #wrapper #tours img{
	margin-right: 25px;	
}

#wrapper #labels img{
	margin-right: 55px;	
}

#wrapper #friends img{
	margin-right: 55px;	
}

#wrapper #bands {
	position: relative;
	left: -15px;
}

#wrapper #bands img{
	margin-right: 5px;
	height: 150px;
	width: 150px;	
}

#wrapper #friends .row2{
	margin-right: 45px;	
}

#wrapper #you{
	width: 600px;
}




#tab-nav{
	position: absolute;
	top: 84px;
	left: 230px;
	
}

#tab-nav li{
	display: inline;
	float: left;
}

#tab-nav li a {
	position: relative;
	height: 26px;
	width:106px;
	margin-right: 5px;
	text-align: center;
	padding:6px 0 0 0;
	background: url(../assets/tab.png) no-repeat;
	
	display: inline;
	float: left;
}

#tab_nav li a:link, #tab_nav li a:visited{
 color: #454545;
}

ul.tabs a:hover{
 color: #fff;
 background: url(../assets/tab-selected.png) no-repeat !important;
}

ul.tabs a.current, ul.tabs a.current:hover, ul.tabs li.current a {
	color: #fff;
	background: url(../assets/tab-selected.png) no-repeat !important;
	
	
}

	

#sub-nav{
	position: absolute;
	top:552px;
	left: 568px;	
	font-size: 12px !important;
}

#sub-nav li{
	float: left;
	display: inherit;
	margin-right: 12px;
	color: white;

}

#sub-nav li a:link, #sub-nav li a:visited  {
	color: white;
	}
	
	#sub-nav  li a:hover{
	 color: #000 !important;
	 border-bottom:1px solid white;
	}
	
	#sub-nav  a.current, #sub-nav  a.current:hover,  #sub-nav li.current a {
		color: #000 !important;
		border-bottom:1px solid white;
		
		
	}
	
	
	/** wrapper Page
	_____________________________________________________________________________*/
	
	.btn-active{
		cursor:pointer;
		}
	
	/* the overlayed element */
	.simple_overlay {
	position: absolute;
		top: 140px !important;
		
		width: 534px;
		
		
		height: 350px;
		/* must be initially hidden */
		display:none;
		background: url(../assets/simple-overlay.png) no-repeat;
		
		/* place overlay on top of other elements */
		z-index:10000;

		/* styling */		
	}
	
	#video-content{
		padding: 24px 0 0 30px  ;
	}
	
	/* close button positioned on upper right corner */
	.simple_overlay .close {
		background-image:url(../assets/close.png);
		position:absolute;
		right:-5px;
		top:-0px;
		cursor:pointer;
		height:35px;
		width:35px;
		
	}
	
