/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/

/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */

/* #Typography (baseline corrections)
================================================== */
	body { font: 14px/21px "Open Sans", Arial, sans-serif;}
	h1 { line-height: 49px; margin-bottom: 14px; font: 42px "Open Sans", Arial, sans-serif; font-weight: 600; color: #333333; text-transform:uppercase;}
	h2 { line-height: 35px; margin-bottom: 0px; font: 35px "Open Sans", Arial, sans-serif; font-weight: 600; color: #333333;}
	h3 { line-height: 35px; margin-bottom: 7px; font: 28px "Open Sans", Arial, sans-serif; font-weight: 400; }
	h4 { line-height: 21px; margin-bottom: 7px; font: 21px "Open Sans", Arial, sans-serif; font-weight: 600; }	h5 { line-height: 14px; margin-bottom: 7px; font: 14px "Open Sans", Arial, sans-serif; font-weight: 600; }	h6 { line-height: 14px; margin-bottom: 7px; margin-top: 14px; font: 12px "Open Sans", Arial, sans-serif; font-weight: 600; }

	p { margin: 0 0 7px 0; color: #666666;}
	p.lead { line-height: 21px; }
/*	Blockquotes  */
	blockquote, blockquote p { line-height: 21px;}
	blockquote { margin: 0 0 21px; padding: 7px 20px 0 19px; }
	hr { margin: 14px 0 28px;}
/* #Lists (baseline corrections)
================================================== */
	ul, ol { margin-top: 7px; margin-bottom: 7px; margin-left: 17px; }
	ul ul, ul ol,
	ol ol, ol ul { margin: 7px 0 7px 30px; }
	ul ul li, ul ol li,
	ol ol li, ol ul li { margin-top: 7px; margin-bottom: 7px;}
	li { line-height: 16px; margin-top: 7px; margin-bottom: 7px;}
	

/* #Site Styles
================================================== */
* { 
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box; 
	}

img {
	max-width: 100%;
}

.floatLeft{
	float: left;
}
.floatRight{
	float: right;
}
.alignLeft{
	align: left;
}
.alignRight{
	align: right;
}
.space_1line{
	padding-top:21px;
}

.band {
	padding: 14px 0 0 0;	
}
.band.header {
}
.band.content {
	padding: 0;	
}
.band.footer {
	padding: 14px 0;	
}

.container {
}
.container.header {
	position: relative;
}
.container.content {
	position: relative;
}
.container.footer {
	position: relative;
	text-align: center;
	border-top: 1px dotted #ccc;
	padding: 10px 0 0 0;
}
.logo {	padding: 14px 0;		}
.browsebox {
	position: relative;
	margin-bottom: 20px;
}

.browsebox a, .browsebox a:visited { margin: 0 4px 14px 7px; color: #333333; text-decoration: none; font-weight: bold; }
.browsebox a:hover, .browsebox a:focus { color: #aaaaaa; }

ul {
	margin: 
}

ul li {
	list-style-type: circle;
}

.disclaimer {
	font: 10px;
	color: #aaa;
}

.tnc {
	font: 12px/14px;
	color: #333;
}
.job {	padding: 10px 0 10px 0;	margin: 0 0 10px 0;	/*border-bottom: 1px dotted #ccc;*/}.job  .title{	font-size: 18px;		font-weight: bold;}.job  .title a {	text-decoration: none;}.job  .hotel_name{	font-size: 14px;		font-weight: bold;}.job  .description{	font-size: 14px;	}.job  .small_print{	font-size: 10px;		}.job  .small_print_time{	font-size: 10px;	}.job  .button{	font-size: 10px;	}.row_buttons {	padding: 0px 20px 5px 0;}a.button_add { background: #5c9e97; color: #ffffff; font-size: 12px;	 padding: 5px 15px; margin: 5px 5px 5px 0 ; text-decoration: none;}a.button_add:hover { 	background: #7dcac2; color: #5c9e97; 		-webkit-transition: all 0.3s ease;	-moz-transition: all 0.3s ease;	-o-transition: all 0.3s ease;	transition: all 0.3s ease;	text-decoration: none;}input[type=button], input[type=submit] {	 background: #333333; color: #ffffff; font-size: 12px; padding: 5px 15px; margin: 5px 5px 5px 0 ; text-decoration: none; border: 0px;	  -moz-border-radius: 0px;  -webkit-border-radius: 0px;  border-radius: 0px;	  font-weight: normal;	  text-decoration: none;	  text-shadow: none;	  cursor: pointer;	  margin-bottom: 10px;}input[type=button]:hover, input[type=submit]:hover {	 	background: #cccccc; color: #333333; border: 0px;		-webkit-transition: all 0.3s ease;	-moz-transition: all 0.3s ease;	-o-transition: all 0.3s ease;	transition: all 0.3s ease;	text-decoration: none;}.jobdetails {	font-size: 14px;		}.jobdetails  .title{	font-weight: bold;			color: #000;}.subtitle {	font-weight: bold;			background: #cccccc; color: #333333; font-size: 14px; padding: 5px 15px; margin: 15px 5px 5px 0 ; text-decoration: none; border: 0px;}.description {	}.details {	}.details td{	font-size: 14px;	}.requirements {}.aboutthehotel {}.toapply{	border-top: 1px #ccc solid;	margin: 30px 0;	padding: 20px 0;}
	
/* #Page Styles
================================================== */


/* #Media Queries
================================================== */

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {}


/* #Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file
		Just create a "fonts" folder at the root,
		copy your FontName into code below and remove
		comment brackets */

/*	@font-face {
	    font-family: 'FontName';
	    src: url('../fonts/FontName.eot');
	    src: url('../fonts/FontName.eot?iefix') format('eot'),
	         url('../fonts/FontName.woff') format('woff'),
	         url('../fonts/FontName.ttf') format('truetype'),
	         url('../fonts/FontName.svg#webfontZam02nTh') format('svg');
	    font-weight: normal;
	    font-style: normal; }
*/