﻿/**Layout Divs**/
/*the outer container */
#container
{
	width: 770px;
	margin: 0 auto;
	text-align: left;
	top: 20px;
}
/*this positions the right-hand column */
#rightcolumn
{
	visibility: visible;
	padding: 8px 0px 8px 10px;
	background-image: none;
	float:left ;
	width: 567px;
}

#leftcolumn
{
	width: 180px;
	padding:  8px 5px 0px 0px;
	color: #839aad; /*themecolour1;*/
	float: left;
}
#content
{
	width: 770px;
	border: solid 5 #6177AF;
}
#heading
{
	top: 250px;
}
#headerline
{
	width: 770px;
	clear: right;
	font-size: 90%;
	text-align: center;
	background-image: url(HalcyonImages/footer_bg.gif);
	background-repeat: repeat-x;
	height: 3px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-left: 0px;
	background-color: #f4f4f4 /*#ff7f00;/*themecolour4;*/;
}
#logo
{
	position: absolute;
	z-index: 1;
	height: 218px;
}
#bookingBackground
{
	background-image: url(HalcyonImages/edit.png);
	background-position:bottom right ;
	background-repeat:no-repeat;

}
#contactUsBackground
{
	background-image: url(HalcyonImages/edit.png);
	background-position:bottom right ;
	background-repeat:no-repeat;
}
#contactUsGeneral
{
	background-image: url(HalcyonImages/telephone.png);
	background-position:bottom right ;
	background-repeat:no-repeat;
}
#contactUsYourDetails
{
	background-image: url(HalcyonImages/users3.png);
	background-position:bottom right ;
	background-repeat:no-repeat;	
}
#homeMainParagraphIcon
{
	background-image: url(HalcyonImages/house.png);
	background-position:bottom right ;
	background-repeat:no-repeat;	
}
#locationIcon
{
	background-image: url(HalcyonImages/flag_turkey.png);
	background-position:bottom right ;
	background-repeat:no-repeat;	
}
#disabledFacilitiesIcon
{
	background-image: url(HalcyonImages/nurse2.png);
	background-position:bottom right ;
	background-repeat:no-repeat;	
}
#childrensParkeIcon
{
	background-image: url(HalcyonImages/photo_scenery.png);
	background-position:bottom right ;
	background-repeat:no-repeat;	
}
#navigatePanel
{
	background-image: url(HalcyonImages/view.png);
	background-position:bottom right ;
	background-repeat:no-repeat;
}
#didYouKnowPanel
{
	background-image: url(HalcyonImages/about.png);
	background-position:bottom right ;
	background-repeat:no-repeat;
}
/*style the text and define background image for the footer*/
#footer
{
	width: 770px;
	clear: right;
	font-size: 90%;
	text-align: center;
	background-image: url(HalcyonImages/footer_bg.gif);
	background-repeat: repeat-x;
	height: 32px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-left: 0px;
	background-color: #6177AF /*#ff7f00;/*themecolour4;*/;
}
#hnavbar
{
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #ff7f00; /*themecolour2;*/
	margin-bottom: 3px;
	width: 750px;
}
/**Redefined html tags**/
/*defines the font and page background image */
body
{
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	color: #000000; /*themecolour4%0;*/
	background-color: #f4f4f4; /*themecolour4;*/
	/*background-image: url(HalcyonImages/gradientBG.gif);
	background-repeat:repeat-x;*/
}
p
{
	margin-top: 0px;
	margin-bottom: 0px;
}
.imagepad
{
	padding-top: 170px;
}

h1
{
	font-size: 150%;
	margin: 0px;
	color: #000000;
	padding-top: 8px;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 4px;
}
h2
{
	font-size: 140%;
	color: #839aad; /*themecolour1;*/
	margin-top: 0px;
	margin-bottom: 2px;
	font-family: Arial, Helvetica, sans-serif;
}
/*defines the style for ordered lists (numbered) */
ol
{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
	color: #202c36; /*themecolour1$ -21%,-68.6%;*/
}
/*defines the style for unordered lists (bulleted) */
ul
{
	margin-top: 0px;
	margin-bottom: 0px;
	list-style-image: url(HalcyonImages/index_bullet.gif);
	color: #000000; /*themecolour4%0;*/
	font-weight: normal;
	margin-left: 20px;
}
/*floats element to the left*/
.left
{
	float: left;
}
/*floats element to the right*/
.right
{
	float: right;
}
/*link styles*/
a:link
{
	color: #839aad; /*themecolour1;*/
}
a:visited
{
	color: #000000; /*themecolour4%0;*/
}
a:link:hover
{
	color: #ff7f00; /*themecolour2;*/
}
/*defines color for horizontal divider*/
.divider
{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #839aad; /*themecolour1;*/
}

#breadcrumbs
{
	position: absolute;
	left: 32px;
	bottom: 12px;
	color: #00CC00;
	font-weight: bold;
}
#breadcrumbs a
{
	text-decoration: underline;
	color: #00CC00;
}
#copy fieldset
{
	border: 1px solid #333333;
}
#breadcrumbs a:hover
{
	text-decoration: none;
}

#three-column-container
{
	width: 100%;
	margin: 10px 0px;
	padding:  0px 0px;
}

#three-column-left
{
	float: left; /*width:30%;*/
}

#three-column-right
{
	float: right; /*width:30%;*/
}

#three-column-middle
{
	/*width:30%;*/
	margin: 0px 31% 0px 35%;
}
#contentBar
{
	width: 99%;
	clear: right;
	font-size: 90%;
	color: White;
	text-align: left;
	height: 32px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-left: 0px;
	background-color: #6177AF; /*#ff7f00;/*themecolour4;*/
	border: #CCC1EC;
	border-width: thin;
	border-style:solid ;
}

#rightBlock
{
	width: 87%;
	visibility: visible;
	background-color: #f4f4f4; /*themecolour1$ 56.7%,76.4%;*/
	padding: 8px 8px 8px 12px;
	background-image: url(HalcyonDays/gradient_small_bg.gif);
	background-repeat: repeat-x;
	float: right;
	border: solid 0.8px black;
}
