* { 
	margin:0;
	padding:0;
}
html, body { 
	height:100%;
}
body { 
	background:#fff; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%; 
	line-height:1em; 
	color:#64625f;
}

img {
	border:0; 
	vertical-align:top; 
	text-align:left;
}
object { 
	vertical-align:top; 
	outline:none;
}
ul, ol { 
	list-style:none;
}

.fleft { 
	float:left;
}
.fright { 
	float:right;
}
.clear { 
	clear:both;
}

.col-1, .col-2, .col-3 { 
	float:left;
}

.alignright { 
	text-align:right;
}
.aligncenter { 
	text-align:center;
}

.wrapper { 
	width:100%;
	overflow:hidden;
}
.container { 
	width:100%;
}

.rotatingimg {
	position:absolute; 
	width:425px; 
	height:317px; 
	margin-left:318px; 
	margin-top:-317px; 
	background-position:center; 
	background-repeat:no-repeat;	
}


/*==== GLOBAL =====*/
#main {
	width:957px; 
	margin:0 auto;
	font-size:.75em;
}

#header {

}

/*----- forms parameters -----*/

input, select, textarea { 
	font-family:Arial, Helvetica, sans-serif; font-size:1em;
	vertical-align:middle;
	font-weight:normal;
    height: 25px;
}


/*----- other -----*/
.img-indent { 
	margin:0 20px 0 0; 
	float:left;
}
.img-box { 
	width:100%; 
	overflow:hidden; 
	padding-bottom:20px;
}
	.img-box img { 
		float:left; 
		margin:0 20px 0 0;
	}

.extra-wrap { 
	overflow:hidden;
}


p {
	margin-bottom:16px;
}
.p1 { 
	margin-bottom:8px;
}
.p2 { 
	margin-bottom:16px;
}
.p3 { 
	margin-bottom:24px;
}

/*----- txt, links, lines, titles -----*/
a {
	color:#4e4c4d; 
	outline:none;
}
a:hover{
	text-decoration:none;
}


h3 {
	font-size:24px;
	line-height:1.2em;
	color:#4c8f26;
	font-weight:normal;
	background:url(../images/line-hor.gif) left bottom repeat-x;
	padding:0 0 12px 0;
	margin-bottom:13px;
}
h4 {
	font-size:1em;
	margin-bottom:16px;
}
h5 {
	font-size:19px;
	line-height:1.2em;
	font-style:italic;
	font-weight:normal;
	margin-bottom:20px;
	color:#4e4c4d; 
	
}
h5 a {
	text-decoration:none;
	color: #4e4c4d;
}
h5 a:hover {
	color:#767676;
}
h6 {
	font-size:1em;
	color:#43bada;
	font-style:italic;
	margin-bottom:18px;
}


.link1 { 
	font-weight:bold;
	text-decoration:none;
	color: #4e4c4d;
}
	.link1:hover {
		color:#767676;
		text-decoration:none;
	}

.link2 { 
	font-weight:bold;
	text-decoration:none;
	color:#64625f;
}
	.link2:hover {
		color:#111;
		text-decoration:none;
	}


.line-hor { 
	background:#3a3c52;
	height:1px;
	overflow:hidden;
	font-size:0;
	line-height:0;
	margin:20px 0 20px 0;
}
.line-ver { 
	background-image:url(../images/line-ver.gif); 
	background-repeat:repeat-y;
	width:100%;
}


.address dt {
		margin-bottom:16px;
	}
	.address dd { 
		clear:both;
	}
		.address dd span { 
			float:left;
			width:84px;
		}
		.address dd a {
			color:#4e4c4d;
		}

.department {
	padding-bottom:16px;
}
	.department dd { 
		clear:both;
	}
		.department dd span { 
			float:left;
			width:84px;
		}
		.department dd a {
			color:#64625f;
		}


