@import url('/styles-access.css');
@import url('/styles-calendar.css');

/* CSS RESET */
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;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* END CSS RESET */

body {
	line-height: 18px;
	color: black;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	background-color: white;
	background-image: url(images/seantaylor-bgrd.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#header {
	position:relative;
	height: 100px;
	margin-bottom: 20px;
}
#logo {
	float: left;
	width: 300px;
	text-align:left;
}
#container {
	width:940px;
	margin:0 auto;
	text-align:left;
}
#content p {
	margin: 0 0 18px 0;
}
#content {
	float:right;
	width:700px;
	margin-top: 20px;
	min-height: 440px;
	_height: 440px; /* ie6 fix */
}
#navigation {
	float:left;
	width:220px;
	margin-top: 20px;
	_margin-bottom: 20px; /* ie6 fix */
}
#news {
	float:left;
	clear:left;
	width:220px;
}
#footer {
	clear:both;
	font-size:11px;
	padding:18px 1px 0;
	width:100%;
	_overflow:hidden; /* ie 6 fix to hide left most pipe */
}
a {
	color: #ec1c24;
}
#footer a {
	color: black;
	text-decoration:none;
}
#footer a:hover {
	color: #ec1c24;
	text-decoration:underline;
}
h1 {
	font-family: Garamond, Georgia, "Times New Roman", serif;
	font-size: 24px;
	line-height: 30px;
	color: #ec1c24;
	font-weight: bold;
	margin: 0 0 15px 0;
}
#header h1 {
	margin:-999em 0 0 0;
	float: left;
}
#header h1 a {
	text-indent: -999em;  /* this hides the text */
	text-decoration:none; /* old firefox would have shown underline for the link, this explicitly hides it */
	float: left;
}
h2 {
	font-family: Garamond, Georgia, "Times New Roman", serif;
	font-size: 20px;
	line-height: 30px;
	color: #ec1c24;
	font-weight: bold;
}
h2 a {
	text-decoration:none;
}
h2 a:hover {
	text-decoration:underline;
}
#content h3 {
	font-family: Garamond, Georgia, "Times New Roman", serif;
	font-size: 20px;
	line-height: 30px;
	color: #ec1c24;
	font-weight:normal;
}
.error {
	color: red;
	}
strong {
	font-weight: bold;
}
#content ul {
	padding-left: 20px;
	margin-bottom: 18px;
	list-style-type: disc;
}
#content li {
}
.margin {
margin-bottom:18px;
}
.clientlist{
	float: left;
	margin-left: 40px;
}
.clearboth {
	clear: both;
}
.right49, .left49 {
	font-size: 11px;
	clear:both;
}
.breadcrumbs {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #ccc;
	border-bottom-color: #ccc;
	margin-bottom: 18px;
	padding:4px 0;
}
#search {
	float:right;
}
#cntnt01searchinput {
	margin:0 2px;
}
/********************
MENU HORIZONTAL
*********************/

/* 
background-color for the entire menu row, 
covering 100% of the width and text center-aligned 
*/
#menu_horiz {
	/*width: 100%;
	float:right;*/
}
/* 
the menu ul box has top and left border, 
right border is provided by the li elements 
*/
#menu_horiz ul {
	float: right;
}
/* menu list items */
#menu_horiz li {
	float: left; /* makes the list horizontal */
	list-style: none; /* hides the list bullet */
	margin: 0;/*border-right-width: 1px solid #262626;*/
}
/* the links, that is each list item */
#menu_horiz a {
	padding: 8px; /* padding inside the list item box */
	margin: 0; /* margin outside each list item box */
	text-decoration: none; /* no underline for links */
	color: #ec1c24;
	display: block; /* IE has problems with this, fixed above */
	text-transform: uppercase;
	line-height: 84px;
}
/* hover state for links */
#menu_horiz li a:hover {
	color: #FFCC00;
}
#menu_horiz a.activeparent:hover {
	color: #FFCC00;
}
/* active parent, that is the first-level parent of a child page that is the current page */
#menu_horiz li.activeparent a {
	color: #FFCC00;
}
#menu_horiz h3 {
	padding: 8px; /* padding inside the list item box */
	margin: 0; /* margin outside each list item box */
	text-decoration: none; /* no underline for links */
	color: #FFCC00;
	display: block; /* IE has problems with this, fixed above */
	font-size: 1em; /* instead of the normal font size for <h3> */
	text-transform: uppercase;
	line-height: 84px;
}
/********************
MENU VERTICAL
*********************/
#menu_vert {
	width: 160px;
}
#menu_vert h2 + ul {
	border-bottom: 2px solid #999999;
	margin-bottom: 35px;
}
#menu_vert ul ul ul {
/*   padding-bottom: 8px;*/
}
/* third level has some padding to have it stand out */
#menu_vert ul ul ul {
/*   padding-bottom: 8px;*/
}
/* menu li block */
#menu_vert li {
	list-style: none;
	margin: 0;
	display: block;
}
#menu_vert ul ul li {
	border: none;
}
/** fix stupid ie bug with display:block; **/
* html #menu_vert li a {
	height: 1%;
}
* html #menu_vert li hr {
	height: 1%;
}
/** end fix **/

