<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@CHARSET "ISO-8859-1";

/* ================= 1. CSS Reset ================= */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td
	{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0; 
}
::-webkit-input-placeholder {
   color: #b3b3b3 !important;
}

:-moz-placeholder { /* Firefox 18- */
   color: b3b3b3 !important;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: b3b3b3 !important;  
}

:-ms-input-placeholder {  
   color: b3b3b3 !important;  
}

body {
	line-height: 1;
	color: black;
	background: white;
}

ol,ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}

caption,th,td {
	text-align: left;
	font-weight: normal;
}

blockquote:before,blockquote:after,q:before,q:after {
	content: "";
}

blockquote,q {
	quotes: "" "";
}

fieldset,img {
	border: 0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
}

ol,ul {
	list-style: none;
}

caption,th {
	text-align: left;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,q:after {
	content: '';
}

abbr,acronym {
	border: 0;
}

iframe&gt;body {
	background: transparent !important;
}

strong,b {
	font-weight: bold;
}

em,dfn,i {
	font-style: italic;
}

/* ================= Blurred and disabled icons and buttons ================= */
.blurred_icons {
	opacity: 0.4;
	filter: alpha(opacity = 40);
}

button[disabled] {
	cursor: not-allowed !important;
	opacity: 0.7;
	filter: alpha(opacity = 70);
}
/* ================= Font Faces ================= */
@font-face {
	font-family: 'Conv_FREESCPT';
	src: url('../../font/FREESCPT/FREESCPT.eot');
	src: url('../../font/FREESCPT/FREESCPT.woff') format('woff'),
		url('../../font/FREESCPT/FREESCPT.ttf') format('truetype'),
		url('../../font/FREESCPT/FREESCPT.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'DirtyDarren';
	src: url('../../font/dirtydarren/dirtydarren-webfont.eot');
	src: url('../../font/dirtydarren/dirtydarren-webfont.eot#iefix')
		format('embedded-opentype'),
		url('../../font/dirtydarren/dirtydarren-webfont.woff') format('woff'),
		url('../../font/dirtydarren/dirtydarren-webfont.ttf') format('truetype'),
		url('../../font/dirtydarren/dirtydarren-webfont.svg')
		format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'mvboli';
	src: url('../../font/mvboli/mvboli-webfont.eot');
	src: url('../../font/mvboli/mvboli-webfont.eot#iefix')
		format('embedded-opentype'), url('../../font/mvboli/mvboli-webfont.woff')
		format('woff'), url('../../font/mvboli/mvboli-webfont.ttf')
		format('truetype'),
		url('../../font/mvboli/mvboli-webfont.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* @font-face {
	font-family: 'CalibriRegular';
	src: url('../../font/Calibri/calibri.eot');
	src: url('../../font/Calibri/calibri.eot') format('embedded-opentype'),
		url('../../font/Calibri/calibri.woff') format('woff'),
		url('../../font/Calibri/calibri.ttf') format('truetype'),
		url('../../font/Calibri/calibri.svg') format('svg');
} */
/* ================= Breadcrumbs ================= */
.breadcrumbs a {
	color: #58595B;
	float: left;
	font-size: 12px;
	letter-spacing: 0;
	line-height: 12px;
	 text-decoration: none;
}

.breadcrumbs a span {
	color: #30c1d5;
}

/* ================= City list drop down ================= */
div.drop_down_list {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #747573;
	border-radius: 0 0 10px 10px;
	left: 315.5px;
	max-height: 200px;
	position: absolute;
	top: 322px !important;
	width: 355px !important;
	z-index: 1;
}

ul.smart_autocomplete_container {
    float: left;
    height: auto;
    margin-bottom: 0;
    overflow-y: auto;
    width: 354px;
    max-height:176px;
}

ul.smart_autocomplete_container li {
	border-bottom: 1px solid #F4F4F4;
	float: left;
	font-size: 15px;
	font-weight: normal;
	padding: 2px 0 0 18px;
	width: 314px;
}

ul.smart_autocomplete_container li span.blue {
	color: #2fbfd2;
}
/* ================= City list drop down ================= */

/* ================= Tooltip ================= */
.arrow_box {
	background: #58595b;
	-moz-box-shadow: 0 3px 2px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 3px 2px rgba(0, 0, 0, 0.5);
	box-shadow: 0 3px 2px rgba(0, 0, 0, 0.5);
	padding: 6px;
	position: absolute;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}

.arrow_box a {
	color: #b3b3b3;
	font-weight: bold;
	font-size: 12px;
	line-height: 13px;
}

.arrow_box:after {
	bottom: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box:after {
	border-color: transparent transparent #58595b;
	border-style: solid;
	border-width: 10px;
	left: 55%;
	margin-left: -53px;
}

.arrow_box_left {
	background: #686868;
	-moz-box-shadow: 0 3px 2px #686868;
	-webkit-box-shadow: 0 3px 2px #686868;
	box-shadow: 0 3px 2px #686868;
	padding: 6px;
	position: absolute;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	z-index: 1;
}

.arrow_box_left a {
	color: #B3B3B3 !important;
	float: left;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 15px;
	margin: 8px 2px;
}

.arrow_box_left:after {
	bottom: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box_left:after {
	border-color: transparent #686868;
	border-width: 9px 11px 9px 0;
	left: 42%;
	margin-left: -53px;
	top: 35%;
}

.width_118px:after {
	left: 40%%;
}

.width_118px {
	margin-left: 169px;
	margin-top: 34px;
	padding: 5px;
	width: 99px;
}

.width_118px  a {
	font-size: 11px;
	letter-spacing: 0;
	line-height: 15px;
	margin: 2px 0 1px 3px;
}

.arrow_box_left a span {
	color: #ffdd00;
	text-decoration: underline;
}
/* ================= General tags ================= */
body {
	font: 12px/1.7 Helvetica, Arial, Tahoma, sans-serif;
	color: #666666;
	-webkit-font-smoothing: antialiased;
	background: url(../../images/new_homepage/body_bg.png) repeat 0 0 transparent;
	overflow-x: hidden;
}

h1,h2,h3,h4,h5,h6 {
	font-family: Helvetica, Arial, Tahoma, sans-serif;
	margin-bottom: 12px;
	font-weight: 600;
}

.left {
	float: left;
}

.right {
	float: right;
}

/* a:link,a:visited,a:hover,a:active,a:focus {
	text-decoration: none;
	outline: none;
	font-family: Helvetica, Arial, Tahoma, sans-serif;
} */

a {
	color: #58595b;
	font-family: Helvetica, Arial, Tahoma, sans-serif;
	font-smooth: always;
	font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	box-shadow: none !important;
}


/* a:hover {
	text-decoration: underline;
}
 */

span {
	box-shadow: none !important;
}

.font_dirty_darden a {
	background: none repeat scroll 0 0 rgba(18, 18, 25, 0.9);
	color: #fff;
	font-family: Arial;
	font-size: 10px;
	padding: 5px 17px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-o-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	position: relative;
	top: 4px;
	left: 4px;
}

p {
	color: #58595B;
	font-size: 12px;
	font-family: Helvetica, Arial, Tahoma, sans-serif;
	line-height: 16px;
}

/* dl,hr,h1,h2,h3,h4,h5,h6,ol,ul,pre,table,address,fieldset,blockquote,article,p
	{
	margin-bottom: 20px;
} */

.center {
	text-align: center;
}

::selection {
	background: #2e2823;
	color: #FFFFFF;
}

::-moz-selection {
	background: #2e2823;
	color: #FFFFFF;
}
/* ================= Headers ================= */
h1 {
	font-size: 40px;
	color: #FFFFFF;
}

/* h2 {
	font-size: 22px;
	color: #58595b;
}

h3 {
	font-size: 18px;
	color: #58595b;
}

h4 {
	font-size: 16px;
	color: #58595b;
}

h5 {
	font-size: 14px;
	color: #58595b;
}

h6 {
	font-size: 12px;
	color: #58595b;
}

h1.regular,h2.regular,h3.regular,h4.regular,h5.regular,h6.regular {
	font-weight: 400;
}

h1.white,h2.white,h3.white,h4.white,h5.white,h6.white {
	color: #fff;
} */

h1.page_title {
	margin-bottom: 10px;
}

h1.bottom_line {
	border-bottom: 1px solid #d9d9d9;
	margin: 20px 0 30px 0;
	padding: 0 0 10px 0;
}

.h1_with_ruler {
	border-bottom: 1px solid #65634E;
	margin: 0 48px 24px;
}

h2.bottom_line {
	border-bottom: 1px solid #d9d9d9;
	margin-bottom: 10px;
}

h3.bottom_line {
	border-bottom: 1px solid #d9d9d9;
	margin-bottom: 20px;
	padding-bottom: 15px;
}

h3.bottom_line2 {
	border-bottom: 1px solid #d9d9d9;
	margin-bottom: 0;
	padding-bottom: 5px;
}

h4.bottom_line {
	border-bottom: 1px solid #d9d9d9;
	margin-bottom: 11px;
	padding-bottom: 10px;
}

p.bottom_line {
	border-bottom: 1px solid #d9d9d9;
	margin-bottom: 10px;
	padding: 0 0 13px 0;
}

div.bottom_line {
	border-bottom: 1px solid #d9d9d9;
	margin-bottom: 10px;
	padding: 0 0 13px 0;
}

p.align_center {
	text-align: center;
	font-size: 14px;
	color: #999999;
}

p.align_center a {
	font-weight: bold;
}

h1 strong,h2 strong,h3 strong,h4 strong,h5 strong,h6 strong {
	font-weight: 600;
}

h1.blue {
	color: #33c1d4;
	font-size: 30px;
	font-weight: normal;
	left: -2px;
	letter-spacing: -2px;
	line-height: 10px;
	position: relative;
	text-align: center;
	top: -4px;
	vertical-align: top;
}

h3.blue {
	color: #33c1d4;
	font-size: 30px;
	font-weight: normal;
	left: -2px;
	letter-spacing: -2px;
	line-height: 10px;
	position: relative;
	text-align: center;
	top: -4px;
	vertical-align: top;
}


.container_text h1 {
	float: left;
	font-family: Arial;
	font-size: 37px;
	height: 39px;
	letter-spacing: -2px;
	margin-bottom: 0;
	margin-left: 6px;
	margin-right: 0;
	margin-top: 6px !important;
	text-shadow: 0 0 5px #928A8A;
}

.search_result h1 {
	font-size: 37px;
	font-weight: normal;
}

.container_text h3 {
	color: #58595B;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: -1.2px;
	padding-left: 22px;
	position: relative;
	top: 20px;
	width: 100%;
	float: left;
}

.container_text a {
	color: #58595B;
	float: left;
	font-size: 17px;
	left: 7px;
	letter-spacing: 0;
	position: relative;
	text-rendering: optimizelegibility;
	top: 10px !important;
	width: 100%;
}

.search h1 {
	font-size: 40px;
	color: #FFFFFF;
	margin-bottom: 22px;
	line-height: 20px;
	text-shadow: 1px 0 4px #000000;
	letter-spacing: -2px;
	margin-left: 6px;
	word-spacing: 2px;
}

.mv_boli_gray {
	cursor: pointer;
	font-family: 'mvboli';
	letter-spacing: -1px !important;
	color: #58595b;
	font-size: 20px;
}

.font_dirty_darden p {
	font-size: 40px;
	font-weight: normal;
	color: #FFFFFF;
	margin-bottom: 25px;
	line-height: 20px;
	font-family: 'Conv_FREESCPT';
	margin-bottom: 5px;
	letter-spacing: -0.3px;
	word-spacing: -3.5px;
	margin-left: 4px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	.font_dirty_darden p {
		word-spacing: -6.5px;
	}
}

.broad_blue h2 {
	float: left;
	font-family: Arial;
	font-size: 25px;
	height: 39px;
	letter-spacing: -1px;
	word-spacing: 1px;
	margin-bottom: 0;
	margin-left: 3px;
	margin-right: 0;
	margin-top: 6px !important;
	text-transform: uppercase;
	-moz-text-shadow: 1px 0 2px rgba(0, 0, 0, 0.5);
	-webkit-text-shadow: 1px 0 2px rgba(0, 0, 0, 0.5);
	text-shadow: 1px 0 2px rgba(0, 0, 0, 0.5);
	color:#fff;
}

@media all and (min-width:0) {
	.broad_blue h2{
		font-size: 24px \0/!important;
	}
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	.broad_blue h2 {
		font-size: 23px !important;
	}
}




.h1_with_ruler h1 {
	background: none repeat scroll 0 0 #FFFFFF;
	color: #58595b;
	font-family: Arial;
	font-size: 30px;
	font-weight: bold;
	letter-spacing:0px;
	margin: 0 auto;
	padding-top: 10px;
	position: relative;
	text-align: center;
	top: 13px;
	line-height: 45px;
	word-spacing: -2.3px;
}

.h1_with_ruler h2 {
	background: none repeat scroll 0 0 #FFFFFF;
	color: #58595b;
	font-family: Arial;
	font-size: 30px;
	font-weight: bold;
	letter-spacing:0px;
	margin: 0 auto;
	padding-top: 10px;
	position: relative;
	text-align: center;
	top: 13px;
	line-height: 45px;
	word-spacing: -2.3px;
}
.h1_with_ruler h3 {
	background: none repeat scroll 0 0 #FFFFFF;
	color: #58595b;
	font-family: Arial;
	font-size: 30px;
	font-weight: bold;
	letter-spacing:0px;
	margin: 0 auto;
	padding-top: 10px;
	position: relative;
	text-align: center;
	top: 13px;
	line-height: 45px;
	word-spacing: -2.3px;
}

.h1_with_ruler h4 {
	background: none repeat scroll 0 0 #FFFFFF;
	color: #58595b;
	font-family: Arial;
	font-size: 30px;
	font-weight: bold;
	letter-spacing:0px;
	margin: 0 auto;
	padding-top: 10px;
	position: relative;
	text-align: center;
	top: 13px;
	line-height: 45px;
	word-spacing: -2.3px;
}



.col_small a.gray_15px {
	color: #58595B;
	float: right;
	font-size: 15px;
	left: 46%;
	line-height: 17px;
	margin-top: 45px;
	position: relative;
	text-align: left;
	text-decoration: none;
	width: 45%;
}

a.gray_15px {
	color: #58595B;
	font-size: 15px;
	line-height: 17px;
	text-decoration: none;
}

a.gray_18px {
	color: #58595B;
	font-size: 18px;
	line-height: 17px;
	text-decoration: none;
	letter-spacing: -0.7px;
}

.center a.gray_15px {
	float: left;
	left: -4px;
	line-height: 18px;
	margin: 0 17.5% 25px;
	position: relative;
	width: 65%;
}

p.gray_18px {
	color: #58595B;
	font-size: 18px;
	line-height: 17px;
	text-decoration: none;
	letter-spacing: -0.7px;
}

p.gray_15px {
	color: #58595B;
	font-size: 15px;
	line-height: 17px;
	text-decoration: none;
}

.center p.gray_15px {
	float: left;
	left: -4px;
	line-height: 18px;
	margin: 0 17.5% 25px;
	position: relative;
	width: 65%;
}

.container .blue_font,.blue_font {
	color: #58595b;
	float: left;
	font-size: 18px;
	font-weight: bold;
	left: 0;
	margin: 0 auto;
	position: relative;
	text-transform: none;
	width: 100%;
	letter-spacing: 0;
}

.paragraphs .blue_font {
	float: none;
	text-transform: none;
	width: auto;
}

.paragraphs p {
	float: left;
	left: 2px;
	margin-bottom: 12px;
	position: relative;
	width: 100%;
}

.paragraphs a.gray_15px {
	left: 2px;
	line-height: 19px;
	position: relative;
}

.container span.yellow {
	cursor: pointer;
	color: #33c1d4;
	font-size: 15px;
	text-decoration: underline;
	word-spacing: 0px;
	font-weight: bold;
}

.container span.yellow_wo_underline {
	color: #FFDD00 !important;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0;
	text-decoration: none;
	word-spacing: 0px;
	font-weight: bold;
	margin-left: 2px;
}

.container a.yellow {
	color: #33c1d4;
	font-size: 15px;
	text-decoration: underline !important;
	word-spacing: 0px;
	font-weight: bold;
}

.transparent_bg span.yellow {
	color: #33C1D4;
	font-size: 17px;
	letter-spacing: -1px;
	text-decoration: underline;
	word-spacing: 0;
	line-height: 16px;
	cursor: pointer;
}

.big_link {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
}

.head_text h3 {
	color: #58595b;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: -1px;
	margin-bottom: 0;
}


.head_text h1 {
	color: #58595b;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: -1px;
	margin-bottom: 0;
}
/* CSS3 buttons */
.green-button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #ffffff;
	padding: 11px 20px;
	background: -moz-linear-gradient(top, #88b272 0%, #7fab68 50%, #6c9b55);
	background: -webkit-gradient(linear, left top, left bottom, from(#88b272),
		color-stop(0.50, #7fab68), to(#6c9b55) );
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid #3d4536;
	-moz-box-shadow: 0px 2px 2px rgba(000, 000, 000, 0.3), inset 0px 1px 1px
		rgba(255, 255, 255, 0.5);
	-webkit-box-shadow: 0px 2px 2px rgba(000, 000, 000, 0.3), inset 0px 1px
		1px rgba(255, 255, 255, 0.5);
	text-shadow: 0px 1px 0px rgba(69, 61, 52, 0.6), 0px 1px 0px
		rgba(255, 255, 255, 0.3);
}

.green-button:hover {
	padding: 11px 20px;
	background: -moz-linear-gradient(top, #6c9b55 0%, #7fab68 50%, #88b272);
	background: -webkit-gradient(linear, left top, left bottom, from(#6c9b55),
		color-stop(0.50, #7fab68), to(#88b272) );
	border: 1px solid #483936;
	text-decoration: none;
}

.green-button:active {
	background: -moz-linear-gradient(top, #618f4b 0%, #7fab68 50%, #88b272);
	background: -webkit-gradient(linear, left top, left bottom, from(#618f4b),
		color-stop(0.50, #7fab68), to(#88b272) );
	border: 1px solid #483936;
}

button.yellow {
	cursor: pointer;
	font-family: 'arial';
	font-size: 25px !important;
	font-weight: bold;
	padding: 5px 25px;
	position: relative;
	text-decoration: none !important;
	color: #58595b !important;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
	border: 1px solid #C2AD46 !important;
	box-shadow: 1px 1px 2px 0 #808080;
	-webkit-box-shadow: 1px 1px 2px 0 #808080;
	-moz-box-shadow: 1px 1px 2px 0 #808080;
	background: #efcf02; /* Old browsers */
	background: -moz-linear-gradient(top, #efcf02 0%, #fedc01 22%, #ffdd01 22%, #ffdd01
		23%, #fedc01 95%, #f5d400 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #efcf02),
		color-stop(22%, #fedc01), color-stop(22%, #ffdd01),
		color-stop(23%, #ffdd01), color-stop(95%, #fedc01),
		color-stop(100%, #f5d400) ); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #efcf02 0%, #fedc01 22%, #ffdd01 22%,
		#ffdd01 23%, #fedc01 95%, #f5d400 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #efcf02 0%, #fedc01 22%, #ffdd01 22%, #ffdd01
		23%, #fedc01 95%, #f5d400 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #efcf02 0%, #fedc01 22%, #ffdd01 22%, #ffdd01
		23%, #fedc01 95%, #f5d400 100%); /* IE10+ */
	background: linear-gradient(to bottom, #efcf02 0%, #fedc01 22%, #ffdd01 22%, #ffdd01
		23%, #fedc01 95%, #f5d400 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(  startColorstr='#efcf02',
		endColorstr='#f5d400', GradientType=0 ); /* IE6-9 */
		text-shadow:0.5px 1px #fff;
}

.transparent_bg button.yellow {
	border: 1px solid #BEBEC0;
	color: #58595B !important;
	font-family: 'arial';
	font-size: 30px !important;
	font-weight: lighter;
	letter-spacing: -2px !important;
	padding: 9px 79px;
	position: relative;
	text-decoration: none !important;
	word-spacing: 2px !important;
	background: linear-gradient(center top, #EFCF00 0%, #FFDD00 50%, #F0D000)
		repeat scroll 0 0 #ffdd00;
	background: -moz-linear-gradient(center top, #EFCF00 0%, #FFDD00 50%, #F0D000)
		repeat scroll 0 0 #ffdd00;
	background: -webkit-gradient(linear, left top, left bottom, from(#EFCF00),
		color-stop(0.50, #FFDD00), to(#F0D000) );
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid #BEBEC0;
	box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.5);
	text-shadow: 1px 1px 1px #FFFFFF;
}

.simple_gray_button {
	background: none repeat scroll 0 0 #686868;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-o-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	color: #FFFFFF !important;
	float: right;
	font-family: Arial;
	font-size: 10px !important;
	letter-spacing: 0 !important;
	margin-left: 60%;
	margin-right: 6%;
	margin-top: 1%;
	padding: 3px 15px;
}

/* ===================Hotel tooltip======================= */
/* -------------------Hotel tooltip ---------------------- */
.tooltip_gloabl {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	background: none repeat scroll 0 0 rgba(39, 39, 39, 0.7);
	border: 1px solid #4f4f4f;
	padding: 10px;
	position: absolute;
	text-align: left;
	width: 218px;
	z-index: 9;
}

.tooltip_gloabl .arrow {
	background: url("../../images/new_homepage/search/tooltip_arrow_left.png")
		no-repeat scroll 0 0 transparent;
	float: left;
	height: 20px;
	left: -10%;
	position: relative;
	top: 50px;
	width: 20px;
}

.tooltip_gloabl .inner_body,.tooltip_gloabl .hotel_height4 {
	background: none repeat scroll 0 0 #323230;
	border-radius: 0 0 3px 3px;
	float: none;
	height: 273px;
	overflow-y: auto;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 0 !important;
	padding-top: 10px;
	position: relative;
	width: 95.4%;
}

.tooltip_gloabl .hotel_height1 {
	height: 90px !important;
}

.tooltip_gloabl .hotel_height2 {
	height: 175px !important;
}

.tooltip_gloabl .hotel_height3 {
	height: 265px !important;
}

.inner_body .country_list {
	float: left;
	height: 255px;
	overflow-y: auto;
	position: relative;
	text-align: left;
	top: -15px;
	width: 208px;
}

.tooltip_gloabl a.heading {
	color: #58595B;
	border-bottom: 1px solid #9B9EA3;
	float: left;
	font-size: 15px;
	font-weight: bold;
	left: 0;
	letter-spacing: -1px;
	margin-bottom: -5px;
	padding-bottom: 5px;
	padding-left: 10px;
	position: relative;
	top: -20px;
	width: 96%;
	word-spacing: 0;
	z-index: 9;
}

a.close {
	cursor: pointer;
	left: 223px;
	position: absolute;
	top: -9px;
	z-index: 3;
}

.tooltip_gloabl a.close {
	left: 24px;
	position: relative;
	top: -24px;
	z-index: 3;
	cursor: pointer;
}

.hotel_tooltip a.close {
	cursor: pointer;
	left: 226px;
	position: absolute;
	top: -9px;
	width: 20px;
	z-index: 3;
}

.inner_body .country_list span {
	color: #58595B;
	float: left;
	font-size: 14px;
	line-height: 10px;
	padding-top: 12px;
	width: 100%;
}

/* ================= List Styles ================= */
ul {
	list-style: none;
	margin-top: 0;
}

ol {
	margin-bottom: 0;
	margin-top: 0;
}

ol,ol li {
	list-style: decimal outside;
}
/* ================= Images ================= */
img.alignleft {
	float: left;
	margin: 10px 16px 10px 0;
}

img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	float: right;
	margin: 5px 0px 5px 11px;
}
/* ================================================================Photo Gallery=================================================================== */
.gallery {
	background: none repeat scroll 0 0 transparent;
	border: 1px solid #ffffff;
	float: left;
	height: 245px;
	padding: 7px 0 0;
	position: relative;
	width: 673px;
}

.gallery ul {
	float: right;
	height: 219px;
	list-style: none outside none;
	margin: 3px 0 0;
	overflow: hidden;
	padding: 0;
	width: 208px;
}

.gallery ul li {
	cursor: pointer;
	display: inline;
	float: right;
	height: 78px;
	margin-right: 12px;
	width: 85px;
	*float: left !important;
}

.gallery ul li img {
	display: block;
	width: 85px;
	height: 65px;
	border: 1px solid #96a1b5;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}

.gallery ul li span {
	display: none;
	position: absolute;
	left: 547px;
	top: 235px;
	width: 200px;
	font-family: verdana, arial, sans-serif;
	color: #06a;
	font-size: 11px;
	line-height: 15px;
	text-align: justify;
}

.gallery ul li span b {
	color: #444;
}

.gallery ul li.default {
	width: 0;
	height: 0;
	border: 0;
}

.gallery ul li.default i {
	position: absolute;
	left: 0;
	top: 0;
	width: 545px;
	height: 355px;
	*float: left !important;
}

.gallery ul li.default i img {
	margin: 5px auto 0 auto;
	width: 400px;
	height: 300px;
	border: 1px solid #96a1b5;
	*float: left !important;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}

.gallery ul li.off {
	display: none;
}

.gallery ul li.click {
	height: auto;
	width: auto;
	margin: 0;
}

.gallery ul li.click i {
	float: left;
	height: 235px;
	left: 0;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	position: absolute;
	top: 0;
	width: 454px;
}

.gallery ul li.click i img {
	border: 1px solid #96a1b5;
	width: 454px;
	height: 235px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}

.gallery ul li.default span,.gallery ul li.click span {
	display: block;
}
/* ================= Forms ================= */
input,textarea {
	border: 1px solid #cccccc;
	padding: 7px 10px 7px 10px;
	font-size: 11px;
	color: #58595b;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#contact-form input[type="text"],#contact-form input[type="email"],#contact-form input[type="tel"],.contact-form input[type="text"],.contact-form input[type="email"],.contact-form input[type="tel"]
	{
	clear: both;
	width: 329px;
	height: 38px;
	float: left;
	box-shadow: 0 0 3px #DDDDDD inset;
	-webkit-box-shadow: 0 0 3px #DDDDDD inset;
	-moz-box-shadow: 0 0 3px #DDDDDD inset;
	/* border:1px solid #CCC; */
	background: #fff;
	padding: 10px;
	-moz-border-radius: 5px 0 0 5px;
	-webkit-border-radius: 5px 0 0 5px;
	-o-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;
	color: #b3b3b3;
	font-family: Arial;
	font-size: 21px;
	
	padding-left: 16px;
}

#contact-form span.drop_list,.contact-form span.drop_list {
	display: inline-block;
	position: absolute;
	width: 26px;
	height: 38px;
	float: left;
	box-shadow: 0 0 3px #DDDDDD inset;
	-webkit-box-shadow: 0 0 3px #DDDDDD inset;
	-moz-box-shadow: 0 0 3px #DDDDDD inset;
	border: 1px solid #CCC;
	background: #ffdd00;
	padding: 10px;
	-moz-border-radius: 0 5px 5px 0;
	-webkit-border-radius: 0 5px 5px 0;
	-o-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;
}

#contact-form span.drop_list:after,.contact-form span.drop_list:after {
	border-left: 11px solid transparent;
	border-right: 11px solid transparent;
	border-top: 19px solid #FFFFFF;
	content: "";
	height: 0;
	left: 30%;
	top: 40% !important;
	width: 0;
	position: absolute;
	box-shadow: 0 0 3px #DDDDDD inset;
	-webkit-box-shadow: 0 0 3px #DDDDDD inset;
	-moz-box-shadow: 0 0 3px #DDDDDD inset;
}

button[type="submit"] {
	cursor: pointer;
}

#contact-form button[type="submit"],.contact-form button[type="submit"]
	{
	cursor: pointer;
	height: 59px;
	width: 296px;
	float: right;
	border: 1px solid #C2AD46;
	box-shadow: 1px 1px 2px 0 #808080;
	-webkit-box-shadow: 1px 1px 2px 0 #808080;
	-moz-box-shadow: 1px 1px 2px 0 #808080;
	padding: 0px 0px 0px 7px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-o-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	color: #58595B;;
	font-family: 'arial';
	font-size: 30px;
	letter-spacing: -2px;
	border-right: 0;
	text-shadow: 0px 1px #fff;
	background: #efcf02; /* Old browsers */
	background: -moz-linear-gradient(top, #efcf02 0%, #fedc01 22%, #ffdd01 22%, #ffdd01
		23%, #fedc01 95%, #f5d400 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #efcf02),
		color-stop(22%, #fedc01), color-stop(22%, #ffdd01),
		color-stop(23%, #ffdd01), color-stop(95%, #fedc01),
		color-stop(100%, #f5d400) ); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #efcf02 0%, #fedc01 22%, #ffdd01 22%,
		#ffdd01 23%, #fedc01 95%, #f5d400 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #efcf02 0%, #fedc01 22%, #ffdd01 22%, #ffdd01
		23%, #fedc01 95%, #f5d400 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #efcf02 0%, #fedc01 22%, #ffdd01 22%, #ffdd01
		23%, #fedc01 95%, #f5d400 100%); /* IE10+ */
	background: linear-gradient(to bottom, #efcf02 0%, #fedc01 22%, #ffdd01 22%, #ffdd01
		23%, #fedc01 95%, #f5d400 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(  startColorstr='#efcf02',
		endColorstr='#f5d400', GradientType=0 ); /* IE6-9 */
}

#contact-form button[type="submit"] span,.contact-form button[type="submit"] span
	{
	font-family: 'mvboli';
	letter-spacing: -1px !important;
	
}
/* === Clearfix === */
/* .clear {
	clear: both;
	display: block;
	height: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0
} */

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
	visibility: hidden;
	width: 0
}

* html .clearfix,:first-child+html .clearfix {
	zoom: 1
}
/* ================= Deviders ================= */
/* .clear {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
 */
.padding5 {
	padding-top: 5px;
	font-size: 0;
	line-height: 0;
}

.padding7 {
	float: left;
	width: 100%;
	padding-top: 7px;
	font-size: 0;
	line-height: 0;
}

.padding10 {
	padding-top: 10px;
	font-size: 0;
	line-height: 0;
}

.padding15 {
	padding-top: 15px;
	font-size: 0;
	line-height: 0;
}

.padding20 {
	padding-top: 20px;
	font-size: 0;
	line-height: 0;
}

.padding30 {
	padding-top: 30px;
	font-size: 0;
	line-height: 0;
}

.padding34 {
	padding-top: 34px;
	font-size: 0;
	line-height: 0;
}

.padding35 {
	padding-top: 35px;
	font-size: 0;
	line-height: 0;
}

.padding40 {
	padding-top: 40px;
	font-size: 0;
	line-height: 0;
}

.none {
	display: none;
}

.line {
	font-size: 0px;
	border-top: 1px solid #d9d9d9;
}

hr {
	background: transparent;
	border: 0;
	clear: both;
	color: transparent;
	height: 1px;
	margin: 0;
	padding: 0
}

hr {
	background: #d9d9d9;
	color: #d9d9d9;
	margin: 5px 0 25px 0;
}

hr.dotted {
	border-style: dotted;
}

p+hr {
	margin: 25px 0 20px 0;
}
/* ================= Header Menu ================= */
div.logo {
	float: left;
	margin-bottom: 10px;
	margin-top: 20px;
	width: 22%;
}

.small_header {
	height: 108px;
}

.small_header .logo {
	float: left;
	margin-bottom: 10px;
	margin-top: 0px;
	width: 22%;
}

.small_header .main-menu {
	float: right;
	height: 68px;
	margin: 0;
	width: 46%;
}

.main-menu {
	margin: 0;
	float: right;
	height: 130px;
}

.main-menu ul {
	margin: 0;
	position: relative;
	top: 58.5%;
}

.small_header .main-menu ul {
	left: 40px;
	margin: 0;
	position: relative;
	top: 28.5%;
}

.main-menu li ul {
	padding-top: 0px;
	left: -2px !important;
}

.main-menu li ul li {
	box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.1);
}

.main-menu li {
	white-space: nowrap;
	display: block;
	position: relative;
	margin: 0;
	
	z-index: 100;
}

.main-menu a {
	color: #FBFBFB ;
	display: block;
	font-family: "Helvetica neue", Arial, sans-serif;
	font-size: 15px;
	font-weight: normal;
	position: relative;
	line-height: 28px;
	font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	text-shadow: 0 0 1px #58595B;
	cursor: pointer;
	   text-decoration: none ;
}



.main-menu li a.dest_list:after {
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 6px solid #FFFFFF;
	content: "";
	height: 0;
	left: 90%;
	top: 44% !important;
	width: 0;
	position: absolute;
	text-shadow: 1px 0 1px #58595B;
}

.main-menu li.homepage_dest a.dest_list:after {
	left: 105%;
}

.main-menu a:hover {text-decoration:underline;}

.main-menu a.active {
	color: #58595b;
}

.main-menu li.submenu&gt;a {
	padding-right: 15px;
	background: url(http://www.weareholidays.co.in/images/new_homepage/menu_down_arrow.png) no-repeat
		right;
	cursor: default;
}

.main-menu&gt;ul&gt;li {
	float: left;
	margin-right: 9px;
}


.main-menu li ul {
	display: none;
	position: absolute !important;
	top: 140% !important;
	z-index: 100;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	background: #FFFFFF;
	border: 1px solid #FFFFFF;
}

.main-menu li ul:after {
	content: "";
	top: -12%;
	left: -4%;
	width: 100%;
	height: 100%;
	z-index: 9;
	position: absolute;
	border: 10px solid #272727;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	opacity: 0.7;
	filter: alpha(opacity = 70);
	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;
}

.main-menu li:hover&gt;ul {
	display: block;
}

.main-menu li ul li.submenu&gt;a {
	padding-right: 10px;
	background: #403830 url(http://www.weareholidays.co.in/images/new_homepage/submenu_left_arrow.png)
		no-repeat right;
}

.main-menu li ul li.submenu&gt;a:hover {
	padding-right: 10px;
	background: #f5f5f5 url(http://www.weareholidays.co.in/images/new_homepage/submenu_left_arrow.png)
		no-repeat right;
}

.main-menu li ul li {
	border-bottom: 1px solid #c9c9c9;
	background: #FFF;
}

.main-menu li ul li a:hover {
	background: #ffffff;
	color: #58595B;
}

.main-menu li ul li:last-child {
	border-bottom: 1px solid #ffffff;
}

.main-menu li ul li a {
	background: #FFFFFF;
	color: #58595B;
	line-height: 33px;
	padding: 0 25px 0 12px;
	text-shadow: none !important;
}

.main-menu li ul li ul {
	top: -1px !important;
	left: 100% !important;
	padding: 0 !important;
}

.main-menu li.click_to_call {
	height: 32px;
	width: 126px;
	overflow: hidden;
}

.topnav {
	float: right;
	width: 390px;
}

.topnav ul {
	float: right;
	left: 0 !important;
	list-style: none outside none;
	margin: 0;
	padding: 0;
	top: 0 !important;
}

.topnav ul li {
	display: inline-block;
	float: left;
}

.topnav ul li a {
	color: #FFFFFF;
	display: block;
	font-size: 14px;
	margin-top: 0;
	padding: 11px 3px 5px;
	text-decoration: none;
	text-shadow: 0 0 1px #58595B;
}

/* ================= Footer ================= */
.footerbotleft {
	float: left;
	font-family: Arial;
	margin-top: 15px;
	text-align: left;
	width: 640px;
}

a.darkgray {
	float: left;
	color: #ffffff;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	width: 100%;
}

.newfooter .footerbotleft ul.quicklinks {
	float: left !important;
	list-style: none outside none;
	margin: 3px 0;
	padding: 0;
	text-align: left;
}

.footerbotleft ul {
	float: left;
	letter-spacing: -0.3px;
	line-height: 17px;
	list-style: none outside none;
	margin: 3px 0;
	padding: 0
}

.footerbotleft ul li span a {
	color: #FFFFFF;
	float: left;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}

.footerbotleft ul li {
	display: inline-block;
	float: left;
	margin: 0 3px;
}

ul.quicklinks li {
	display: inline-block;
	float: left;
	letter-spacing: -0.8px;
	margin: 0 3px;
}

ul.share_icons li {
	margin: 0 0 12px !important;
}

.footerbotright a.darkgray {
	color: #5B5B5B;
	float: left;
	font-size: 13px;
	font-weight: bold;
	margin-left: 3px;
	margin-right: 5px;
	margin-top: 6px;
	text-decoration: none;
	width: auto;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	.footerbotright a.darkgray {
		letter-spacing: -1.8px !important;
	}
}

.footerbotright ul {
	float: left;
	list-style: none outside none;
	margin: 9px 0 6px;
	padding: 0;
}

ul.payment_options {
	height: 86px;
}

.footerbotright ul li span {
	color: #199EC0;
	font-size: 12px;
}

.footerbotright ul li {
	display: inline-block;
	float: left;
	margin: -5px 0 6px;
	position: relative;
}

.footerbotright ul li img {
	float: left;
}

.footerbotright ul.share_icons {
	margin-top: 2px;
	padding-left: 0;
}

.footerbotright ul.share_icons li img {
	float: left;
	margin-right: 7px;
	width: 35px;
}

.footerbotright {
	float: right;
	text-align: left;
	width: 300px;
	margin-top: 10px;
}

.newfooter table {
	margin: 0 auto;
	width: 972px;
}

.newfooter .botinfoimages ul li {
	display: inline-block;
	float: left;
	margin: 0;
	width: 206px;
}

.newfooter .botinfoimages {
	background: #58595b;
	border: 1px solid #58595b;
	border-radius: 5px 5px 5px 5px;
	float: left;
	margin-bottom: 6px;
	margin-top: 17px;
	width: 612px;
}

.newfooter #botinfoimagebig {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: -0.1px;
}

.newfooter #botinfoimagesmall {
	float: left;
	font-size: 10px;
	margin-top: -5px;
}

.newfooter .botinfoimages ul li a {
	color: #30C1D5;
	text-decoration: none;
}

body.customize_footer .footerbotright {
	float: right;
	margin-top: 27px;
	text-align: left;
	width: 315px;
}

.botinfoimages img {
	float: left;
}

#botinfotext {
	float: none;
	margin-top: 20px;
}

.footer_text_box {
	border: 1px solid #DEDEDE;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	float: left;
	height: auto;
	text-align: left;
	width: 950px;
	padding: 5px 10px 10px;
}

/* ================= Base Structure ================= */
.container {
	width: 940px;
	margin: 0 auto;
}

.container_fullwidth {
	margin: 0 auto;
	min-height: 144px;
	*min-height: auto;
}

.transparent_bg {
	border: 1px solid #bbbcc3;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.3)
}

.testimonial {
	background: url("../../images/new_homepage/testimonial.png") repeat-x scroll
		center 53px #FFFFFF;
}

.transparent_bg table {
	padding: 10px 22px;
	margin: 0;
}

.transparent_bg table tr.trans {
	background: transparent;
	float: left;
	height: 42px;
}

.transparent_bg table tr.blue {
	background: #a3d6ec;
	float: left;
	height: 36px;
}

.transparent_bg table tr.yellow {
	background: #efecd1;
	float: left;
	height: 73px;
}

.transparent_bg table tr td {
	border: medium none !important;
	float: none;
	padding: 11.8px 17px;
	vertical-align: middle;
	width: 169.7px;
}

.transparent_bg table tr td a {
	color: #58595B;
	float: right;
	font-size: 17px;
	letter-spacing: -1px;
	line-height: 15px;
	word-spacing: 3px;
	position: relative;
	left: -63px;
}

.transparent_bg a {
	color: #58595B;
	font-size: 15px;
	left: 25px;
	line-height: 18px;
	position: relative;
}

.transparent_bg table tr.trans td a {
	color: #65634e;
	font-size: 16px;
	line-height: 12px;
}

.transparent_bg tr:first-child {
	float: left;
}

.blue_bg {
	background: none repeat scroll 0 0 #D6F3F7;
    border-radius: 10px;
    height: 208px;
    padding: 14px 16px;
    text-align: left;
}

.blue_bg h2 {
	font-size: 23px;
	font-weight: normal;
	letter-spacing: -0.2px;
	line-height: 23px;
	margin-bottom: 8px;
}

.blue_bg b,.blue_bg a,.blue_bg span {
	float: none;
}

.free_stamp {
	float: none;
	left: 284px;
	position: relative;
	top: -362px;
	width: auto;
}

img.free {
	float: right;
	position: absolute;
	right: 143px;
	top: 328px;
}

ul.bluepoints {
	float: left;
	margin: 0;
	padding-left: 10px;
	width: 100%;
}

ul.bluepoints li {
	background: url("../../images/new_homepage/sprite.png") no-repeat scroll
		-137px -2px transparent;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: normal;
	padding-bottom: 5px;
	padding-left: 20px;
	word-spacing: -2px;
}
/* -------------------Gradient code------------------- */
.newfooter {
	border-top: 1px solid #DEDEDE;
	margin: 15px auto 0;
	text-align: center;
	width: 100%;
	padding-top: 20px;
	vertical-align: bottom;
	filter:
		"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#30c1d5, endColorstr= #25a3b5)";
	background-image: -moz-linear-gradient(top, #30c1d5 48%, #25a3b5 91%);
	background-image: -webkit-linear-gradient(top, #30c1d5 48%, #25a3b5 91%);
	background-image: -ms-linear-gradient(top, #30c1d5 48%, #25a3b5 91%);
	background-image: linear-gradient(top, #30c1d5 48%, #25a3b5 91%);
	background-image: -o-linear-gradient(top, #30c1d5 48%, #25a3b5 91%);
	background-image: -webkit-gradient(linear, right top, right bottom, color-stop(48%,
		#30c1d5), color-stop(91%, #25a3b5) );
	/*IE7-*/
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#30c1d5',
		endColorStr='#25a3b5', GradientType=0 );
	/*IE8+*/
	-ms-filter:
		"progid:DXImageTransform.Microsoft.Gradient(startColorStr='#30c1d5', endColorStr='#25a3b5', GradientType=0)";
}

.small_header .header_bg {
	height: 108px;
	background: url("../../images/new_homepage/header-cut.png") repeat-x scroll 0
		0 #2aa8ba;
	/* 	background: #2aa8ba; Old browsers
	background: -moz-linear-gradient(top, #2aa8ba 0%, #25a3b5 34%, #30c1d5 64%, #30c1d5 100%); FF3.6+
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2aa8ba), color-stop(34%,#25a3b5), color-stop(64%,#30c1d5), color-stop(100%,#30c1d5)); Chrome,Safari4+
	background: -webkit-linear-gradient(top, #2aa8ba 0%,#25a3b5 34%,#30c1d5 64%,#30c1d5 100%); Chrome10+,Safari5.1+
	background: -o-linear-gradient(top, #2aa8ba 0%,#25a3b5 34%,#30c1d5 64%,#30c1d5 100%); Opera 11.10+
	background: -ms-linear-gradient(top, #2aa8ba 0%,#25a3b5 34%,#30c1d5 64%,#30c1d5 100%); IE10+
	background: linear-gradient(to top, #2aa8ba 0%,#25a3b5 34%,#30c1d5 64%,#30c1d5 100%); W3C
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2aa8ba', endColorstr='#30c1d5',GradientType=0 ); IE6-9 */
}

.small_header { /*IE7-*/
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#30c1d5',
		endColorStr='#25a3b5', GradientType=0 );
	/*IE8+*/
	-ms-filter:
		"progid:DXImageTransform.Microsoft.Gradient(startColorStr='#30c1d5', endColorStr='#25a3b5', GradientType=0)";
}

.yellow_gradient {
	background: #efcf00; /* Old browsers */
	background: -moz-linear-gradient(top, #efcf00 5%, #fedc00 12%, #ffdd00 14%, #fedc00
		48%, #ffdd00 51%, #efcf00 83%, #efcf00 96%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #efcf00),
		color-stop(12%, #fedc00), color-stop(14%, #ffdd00),
		color-stop(48%, #fedc00), color-stop(51%, #ffdd00),
		color-stop(83%, #efcf00), color-stop(96%, #efcf00) );
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #efcf00 5%, #fedc00 12%, #ffdd00 14%,
		#fedc00 48%, #ffdd00 51%, #efcf00 83%, #efcf00 96%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #efcf00 5%, #fedc00 12%, #ffdd00 14%, #fedc00
		48%, #ffdd00 51%, #efcf00 83%, #efcf00 96%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #efcf00 5%, #fedc00 12%, #ffdd00 14%, #fedc00
		48%, #ffdd00 51%, #efcf00 83%, #efcf00 96%); /* IE10+ */
	background: linear-gradient(to bottom, #efcf00 5%, #fedc00 12%, #ffdd00 14%, #fedc00
		48%, #ffdd00 51%, #efcf00 83%, #efcf00 96%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(  startColorstr='#efcf00',
		endColorstr='#efcf00', GradientType=0 ); /* IE6-9 */
}



@media screen and (-webkit-min-device-pixel-ratio:0) {
.footerbotleft ul li span a {
  font-weight:400;
  
}
}
/*
     FILE ARCHIVED ON 23:48:45 Jul 14, 2014 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 04:43:46 Dec 05, 2021.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 117.735
  exclusion.robots: 0.112
  exclusion.robots.policy: 0.104
  RedisCDXSource: 3.11
  esindex: 0.009
  LoadShardBlock: 90.891 (3)
  PetaboxLoader3.datanode: 111.349 (4)
  CDXLines.iter: 20.867 (3)
  load_resource: 119.378
  PetaboxLoader3.resolve: 67.071
*/</pre></body></html>