/* style the outer div to give it width */
.nav {
	font-size:12px;
	font-family:Georgia, "Times New Roman", Times, serif; 
	z-index: 100;
}
/* remove all the bullets, borders and padding from the default list styling */
.nav ul {
	padding:0;
	margin:0;
	list-style-type:none;
	white-space: normal;
	z-index: 100;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.nav li {
	float:left;
	width:159px;
	position:relative;
	border-color:#005598;
	cursor: default !important;
	background-color:#005598;
	z-index: 100;
	_margin-left: -2px;
}
.nav ul ul {
	width:159px;
	height:30px;
	z-index: 100;
}
/* style the links for the top level */
.nav a, .nav a:visited {
	display:block;
	font-size:12px;
	text-decoration:none;
	color:#ffffff;
	width:159px;
	height:30px;
	line-height:30px;
	border:1px solid #fff;
	border-width:1px 1px 0 1px;
	text-align:center;
}
/* style the second level links */
.nav ul ul a, .nav ul ul a:visited {
	font-size:12px;
	font-weight:normal;
	background:#005598;
	color:#ffffff;
	height:auto;
	line-height:1em;
	padding:10px 0px 10px 0px;
	width:159px/* yet another hack for IE5.5 */
}
* html .nav ul ul a {
	width:159px;	
	z-index: 100;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .nav a, * html .nav a:visited {
	width:159px;	
}
/* style the top level hover */
.nav a:hover, .nav ul ul a:hover {
	color:#ffffff;
	background-color:#72c618;
}
.nav :hover > a, .nav ul ul :hover > a {
}
/* style the second level background */
.nav ul ul a.drop, .nav ul ul a.drop:visited {
	background:#005598;
}
/* style the second level hover */
.nav ul ul a.drop:hover {
	background:#72c618;
}
.nav ul ul :hover > a.drop {
	background:#72c618;
}
/* hide the sub levels and give them a positon absolute so that they take up no room */
.nav ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	top:30px;
	left:0;
	width:159px;
	z-index: 100;
}
/* another hack for IE5.5 */
* html .nav ul ul {
	top:30px;	
}
/* make the second level visible when hover on first level list OR link */
.nav ul li:hover ul, .nav ul a:hover ul {
	visibility:visible;
}
.nav li.sfhover ul {
	visibility:visible;
}



/*===== header =====*/
#header .logo {
	float:left;
	padding:10px 0 0 0px;
}
	
/*===== content =====*/
#content {
	margin-top: 0px;	
}
#content .indent {
	padding:25px 0 35px 7px;
}
#content .indent1 {
	padding:0 0 35px 7px;
}

#content .row-1 {
	padding-bottom:40px;
}

.img-list {
	margin-bottom:-25px;
}
	.img-list li {
		width:100%;
		overflow:hidden;
		padding-bottom:25px;
	}
		.img-list li img {
			float:left;
			margin-right:17px;
		}
		.img-list li p {
			margin-bottom:3px;
		}

.list1 {
	margin-bottom:-17px;
}

.list1 dt {
	padding-bottom:3px;
	margin-left: 25px;
}
.list1 dt img 
{
    margin-left: -25px; 
    margin-top: -2px;
}
	.list1 dt em {
		color:#4e4c4d;
	}
	.list1 dt a {
		font-size:19px;
		font-style:italic;
		text-decoration:none;
		color: #4e4c4d;
	}
	.list1 dt a:hover {
		text-decoration:underline;
		color: #767676;
	}
	
	.list1 dd {
		padding-bottom:17px;
		margin-left: 25px;
	}
		.list1 dd p {
			margin-bottom:3px;
		}
		
.list2 li {
	color:#cccccc;
	padding-bottom:9px;
}		
	.list2 li a {
		text-decoration:none;
		font-weight:bold;
		font-style:italic;
	}
	.list2 li a:hover {
		color:#72c618;
	}


/*== featured box begin ==*/
#featured {width:957px; position:relative; height:317px; overflow:hidden;}
#featured ul.ui-tabs-nav { position:absolute; top:0; list-style:none; padding:0; margin:0; width:213px; z-index:1; margin-left:100%; left:-213px;}
#featured ul.ui-tabs-nav li { padding-bottom:1px; }
#featured ul.ui-tabs-nav li a { 
	display:block;
	background:#4c8f26;
	padding:19px 15px 22px 33px;
	color:#FFF;
	text-decoration:none;
	font-size:.91em;
	line-height:13px;
	height: 64px;
}
#featured ul.ui-tabs-nav li a:hover {
	background:#72c618;
}
	#featured ul.ui-tabs-nav li a strong {
		display:block;
		color:#fff;
		font-size:18px;
		line-height:1.2em;
		font-weight:normal;
		margin-bottom:4px;
	}
#featured ul.ui-tabs-nav li.ui-tabs-selected a {background:url(../images/arrow1.gif) 11px center no-repeat #72c618  !important;}

#featured ul.ui-tabs-nav li.last { padding-right:0;}

#featured .ui-tabs-panel {
	position:relative;
	z-index:1;
	width:743px;
	overflow: hidden;
}

