/* CotswoldMedia Screen Stylesheet
(c) Copyright CotswoldMedia www.CotswoldMedia.com
Version 1 - 21 September 2008
-------------------------------------------------------------- */

/* RESET RELOADED 
http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ 
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* CLEARING 
http://positioniseverything.net/easyclearing/
-------------------------------------------------------------- */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-table;}
* html .clearfix { height: 1%;}
.clearfix { display: block;}
/* This is where you set your desired font size. The line-heights 
   and vertical margins are automatically calculated from this. 
   The percentage is of 16px (0.75 * 16px = 12px). */
body {
	background: #fff;
	color: #666;
	font: 75%/1.5 "Helvetica Neue", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	margin: 20px 0;
	padding: 0;
	height: 100%;
}

/* LINKS
remember to define focus styles!
-------------------------------------------------------------- */
:focus { outline: 0; }
a:link, 
a:visited { color: #337476; }
a:focus, 
a:hover, 
a:active { color: #151515; }
h1 a {
	display: block;
	width: 274px;
	height: 218px;
	text-decoration: none; 
	padding-bottom: 0;
	background: url(/images/claire_ashworth_logo.gif) no-repeat 0 0;
}

/* LISTS
-------------------------------------------------------------- */
ul, 
ol { margin: 0 30px 20px; }
ul { list-style-type: circle; }
ol { list-style-type: decimal; }
dl { margin: 0 0 1.5em 0; }
dl dt { font-weight: bold; }
dd { margin-left: 1.5em;}

/* TABLES
tables still need 'cellspacing="0"' in the markup
-------------------------------------------------------------- */
table {
	border-collapse: separate;
	border-spacing: 0;
	margin-bottom: 1.4em;
	font-size: 1em; 
}
caption, 
th, 
td {
	text-align: left;
	font-weight: normal;
	font-weight: 400; }
th { 
	border-bottom: 2px solid #ccc; 
	font-weight: bold; 
}
td { border-bottom: 1px solid #ddd; }
th, 
td { padding: 4px 10px 4px 0; }
caption { font-style: normal; }
/* Data tables, just add .data */
table.data {
	border-collapse: collapse;
	border: 1px solid #ccc;
	color: #666;
	background: #fff;
	margin-bottom: 1em;
}
table.data caption {
	padding: 0 0.5em 0.5em;
	font-size: 1em;
	font-weight: bold;
	text-align: left;
	color: #666;
	background: transparent;
}
table.data td, table.data th {
	border: 1px solid #e0e0e0;
	padding: 0.5em;
}
table.data thead th {
	border: 1px solid #e0e0e0;
	text-align: left;
	font-size: 1em;
	font-weight: bold;
	background: #ddd;
}
table.data tfoot th, table.data tfoot td {
	border: 1px solid #e0e0e0;
	text-align: left;
	font-size: 1em;
	background: #e8e8cf;
}
table.data tfoot th {
	font-weight: bold;
}
table.data tbody td a {
	background: transparent;
	color: #00c;
	text-decoration: underline;
}
table.data tbody td a:hover {
	background: transparent;
	color: #00c;
	text-decoration: underline;
}
table.data tbody th a {
	background: transparent;
	color: #3f7c5f;
	text-decoration: underline;
	font-weight: bold;
}
table.data tbody th a:visited {
	color: #b98b00; }
table.data tbody th, tbody td {
	vertical-align: top;
	text-align: left;
}
table.data tfoot td {
}
table.data tbody tr:hover {
	background: #ffffd9;
}

/* TEXT
-------------------------------------------------------------- */
h1 {
	width: 274px;
	height: 218px;
	font-size: 0px;
	text-indent: -9000px;
	font-weight: normal;
	background: url(/images/claire_ashworth_logo.gif) no-repeat 0 0;
	margin-top: 0px;
}
/*h1,*/
h2,h3,h4,h5,h6 { 
	color: #111;
	font-weight: normal;
}
/*h1 { font-size: 2em; margin: 1em 0 0.5em; padding: 0.25em 0; }*/
h2 { 
	font-size: 2.0em; 
	margin: 1em 0; 
	padding: 0;
	color: #6BBCBD;
	line-height: 2;
	/*font-weight: bold;*/
}
h3 {
	font-size: 1.5em;
	margin: 1em 0 0;
	padding: 0;
	color: #42a8aa;
	text-align: center;
}
h4 { font-size: 1.1em; margin: 0.5em 0 0; }
h5 { font-size: 1em; margin: 0.5em 0 0; }
h6 { font-size: 0.85em; margin: 0.5em 0 0; }
p { margin: 0 0 1.5em 0; }
p.last { margin-bottom: 0; }
abbr, 
acronym { border-bottom: 1px dotted #666; }
address { 
	margin-top: 1.5em; 
	font-style: italic; 
}
del { color: #666; }
blockquote  { 
	margin: 1.5em; 
	color: #666; 
	font-style: italic; 
}
blockquote:before, 
blockquote:after,
q:before, 
q:after { content: ""; }
blockquote, 
q { quotes: "" ""; }
strong, 
b { font-weight: bold; }
em, 
i, 
dfn { 
	font-style: italic; 
	font-weight: bold; 
}
pre,
code { 
	margin: 1.5em 0; 
	white-space: pre; 
}
pre,
code,
tt { 
	font: 1em 'andale mono', 'monotype.com', 'lucida console', monospace; 
	line-height: 1.5; 
} 
tt { 
	display: block; 
	margin: 1.5em 0; 
	line-height: 1.5; 
}

/* FORMS
-------------------------------------------------------------- */
form { margin-bottom:20px;}
form#fm input, form#fm textarea {
	width:200px;
}
form#fm input.checkbox, form #fm input.radio {
	width:20px;
}
form#fm input.button {
	width:110px;
}
input:focus,
textarea:focus {background: #ffffcc;}
.errors {
	font-weight: bold; 
	color: #f00; 
}
#content fieldset {
	font-size: 0.9em;
	border: 0;
	margin-top: 10px;
	padding: 0 10px;
	background: #EBEFE2;
}
#content fieldset legend {
	padding: 2px 7px 2px 7px;
	border: 1px solid #ddd;
	background: #fff;
}
#content fieldset p {
	padding: 3px;
}
#content fieldset label {
	float: left;
	width: 25em;
	padding-top:3px;
}
#content fieldset.list label {
	float: none;
	padding-bottom: 10px;
}
#content fieldset div {
	clear: both;
	padding: 7px 3px 7px 3px;
	border-bottom: 1px solid #ddd;
}

