/*
--------------------------------------------------------
CSS:    Styles for Health Wise Paris
Author: very ezy! websites
--------------------------------------------------------
*/

html, body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	line-height: 1.5;
	padding: 0;
	margin: 0;
	background-color: #cbe0f0;
	color: #464646;
	text-align: center;
}

a {
	text-decoration: underline;
	color: #0F1177;
}

img {
	border: 0;
	padding: 0;
	margin: 0;
}

/*-- Change paragraph typeface and colour --*/
p {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	width: 95%;
	font-size: 1em;
	line-height: 1.5;
	margin: 10px 0 10px 10px;
	padding: 8px 0 0 0;
	color: #333333;
	text-align: left;
	clear: both;
}

h1 {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 1.4em;
	font-weight: bolder;
	text-align: left;
	text-decoration: none;
	margin: 10px 0 0 0;
	padding: 8px 0 0 0;
	color: #ff6600;
	clear: both;
}

h2 {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 1.2em;
	font-weight: bolder;
	text-align: left;
	text-decoration: none;
	margin: 10px 0 0 10px;
	padding: 2px 0 0 0;
	color: #ff6600;
	clear: both;
}

.fakeh2 {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 1.4em;
	font-weight: bolder;
	text-align: left;
	text-decoration: none;
	margin: 10px 0 0 8px;
	padding: 8px 0 0 0;
	color: #464646;
}

h3 {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 1.4em;
	font-weight: bolder;
	text-align: left;
	text-decoration: none;
	margin: 10px 0 10px 10px;
	padding: 8px 0 0 0;
	color: #464646;
	clear: both;
}

#content_left h3 {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	text-align: left;
	margin: 10px 0 10px 10px;
	padding: 8px 0 0 0;
	color: #123F76;
	clear: both;
}

h4 {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 1.4em;
	font-weight: bolder;
	text-align: left;
	text-decoration: none;
	margin: 10px 0 10px 10px;
	padding: 8px 0 0 0;
	color: #464646;
	clear: both;
}

/*-- Change image name if gradient or add hex colour --*/

#container {
	width: 747px;
	margin-top: 2px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 2px;
	padding: 0;
	text-align: left;
	/* background-image: url(../images/c_bg.gif);
	background-repeat: repeat-x; */
	background-color: #FFFFFF;
	border: 1px solid #DAE9EC;
}

#header {
	width: 739px;
	height: 160px;
	margin: 2px 0 0 3px;
	padding: 0;
	background-image: url(../images/bg-images/hni-nav-bg.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	border:1px solid #fff;
}

#header a {
	color: #022F55;
}

#header h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 2em;
	font-weight: bolder;
	text-align: left;
	text-decoration: none;
	margin: 45px 0 0 180px;
	padding: 2px 0 0 0;
	color: #363636;
	clear: both;
}

#header h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bolder;
	text-align: left;
	text-decoration: none;
	margin: 5px 0 0 198px;
	padding: 2px 0 0 0;
	color: #363636;
	clear: both;
}

#header h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	margin: 0;
	padding: 2px 0 0 0;
	color: #121212;
	clear: both;
}

#header h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	margin: 0;
	padding: 2px 0 0 0;
	color: #121212;
	clear: both;
}

#nav {
	width: 739px;
	height: 48px;
	margin: 4px 0 1px 3px;
	text-align: center;
	background-image: url(../images/bg-images/NavigationBg.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	border:1px solid #ffb380;
}

/* Dropdown */

/* Most imporant: display styles on hover */
#nav li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

#nav ul li:hover ul, #nav ul li.sfhover ul { /* lists nested under hovered list items */
	display: block;
	margin: 0 0 0 0;
	/*border: 2px solid black; */
}

#nav ul li a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0 0 0 1px;
	text-decoration: none;
	color: #fff;
	/* border: 1px solid red; */
}

#nav ul li a:hover {
	color: #ff9900;
	font-size: 12px;
	border-bottom: 1px dotted #363636;
	/* border: 1px solid aqua; */
}

#nav ul {
	list-style: none;
	padding: 5px 0 0 0;
	margin: 10px 0 0 45px;
	background: none;
	/* border: 1px solid yellow; */
}

#nav ul li {
	text-align: left;
	width: 80px;
	float: left;
	position: relative;
	display: inline;
	margin-left: 8px;
	margin-right: 8px;
	background: none;
	/* border: 1px solid blue; */
}

#nav ul li ul {
	/* width: 100%; */
	top: 100%;
	display: none;
	position: absolute;
	text-align: left;
	margin: 0 0 0 -20px;
	padding: 0 15px 0 0;
	background: url(../images/bg-images/DropdownNavBG.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	border-bottom: 1px solid #A4D4B0;
	/* border: 1px solid teal; */
}

