@charset "utf-8";
body  {
	font: 13px Tahoma, Arial, Helvetica, sans-serif;
	background: #f8f3de url(/images/slbg1.jpg) fixed no-repeat 50% 0;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #444;
}

h1,h2,h3 {
 color:#3366CC;
	margin: 0;
}

h1 {
 font-size: 20px;
}

h2 {
 font-size: 15px;
}

h3 {
 margin-top: 0;
 font-size: 13px;
	font-weight: bold;
}

h4 {
 margin-top: 0;
 font-size: 13px;
 font-weight: bold;
}

h6 {
 font-size: 11px;
	color: #999999;
	font-weight: normal;
}

input, textarea, select {
 font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
}

textarea {
 max-width: 526px;
}

select {
 font-size: 12px;
}

a {
	color:#000;
	text-decoration: none;
}

hr {
 color: #ffffff;
	background-color: #ffffff;
	border-bottom: 1px dotted #777777;
	border-style: none none dotted;
	margin-bottom: 10px;
}

hr.feint {
 border-bottom: 1px dotted #dddddd !important;
}

a:link, a:visited {
	color:#000;
	text-decoration: none;
	}

a:hover {
	text-decoration: none;
	color: #ff0000;
}

ul.ticklist {
 list-style-image: url(/images/listtick.jpg);
}

ul.ticklist2 {
 list-style-image: url(/images/listtick.jpg);
	padding-left: 15px;
	margin-left: 0;
	margin-top: 0;
}
ul.ticklist2 li {
 margin-bottom: 1em;
}

div#search input {
 font-size: 10px;
}

/* Tips for Elastic layouts 
1. Since the elastic layouts overall sizing is based on the user's default fonts size, they are more unpredictable. Used correctly, they are also more accessible for those that need larger fonts size since the line length remains proportionate.
2. Sizing of divs in this layout are based on the 100% font size in the body element. If you decrease the text size overall by using a font-size: 80% on the body element or the #container, remember that the entire layout will downsize proportionately. You may want to increase the widths of the various divs to compensate for this.
3. If font sizing is changed in differing amounts on each div instead of on the overall design (ie: #sidebar1 is given a 70% font size and #mainContent is given an 85% font size), this will proportionately change each of the divs overall size. You may want to adjust based on your final font sizing.
*/
div#container { 
	width: 1000px;  /* this width will create a container that will fit in an 1000px browser window if text is left at browser default font sizes */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #000000;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding-bottom: 10px;
} 

div#header { 
/*	background: #DDDDDD; */
 height: 150px;
	background-image:url(../images/headertemplate6.png);
	background-repeat:no-repeat;
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 

div#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

div#innercontainer {
	width: 998px;  /* this width will create a container that will fit in an 1000px browser window if text is left at browser default font sizes */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #000000;*/
	text-align: left; /* this overrides the text-align: center on the body element. */

 border-left: 1px solid #a09770;
 border-right: 1px solid #a09770;
 border-bottom: 1px solid #a09770;
}

div#status { 
	padding: 0 10px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 

div#specialmessage { 
	padding: 0 10px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 

div#status h4 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0px 5px 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 11px;
	text-align: right;
	color: #0066ff;
}

div#status a:link,
div#status a:active,
div#status a:visited {
 font-size: 10px;
 border-bottom: 1px dotted;
 text-decoration: none;
	color: #00aa00;
}

div#status a:hover {
 font-size: 10px;
 border-bottom: 1px dotted;
 text-decoration: none;
	color: #ff0000;
}


div#toplinks { 
/*	background-color: #dddddd; */
	background-image: url(../images/headertemplate5bg.png);
	/*	background-repeat:no-repeat; */
	padding: 8px 0 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
 font-family: Tahoma,Arial,Helvetica,Sans-Serif;
	font-size: 11px;
	font-weight: bold;
} 

div#toplinks h4 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 5px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 11px;
	font-weight: normal;
	text-align: right;
}

div#toplinks form {
 display: inline;
}