/* Success, error & notice boxes for messages and errors. */
.error,
.notice, 
.success { padding: .8em; margin-bottom: 1em; border: 2px solid #ddd; }
.error { background: #FBE3E4; color: #D12F19; border-color: #FBC2C4; }
.notice { background: #FFF6BF; color: #817134; border-color: #FFD324; }
.success { background: #E6EFC2; color: #529214; border-color: #C6D880; }
.error a { color: #D12F19; }
.notice a { color: #817134; }
.success a  { color: #529214; }

/* MISC
-------------------------------------------------------------- */
.left { float: left; }
.right { float: right; }
.hide { display: none; }
.small { 
	font-size: .8em; 
	margin-bottom: 1.875em; 
	line-height: 1.875em; 
}
.large { 
	font-size: 1.2em; 
	line-height: 2.5em; 
	margin-bottom: 1.25em; 
}
.quiet { color: #666; }
.hide { display: none; }
.highlight { background: #ff0; }
.added { color: #060; }
.removed { color: #900; }
.box {
	padding: 1.5em;
}
.top { 
	margin-top: 0; 
	padding-top: 0; 
}
.bottom { 
	margin-bottom: 0; 
	padding-bottom: 0; 
}
.clear { clear: both; }
.floatleft { 
	float: left; 
	margin-right: 10px; 
	margin-bottom: 20px; 
}
.floatright { 
	float: right; 
	margin-left: 10px; 
	margin-bottom: 20px; 
}
.center { 
	text-align: center; 
	margin: 0 auto; 
}

/* IMAGES
-------------------------------------------------------------- */
a img { border: none; }
p img { 
	float: left; 
	margin: 1.5em 1.5em 1.5em 0; 
	padding: 0; 
}
p img.top { margin-top: 0; } /* Use this if the image is at the top of the <p>. */
img { margin: 0 0 1.5em; }

/* SITE SPECIFIC
-------------------------------------------------------------- */
#wrap {
	margin: 0 auto;
	min-width: 750px;
	max-width: 970px;
	background: #fff;
}
#container {
	padding: 0px;
	background: #fff;
}

/* TOP MENU
-------------------------------------------------------------- */
#top { 
	display: block; 
	position: absolute; 
	top: 0; 
	left: 0; 
	padding: 0 0 0.5em 0; 
	background: transparent;
	text-align: center; 
}
#top a, 
#top a:hover, 
#top a:visited {
	position: absolute;
	right: 0px;
	top: -500px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}
#top a:active, 
#top a:focus { 
	position: static; 
	width: auto; 
	height: auto;
}
#top li {  display: inline; }

/* MENU
-------------------------------------------------------------- */
#menu {
	/*background: #fff url(/images/top_left.gif) no-repeat top left;*/
}
#menu .col1 {
}
#menu ul {
	padding: 0;
	margin: 0;
	color: #7d7d7d;
	float: right;
	/*width: 100%;*/
	/*background: transparent url(/images/top_right.gif) no-repeat top right;*/
}
#menu ul li { 
	display: inline;
}
#menu ul li a {
	padding: 8px 0 8px 0;
	margin: 0 0 0 40px;
	color: #7d7d7d;
	text-decoration: none;
	float: left;
	font-weight: normal;
	font-size: 1.2em;
	/*border-bottom: 3px solid #fff;*/
}
#menu ul li a#current,
#menu ul li a:hover, 
#menu ul li a#active {
	/*background-color: #b02300;*/
	/*border-bottom: 3px solid #337476;*/
	color: #42A8AA;
}