#nav ul li>ul {
	top: auto;
	left: -20px;
}

/*
* html>body #nav ul li ul {
	position: static;
	width: 100% !important;
	overflow: hidden;
} */


#nav ul li ul li {
	margin: 1px 0 0 0;
	padding: 7px 0 0 0;
	/* position: relative; */
	background: none;
	/* border: 1px solid green; */
}

#nav ul li ul li a {
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0;
	padding: 0 5px 0 5px;
	color: #FFFFFF;
	display: block;
	border: none;
	/* border: 1px solid pink; */
}

#nav ul li ul li a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0;
	padding: 0 5px 0 5px;
	color: #ff9900;
	display: block;
	border: none;
	/* border: 1px solid pink; */
}

/* close dropdown */

/*
#nav ul {
	padding: 15px 0 0 0;

}

#nav li {
	display: inline;
	margin: 5px 0 0 0;
}

#nav a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	margin: 0 50px 0 7px;
	text-decoration: none;
	color: #252525;
}

#nav a:hover {
	color: #005B1E;
	border-bottom: 1px dotted #363636;
} */

#content {
	width: 100%;
	clear: both;
	background-position: top left;
	background-repeat: no-repeat;
	/* border:1px solid red; */
}

#content ul {
	width: 480px;
	margin: 0 8px 0 -1px;
	float: left;
	padding: 12px 2px 5px 1px;
/* border: 1px solid aqua; */
}

#content li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #464646;
	text-align: justify;
	width: 475px;
	margin: 0 0 0 -1px;
	padding: 1px 3px 1px 5px;
	text-align: left;
	float: left;
	list-style-type: circle;
	list-style-position: inside;
	list-style-image: none;
/* border: 1px solid fuchsia; */
}

/* Home page */

#content_home {
	width: 100%;
	clear: both;
	/* border:1px solid red; */
}

#content_left {
	width: 510px;
	margin-left: 4px;
	float: left;
	/* border: 1px solid green; */
}

#content_left ul {
	width: 480px;
	margin: 0 8px 0 -1px;
	float: left;
	padding: 12px 2px 5px 1px;
/* border: 1px solid aqua; */
}

#content_left li {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 1em;
	color: #464646;
	text-align: justify;
	width: 475px;
	margin: 0 0 0 -1px;
	padding: 1px 3px 1px 5px;
	color: #121212;
	text-align: left;
	float: left;
	list-style-type: circle;
	list-style-position: inside;
	list-style-image: none;
/* border: 1px solid fuchsia; */
}

#content_left img {
	margin: 3px;
	/* border: 1px solid green; */
}

#content_right {
	width: 195px;
	margin-right: 4px;
	float: right;
	/* border: 1px solid green; */
}

#utilities {
	width: 100%;
	height: 170px;
	clear: both;
}

#utilities p {
	text-align: center;
}

#utilities h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: bolder;
	text-align: center;
	text-decoration: none;
	margin: 10px 0 0 0;
	padding: 0;
	color: #464646;
	float: left;
	/* border: 1px solid green; */
}

/* Sub pages module */

#utility_box_sub-pages_small {
	width: 180px;
	height: 220px;
	margin: 8px;
	border-top:1px solid #ffb380;
	border-right:1px solid #ffb380;
	border-left:1px solid #ffb380;
	border-bottom:1px solid #ffb380;
	/* background-image: url(../images/UtilitiesContactBg_small.jpg);
	background-position: top left;
	background-repeat: no-repeat; */
	background-color: #DFFFA5;
	float: left;
	overflow: auto;
}

#utility_box_sub-pages_small p {
	font-size: 11px;
	margin: 2px 2px 2px 2px;
	padding: 0;
}

#utility_box_sub-pages_small a {
	color: #005B1E;
}

#utility_box_events_small {
	width: 180px;
	height: 180px;
	margin: 8px;
	border-top:1px solid #ffb380;
	border-right:1px solid #ffb380;
	border-left:1px solid #ffb380;
	border-bottom:1px solid #ffb380;
	/* background-image: url(../images/UtilitiesContactBg_small.jpg); */
	background-position: top left;
	background-repeat: no-repeat;
	float: left;
}

#utility_box_events_small p {
	font-size: 11px;
}

#utility_box_events_small a {
	color: #005B1E;
}

#utility_box_events {
	width: 180px;
	height: 180px;
	margin: 8px;
	border-top:1px solid #ffb380;
	border-right:1px solid #ffb380;
	border-left:1px solid #ffb380;
	border-bottom:1px solid #ffb380;
	/* background-image: url(../images/UtilitiesContactBg_small.jpg); */
	background-position: top left;
	background-repeat: no-repeat;
	float: left;
}