div#toplinks a:link, div#toplinks a:visited, div#toplinks a:active {
text-decoration: none;
color: #ffffff;
}

div#toplinks a:hover {
text-decoration: none;
color: #ffff00;
}

div#search {
 margin: 0 0 10px 0;
	background-color: #c51b1b;
	width: 998px;
}

div#ticker {
 margin: 2px 0 0 10px;
	font-weight: bold;
}

div#search h4 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 10px 0px 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 11px;
	font-weight: normal;
	text-align: right;
}

div#search form {
 display: inline;
}

/* Tips for sidebar1:
1. Be aware that if you set a font-size value on this div, the overall width of the div will be adjusted accordingly.
2. Since we are working in ems, it's best not to use padding on the sidebar itself. It will be added to the width for standards compliant browsers creating an unknown actual width. 
3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".thrColElsHdr #sidebar1 p" rule.
*/

div#sidebar1 {
 margin: 0;
	float: left; 
	width: 190px; /* since this element is floated, a width must be given */
/*	background: #e8eefa; /* the background color will be displayed for the length of the content in the column, but no further */

/*	padding: 5px 0; /* top and bottom padding create visual space within this div */
/*	margin-top: 5px; */
	
	font-size: 11px;
	height: auto;
}

div#sidebar2 {
	float: right; 
	width: 248px; /* since this element is floated, a width must be given */
/*	padding: 5px 0; /* top and bottom padding create visual space within this div */
/*	margin-top: 5px;*/
	font-size: 11px;
}

div#sidebar1 h3, div#sidebar1 p, div#sidebar2 p, div#sidebar2 h3 {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}

/* Tips for mainContent:
1. If you give this #mainContent div a font-size value different than the #sidebar1 div, the margins of the #mainContent div will be based on its font-size and the width of the #sidebar1 div will be based on its font-size. You may wish to adjust the values of these divs.
2. The space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
3. To avoid float drop, you may need to test to determine the approximate maximum image/element size since this layout is based on the user's font sizing combined with the values you set. However, if the user has their browser font size set lower than normal, less space will be available in the #mainContent div than you may see on testing.
4. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs that may occur.
*/
div#mainContent {
 	margin: 0 8px 20px 22px; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
		width: 524px;
 	float: left; 
} 

div#footer { 
 background: url(/images/footerbg.png) top left repeat-x;
	font-size: 11px;
	color: #dddddd;
	height: 35px;
} 

div#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0 0 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 15px;
	margin-bottom: 8px;
}

.fltrtborder { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 15px;
	margin-bottom: 8px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 15px;
	margin-bottom: 8px;
}

.fltlftborder { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 15px;
	margin-bottom: 8px;
}


.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
 height:0;
 font-size: 1px;
 line-height: 0px;
	background:none;
}

div#leftlinks {
 padding: 0 0 0 10px;
 margin: 0;
}

div.tablet {
 margin: 0px 5px 2px 10px; 
	background-color:#ffffff;
	font-size: 10px;
}

div.tablet div.top {
 height: 24px;
}

div#sidebar1 div.tablet div.top {
	width: 180px;
}

div#sidebar2 div.tablet div.top {
	width: 228px;
}

div#leftlinks div.top {
 background: url(/images/roundedBluTopLeft.jpg) top left no-repeat;
}

div#leftaccred div.top {
 background: url(/images/roundedGrnTopLeft.jpg) top left no-repeat;
}

div#lefttestimonials div.top {
 background: url(/images/roundedBluTopLeft.jpg) top left no-repeat;
}

div#rightcourses div.top {
 background: url(/images/roundedRedTopRight.jpg) top left no-repeat;
}

div#rightbasket div.top {
 background: url(/images/roundedCyanTopRight.jpg) top left no-repeat;
}

div#rightnews div.top {
 background: url(/images/roundedTealTopRight.jpg) top left no-repeat;
}

div#rightnewprods div.top {
 background: url(/images/roundedPurpleTopRight.jpg) top left no-repeat;
}

div#sidebar2 div.mid p {
 margin-top: 0;
	margin-bottom: 0;
}

