﻿/* ================================================================ 
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/final_drop.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.
===================================================================
DO NOT DELETE */
/*
.menu {float: right; height:23px; font-size:0.85em; position:relative; z-index:100;}
 hack to correct IE5.5 faulty box model 
* html .menu {width:746px; w\idth:745px;}
 remove all the bullets, borders and padding from the default list styling 
.menu ul {padding:0;margin:0;list-style-type:none; }
.menu ul ul {width:149px; color: white;}
 float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon 
.menu li {float:left;width:149px;position:relative;}
 style the links for the top level 
.menu a, .menu a:visited {display:block;text-decoration:none; color:#CCC; width:138px; height:22px; border-left:1px solid #fff; border-top: 1px solid white; border-width:1px 0 1px 1px; background:#08308F; padding-left:5px; line-height:19px;}
 a hack so that IE5.5 faulty box model is corrected 
* html .menu a, * html .menu a:visited {width:149px; w\idth:138px;}

 style the second level background 
.menu ul ul a.drop, .menu ul ul a.drop:visited {background:#0272AC url(http://www.cssplay.co.uk/graphics/drop.gif) bottom right no-repeat;}
 style the second level hover 
.menu ul ul a.drop:hover{background:#0272AC url(http://www.cssplay.co.uk/graphics/drop.gif) bottom right no-repeat;}
.menu ul ul :hover > a.drop {background:#0272AC url(http://www.cssplay.co.uk/graphics/drop.gif) bottom right no-repeat;}
 style the third level background 
.menu ul ul ul a, .menu ul ul ul a:visited {
	background: #0272AC;
}
 style the third level hover 
.menu ul ul ul a:hover {background:#0272AC;}


 hide the sub levels and give them a positon absolute so that they take up no room 
.menu ul ul {visibility:hidden;position:absolute;height:0;top:22px;left:0; width:149px;border-top:1px solid #fff;}
 another hack for IE5.5 
* html .menu ul ul {top:22px;t\op:21px;}

 position the third level flyout menu 
.menu ul ul ul{left:149px; top:-1px; width:149px;}

 position the third level flyout menu for a left flyout 
.menu ul ul ul.left {left:-149px;}

 style the table so that it takes no ppart in the layout - required for IE to work 
#menu table {position:absolute; top:0; left:0; border-collapse:collapse;;}

 style the second level links 
.menu ul ul a, .menu ul ul a:visited {background:#08308F; color:#fff; height:auto; line-height:1em; padding:5px 10px; width:128px;border-width:0 1px 1px 1px;}
 yet another hack for IE5.5 
* html .menu ul ul a, * html .menu ul ul a:visited {width:150px;w\idth:128px;}

 style the top level hover 
.menu a:hover, .menu ul ul a:hover{color:#fff; background:navy;}
.menu :hover > a, .menu ul ul :hover > a {color:#fff;background:navy;}

 make the second level visible when hover on first level list OR link 
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }
 keep the third level hidden when you hover on first level list OR link 
.menu ul :hover ul ul{visibility:hidden;}
 make the third level visible when you hover over second level list OR link 
.menu ul :hover ul :hover ul{ visibility:visible;}
*/

/* -------------------------------------------------------------------------------------------------------  */



.menu {
	float: right;
	z-index:100;
	font-family: "Trebuchet MS", Arial, san-serif;
	width:810px;
	height:36px;
	position:relative;
	font-size:11px;
	margin-right: -10px;
	margin-top: -4px;
}
.menu ul li a {
	display:block;
	text-decoration:none;
	color:#fff;
	font-weight:bold;
	width:160px; 
	height:36px; 
	text-align:center;
	border-bottom: 0;
	background-image:url(img/nav/2a.png);
	line-height:36px; 
	font-size:11px; 
	overflow:hidden;
	
	
}
/* first and last tabs */
.menu .one {
	background-image:url(img/nav/1a.png);

}
.menu .three {
	background-image:url(img/nav/3a.png);
}

.menu ul {padding:0; margin:0; list-style: none;}
.menu ul li {float:left; position:relative;}
.menu ul li ul {display: none;}

