/* CSS Document */

#wrapper
{
width:800px;
height:auto;
margin-left:auto;
margin-right:auto;
background-image:url(../images/wrapperbackground.gif);
background-repeat:repeat-y;
}

#toproundedcorners
{
width:800px;
height:25px;
background-image:url(../images/toproundedcorners.gif);
background-repeat:no-repeat;
display:block;
}

#headerbanner {
width:757px;
height:153px;
display:block;
margin-left:auto;
margin-right:auto;
}

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/simple_vertical.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

/* Add a margin - for this demo only - and a relative position with a high z-index to make it appear over any element below */
#menu_container {margin-left:auto; margin-right:auto; margin-top:25px;  margin-bottom:15px; width:759px; height:25px; display:block; position:relative; z-index:100;
background:#2362aa;
}

/* Get rid of the margin, padding and bullets in the unordered lists */
#pmenu, #pmenu ul {padding:0; margin:0; list-style-type: none;}

/* Set up the link size, color and borders */
/*width:108px;*/
/*font-family:"Times New Roman", Times, serif;*/
#pmenu a, #pmenu a:visited {display:block; font-size:12px; color:#fff; height:25px; line-height:20px; text-decoration:none;  text-align:center; font-weight:bold;
padding-left: 10px;
padding-right: 19px;
}

#pmenu li:hover > ul a {height:25px;width:103px;}
#pmenu li:hover > ul a.insurance {height:25px;width:170px;}
#pmenu li:hover > ul li:hover > ul a{height:25px;width:360px;}

/* Set up the sub level borders */
#pmenu li ul li a, #pmenu li ul li a:visited {border-width:0px 0px 0px 0px; font-weight:bold; text-align:left; padding-left: 15px;}
#pmenu li a.enclose, #pmenu li a.enclose:visited {border-bottom:1px solid #fff; font-weight:bold;}

/* Set up the list items */
#pmenu li {float:left; background:#2362aa;}

/* For Non-IE browsers and IE7 */
#pmenu li:hover {position:relative;}
/* Make the hovered list color persist */
#pmenu li:hover > a {background:#000000; color:#fff; font-weight:bold;}
/* Set up the sublevel lists with a position absolute for flyouts and overrun padding. The transparent gif is for IE to work */
#pmenu li ul {display:none;}
/* For Non-IE and IE7 make the sublevels visible on list hover. This is all it needs */
#pmenu li:hover > ul {display:block; position:absolute; top:-10px; left:108px; padding:10px 30px 30px 30px; background:transparent url(../images/transparent.gif)}
/* Position the first sub level beneath the top level liinks */
#pmenu > li:hover > ul {left:-30px; top:16px;}

/* get rid of the table */
#pmenu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em;}

/* For IE5.5 and IE6 give the hovered links a position relative and a change of background and foreground color. This is needed to trigger IE to show the sub levels */
* html #pmenu li a:hover {position:relative; background:#000000; color:#fff; font-weight:bold;}

/* For accessibility of the top level menu when tabbing */
#pmenu li a:active, #pmenu li a:focus {background:#000000; color:#fff; font-weight:bold;}

/* Set up the pointers for the sub level indication */
#pmenu li.fly {background:#2362aa url(../images/fly.gif) no-repeat right center;}
/*#pmenu li.drop {background:#2362aa url(../images/drop.gif) no-repeat right center;}*/


/* This lot is for IE5.5 and IE6 ONLY and is necessary to make the sublevels appear */

/* change the drop down levels from display:none; to visibility:hidden; */
* html #pmenu li ul {visibility:hidden; display:block; position:absolute; top:-11px; left:80px; padding:10px 30px 30px 30px; background:transparent url(transparent.gif);}
* html #pmenu li ul a {height:25px;width:300px;}

/* keep the third level+ hidden when you hover on first level link */
#pmenu li a:hover ul ul{
visibility:hidden;
}
/* keep the fourth level+ hidden when you hover on second level link */
#pmenu li a:hover ul a:hover ul ul{
visibility:hidden;
}
/* keep the fifth level hidden when you hover on third level link */
#pmenu li a:hover ul a:hover ul a:hover ul ul{
visibility:hidden;
}
/* keep the sixth level hidden when you hover on fourth level link */
#pmenu li a:hover ul a:hover ul a:hover ul a:hover ul ul {
visibility:hidden;
}

