@import "lib.css";

body {	
	background-color: #FFF;
	font-size: 90%;
	color: #666;
	font-family: verdana, sans-serif;
	
}
div.logo {
	margin: 1em 0px;	
}
body.CKEditorWolf {
	background-color: #FFF;
}
.container {
	width: 800px;
	margin: 0 auto;
	background-color: #FFF;	
}

.header {
	text-indent: -9999em;
	height: 0px;
}

.footer {
	clear: both;
	background: #FFF url(img/footer.gif) scroll no-repeat top left;
	font-family: arial, verdana, sans-serif;
	padding-top: 2em;
	margin-top: 2em;
	font-size: 0.8em;
	color: #666;
}

.footer a {
	text-decoration: none;
	color: #888;
}
.footer .left {
	width: 50%;
	float: left;

}
.footer .right {
	width: 49%;
	float: right;
text-align: right;
}
.contentHeader {
	margin: 5px 0;
	padding: 0px;
}

.contentHeader img {
	border-bottom: 4px solid #c61d22;
}

/*
.contentHeader img {
	position: relative;
	top: -46px;
}
.contentHeader span.logo {
	position: relative;
	display: block;
	width: 564px;
	height: 46px;
	background: transparent url(img/logo.png) scroll no-repeat bottom right;
	z-index: 1;
}
.contentHeader span.logo span {
	display: none;
}
*/


.content {
	height: 101%;
}



.content.withRight {
	width: 540px;
	float: left;
	margin-right: 30px;
	padding-bottom: 20px;
	background: transparent url(img/end.gif) scroll no-repeat bottom center;
}

.contentRight {
	background-color: #FFF;
	padding-top: 2px;
	width: 230px;
	float: left;
}

.contentRight ul {
	margin-left: 0;
}
.contentRight li {
	margin-bottom: 1em;
	font-size: 1em;
	line-height: 1.2em;
}

.content .box {
	border: 9px solid #EEE;
	padding: 10px; margin: 10px;
	width: 125px;
	float: left;
	
}
.content .box h3 {
	font-size: 1.4em;
	text-align: center;
	margin: 0; padding: 0;
}

.content .box.left {
	margin-left: 0px;
	float: left;
}

.content .box.right {
	margin-right: 0px;
	
	float: right;
}

h1, h2, h3, h4, h5, h6 {
	color: #888;
	font-family: georgia, serif;
	vertical-align: baseline;
}



p, p.normal {
	margin-bottom: 1em;
	text-align: justify;
	line-height: 1.2em;
	font-family: verdana, sans-serif;
	vertical-align: baseline;
}

p.large, span.large {
	font-size: 1.6em;
	line-height: 1.4em;
	
	font-weight: bold;
	color: #888;	
	font-family: georgia, serif;
	vertical-align: baseline;
	
}

p.medium, span.medium{
	font-size: 1.4em;
	line-height: 1.2em;
	
	color: #888;	
	font-family: georgia, serif;
	vertical-align: baseline;
	
}

p.small, span.small {
	font-size: 0.8em;
}

ul {
	list-style-image: url(img/list.gif);
	padding-left: 1.2em;
	margin-left: 1em;
}
ol {
	margin-left: 0.5em;	
}

ol li {
	margin-bottom: 1em;
	text-align: justify;
	line-height: 1.2em;
	font-family: verdana, sans-serif;
	vertical-align: baseline;
}

ul li {
	padding-left: 0.4em;
}
h1, h2 {
	font-size: 1.8em;
	margin-bottom: 1em;
}
h3, h4 {
	margin-bottom: 1em;
	clear: both;
}
.enhance {
	font-style: italic;
	color: #87A65E;
}

a {
	color: #794319;
	text-decoration: none;
}

a:hover {
	color: #666;
	text-decoration: none;
}

div.menu ul, div.menu  {
	margin: 0; padding: 0;
	z-index: 101;
}
div.menu ul li {
	font-family: arial, verdana, sans-serif;
	display: block;
	float: left;
	width: 91px;
	height: 26px;
	line-height: 26px;
	margin: 0; padding: 0;
	font-size: 0.8em;
	text-align: center;
	position: relative;
	background-color: #92947C;
	color: #FFF;
	border-right: 10px solid #FFF;
	z-index: 999;
	
}

div.menu ul li.first {
	margin-left: 0;
}

div.menu ul li.last {	
	margin-right: 0;
	background-image: none;
	border-right: none;
}

div.menu ul li a {
	color: #FFF;
	text-decoration: none;
}


div.menu ul li ul {
	display: none;
	width: 90px;
	left: -5px;
	border: 5px solid #FFF;
	position: relative;
	background-color: #92947C;
	opacity: 0.95;
}

div.menu ul li:hover ul {
	display: block;
	background-image: none !important;
	
}
div.menu ul li ul li {
	z-index: 999;
	width: 81px;
	float: none;
	text-align: left;
	height: auto;
	margin-bottom: 1em;
	line-height: 1em;
	border: none;	
	background-image: none !important;
	padding: 4px;
	font-size: 1em;
}
div.menu ul li ul li a:hover {
	color: #000;
	background-image: none !important;
	
}