#utility_box_contact_small {
	width: 180px;
	height: 280px;
	margin: 8px;
	border-top:1px solid #ffb380;
	border-right:1px solid #ffb380;
	border-left:1px solid #ffb380;
	border-bottom:1px solid #ffb380;
	/* background-image: url(../images/UtilitiesContactBg_small.jpg); */
	background-position: top left;
	background-repeat: no-repeat;
	float: left;
}

/* Subgroup */

#utility_box_links_small {
	width: 180px;
	height: 180px;
	margin: 8px;
	border-top:1px solid #ffb380;
	border-right:1px solid #ffb380;
	border-left:1px solid #ffb380;
	border-bottom:1px solid #ffb380;
	/* background-image: url(../images/UtilitiesContactBg_small.jpg); */
	background-position: top left;
	background-repeat: no-repeat;
	float: left;
}

#utility_box_links_small p {
	font-size: 11px;
}

#utility_box_links_small a {
	padding: 2px 0 2px 3px;
	color: #005B1E;
}

/* Using p tag to give height for IE */
#utility_box p {
	text-align: center;
	/* border: 1px solid green; */
}

/* Travel and weather */

#travel_weather_left {
	width: 350px;
	height: 100%;
	margin: 0 8px 0 8px;
	float: left;
	/* border: 1px solid green; */
}

#travel_weather_right {
	width: 350px;
	height: 100%;
	margin: 0 8px 0 8px;
	float: right;
	/* border: 1px solid green; */
}

#travel_weather_right a {
	color: #003D39;
}

#travel_flights_right {
	width: 350px;
	height: 100%;
	margin: 0 8px 0 8px;
	float: right;
	/* border: 1px solid green; */
}

/* Booking page */

#content_left_booking {
	width: 508px;
	height: 750px;
	margin: 4px;
	float: left;
	/* border:1px solid green; */
	/* background-image: url(../images/UtilitiesBookingBg.gif); */
	background-position: top left;
	background-repeat: no-repeat;
}

#content_left_booking h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: bolder;
	text-align: left;
	text-decoration: none;
	margin: 5px 0 0 5px;
	padding: 3px 0 0 0;
	color: #464646;
	clear: both;
}

#content_left_booking h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 99%;
	height: 30px;
	font-size: 1.4em;
	font-weight: bolder;
	text-align: center;
	text-decoration: none;
	margin: 5px 0 0 1px;
	padding: 5px 0 0 0;
	color: #464646;
	/* background: #E5F5F9;
	border: 1px solid #DAE9EC; */
	clear: both;
}

#content_right_booking {
	width: 220px;
	height: 700px;
	margin: 2px;
	float: right;
	/* border:1px solid green; */
	/* background-image: url(../images/Megeve-Ski-Booking.jpg); */
	background-position: top left;
	background-repeat: no-repeat;
}

#content_right_booking h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: bolder;
	text-align: center;
	text-decoration: none;
	margin: 10px 0 0 0;
	padding: 0;
	color: #464646;
	/* border: 1px solid green; */
}

#content_right_booking p {
	text-align: center;
}

/* Map and Accomodation */

#content_accomodation {
	width: 100%;
	clear: both;
	/* background-image: url(../images/Ski-Pros-Megeve-HomeBg.jpg); */
	background-position: top left;
	background-repeat: no-repeat;
	/* border:1px solid red; */
}

#map_accomodation_right {
	width: 230px;
	height: 100%;
	margin: 0 0 0 8px;
	float: left;
	/* border: 1px solid fuchsia; */
}

#map_accomodation_right ul {
	width: 220px;
	margin: 0 0 12px -1px;
	float: left;
	padding: 12px 2px 12px 1px;
/* border: 1px solid aqua; */
}

#map_accomodation_right li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #464646;
	text-align: justify;
	width: 218px;
	margin: 0 0 0 -1px;
	padding: 1px 3px 3px 5px;
	text-align: left;
	float: left;
	list-style-type: circle;
	list-style-position: inside;
	list-style-image: none;
/* border: 1px solid fuchsia; */
}

/* Contact me */

#contact_left {
	width: 472px;
	margin: 4px;
	float: left;
	/* border:1px solid green; */
}

#contact_left h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: bolder;
	text-align: center;
	text-decoration: none;
	margin: 10px 0 0 1px;
	padding: 8px 0 0 0;
	color: #464646;
	clear: both;
}

#contact_left h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 99%;
	height: 30px;
	font-size: 1.4em;
	font-weight: bolder;
	text-align: center;
	text-decoration: none;
	margin: 10px 0 0 1px;
	padding: 20px 0 0 0;
	color: #464646;
	background: #E5F5F9;
	border: 1px solid #DAE9EC;
	clear: both;
}