div#leftaccred div.mid, div#lefttestimonials div.mid, div#rightcourses div.mid, div#rightbasket div.mid {
 border-bottom: 1px dotted #777777;
}

div#lefttestimonials div.mid {
 padding: 4px 0;
}

div.tablet div.mid {
 border-left: 1px solid #777777;
	border-right: 1px solid #777777;
	background-color: #f8f8ec;
}

div#sidebar1 div.tablet div.mid {
	width: 178px;
}

div#sidebar2 div.tablet div.mid {
	width: 226px;
}

div#sidebar1 div.tablet div.mid img {
 float: right; 
 padding: 0 7px 0 0;
}

div#sidebar2 div.tablet div.mid img {
 float: right;
	padding: 0 7px;
}

div#leftlinks div.mid img {
 float: none !important;
	padding: 0 3px 0 0 !important;
}

div#lefttestimonials div.mid img {
 float: none !important;
	padding: 0 2px !important;
}

div#leftaccred div.mid, div#sidebar2 div.mid {
 padding: 10px 0 10px 0;
}

div#rightbasket div.mid {
 padding: 3px 0 3px 0;
}

div#sidebar2 div.mid a:link,div#sidebar2 div.mid a:visited,div#sidebar2 div.mid a:hover,div#sidebar2 div.mid a:active,
div#leftaccred div.mid a:link,div#leftaccred div.mid a:visited,div#leftaccred div.mid a:hover,div#leftaccred div.mid a:active {
 display: block;
	font-weight: bold;
}

div#sidebar2 div.mid a:link,div#sidebar2 div.mid a:visited,div#sidebar2 div.mid a:active,
div#leftaccred div.mid a:link,div#leftaccred div.mid a:visited,div#leftaccred div.mid a:active {
 color: #0000CC;
}

div#sidebar2 div.mid a:hover,
div#leftaccred div.mid a:hover {
 color: #ff0000;
}

div#welcomepage h2 a:link, div#welcomepage h2 a:visited, div#welcomepage h2 a:active {
 color:#3366CC;
	text-decoration: none;
	border: none;
}

div#welcomepage h2 a:hover {
 color:#ff0000;
}


div#rsslink a:link,
div#rsslink a:active,
div#rsslink a:visited {
 font-size: 9px;
 border-bottom: none;
 text-decoration: none;
	color: #ffffff;
}

div#rsslink a:hover {
 font-size: 9px;
 border-bottom: none;
 text-decoration: none;
	color: #00ff00;
}

div.tablet div.btm {
 height: 15px;
	margin-bottom: 10px;
}

div#sidebar1 div.tablet div.btm {
	width: 180px;
 background: url(/images/roundedBottomLeft.jpg) top left no-repeat;
}

div#sidebar2 div.tablet div.btm {
	width: 228px;
 background: url(/images/roundedBottomRight.jpg) top left no-repeat;
}

div.tablet h4 {
 text-align: center;
	color: #ffffff;
	font-size: 12px;
	padding-top: 5px;
	margin: 0;
}

div.tablet ul {
 margin:0;
	padding:0;
	list-style-type: none;
}

div.tablet li {
	margin:0;
	padding:2px 0 2px 0;
	border-bottom:1px dotted #a9a9a9;
}

div.tablet li a {
	padding:0 0 0 5px;
	display:block;
}

div.tablet a:link,
div.tablet a:active,
div.tablet a:hover,
div.tablet a:visited {
 border-bottom: none;
	margin-left:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

div.tablet ul a {
 color:#000000;
}

div.tablet ul li.selected {
 background:#e5dfc5;
	font-weight:bold;
}

div.tablet ul li.home a {
 color :#ff0000;
	font-weight:bold;
}

div.tablet ul li {
 padding:0;
 
}

div.tablet ul li a,
div.tablet ul li span {
 padding: 6px 0 6px 5px;
 border:none;
	display:block;
}

div.tablet ul a:hover {
 background-color:#e5dfc5;
	text-decoration:none;
}

div#toplinks div.l {
 margin: 0;
 width: 9px;
	height: 26px;
	float: left;
	background:url(/images/tabblkleft.png) top left no-repeat;

}

