/* To define the width and height of workable area of webpage */

/* Image Extension class for landing */

.imgextention {
	background-image: url(../images/your-health/middle-blue_urhealth.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	width:760px;
	float:left;
	margin-top:0px;
	margin-bottom:-10px;

}

html>body .imgextention {
	background-image: url(../images/your-health/middle-blue_urhealth.jpg);
	width:760px;
	float:left;
	margin-top:0px;
	margin-bottom:0px;
	padding-bottom: 10px;
}
/* Image Extension class for landing */

div.country-left-off {
	width: 270px;
	float: left; 
	background: #EFEEEC;
	border-bottom: 10px solid #ffffff;
	font-size: 0.7em;
	color:#91867e;
	height: 15px;
	padding: 8px;
}

html>body div.country-left-off {
	width: 240px;
}

div.country-right-off {
	float:left; 
	width:120px;
	background:#EFEEEC;
	border-bottom:10px solid #ffffff;
	font-size:0.7em;
	height: 15px;
	padding: 8px;
}

div.country-left-on {
	width:270px;
	float:left;
	height:15px;
	padding: 9px; 
	background:#91867E;
	font-size:0.7em;
}

html>body div.country-left-on {
	width: 235px;
}


div.country-right-on {
	float:left; 
	width:120px;
	background:#91867E;
	height:15px;
	padding: 9px;
	font-size:0.7em;	
}

.CountryListContent1{
	Padding-left:10px;
	width:210px;
	float:left;
}
.CountryListContent2{
	width:169px;
	float:left;
}

#faq ul {
	font-family: Arial, Helvetica, sans-serif;
	list-style: none;
	white-space: wrap;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}

#faq ul li {
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	padding: 2px;	
	width:100%;
}

#faq ul li a, #faq ul li a:visited {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 1em;
	padding: 0px 5px 0px 5px;
	color: #3297b9;
	height:10px;
	background: url(../images/quicklink-arrowactive.jpg) 0 0.4em no-repeat;
}

#faq ul li a:hover, #faq ul li a:active {
	color: #FF6600;
	background: url(../images/quicklink-arrowover.jpg) 0 0.4em no-repeat;
}

/* STSRT Toggle(Show and Hide) width and height of workable area of webpage */

a {
	color: #3297b9;
	text-decoration: none;
	cursor: hand;
}

html>body a {
	color: #3297b9;
	text-decoration: none;
	cursor:pointer;
}

a:hover {
	color: #f55a1c; 
	text-decoration: none;
	cursor: hand;
}

.toggle-activelink	{
	color: #ffffff; 
}

.white	{
	color: #FFFFFF; 
	text-decoration: none
}

#textWhite	{
	color: #FFFFFF; 
	text-decoration: none
}