.header {
	clear: both;
}

div.quotesLeft, div.quotesRight {
	width: 300px;
	float: left;
	position: relative;
	margin-top: -350px;
	padding-top: 20px;
	line-height: 1.2em;
	letter-spacing: 1px;
	text-align: justify;
	font-weight: 100;
	color: #5a2a00;
}
div.quotesLeft {
	margin-left: 20px;
}
div.quotesRight {
	margin-right: 20px;	
	float: right;
}

div.quotesLeft cite, div.quotesRight cite {
	font-size: 0.8em; line-height: 1em;
	letter-spacing: 1px;	
}

div.quotes {
	z-index: 99;
}


div.calendar {
	margin-bottom: 1em;
	border: 1px solid #92947C;
	border-bottom: 9px solid #92947C;
	background-color: #FFF;
	padding-top: 1em;
}

div.calendar div.left {
	width: 50%;
	float: left;
	height: 3em;
}

div.calendar div.right {
	width: 50%;
	float: right;
	height: 3em;
	
}

div.calendar table {
	margin: 1em auto;
	padding-bottom: 1em;
	
	width: 200px;
	font-family: arial, verdana, sans-serif;
	font-size: 0.8em;
	border: 1px solid #000;	
}

div.calendar h4 {
	text-align: left;
	font-family: arial, verdana, sans-serif;
	font-size: 0.7em;
	padding: 5px;
	
}

div.calendar p {
	font-family: arial, verdana, sans-serif;
	padding: 5px;
	color: #666;
	font-size: 0.6em;
	text-align: left;
	
}

div.calendar p.buttonRow {
	text-align: center;
}

div.calendar table td {
	padding: 2px;
	text-align: center;
	background-color: #587fc1;
	border: 1px solid #FFF;	
	
	color: #FFF;
}
div.calendar table td.month, div.calendar table td.day, div.calendar table td.button  {
	text-align: center;
	background-color: #444;
	color: #FFF;
}
div.calendar table td.busy, div.calendar p span.busy {
	background-color: #6a2e00;
}
div.calendar table td.weekend, div.calendar p span.weekend {
	background-color: #92947C;
}

div.calendar table td.bankholiday, div.calendar p span.bankholiday {
	background-color: #6E9239;
}

div.calendar p span.free {
	background-color: #587FC1;
}
div.calendar p span.busy, div.calendar p span.free, div.calendar p span.weekend, div.calendar p span.bankholiday {
	margin-left: 0px;
}

div.calendar table td.button a {
	color: #FFF;
	text-decoration: none;
}
div.calendar table td a {
	color: #FFF;
	text-decoration: none;
}
div.calendar table td.day {
	background-color: #666;
}
div.calendar table td.blank {
	background-color: #9eb6d8;
}
div.calendar table td p {
	font-size: 0.8em;
}

div.question {
	color: #794319;
	cursor: pointer;
	margin-bottom: 1em;
}
div.question:hover {
	color: #888;
}
div.answer {
	border-left: 9px solid #92947C;
	margin-left: 1em;
	padding-left: 1em;
	margin-bottom: 1em;
	line-height: 1.2em;
	text-align: justify;
}

blockquote {
	margin-top: 1em;
	margin-bottom: 2em;
	background: #FFF url(img/openQuote.gif) no-repeat scroll  top left;
	padding-left: 25px;	
	padding-right: 25px;	
	color: #888;
	clear: both;
}

blockquote p {
}

cite {
	display: block;
	padding-bottom: 1em;
	margin-bottom: 1em;
	font-family: georgia;
	padding-left: 25px;	
	
	color: #c68162;
	
	border-bottom: 1px solid #EFEFEF;
}

ol {
	list-style: decimal;
}
ol li {
	margin-bottom: 1.5em;
	margin-left: 2em;
}