/* make the second level visible when hover on first level link and position it */
#pmenu li a:hover ul {
visibility:visible; left:-30px; top:41px;
}

/* make the third level visible when you hover over second level link and position it and all further levels */
#pmenu li a:hover ul a:hover ul{ 
visibility:visible; top:-11px; left:80px;
}
/* make the fourth level visible when you hover over third level link */
#pmenu li a:hover ul a:hover ul a:hover ul { 
visibility:visible;
}
/* make the fifth level visible when you hover over fourth level link */
#pmenu li a:hover ul a:hover ul a:hover ul a:hover ul { 
visibility:visible;
}
/* make the sixth level visible when you hover over fifth level link */
#pmenu li a:hover ul a:hover ul a:hover ul a:hover ul a:hover ul { 
visibility:visible;
}
/* If you can see the pattern in the above IE5.5 and IE6 style then you can add as many sub levels as you like */

#maincontent {
width:490px;
height:auto;
display:block;
float:left;
margin-left:21px;
/*margin-right:14px;*/
padding-right:18px;
border-right:2px solid #a8a8a8;
}

h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:26px;
	font-weight:bold;
	color:#2362aa;
	margin-bottom:15px;
	vertical-align:text-top;
	margin-top:0px;
	padding-top:0px;
}

h2  {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#2362aa;
	margin-bottom:15px;
}

h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:22px;
	font-weight:bold;
	color:#2362aa;
	margin-bottom:15px;
}

#maincontent p {
font-family:"Times New Roman", Times, serif;
font-size:12px;
color:#696969;
display:block;
margin-bottom:20px;
margin-top:0px;
}

#maincontent .catriona {
font-family:"Times New Roman", Times, serif;
font-size:12px;
color:#2362aa;
display:block;
margin-bottom:0px;
}

#maincontent .imagefloatleft {
float:left;
display:block;
margin-right:15px;
margin-bottom:5px;
}

#maincontent .imagefloatright {
float:right;
display:block;
margin-left:15px;
margin-bottom:5px;
}

#maincontent li {
font-family:"Times New Roman", Times, serif;
font-size:12px;
color:#2362aa;
margin-bottom:5px;
padding:0px;
margin-top:0px;
list-style:square;
vertical-align:middle;
margin-left:-25px;
padding-left:-25px;
}

#maincontent .bulletpointtext {
font-family:"Times New Roman", Times, serif;
font-size:12px;
color:#696969;
}

#maincontent a:link, #maincontent a:visited {
color:#2362aa;
display:inline;
text-decoration:underline;
font-family:"Times New Roman", Times, serif;
font-size:12px;
font-weight:normal; 
}

#maincontent a:hover, #maincontent a:active {
color:#78a6da;
display:inline;
text-decoration:underline;
font-family:"Times New Roman", Times, serif;
font-size:12px;
font-weight:normal;
}

#sendemailspacer {
dislay:block;
width:100%;
height:50px;
}

#IE6spacer {
dislay:block;
width:100%;
height:10px;
clear:both;
}

/* in order to make the grey line shrink and grow when text is inserted into the right-hand column change the height value below from 1015px to auto - make sure the semi-colon is left in after the word auto too otherwise it will not work */
#sidebar {
width:269px;
/* [if lte IE 6]>width:auto;<![endif] */
height:1015px;
display:block;
float:right;
/*border-left:2px solid #a8a8a8;*/
z-index:100;
}

#sidebar .newsletterform{
background-image:url(../images/newslettersignupbackground.gif);
background-repeat:no-repeat;
width:232px;
height:178px;
display:block;
margin-left:12px;
margin-right:0;
margin-bottom:15px;
vertical-align:top;
}

#sidebar .newsletterform p {
font-family:"Times New Roman", Times, serif;
font-size:12px;
color:#696969;
font-weight:normal;
display:block;
margin-bottom:7px;
padding-top:50px;
margin-left:10px;
margin-right:10px;
}