/* first level links */
#menu_vert a {
	text-decoration:none; /* no underline for links */
	display: block; /* IE has problems with this, fixed above */
	padding: 8px 0; /* some air for it */
	color: #ec1c24; /* this will be link color for all levels */
	min-height:1em; /* Fixes IE7 whitespace bug */
	border-top: 2px solid #999999;
}
/* next level links */
#menu_vert ul ul a {
	padding: 8px 0;
}
/* third level links, more padding */
#menu_vert ul ul ul a {
	padding: 8px 0 8px 16px;
}
/* fourth level links, more padding */
#menu_vert ul ul ul ul a {
	padding: 8px 0 8px 32px;
}
/* hover state for all links */
#menu_vert a:hover {
}
#menu_vert a.activeparent:hover {
	color: #ec1c24;
}
/* 
active parent, that is the first-level parent 
of a child page that is the current page 
*/
#menu_vert li a.activeparent {
	color: black;
}
#menu_vert ul ul li a.activeparent {
	color: #ec1c24;
}
/* 
current pages in the default Menu Manager 
template are unclickable. This is for current page on first level 
*/
#menu_vert ul h3 {
	display: block;
	padding: 8px 0;  /* some air for it */
	color: black;    /* this will be link color for all levels */
	font-size: 1em;  /* instead of the normal font size for <h3> */
	margin: 0;       /* as <h3> normally has some margin by default */
}
/* 
next level current pages, more padding, 
smaller font and no background color or bottom border 
*/
#menu_vert h3 {
	border-top: 2px solid #999999;
}
#menu_vert ul ul h3 {
	padding: 8px 0;
	color: black;
}
/* current page on third level, more padding */
#menu_vert ul ul ul h3 {
	padding: 8px 0 8px 16px;
}
/* current page on fourth level, more padding */
#menu_vert ul ul ul ul h3 {
	padding: 8px 0 8px 32px;
}
/* section header */
#menu_vert li.sectionheader {
	border-right: none;
	font-size: 130%;
	font-weight: bold;
	padding: 1.5em 0 0.8em 0;
	background-color: #fff;
	line-height: 1em;
	margin: 0;
	text-align:center;
}
/* separator */
#menu_vert li.separator {
	height: 1px !important;
	margin-top: -1px;
	margin-bottom: 0;
	padding:2px 0 2px 0;
	background-color: #000;
	overflow:hidden !important;
	line-height:1px !important;
	font-size:1px; /* for ie */
}
#menu_vert li.separator hr {
	display: none; /* this is for accessibility */
}
/********************
FOOTER MENU
********************* */
.footermenu li {
	display:inline;
	padding: 0 4px 0 6px;
	border-left: 1px solid black;
}
.footermenu li h3 {
	display:inline;
	font-weight: normal;
}
.footermenu li:first-child {
	border-left:none /* only modern browsers */
}
ul.footermenu {
	margin-left: -5px;
}
/********************
NEWS
*********************/

#news, #videobox  {
	margin: 0 0 30px 0;  /* margin for the entire div surrounding the news list */
}
.videolink a {
	text-decoration: none;
	}
