body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 36px 0 0 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image:url(../images/main-bg.jpg);
	background-position:0px 0px;
	background-repeat:no-repeat;
	background-attachment:fixed;
	width:100%;
	background-size:cover;
}
.oneColLiqCtrHdr #container {
	width: 90%;  /* this will create a container 80% of the browser width */
	background:transparent;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColLiqCtrHdr #header {
	width:100%;
	height:88px;
	background:url(../images/header-bg.png) repeat-x 0 0;
	padding:0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.main-header-box {
	width:90%;
	margin:0px auto;
	padding:0px 20px;
}
.main-header-box .logo {
	width:500px;
	margin:0px;
	padding:30px 0 0 0;
	float:left;
}
.main-header-box .navigation {
	width:700px;
	margin:0px;
	padding:32px 0 0 0;
	float:right;
}
.main-header-box .navigation ul {
	width:630px;
	margin:0px;
	padding:0px;
	float:right;
	list-style:none;
}
.main-header-box .navigation ul li {
	margin:0px;
	padding:0 5px 0 50px;
	float:right;
	text-align:left;
}
.main-header-box .navigation ul li a {
	margin:0px;
	padding:0px;
	float:left;
	font-family:calibri;
	color:#1299ce;
	font-size:19px;
	text-decoration:none;
}
.main-header-box .navigation ul li a:hover {
	margin:0px;
	padding:0px;
	float:left;
	font-family:calibri;
	color:#fb0303;
	font-size:19px;
	text-decoration:none;
}
.oneColLiqCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColLiqCtrHdr #mainContent {
	padding: 81px 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background:transparent;
	float:left;
}
.oneColLiqCtrHdr #mainContent .homePageContent {
	width:480px;
	margin:0 72px 0 0;
	padding:20px;
	float:left;
	background-color:#fff;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-ms-border-radius:10px;
	-o-border-radius:10px;
	opacity:0.7;
	box-shadow:0 6px 10px #000;
}
.oneColLiqCtrHdr #mainContent .homePageHolidayPackage {
	width:584px;
	height:463px;
	margin:0px;
	padding:0px;
	float:left;
}
.oneColLiqCtrHdr #mainContent .innerPageContent {
	width:1140px;
	margin:0px;
	padding:20px 30px;
	float:left;
	background-color:#fff;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-ms-border-radius:10px;
	-o-border-radius:10px;
	opacity:0.7;
	box-shadow:0 6px 10px #000;
}
.contentTitle {
	margin:0 0 15px 0;
	padding:0px;
	color:#000;
	font-size:24px;
	font-weight:bold;
	font-family:calibri;
	text-align:center;
	text-transform:uppercase;
}
.contentTitleInner {
	margin:0 0 15px 0;
	padding:0px;
	color:#000;
	font-size:24px;
	font-weight:bold;
	font-family:calibri;
	text-align:left;
	text-transform:uppercase;
}
.contentMain {
	margin:0px;
	padding:0px;
	color:#18666b;
	font-size:18px;
	font-weight:normal;
	font-family:calibri;
	text-align:justify;
	line-height:35px;
}
.contentMainInner {
	width:100%;
	float:left;
	margin:0 0 32px 0;
	padding:0 0 20px 0;
	color:#18666b;
	font-size:18px;
	font-weight:normal;
	font-family:calibri;
	text-align:justify;
	line-height:35px;
	border-bottom:1px dotted #000;
}
.contentMainInner table {
	width:54%;
	margin:27px 0px;
	padding:0px 20px;
	float:left;
}
.contentMainInner table tr td.nameFieldTxt {
	width:100px;
	margin:0 0 15px 0;
	padding:0px;
	float:left;
}
.contentMainInner table tr td.inputFieldTxt {
	width:360px;
	margin:3px 0 0 0;
	padding:0px;
	float:left;
}
.contentMainInner table tr td.inputFieldTxt input {
	width:270px;
	margin:0px;
	padding:5px 10px;
	float:left;
	height:27px;
	color:#18666b;
	border-radius:5px;
}
.contentMainInner table tr td.inputFieldTxt input:hover {
	width:270px;
	margin:0px;
	padding:5px 10px;
	float:left;
	height:27px;
	color:#18666b;
	border-radius:5px;
}
.contentMainInner table tr td.inputFieldTxt textarea, .contentMainInner table tr td.inputFieldTxt textarea:hover {
	width:270px;
	margin:0 0 20px 0;
	padding:5px 10px;
	float:left;
	height:100px;
	color:#18666b;
	border-radius:5px;
}
.contentMainInner table tr td.inputFieldTxt input.resetbtn, .contentMainInner table tr td.inputFieldTxt input.submitbtn {
	width:100px;
	margin:0 27px 0 0;
	padding:0px;
	float:left;
	height:27px;
	color:#fff;
	background-color:#999999;
	cursor:pointer;
	opacity:1;
	border-radius:5px;
}
.maplocator {
	width:45%;
	height:400px;
	margin:27px 0 0 0;
	padding:0px;
	float:left;
}
.oneColLiqCtrHdr #header {
	width:100%;
	height:88px;
	background:url(../images/header-bg.png) repeat-x 0 0;
	padding:0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColLiqCtrHdr #footer {
	width:100%;
	height:55px;
	margin:0px;
	padding: 0px;
	float:left;
	background-image:url(../images/footer-bg.png);
	background-repeat:repeat-x;
	bottom:0px;
	/*position:absolute;*/
}
.copyrightsTxt {
	margin:0px;
	padding:0px;
	text-align:left;
	float:left;
	font-size:13px;
	font-weight:normal;
	color:#fff;
}
.designDeveloped {
	margin:0px;
	padding:0px;
	text-align:right;
	float:right;
	font-size:13px;
	font-weight:normal;
	color:#fff;
}
.designDeveloped a.greenTxt {
	margin:0px;
	padding:0px;
	text-align:right;
	float:right;
	font-size:13px;
	font-weight:normal;
	color:#3eff02;
	text-decoration:none;
}
.designDeveloped a.greenTxt:hover {
	margin:0px;
	padding:0px;
	text-align:right;
	float:right;
	font-size:13px;
	font-weight:normal;
	color:#3eff02;
	text-decoration:underline;
}
.greenTxt {
	margin:0px;
	padding:0px;
	color:#3eff02;
}
.oneColLiqCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.footerMainContainer {
	width:85%;
	margin:0px auto;
	padding:25px 27px 0;
}