/* HEADER
-------------------------------------------------------------- */
#header {
	/*border-top: 3px solid #337476;
	border-bottom: 3px solid #337476;
	background: #72C7C9 url(/images/claire_ashworth.gif) no-repeat 0 138px;*/
	background: #72C7C9;
}
#header p {
	margin: 30px 20px 20px 20px;
	padding: 0;
	color: #fff;
	font-size: 2.2em;
	text-align: right;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
}

/* CONTENT
-------------------------------------------------------------- */
.padding {
	padding: 0 8px;
}
#content {
	margin: 0;
	background: #fff;
}
#content .col1 {
	margin-bottom: 50px;
}
#content .col2 {
	margin: 50px 0 50px 0;
}
#content p {
	font-size: 1.2em;
}
#content li {
	font-size: 1.2em;
}
p#breadcrumb { 
	margin: 0;
	padding: 5px 10px;
	background-color: #EBEFE2;
	font-size: 0.9em;
}
#content .col2 ul {
	margin-top: 50px;
	margin-left: 0;
	padding-left: 0;
	list-style: none;
	border: 1px solid pink;
}
#content .col2 ul li {	
	padding: 0 0 0 12px;
	background: url(/images/content_menu_bg.gif) no-repeat 0 0.5em;
}
#content .col2 ul li a:link, 
#content .col2 ul li a:visited { 
	color: #b02300; 
	text-decoration: none;
}
#content .col2 ul li a:focus, 
#content .col2 ul li a:hover, 
#content .col2 ul li a:active { 
	color: #151515;
	text-decoration: none;
}
.top_left {
	margin: 30px 0px 10px 0;
	background: #E8F7F7 url(/images/phone_top_left.gif) no-repeat top left;
	border: 1px solid #fff;
	visibility: visible;
}
.top_right { 
	background: url(/images/phone_top_right.gif) no-repeat top right; 
}
#content p.infobox { 
	font-size: 1.0em;
	color: #22888A;
	padding: 5px 15px 15px 15px;
}
#content h3.infobox { 
	font-size: 1.4em;
	color: #22888A;
	padding: 10px 15px 0px 15px;
	margin: 0;
}
#content p.phoneno { 
	height: 76px;
	font-size: 2.0em;
	color: #42A8AA;
	padding: 20px 114px 20px 15px;
	margin: 0;
	background: transparent url(/images/phone.gif) no-repeat 100% 50%;
}
#content p.embody1 { 
	height: 135px;
	padding: 10px 0;
	margin: 0 10px 0 0;
	background: transparent url(/images/embody_1.jpg) no-repeat 100% 50%;
}
#content p.embody2 { 
	height: 135px;
	padding: 10px 0;
	margin: 0 10px 0 0;
	background: transparent url(/images/embody_2.jpg) no-repeat 100% 50%;
}
#content p.embody3 { 
	height: 135px;
	padding: 10px 0;
	margin: 0 10px 0 0;
	background: transparent url(/images/embody_3.jpg) no-repeat 100% 50%;
}
.bottom_left { background: url(/images/phone_bottom_left.gif) no-repeat bottom left; }
.bottom_right { background: url(/images/phone_bottom_right.gif) no-repeat bottom right; }