.entry {border-bottom: 1px solid #DDD; padding-bottom: 1em; margin-bottom: 1em;}
.entry h3 {margin-bottom: 1em; font-size: 1em;}
.entry h3 a {float: left;}
.entry h3 span.date {font-size: 0.8em; color: #888; float: right;}
.entry p {
	clear: both;
}

p img {
	margin-right: 10px; margin-bottom: 10px;
	vertical-align: text-top;
	float: left;
	}



ul.linksList {
    list-style: none;
    margin: 0 auto; padding: 0;
    width: 600px;
}


ul.linksList li {
    display: inline;
    margin: 0; padding: 0;
}

ul.linksList li a {
    display: block;
    text-align: center;
    width: 140px;
    height: 140px;
    float: left;
    margin-right: 9px;
    font-style: italic;
}

ul.linksList li a img {
    width: 100px;
    height: 100px;
    padding: 5px;
    overflow: hidden;
    border: 5px solid #FFF;
}

ul.linksList li a:hover span {
    color: #666;
}

ul.linksList li a:hover img {
    border: 5px solid #EEE; 
}

ul.linksList li a span {
    display: block;
    text-align: center;
    color: #CDA081;
    font-size: 10px;
}

table.linktable {
    width: 600px;
    min-height: 1px;
    border-collapse: collapse;
    margin: 0 auto 50px auto;
    padding-bottom: 50px;
    /* background: transparent url(../img/hr.gif) no-repeat scroll center bottom; */
}

table.linktable td {
    padding: 10px;
    width: 300px;
    text-align: left;
}

table.linktable td a {
    color: #129594;
    font-size: 14px;
    border-bottom: 1px solid #FFF;
}

table.linktable td a:hover {
    color: #0B6464;
    border-bottom: 1px dashed #EFEFEF;
    
}

div.contentRight img {
	float: none;
	margin: 0;
}

form {
	padding: 30px;
}
.contentRight form {
	padding-top: 0px;
}
form div.row {
	clear: both;
	padding-bottom: 1em;
	margin-bottom: 0.5em;
}

form label {
	width: 150px;
	float: left;
}

.contentRight form {
	color: #92947C;
}
.contentRight form p, .contentRight form label {
	font-size: 0.8em;
}

.contentRight form label {
	height: auto;
}
.contentRight .askWho label {
	width: 100px;
	clear: left;
}
.contentRight .askWho input {
	width: auto;
}

form .checkbox label, form .select label {
	width: 300px;
}

div.expert {
	clear: both;
}
div.expert img {
	margin-right: 10px;
}

div.expert a {
	display: block;
}



.filofax {margin-left: 10px; margin-top: 20px; margin-bottom: 30px; height: 535px; background: url(img/recommend.jpg) no-repeat;}


.filofax .rightCol p, .filofax .rightCol h3 {width: 200px;}

.leftCol {width: 295px; float: left; margin: 130px 0 0 40px;}

html>body .leftCol {width: 295px; float: left; margin: 130px 0 0 70px;}

.leftCol h2 {display: none;}

.leftCol p {padding: 8px 41px 8px 41px; margin-bottom: 0px; text-align: left;}

.rightCol {width: 195px; float: right; margin: 50px 70px 0 0;}

html>body .rightCol {width: 295px; float: right; margin: 50px 70px 0 0;}
#recomForm {
	padding-top: 0px;
}
#recomForm .row {
	padding-bottom: 5px;
}

form .redMe {
	color: #800;
	font-size: 0.6em;
}



div.rates h3 {
	font-size: 1.4em;
}

div.rates h4 {
	color: #92947C;
}

div.rates ul {
	margin-bottom: 1em;
}
div.rates ul li {
	margin-bottom: 0.5em;
}

div.package {
	border-left: 9px solid #92947C;
	border-bottom: 1px solid #92947C;
	margin-left: 1em;
	padding-left: 1em;
	margin-bottom: 2em;
	line-height: 1.2em;
	text-align: justify;
}
div.package h3 {
	color: #92947C;
}

div.premier {
	border-left: 9px solid #794319;
	margin-left: 1em;
	padding-left: 1em;
	margin-bottom: 1em;
	line-height: 1.2em;
	text-align: justify;
}

div.premier h3 {
	font-size: 1.4em;
	color: #794319;
}

div.premier div.package h3 {
	color: #92947C;
	
	
}

.askTheExperts h3 {
	font-size: 1.4em;
	color: #92947C;
	
}
.askTheExperts a {
	color: #92947C;
}

.expert {}

.podcast h3 {
	font-size: 1.4em;
}

.response ul {
	list-style-image: none;
	list-style-type: disc;
	margin-top: 1em;
	
}

.response p {
	margin: 1em 0;
}
.response p img {
	float: none;
}
.response ul li {
	margin-bottom: 1em;
}

h3.asked {
	font-size: 1.4em;
}




div.offerContainer {
	background-color: #6c3000;
	font-family: arial, verdana, sans-serif;
	margin-bottom: 1em;
}

div.offerContainer div {
	padding: 25px 5px 5px 5px;
	margin: 0;
	border: none;
}

div.offerContainer div.package {
	background: transparent url(img/offersBg.gif) scroll no-repeat top left;
	border: none;
	
}
div.offerContainer div.package.article {
	background: transparent url(img/articlesBg.gif) scroll no-repeat top left;
	border: none;
	
}

div.offerContainer div.package.news {
	background: transparent url(img/newsBg.gif) scroll no-repeat top left;
	border: none;
	
}

div.offerContainer div.package.partners {
	background: transparent url(img/partnersBg.gif) scroll no-repeat top left;
	border: none;
	
}

div.offerContainer h2 {
	color: #FFF;
	font-size: 0.8em;
	font-weight: bold;
	margin-bottom: 0.5em;
	line-height: 1em;
	font-family: Geneva, Helvetica, Arial;
	text-align: left;
}

div.offerContainer p {
	color: #FFF;
	font-size: 0.8em;
	text-align: left;
	line-height: 1em;
}

div.offerContainer a {
	color: #5B7C7F;
	text-decoration: none;
}

div.offerContainer a:hover {
	color: #666;
}

h2.comp {
	color: #99cccc;
}
ol.rules { margin-bottom: 10px; }
ol.rules li {
	font-size: 10px;
	margin-bottom: 5px;
}
