/**
  Theme Name: CTW Shared Ownership
  Theme URI: http://www.white-hat-web-design.co.uk
  Author: Simon Jarvis
  Author URI: http://www.white-hat-web-design.co.uk

*/

body {
	margin: 0px;
	font-family: verdana, arial;
	font-size: 75%;
}

#container {
	width: 800px;
	margin: 0 auto;
}

#header {
	background: url(images/header.jpg) no-repeat top left;
	height: 166px;
	position: relative;
}

#phone {
	position: absolute;
	bottom: 0px;
	right: 20px;
	color: #006633;
	font-weight: bold;
	font-size: 125%;
	margin: 0px;
}

#wrapper {
	padding: 0px 0px;
	clear: both;
}

#content {
	float: left;
	width: 420px;
	padding: 0px 5px 0px 10px; 
	display: inline;
}

#content_full {
	float: left;
	width: 580px;
	padding: 0px 5px 0px 5px; 
	display: inline;
}

#sidebarleft {
	float: left; 
	width: 190px; 
	margin: 0; 
	display: inline; 
	border-left: 1px solid #a9a6a6;
	border-right: 1px solid #a9a6a6;
	border-bottom: 1px solid #a9a6a6;
}

#sidebarright{ 
	float: right; 
	width: 170px; 
	padding: 5px 0px; 
	margin: 0; 
	display: inline;
}

#sidebarright li { 
	font-size: 90%;  
	list-style: none; 
}

#sidebarleft ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#sidebarleft ul li {
	border-bottom: 1px solid white;
}
#sidebarleft ul li a {
	display: block;
	padding: 10px 5px 10px 10px;
	background: #e0f6e3;
	color: #006633;
	text-decoration: none;
	font-weight:bold;
}
#sidebarleft ul li a:hover {
}
#sidebarleft ul:hover li a { 
	background: #e0f6e3; 
	color: #81be7e; 
}
#sidebarleft ul:hover li a:hover { 
	background: #ccebc4; 
	color: #006633; 
}
#sidebarleft p {
	background: #e0f6e3;
	color: #055475;
	margin: 10px;
	padding: 5px;
	border: 1px solid #055475;
	text-align: center;
}

#footer {
	background: #e0f6e3;
	width: 100%;
	clear: both;
	text-align: center;
	font-size: 11px;
	padding: 10px 0px;
	margin: 5px 0px 10px 0px;
	border-top: 10px solid #006633;
}
#footer p, #footer a {
	color: #006633;
	margin: 0px;
	padding: 0px;
}

/*-------------Headings-------------*/

h1 {
	display: none;
}

h2 {
	color: #006633;
	font-size: 130%;
}

h3 {
	color: #006633;
	font-size: 120%;
}

h4 {
	color: #006633;
	font-size: 100%;
}


a {
	color: #006633;
}

a img {
	border: none;
}

label, input { 
	display: block; 
	margin: 5px 0px;
	padding: 2px;
}
#quotationform input {
	margin-left: 10px;
}
#results {
	border-collapse: collapse;
	letter-spacing: 0.3px;
	border: 1px solid #006633;
	margin: auto;
}
#results td {
	padding: 10px 25px;;
}
#resultstotal {
	font-size: 130%;
	background: #e0f6e3;
}
#resultstotal td {
	border-top: 1px solid #006633;
}

.post ul li {
	margin: 10px 0px;
}

.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clearfix {display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix {
height:1%;
}
*+html .clearfix {
height:1%;
}
.clearfix {
display:block;
}