div#toplinks div.r {
 margin: 0;
 width: 9px;
	height: 26px;
	float: left;
	background:url(../images/tabblkright.png) top left no-repeat;
}

div#toplinks div.m {
 margin: 0;
	height: 20px;
	float: left;
	background:url(../images/tabblkbg.png) top left repeat-x;
	padding-top: 6px;
}

div#toplinks div.sp {
 margin: 0;
	width: 5px;
	height: 26px;
	float: left;
 background-image:none;
}

div#mainContent div.fltrtborder, div#mainContent div.fltlftborder {
 border-left: 1px solid #aaaaaa;
 border-top: 1px solid #aaaaaa;
 border-right: 2px solid #777777;
 border-bottom: 2px solid #777777;
}

div#mainContent div.fltrtborder img, div#mainContent div.fltlftborder img {
 margin: 6px;
}

/*
div#basket input[type=text], div#basket input[type=password], div#basket textarea, div#booking input[type=text], div#booking textarea {
 background-color: #ffffbb;
	border: 1px solid #aaaaaa;
	font-size: 12px;
	padding: 1px;
}

div#basket option, div#booking option {
 background-color: #ffffbb;
	font-size: 14px;
}
*/

div#mainContent input[type=text], div#mainContent input[type=password], div#mainContent textarea {
 background-color: #ffffbb;
	border: 1px solid #aaaaaa;
	font-size: 12px;
	padding: 1px;
}

div#mainContent option {
 background-color: #ffffbb;
	font-size: 14px;
}


div#basket a:link,
div#basket a:visited,
div#basket a:active,
div#basket a:hover {
 font-size: 11px;
}

div#basket td#orderconfirmed a:link,
div#basket td#orderconfirmed a:visited,
div#basket td#orderconfirmed a:active,
div#basket td#orderconfirmed a:hover,
div#basket td#termsconditions a:link,
div#basket td#termsconditions a:visited,
div#basket td#termsconditions a:active,
div#basket td#termsconditions a:hover {
 font-size: 12px;
}

/*
div#basket a:link,
div#shop a:link,
div#courses a:link,
div#basket a:visited,
div#shop a:visited,
div#courses a:visited,
div#basket a:active,
div#shop a:active,
div#courses a:active {
 border-bottom: 1px dotted #777777;
 color: #777777;
}

div#basket a:hover, div#shop a:hover, div#courses a:hover {
 border-bottom: 1px dotted #ff0000;
 color: #ff0000;
}

*/

div#mainContent a {
 position: relative; /* stops the bottom border disappearing in ie */
}

div#mainContent a:link,
div#mainContent a:visited,
div#mainContent a:active {
 border-bottom: 1px dotted #007733;
 color: #008866;
}

div#mainContent a:hover {
 border-bottom: 1px dotted #ff0000;
 color: #ff0000;
}

div#basket .basketdisplay {
 font-size: 11px;
}

div#basket .basketline {
 background-color: #e5dfc5;
	font-weight: bold;
}

div#basket .basketitem td {
 border-bottom: 1px dotted #777777;
}

.price {
 color: #00aa00;
	font-weight: bold;
}

.promo {
 color: #ff0000;
	font-weight: bold;
}

.tablet .promo {
 color: #cc0000;
	font-weight: bold;
}

div#shop .duration,div#courses .duration {
	font-weight: bold;
}

div#mainContent table.sml {
 font-size: 11px;
}

div#pagelinks {
 margin: 20px 0 0 0;
 text-align:center;
 background-color: #f8f8ec;
	border-top: 1px dotted #777777;
	border-bottom: 1px dotted #777777;
}

div#pagelinks .currpage {
 font-weight: bold;
	color: #3366cc;
}

div#pagelinks a:link,
div#pagelinks a:visited,
div#pagelinks a:active {
 border-bottom: 1px dotted #333333;
 color: #333333;
}