#sidebar .textboxlabel {
font-family:"Times New Roman", Times, serif;
font-size:12px;
color:#696969;
font-weight:bold;
display:block;
float:left;
padding-left:10px;
padding-right:5px;
line-height:15px;
vertical-align:middle;
}

#sidebar .textbox {
width:130px;
height:16px;
margin-bottom:6px;
display:inline;
float:none;
}

#sidebar p {
font-family:"Times New Roman", Times, serif;
font-size:12px;
color:#696969;
display:block;
margin-bottom:20px;
margin-top:0px;
margin-left:15px;
margin-right:30px;
}

#sidebar h2 {
font-family:"Times New Roman", Times, serif;
font-size:22px;
font-weight:bold;
color:#2362aa;
margin-bottom:15px;
margin-left:15px;
}

#sidebar .bluetext {
font-family:"Times New Roman", Times, serif;
font-size:12px;
color:#2362aa;
display:inline;
}

#sidebar a:link, #sidebar a:visited,{
color:#696969;
display:inline;
text-decoration:underline;
font-family:"Times New Roman", Times, serif;
font-size:12px;
font-weight:bold;
}

#sidebar a:hover, #sidebar a:active,{
color:#2362aa;
display:inline;
text-decoration:underline;
font-family:"Times New Roman", Times, serif;
font-size:12px;
font-weight:bold;
}

.gobutton {
padding-left:5px;
margin-top:-5px;
padding-top:-5px;
position:relative;
z-index:150;
}

#signup  {
	position: relative;
	background:url(../images/signup_bg1.jpg);
	background-repeat:no-repeat;
	width:224px;
	height:275px;
	display:block;
	margin-left:12px;
	margin-right:0;
	margin-bottom:15px;
	vertical-align:top;
}

#signupinfo {
	position: relative;
	top: 70px;
	left: 10px;
	width:210px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}	

#signupform {
	position: relative;
	width:210px;
	top:  80px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;	
}
#signuppriv {
	position: relative;
	width:190px;
    top:  80px; 
	left: 10px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
}


#contactusbanner {
background-repeat:no-repeat;
width:232px;
height:29px;
display:block;
margin-left:12px;
margin-right:auto;
margin-bottom:15px;

}

.brandcontacttext {
font-family:"Times New Roman", Times, serif;
font-size:12px;
color:#696969;
font-weight:bold;
display:block;
margin-left:15px;
margin-right:10px;
}

.telephone {
font-family:"Times New Roman", Times, serif;
font-size:12px;
color:#696969;
font-weight:bold;
display:inline;
}

#sidebar .contacttypes {
font-family:"Times New Roman", Times, serif;
font-size:12px;
color:#2362aa;
display:inline;
margin-left:15px;
font-weight:bold
}

.emaillink {
font-family:"Times New Roman", Times, serif;
font-size:12px;
color:#2362aa;
display:inline;
}

.greyhorizontalline {
width:490px;
height:3px;
background-image:url(../images/greydividerline.gif);
background-repeat:repeat-x;
margin-top:15px;
margin-bottom:15px;
margin-left:auto;
margin-right:auto;
display:block;
clear:left;
}

.greyhorizontallinethicker {
width:490px;
height:4px;
background-image:url(../images/greydividerlinethicker.gif);
background-repeat:repeat-x;
margin-top:15px;
margin-bottom:15px;
margin-left:auto;
margin-right:auto;
display:block;
clear:both;
}

#lefttextcolumn {
width:240px;
height:auto;
display:block;
float:left;
margin-left:21px;
border-right:2px solid #a8a8a8;
}

#lefttextcolumn p {
font-family:"Times New Roman", Times, serif;
font-size:12px;
color:#696969;
display:block;
margin-bottom:20px;
margin-top:0px;
padding-right:15px;
}

#lefttextcolumn a:link, #lefttextcolumn a:visited {
font-family:"Times New Roman", Times, serif;
font-size:12px;
color:#2362aa;
text-deoration:underline;
display:inline;
}