#featured .ui-tabs-panel .info{ 
	width:317px;
	height:317px;
	background:#4c8f26;
	color:#fff;
	line-height:1.5em;
	margin-right:1px;
}
#featured .ui-tabs-panel .info .button {
	color:#4e4c4d;
	
}
#featured .ui-tabs-panel .info .button:hover {
	color:#767676;
	
}
#featured .ui-tabs-panel .info.bg1 {
	background:#4c8f26;
}
	#featured .ui-tabs-panel .info.bg1 .button {
		color:#72c618;
	}
	#featured .ui-tabs-panel .info.bg1 .button:hover {
		color:#767676;
	}
#featured .ui-tabs-panel .info.bg2 {
	background:#4c8f26;
}
	#featured .ui-tabs-panel .info.bg2 .button {
		color:#72c618;
	}
	#featured .ui-tabs-panel .info.bg2 .button:hover {
		color:#767676;
	}
	
	#featured .ui-tabs-panel img {
		position:absolute;
		left:318px;
		top:0;
	}
	#featured .info .inner { 
		padding:44px 32px 0 30px;
	}
		#featured .info h2{ 
			font-size:44px; 
			line-height:1.2em;
			margin-bottom:17px;
			margin-top: -20px;			
		}
		#featured .info .button {
			float:left;
			background:#fff;
			color:#4e4c4d;
			font-weight:bold;
			text-decoration:none;
			padding:3px 10px 4px 7px;
		}
		#featured .info .button:hover { 
			color:#767676;
		}
		
		#featured .info p {
			margin-bottom:24px;
		}

#featured .ui-tabs-hide { display:none; }
/*== featured box end ==*/


/*===== footer =====*/
#footer {
	padding:0 0 34px 30px;
}
#footer, #footer a {
	color:#b1b0af;
}
#footer img {
	float:left;
	margin-right:31px;
}
#footer p {
	margin:0;
	padding:30px 0 0 0;
}


/*----- forms -----*/
#booking-form fieldset {
	border:none;
}
	#booking-form label { 
		display:block;
		height:46px;
	} 
		#booking-form input { 
			width:265px;
			padding:2px 0 2px 3px;
			color:#91867f;
			font-size:.91em;
		}
		#booking-form select {
			width:138px;
			color:#64625f;
			font-size:.91em;
		}
		#booking-form label.arrival select {
			width:85px;
		}
		#booking-form textarea {
			width:265px;
			height:125px;
			padding:0 0 0 3px;
			margin-bottom:20px;
			color:#91867f;
			overflow:auto;
			font-size:.91em;
		}
		
		
#contacts-form fieldset {
	border:none;
}
	#contacts-form label { 
		display:block;
		height:46px;
	} 
		#contacts-form input { 
			width:287px;
			padding:2px 0 2px 3px;
			color:#91867f;
			font-size:.91em;
		}
		#contacts-form textarea {
			width:287px;
			height:201px;
			padding:0 0 0 3px;
			margin-bottom:20px;
			color:#91867f;
			overflow:auto;
			font-size:.91em;
		}
/*==========================================*/

#radlistRegionId label {
    display:inline-block;    
    vertical-align:middle;
    padding-top:4px;
    padding-bottom:2px;
    width: 690px;
}

#radlistRegionId input {
    vertical-align:top;    
}

.Btn {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-image:url(../images/ify_button.gif); 
	background-repeat:no-repeat;
	width: 150px; 
	height: 40px; 
	background-color: #FFFFFF; 
	border: 0px; 
	color: #FFFFFF; 
	font-weight:bold;
	font-size: 13px;	
	cursor: pointer;
}
.Btn:hover {
	background-image:url(../images/ify_button_over.gif); 
}

.BtnSml {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-image:url(../images/ify_button_sml.gif); 
	background-repeat:no-repeat;
	width: 130px; 
	height: 27px; 
	background-color: #FFFFFF; 
	border: 0px; 
	color: #FFFFFF; 
	font-weight:bold;
	font-size: 11px;	
	cursor: pointer;
	padding-bottom: 2px;
}
.BtnSml:hover {
	background-image:url(../images/ify_button_over_sml.gif); 
}


.Txt {
    width: 158px;
    height: 22px;
    margin-top:2px;
    z-index: 10;
}
.LblLrg {
    font-weight: bold;
    font-size: 14px;
    color: #005598;
}

.InnerQuoteBox {
    min-height: 240px; 
    padding-top: 10px; 
    padding-left: 10px;
    _height: 240px;
}