/* button hover properties */
.menu ul li:hover a {color:#043454; background: url(img/nav/2b.png);}
.menu ul li:hover ul {display:block; position:absolute; top:36px; left:0; width:154px; margin: 0 0 0 0px; padding: 0;}
.menu ul li:hover ul li a.two {background:#6a3; color:#fff;}
.menu ul li:hover ul li:hover a.two {background:#6fc; color:#544a3a;}
.menu ul li:hover ul li ul {display: none;}

.menu ul li:hover .one {color:#043454; background: url(img/nav/1c.png);}
.menu ul li:hover .three {color:#043454; background: url(img/nav/3b.png);}

/* dropdown properties */
.menu ul li:hover ul li a {background-image: none; display:block;height: 28px; line-height: 26px; color:#043454; width:142px; text-align:left; margin: 0; padding:0 0 0 11px;font-weight:normal;}
.menu ul li:hover ul {
	margin: 0 0 0 3px;
	padding: 0;
	background-image: url(img/nav/ddbg.png);
	background-repeat:no-repeat;
	background-position:bottom left; 
}
.menu ul li:hover ul .hlight {
	background-image: url(img/nav/hlight2.png);
	margin-right: 1px;
}

/* dropdown selected properties */
.menu ul li:hover ul li a:hover {color:#fff; background-image: url(img/nav/hlight.png);}

.menu ul li:hover ul li:hover ul {display:block; position:absolute; left:105px; top:0;}
.menu ul li:hover ul li:hover ul.left {left:-105px;}

/* -------------------------------------------------------------------------------------------------------  */



	
	
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0;
	background-image: none;
	font-size: 0.8em;
}
h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 2.2em;
	color:#EA8D40;
	margin-bottom:10px;
	margin-top: 10px;
	margin-left: 15px;
	font-style: normal;	
}
.headerdiv {
	background-image: url('images/intouchheader.jpg');
	background-color: #0272AC;
	text-align: left;
	width: 1001px;
	height: 133px;
	padding: 0px;
	vertical-align: bottom;
	margin: 0 auto;
}
.footer {
	background-image: url('images/bottom_frame_background.jpg');
	float:left;
	}
.footerdiv {
	color: white;
	width: 1001px;
	height: 15px;
	padding-right: 2px;
	padding-left: 8px;
	padding-top: 2px;
	padding-bottom: 2px;
	vertical-align: middle;
	margin: 0 auto;
	font-size: 0.85em;
	text-align: left;
	background-color: #192346;
}
.footerdiv a {
	color: white;
	
}
.centraldiv {
	width: 1001px;
	overflow: auto;
	margin: 0 auto;	
	vertical-align: top;
	background-color:#FFFFFF;
	z-index: 1;
}
.submenubar {
	position: relative;
	width: 170px;
	margin-right: 10px;
	z-index: 20;
	float: left;
}
.Contentbar {
	position: relative;
	width: 820px;
	z-index: 100;
	background-color:#FFFFFF;
	float: right;
}
.maincontent {
	width: 815px;
	position: relative;
	margin: 10 10 10 10;	
	vertical-align: top;
	background-color:#FFFFFF;
	z-index: 2;
}
.leftmaincontent {
	width: 200px;	
	z-index: 3;
	float: left;
	background-color:#FFF;
}

.rightmaincontent {
	width: 150px;
	z-index: 98;
	float: right;
		background-color:#FFF;
}

a {
	text-decoration: none;
	color: blue;
}
a:hover {
	text-decoration: underline;
}
.bodtext {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-color:#FFFFFF;
	margin-right: 15px;
	margin-left: 15px;
}
p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-color:#FFFFFF;
	margin-right: 15px;
	margin-left: 15px;
}
p img {
padding: 10px 10px 10px 10px;
}

/* remove all the bullets, borders and padding from the default list styling */
#submenu ul {padding:0;margin:0;list-style-type:none; }
#submenu li {float:left;width:170px;position:relative;margin-bottom:10px;}
#submenu a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-decoration:none;
	color:#fff;
	margin-left:15px;
	margin-bottom:20px;
	font-weight: bold;
}
#submenu a:visited {colour:#FFF}
	#submenu a:hover {color:#EA8D40;}

#menu4 {
	width: 185px;
	border-style: solid solid none solid;
	border-color: #FFF;
	border-size: 1px;
	border-width: 0px;
	margin: 0px;
	list-style-type:none !important;
		position: relative;
	z-index: 20;
	float: left;
	}
	
#menu4 li a {
  	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	list-style-type:none !important;
	}
	
#menu4 li a:link, #menu4 li a:visited {
	color: #222222;
	display: block;
	background: url(images/menu4.gif);
	padding: 8px 0 0 30px;
	list-style-type:none
	}
	
#menu4 li a:hover {
	color: #fff;
	background: url(images/menu4.gif) 0 -32px;
	padding: 8px 0 0 30px;
	list-style-type:none;
	}
	
#menu4 li a:active {
	color: #fff;
	background: url(images/menu4.gif) 0 -64px;
	padding: 8px 0 0 30px;
	list-style-type:none;
	}
	
#menu4 ul {
	list-style: none;
	list-style-type:none;
	margin: 0;
	padding: 0;
	}


