/*
	Style Index
	
	$1 - Site Structure Styles
	$2 - Header Styles
	$3 - Sidebar Styles
	$4 - Content Styles
	$5 - Form Styles
	$100 - Clearfix Styles
*/


/* undohtml.css 
(CC) 2004 Tantek Celik. Some Rights Reserved.
http://creativecommons.org/licenses/by/2.0
This style sheet is licensed under a Creative Commons License.
Purpose: undo some of the default styling of common (X)HTML browsers */

:link,:visited { text-decoration:none }
ul,ol { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }
a img,:link img,:visited img { border:none }
address { font-style:normal }


/* $1 - Site Structure Styles ///////////////////////////////////////////////////////////////////////////////////*/

body {
	background:#636033;
	padding:67px 0;
	font:12px arial, verdana, sans-serif;
	color:white;
	font-weight:bold;
	}
	
#container {
	width:947px;
	height:754px;
	padding:3px;
	margin:0 auto;
	background:url(/images/container-bg.gif) no-repeat;
	}

#contentContainer {
	position: relative;
	height: 493px;
}
#contentContainerWithout {
	position: relative;
	height: 568px;

}
#header {
	position:relative;
	height:125px;
	padding:55px 0 0 295px;
	background:url(/images/header-right-bg.jpg) right bottom no-repeat;
	}

#content-container {
	border-top:7px solid white;
	height:570px;
	overflow:hidden;
	}

	
#sidebar-left {
	float:left;
	width:451px;
	height:570px;
	border-right:3px solid white;
	background:url(/images/sidebar-left-bg.png) right bottom no-repeat;
	overflow:hidden;
	}
	
#sidebar-left-content {
	height:570px;
	width:493px;
	float:left;
	overflow:hidden;
	}

	
#footer {
	height:53px;
	width:953px;
	margin:0 auto;
	background:url(/images/footer-bg.jpg) no-repeat;
	}
	
/* $2 - Header Styles ///////////////////////////////////////////////////////////////////////////////////*/

.header-logo {
	position:absolute;
	left:18px;
	top:-23px;
	}
#header ul {
	margin-left: -40px;
	margin-top: -50px;
}

#header li {
	display:inline-block;  /* needed for ie6 */ 
	padding:1px 0 1px 26px;
	background:url(/images/header-li-bg.gif) left 50% no-repeat;
	}

#header li {
	color:white;
	}

.collapsing_menu {
	font:bold 14px arial, sans-serif;
}
.collapsing_menu .level_1 {
	display:none;
}
.collapsing_menu li ul {
	display:none;
}
.collapsing_menu .page_id_1386 {
	margin-bottom: -2px;
}
.collapsing_menu .page_id_1387 {

}
.collapsing_menu .page_id_1389 {

}
.collapsing_menu .page_id_1388 {
	margin-bottom: 4px;
}
.collapsing_menu .page_id_1392 {
	font-size: 12px;
}
.collapsing_menu .page_id_1391 {
	font-size: 12px;
	margin-bottom: 4px;
}
.collapsing_menu .page_id_1488 {
	font-size: 12px;
}
.collapsing_menu .page_id_1489 {
	font-size: 12px;
}
.collapsing_menu .page_id_1390 {
	font-size: 14px;
}
/* $3 - Menu Styles ///////////////////////////////////////////////////////////////////////////////////*/
.collapsing_menu .topNav {
	display:none;
}

	
/* $3 - Content Styles ///////////////////////////////////////////////////////////////////////////////////*/

a,
a:link,
a:visited {
	color: #fff;
	text-decoration: underline;
	}

a:hover {
 
	}

#collapsing a {
	text-decoration: none;
}
.page_menu a {
	text-decoration: none;
	
}
h1,h2,h3,h4,h5,h6 {
	padding-left: 30px;
	margin:0 0 0 0;
}

h2 {
	font-size:140%;
}

h3 {
	font-size:120%;
}

/* Page differentiators */
.contact {
	padding-top: 20px;
}


.home h1, 
.history h1, 
.showcase h1, 
.testimonials h1, 
.newsletter h1, 
.history_and_showcase h1, 
.when_to_get_started h1, 
.how_to_get_started h1, 
.testimonials h1, 
.working_showcase h1 {
	height:30px;
	padding:20px 0 0 30px;
	margin-bottom: 5px;
	font:bold 18px arial, sans-serif;
	color:white;
	}
.contact_me h1 {
	height:30px;
	padding:20px 0 0 30px;
	margin-bottom:10px;
	font:bold 18px arial, sans-serif;
	color:white;
	}
/* SELL WELL H1 STYLE */
.sell_well h1 {
	height:30px;
	padding:20px 0 0 30px;
	margin-bottom:25px;
	font:bold 18px arial, sans-serif;
	color:white;
	background-color: #4a4a67;
	}
	
.sell_well h1 .leftGap {
	font:bold 14px arial, sans-serif;
	color:white;
	padding-left: 60px;
	}

.sell_well h1 .leftGap .large {
	font:bold 18px arial, sans-serif;
	}
/* SELL WELL H1 STYLE */
.stay_well h1 {
	height:30px;
	padding:20px 0 0 30px;
	margin-bottom:25px;
	font:bold 20px arial, sans-serif;
	color:white;
	background-color: #9ca91d;
	}
	