/* HOME
-------------------------------------------------------------- */
#home {
	margin: 20px 0;
}
#home .col1 {
	border-top: 1px solid #ccc;
	padding-top: 20px;
}
#home .col2 {
	border-top: 1px solid #ccc;
	padding-top: 20px;
}
#home .col3 {
	border-top: 1px solid #ccc;
	padding-top: 20px;
}
#home h2 {
	font: 1.5em Arial, Helvetica, sans-serif;
}

/* LAYOUTS
-------------------------------------------------------------- */
.wrapper {
	position: relative;	/* This fixes the IE7 overflow hidden bug */
	clear: both;
	float: left;
	width: 100%;		/* width of whole page */
	overflow: hidden;	/* This chops off any overhanging divs */
	background-image: url(images/Claire.jpg);
}
/* common column settings */
.colleft,
.colmid,
.colright {
	float: left;
	width: 100%;
	position: relative;
}
.col1,
.col2,
.col3 {
	float: left;
	position: relative;
	padding: 0 0 0 0;
	overflow: hidden;
}
/* 3 Column settings */
.threecolboxes {
	/*height: 200px;*/
	padding-bottom: 20px;
}
.threecolboxes h2,
.threecolboxes p {
	color: #fff;
	margin: 0 0 1em 0;
	padding: 0;
}
.threecolboxes .colmid {
	right: 32%;			/* width of the right column */
	/*background: #eee;		 center column background colour */
	/*height: 200px;*/
}
.threecolboxes .colleft {
	right: 36%;			/* width of the middle column */
	/*background: #151515;	 left column background colour */
}
.threecolboxes .col1 {
	width: 32%;			/* width of center column content (column width minus padding on either side) */
	left: 102%;			/* 100% plus left padding of center column */
	/*height: 200px;*/
}
.threecolboxes .col2 {
	width: 32%;			/* Width of left column content (column width minus padding on either side) */
	left: 36%;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
}
.threecolboxes .col3 {
	width: 32%;			/* Width of right column content (column width minus padding on either side) */
	left: 72%;			/* Please make note of the brackets here:
					(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
	/*height: 200px;*/
}
.threecolboxes .col1 .boxone {
	background: #8FB300;	/* center column background colour */
	border: 0px solid #fff;
	padding: 1.5em;
}
.threecolboxes .col2 .boxtwo {
	background: #B37D00;  /* left column background colour */
	border: 0px solid #fff;
	padding: 1.5em;
}
.threecolboxes .col3 .boxthree {
	background: #008FB3;	/* right column background colour */
	border: 0px solid #fff;
	padding: 1.5em;
}