div#pagelinks a:hover {
 border-bottom: 1px dotted #ff0000;
 color: #ff0000;
}

div#subcats {
 padding: 7px 4px;
	border: 1px solid #aaaaaa;
	background-color: #ffffdd;
 font-size: 11px;
}

div#subcats a:link,
div#subcats a:visited,
div#subcats a:active {
 border: none;
 color: #777777;
}

div#subcats a:hover {
 border: none;
 color: #ff0000;
}

div#terms p, div#terms ul, div#terms ol, div#privacy p, div#privacy ul, div#privacy ol {
 font-size: 11px;
}

div#privacy ol {
 padding-left: 18px;
	margin: 5px;
}

div#privacy li {
 margin-bottom: 8px;
}

div#valueguarantee {
 margin: 0 0 10px 10px;
 background: url(/images/valueguaranteediv.jpg) top left no-repeat;
	height: 165px;
}

div#valueguarantee p {
 margin-top: 0;
}

div#valueguarantee div#guaranteetext {
 color: #ffffff;
	width: 160px;
	padding-top: 80px;
}

div#valueguarantee a:link,
div#valueguarantee a:visited,
div#valueguarantee a:active {
 border: none;
 color: #ffff00;
	font-weight: bold;
}

div#valueguarantee a:hover {
 border: none;
 color: #00ffff;
	font-weight: bold;
}

div#sitemap ul {
 padding: 0;
	margin: 0 0 0 12px;
}

div#sitemap li {
 list-style-image: url(/images/rightarrow.jpg);
 padding: 0;
	margin-left: 10px;
}

div#sitemap h3 {
 margin: 0;
 padding: 0 0 5px 0;
}

div#footer div.l {
 margin: 0;
 width: 260px;
	padding-left: 10px;
	float: left;
}

div#footer div.m {
 margin: 0;
	width: 550px;
	float: left;
}

div#footer div.r {
}

div#footer p.linkbars {
 color:#bbbbbb;
}

div#footer a,
div#footer a:active,
div#footer a:visited {
	color:#ffffcc;
}

div#footer a:hover {
	color:#ff0000;
}

.ddsheader {
 background: url(/images/smallheader.jpg) top left no-repeat;
 height: 40px;
}

table#frapremisesinfo td {
 padding-top: 7px;
 padding-bottom: 7px;
	border-bottom: 1px dotted #eeeeee;
}

table#frapremisesinfo2 td {
 padding: 0;
	border: none;
}

.warning {
 color: #ff0000;
	font-weight: bold;
	font-size: 11px;
}

.yes {
 background-color: #00aa00;
	color: #ffffff;
}

.no {
 background-color: #cc0000;
	color: #ffffff;
}

a.info {
 position:relative; /*this is the key*/
 z-index:24;
}

a.info:hover{
 z-index:25;
}

a.info span{
 display: none;
}

a.info:hover span{ /*the span will display just on :hover state*/
 display:block;
 position:absolute;
 font-size: 11px;
	top:2em;
	left:2em;
	width:40em;
	padding: 10px;
 border:1px solid #777777;
 background-color:#3366CC;
	color:#ffffff;
 text-align: left;
}

.smlinput {
	font-size: 10px !important;
}

.smlinputr {
	font-size: 10px !important;
	text-align: right;
}

.smltext, .smltextg, .smltextb {
 font-size: 11px;
}

.smltextg {
 color: #999999;
}

.smltextb {
 color: #3366CC;
}

.dottedul {
 border-bottom: 1px dotted #777777;
}

ol.spaced li {
 margin: 0 0 5px 0;
}

.legislation cite {
 font-size: 10px;
	font-style:normal;
	color: #777777;
}

.legislation ul {
 margin-top: 0;
 margin-left: 0;
	padding-left: 1.2em; 
}

.legislation ol {
 margin-left: 0;
	padding-left: 1.8em; 
}

.legislation h4 {
 margin: 5px 0 0 0;
}

.notopmargin {
 margin-top: 0;
}