/*-- Form styles --*/

.homeformtable {
	margin: 5px 0 0 0;
	float: left;
}

.homeformtable label {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	width: 50px;
	float: left;
	margin: 3px 0 3px 0;
	padding: 3px 3px 3px 8px;
}

.homeformtable label.chosen {
	color: #FF0000;
}

.homeformtable input {
	width: 110px;
	margin: 3px 5px 3px 0;
	padding: 3px;
	float: right
}

.homeformtable textarea {
	width: 110px;
	height: 100px;
	margin: 0 5px 5px 0;
	padding: 3px;
	float: right;
}

.homeformtable select {
	margin: 10px 0 0 3px;
	padding: 3px;
}

.formtable {
	float: left;
	clear: both;
}

.formtable label {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	width: 120px;
	float: left;
	margin: 3px 0 3px 0;
	padding: 3px 3px 3px 8px;
}

.formtable label.chosen {
	color: #FF0000;
}

.formtable input {
	width: 200px;
	margin: 3px 5px 3px 0;
	padding: 3px;
	float: left;
}

.formtable textarea {
	width: 200px;
	height: 105px;
	margin: 0 5px 5px 0;
	padding: 3px;
	float: left;
}

.formtable select {
	margin: 10px 0 0 3px;
	padding: 3px;
}

.formtableradio {
	float: left;
	clear: both;
}

.formtableradio label {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	width: 120px;
	margin: 3px 0 3px 0;
	padding: 3px 3px 3px 8px;
	/* border: 1px solid green; */
}

.formtableradio label.chosen {
	color: #FF0000;
}

.formtableradio input {
	margin: 3px 5px 3px 0;
	padding: 3px;
}

.formtableradio textarea {
	width: 200px;
	height: 105px;
	margin: 0 5px 5px 0;
	padding: 3px;
	float: left;
}

.formtableradio select {
	margin: 10px 0 0 3px;
	padding: 3px;
}

.formtabledate {
	float: left;
	clear: both;
}

.formtabledate label {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	width: 10px;
	margin: 3px 0 3px 0;
	padding: 3px 3px 3px 8px;
}

.formtabledate label.chosen {
	color: #FF0000;
}

.formtabledate input {
	width: 95px;
	margin: 3px 0 3px 0;
	padding: 3px;
}

.formtabledate textarea {
	width: 200px;
	height: 105px;
	margin: 0 5px 5px 0;
	padding: 3px;
	float: left;
}

.formtabledate select {
	margin: 10px 0 0 3px;
	padding: 3px;
}

.sitetable {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 10px 0 0 10px;
	float: left;
	line-height: 1.5;
	color: #464646;
	text-align: justify;
}

/*-- Change typeface to body and paragraph font --*/
#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 100%;
	height: 18px;
	padding-top: 8px;
	clear: both;
	font-size: .8em;
	line-height: 1.5;
	text-align: center;
	color: #005B1E;
}

#footer a {
	text-decoration: none;
	color: #FF6600;
}

#round_top {
	width: 100%;
	height: 15px;
	padding: 0;
	margin: 0;
}

#round_bottom {
	width: 100%;
	height: 15px;
}

/*-- Change typeface and colour to match body and paragraph font --*/
#very_instructive {
	width: 100%;
	height: 35px;
	clear: both;
	font-size: 11px;
	line-height: 1.5;
	text-align: center;
	color: #F69E63;
	background-color: #FFFFFF;
}

#very_instructive a {
	text-decoration: none;
	border-bottom: 1px dotted #9F5F9F;
	color: #464646;
}

/*-- Classes --*/

/*-- Change colour to match body and paragraph font --*/
.very_instructive {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.5;
	letter-spacing: .9px;
	text-align: center;
	color: #464646;
}

.page_content {
	width: 445px;
	padding: 1px 1px 1px 1px;
	margin-left: 65px;
}

.page_content img {
	margin-top: 10px;
	margin-right: 1px;
	margin-bottom: 1px;
	margin-left: 0;
	border: 1px solid #9F5F9F;
}

/*-- Change typeface and colour to match body and paragraph font --*/
.table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.5;
	color: #660099;
	text-align: justify;
}

/*-- Change border colour to match link --*/
.cel {
	border-bottom: 1px dotted #F69E63;
}

.text-size-11 {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 1.5;
	color: #121212;
	text-align: left;
}

.text-size-12 {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 1.5;
	color: #121212;
	text-align: left;
}

.text-size-13 {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 1.5;
	color: #121212;
	text-align: left;
}

.text-size-14 {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.5;
	color: #121212;
	text-align: left;
}