#lefttextcolumn a:hover, #lefttextcolumn a:active {
font-family:"Times New Roman", Times, serif;
font-size:12px;
color:#696969;
text-deoration:underline;
display:inline;
}

#lefttextcolumnnoborder {
width:240px;
height:auto;
display:block;
float:left;
margin-left:21px;

}

#lefttextcolumnnoborder p {
font-family:"Times New Roman", Times, serif;
font-size:12px;
color:#696969;
display:block;
margin-bottom:20px;
margin-top:0px;
padding-right:15px;
}

#lefttextcolumnnoborder a:link, #lefttextcolumnnoborder a:visited {
font-family:"Times New Roman", Times, serif;
font-size:12px;
color:#2362aa;
text-deoration:underline;
display:inline;
}

#lefttextcolumnnoborder a:hover, #lefttextcolumnnoborder a:active {
font-family:"Times New Roman", Times, serif;
font-size:12px;
color:#696969;
text-deoration:underline;
display:inline;
}


.bookingform {
margin:0px;
padding:0px;
}

.tableheaders {
font-family:"Times New Roman", Times, serif;
font-size:14px;
color:#2362aa;
font-weight:bold;
display:block;
}

#righttextcolumn {
width:240px;
height:auto;
display:block;
float:right;
margin-left:21px;
}

#righttextcolumn p {
font-family:"Times New Roman", Times, serif;
font-size:12px;
color:#696969;
display:block;
margin-bottom:20px;
margin-top:0px;
padding-right:15px;
}

#righttextcolumn a:link, #righttextcolumn a:visited {
font-family:"Times New Roman", Times, serif;
font-size:12px;
color:#2362aa;
text-deoration:underline;
display:inline;
}

#righttextcolumn a:hover, #righttextcolumn a:active {
font-family:"Times New Roman", Times, serif;
font-size:12px;
color:#696969;
text-deoration:underline;
display:inline;
}

.boldtext {
font-family:"Times New Roman", Times, serif;
font-size:12px;
font-weight:bold;
color:#000000;
display:inline;
}

#bluedividerline {
width:757px;
height:25px;
background-image:url(../images/bluehoritonalstripe.gif);
background-repeat:repeat-x;
margin-left:auto;
margin-right:auto;
display:block;
clear:both;
}


#opencoursesbanner {
width:757px;
height:142px;
margin-left:auto;
margin-right:auto;
margin-top:10px;
display:block;
clear:both;
}


#footer {
width:757px;
height:auto;
margin-left:auto;
margin-right:auto;
display:block;
clear:both;
}


#footer a:link, #footer a:visited {
font-family:"Times New Roman", Times, serif;
font-size:11px;
font-weight:bold;
color:#000000;
display:inline;
padding-right:5px;
text-align:center;
text-decoration:underline;
}

#footer a:hover, #footer a:active {
font-family:"Times New Roman", Times, serif;
font-size:11px;
font-weight:bold;
color:#2362aa;
display:inline;
padding-right:5px;
text-align:center;
text-decoration:underline;
text-align:center;
}

#footer .greydividerline {
width:757px;
height:3px;
background-image:url(../images/greydividerline.gif);
background-repeat:repeat-x;
margin-top:15px;
margin-bottom:15px;
margin-left:auto;
margin-right:auto;
display:block;
clear:both;
}

#footer .designedby {
width:757px;
height:26px;
display:block;
clear:both;
}

.termsandprivacy {
font-family:"Times New Roman", Times, serif;
font-size:11px;
font-weight:bold;
color:#2362aa;
}

#footer a.termsandprivacy {
font-family:"Times New Roman", Times, serif;
font-size:11px;
font-weight:bold;
color:#2362aa;
text-decoration:underline;
display:inline;
}

#footer a:hover.termsandprivacy {
font-family:"Times New Roman", Times, serif;
font-size:11px;
font-weight:bold;
color:#000000;
text-decoration:underline;
display:inline;
}

#bottomroundedcorners {
width:800px;
height:25px;
background-image:url(../images/bottomroundedcorners.gif);
background-repeat:no-repeat;
display:block;
clear:both;
margin-left:auto;
margin-right:auto;
}