/* 3 Column settings */
.threecolequal {
	background:#eee;		/* right column background colour */
}
.threecolequal .colmid {
	right:33%;			/* width of the right column */
	background:#fff;		/* center column background colour */
}
.threecolequal .colleft {
	right:34%;			/* width of the middle column */
	background:#f90;	/* left column background colour */
}
.threecolequal .col1 {
	width:30%;			/* width of center column content (column width minus padding on either side) */
	left:102%;			/* 100% plus left padding of center column */
}
.threecolequal .col2 {
	width:29%;			/* Width of left column content (column width minus padding on either side) */
	left:39%;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
}
.threecolequal .col3 {
	width:29%;			/* Width of right column content (column width minus padding on either side) */
	left:77%;			/* Please make note of the brackets here:
					(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
}

/* 3 Column settings */
.threecol {
	background:#eee;		/* right column background colour */
}
.threecol .colmid {
	right:25%;				/* width of the right column */
	background:#fff;		/* center column background colour */
}
.threecol .colleft {
	right:50%;				/* width of the middle column */
	background:#f4f4f4;		/* left column background colour */
}
.threecol .col1 {
	width:46%;				/* width of center column content (column width minus padding on either side) */
	left:102%;				/* 100% plus left padding of center column */
}
.threecol .col2 {
	width:21%;				/* Width of left column content (column width minus padding on either side) */
	left:31%;				/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
}
.threecol .col3 {
	width:21%;				/* Width of right column content (column width minus padding on either side) */
	left:85%;				/* Please make note of the brackets here:
							(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
}
/* 3 Column blog style settings */
.blogstyle {
	background:#eee;		/* right column background colour */
}
.blogstyle .colmid {
	right:25%;				/* width of the right column */
	background:#f4f4f4;		/* center column background colour */
}
.blogstyle .colleft {
	right:25%;				/* width of the middle column */
	background:#fff;		/* left column background colour */
}
.blogstyle .col1 {
	width:46%;				/* width of center column content (column width minus padding on either side) */
	left:52%;				/* 100% plus left padding of center column */
}
.blogstyle .col2 {
	width:21%;				/* Width of left column content (column width minus padding on either side) */
	left:56%;				/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
}
.blogstyle .col3 {
	width:21%;				/* Width of right column content (column width minus padding on either side) */
	left:60%;				/* Please make note of the brackets here:
							(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
}
/* 2 Column (left menu) settings */
.leftmenu {
	/*background:#fff;		 right column background colour */
}
.leftmenu .colleft {
	right: 70%;				/* right column width */
	/*background:#f4f4f4;		 left column background colour */
}
.leftmenu .col1 {
	width: 70%;				/* right column content width */
	left: 100%;				/* 100% plus left column left padding */
}
.leftmenu .col2 {
	width: 28%;				/* left column content width (column width minus left and right padding) */
	left: 0%;				/* (right column left and right padding) plus (left column left padding) */
}
/* 2 Column (right menu) settings */
.rightmenu {
	/*background:#eee;		 right column background colour */
}
.rightmenu .colleft {
	right: 32%;				/* right column width */
	/*background: #fff;		 left column background colour */
}
.rightmenu .col1 {
	width: 66%;				/* left column content width (left column width minus left and right padding) */
	left: 32%;				/* (right column width) plus (left column left padding) */
}
.rightmenu .col2 {
	width: 32%;				/* right column content width (right column width minus left and right padding) */
	left: 34%;				/* (right column width) plus (left column left and right padding) plus (right column left padding) */
}
/* 2 Column (double page) settings */
.doublepage {
	background:#eee;		/* right column background colour */
}
.doublepage .colleft {
	right:50%;				/* right column width */
	background:#fff;		/* left column background colour */
}
.doublepage .col1 {
	width:46%;				/* left column content width (column width minus left and right padding) */
	left:52%;				/* right column width plus left column left padding */
}
.doublepage .col2 {
	width: 46%;				/* right column content width (column width minus left and right padding) */
	left: 56%;				/* (right column width) plus (left column left and right padding) plus (right column left padding) */
}
/* Full page settings */
.fullpage {
	/*background: #fff;		 page background colour */
}
.fullpage .col1 {
	width: 100%;				/* page width minus left and right padding */
	left: 0%;				/* page left padding */
}

/* FOOTER
-------------------------------------------------------------- */
#footer {
	/*border-top: 3px solid #46B4B7;*/
	background: #E0F3F3;
}
#footer .col1 {
}
#footer .col2 {
}
#footer h2 {
}
#footer .col2 p {
	color: #337476;
	font-size: 0.9em;
	margin: 15px 0 15px 5px;
	padding: 0;
}
#footer .col1 ul {
	margin: 15px 0 0 0;
	padding: 0;
	list-style: none;
	float: right;
}
#footer .col1 ul li {
	display: inline;
	list-style-type: none;
	padding: 0 20px 0 0;
}
#footer .col1 ul li a:link, 
#footer .col1 ul li a:visited {
	color: #337476; 
	text-decoration: none;
}
#footer .col1 ul li a:focus, 
#footer .col1 ul li a:hover, 
#footer .col1 ul li a:active { 
	color: #b02300;
	text-decoration: none;
}

p#copyright {
	clear: both;
	float: left;
	width: 100%;
	font-size: 0.9em;
	margin: 0;
	padding: 10px 0;
	text-align: center;
	background: #fff;
	color: #337476;
}