.videolink a:hover {
	text-decoration: underline;
	}
#video .videolink {
	display: none;
}
#bookingbox{
	margin: 0 0 25px 0;  /* margin for booking number box */
}
#news h2 {
	line-height: 2em;
	background: #fff;
}
.NewsSummary {
	/*	padding: 0 0 18px 0;  padding for the news article summary */
	margin: 0 0 18px 0; /* margin to the bottom of the news article summary *//* border-bottom: 2px solid #999999; */
}
.NewsSummaryPostdate {
	font-size: 90%;
	font-weight: bold;
}
.NewsSummaryLink {
	font-weight: bold;
}
.NewsSummaryCategory {
}
.NewsSummaryAuthor {
}
.NewsSummarySummary, .NewsSummaryContent {
}
.NewsSummaryMorelink {
}
#NewsPostDetailDate {
	font-size: 11px;
	font-style: italic;
}
#NewsPostDetailCategory {
	font-size: 11px;
	font-style: italic;
}
#NewsPostDetailAuthor {
	font-size: 11px;
	font-style: italic;
}
#NewsPostDetailSummary {
	margin-bottom: 18px;
}
#NewsPostDetailContent {
	margin-bottom: 18px;
}
#NewsPostDetailHorizRule {
	left:0;
	position:relative;
	top:0;
	visibility:visible;
}
#NewsPostDetailTitle {
}
#NewsPostDetailPrintLink {
	font-size: 11px;
}
#NewsPostDetailReturnLink {
	font-size: 11px;
}


/* **************
page customisations based on body id
***************** */

.black {
	color: black;
}
.white {
	color: white;
}
.red {
	color:#EC1C24;
}
.yellow {
	color:#FFCC00;
}
#content img.imageright {
	background-color: #eaeaea;
	padding: 5px;
	float: right;
	clear:both;
	margin-bottom: 20px;
	margin-left: 20px;
	border: 1px solid #CCCCCC;
}
#content img.imageleft {
	background-color: #eaeaea;
	padding: 5px;
	float: left;
	clear:both;
	margin-bottom: 20px;
	margin-right: 20px;
	border: 1px solid #CCCCCC;
}
/* HOME PAGE SPECIFIC CSS */

body#home {
	background-image: url(images/seantaylor-bgrd-home.jpg);
}
#home #content {
	float:right;
	width:540px;
}


/* **************
/page customisations based on body id
***************** */

/* **********
CONTACT FORM
*********** */
#m3moduleform_1 { margin-bottom: 18px;}
.contactform fieldset {padding: 1em; } 
.contactform fieldset legend {font-weight: bold;} 
.contactform div {width: 100%; padding: 0.25em 0 0.5em 0;} 
.contactform div label {display: block; width: 10em; } 
.contactform div.required {color: #f00;}
.contactform div.submit {padding: 0.25em 0 0.25em 0;} 
.captcha {margin: 1em 0 1em 0;}
img.captchapict {display:block}

/* *********
FAQ
********** */
body#faq p {margin-bottom:18px; font-weight:bold;}
body#faq .expand {margin:-13px 0 18px 0; font-weight:normal; }
body#faq .right49 {margin-top:18px;}
body#faq .right49 p, body#faq .left49 p{font-weight:normal;}

/************/

#slideshow {
	padding: 0px;
	margin:60px 0 0 0;
	height: 200px;
	width: 540px;
	clear: both;
}
#slideshow blockquote {
	padding: 10px 50px 0;
	margin:0;
	height: 200px;
	width: 440px;
	top:0;
	left:0;
	background-image: url(images/quote-bgrd.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#slideshow blockquote img {
	padding: 0px;
	margin:0 20px 200px 0px;
	float:left;
}
/* **** */

#testimonials blockquote {
	padding: 10px 50px 0;
	margin: 0 0 0 80px;
	width: 440px;
	height:200px;
	background-image: url(images/quote-bgrd.png);
	background-repeat: no-repeat;
	background-position: left top;
	clear:both;
}
#testimonials blockquote img {
	padding: 0px;
	margin:0 20px 105px 0px;
	float:left;
}
/* **** */