.stay_well h1 .leftGap {
	font:bold 14px arial, sans-serif;
	color:white;
	padding-left: 75px;
	}
	
.stay_well h1 .leftGap .large {
	font:bold 18px arial, sans-serif;
	}

.stay_well_-_by_the_sea h1 {
	height:30px;
	padding:20px 0 0 30px;
	margin-bottom:25px;
	font:bold 20px arial, sans-serif;
	color:white;
	background-color: #47698f;
	}
	
.stay_well_-_by_the_sea h1 .bts {
	font:bold 14px arial, sans-serif;
	color:white;
	}
	
.stay_well_-_by_the_sea h1 .tagline {
	font:bold 15px arial, sans-serif;
	color:white;
	padding-left: 15px;
	}
	
.stay_well_-_by_the_sea h1 .tagline .large {
	font:bold 18px arial, sans-serif;
	color:white;
	}
/* LIVE  WELL H1 STYLE */
.live_well h1 {
	height:30px;
	padding:20px 0 0 30px;
	margin-bottom:25px;
	font:bold 18px arial, sans-serif;
	color:white;
	background-color: #4a4a67;
	}
	
.live_well h1 .leftGap {
	font:bold 14px arial, sans-serif;
	color:white;
	padding-left: 10px;
	}
.live_well h1 .leftGap .large {
	font:bold 18px arial, sans-serif;
	}
#sidebar-left p {
	padding:5px 30px 5px 30px;
	line-height:1.2;
	font-weight:normal;
	text-align:justify;
	}

#sidebar-left p#contact_details {
	margin-bottom:10px;
}
img {
	border:none;
	}

.page_menu  {
	padding-left: 30px;
	padding-bottom: 10px;
	position:absolute;
	bottom: 0px;
	}

ul.history_showcase {

}
ul.history_showcase_1 {
	left: 30%;
}
ul.history_showcase_2 {

	left: 60%;
}
.recent_projects {
	background-image: none;
}

.page_menu li {
	background-image: url(/images/header-li-bg.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 30px;
	line-height: 20px;
	font-size: 13px;
	}


.page_menu li.col1 {margin-left:0;}
.page_menu li.col2 {margin-left:150px;}
.page_menu li.reset {margin-top:-100px;}

ul.inline {
	margin: 20px 65px;
}

ul.inline li {
	padding-top:10px;
	font-weight: normal;
	list-style-type: disc;
	text-align: justify;
}

ol {
	margin: 20px 60px;
}

ol li {
	padding-top:10px;
	font-weight: normal;
	list-style-type: decimal;
}

ul.img-list {
	display:inline-block;
	margin-left:30px;
	margin-bottom:20px;
}

ul.img-list li {
	
	padding:30px 0 0 52px;
	margin-bottom:9px;
	list-style-type: none;
}

li.home {
	background:url(/images/live-well.jpg) no-repeat;
	font-size: 16px;
}

li.city {
	background:url(/images/stay-well.jpg) no-repeat;
	font-size: 16px;
}
	
li.sea {
	background:url(/images/stay-well-sea.jpg) no-repeat;
	font-size: 16px;
}
li.home a,
li.city a,
li.higher a,
li.sea a {
	text-decoration: none;
}

ul.img-list li.higher {
	background:url(/images/sell-well.jpg) no-repeat;
	font-size: 16px;
	margin:0;
}

#packages_and_rates p {
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

#packages_and_rates h4 {
	margin-top: 10px;
	padding-top: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}
/* $5 - Form Styles ///////////////////////////////////////////////////////////////////////////////////*/

#sidebar-left form {
    margin: 0 0 0 30px;
    padding: 0;
}

#sidebar-left form .qfrow {

}
#sidebar-left form fieldset {
    padding: 10px 0;
    margin: 0;
	border: 0;
}
#sidebar-left form textarea {
    height:80px;
}
#sidebar-left form #comments {
	width: 180px;
}
#sidebar-left form fieldset.hidden {
    border: 0;
}
#sidebar-left form fieldset legend {
    font-weight: bold;
}
#sidebar-left form label {
    margin: 0 0 0 0;
}
#sidebar-left form label.qflabel {
    display: block;
    float: left;
    width: 125px;
    padding: 0;
    margin: 5px 0 0 0;
    text-align: right;
}
#sidebar-left form input, #sidebar-left form select {
    width: auto;
	border: 1px solid #233f58;
	margin:0;
	padding:0;
}
#sidebar-left form textarea {
    overflow: auto;
	width: 240px;
	border: 1px solid #233f58;
	font: 12px Arial, Helvetica, sans-serif;
}
#sidebar-left form br {
    clear: left;
}
#sidebar-left form div.qfelement {
    display: inline;
    float: left;
    margin: 5px 0 0 10px;
    padding: 0;
}
#sidebar-left form span.error, #sidebar-left form span.required {
    color: red;
}
#sidebar-left form div.error {
    border: 1px solid red;
    background-color: white;
    padding: 5px;
    width: 250px;
}


/* $100 - Clearfix Styles ///////////////////////////////////////////////////////////////////////////////////*/

#main-content img {
	border: none;
	margin: 0;
	padding: 0;
	float:left;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;display:inline-block;}
/* End hide from IE-mac */
