
#content {
	position: absolute;
	top:0px;
	left: 50%;
	height: 718px;
	width: 800px;
	margin-left: -400px;
}
#title {
	position:absolute;
	left:0px;
	top:0px;
	width:800px;
	height:110px;
	z-index:1;
}
#nav {
	position:absolute;
	left:0px;
	top:110px;
	width:800px;
	height:100px;
	z-index:100;
	background:url(images/menu_bg.gif) top no-repeat;
	overflow:visible;
	
}
#banner {
	position:absolute;
	left:0px;
	top:154px;
	width:800px;
	height:116px;	
	z-index:3;	
}
#main {
	position:absolute;
	left:0px;
	top:280px;	
	width:800px;
	height:400px;
	z-index:4;
	background:url(images/main_bg_top.gif) top no-repeat;
}

.education01 h1{color:#CCCC00;}
.education01 h2{color:#CCCC00;}

.accommodation02 h1{color:#660066;}
.accommodation02 h2{color:#660066;}

.contract03 h1{color:#339900;}
.contract03 h2{color:#339900;}

.industrial04 h1{color:#FF6600;}
.industrial04 h2{color:#FF6600;}

.hospitality05 h1{color:#0033CC;}
.hospitality05 h2{color:#0033CC;}

.healthcare06 h1{color:#FF0033;}
.healthcare06 h2{color:#FF0033;}

 
body {
	background-color: #000000;
	color:#fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

h1 {font-size:17px; color:#71bc24;}
h2 {font-size:14px; color:#71bc24;}

a:link {color: #FFFFFF;}
a:visited {color: #FFFFFF;}
a:hover {color: #71bc24;}
a:active {color: #71bc24;}


td#main_bg {background:url(images/main_bg_bottom.gif) bottom no-repeat;}
td#footer_bg {height:44px; background:url(images/menu_bg.gif) bottom no-repeat;}

td#footer_text a:link {color:#fff; text-decoration:none;}
td#footer_text a:visited {color:#fff; text-decoration:none;}
td#footer_text a:hover {color:#71bc24; text-decoration:none;}
td#footer_text a:active {color:#71bc24; text-decoration:none;}

td#main_left {width:200px; padding:14px;vertical-align:top; }
td#main_left a:link {color:#fff; text-decoration:none;}
td#main_left a:visited {color:#fff; text-decoration:none;}
td#main_left a:hover {color:#71bc24; text-decoration:none;}
td#main_left a:active {color:#71bc24; text-decoration:none;}

td#main_right{padding-top:14px; padding-bottom:14px; padding-right:14px; padding-left:0px; vertical-align:top;}

.alert_red {
color:#FF0000;
font-weight:bold;
background:#333333;
border: 2px solid #FF0000;
padding:10px;
}

.alert_green {
color:#71bc24;
font-weight:bold;
background:#333333;
border: 2px solid #71bc24;
padding:10px;
}

.contact_form INPUT{
color: #000000;
background: #ffffff;
border: 2px solid #666666;
width:400px;
font-size: 12px;
}

.contact_form .check{
background: #ffffff;
width:auto;
overflow:visible;}

.contact_form .submit{
color: #000000;
background: #ffffff;
border: 2px solid #666666;
padding: 0;
width:auto;
overflow:visible;
font-weight:bold}

.contact_form textarea{
color: #000000;
background: #ffffff;
border: 2px solid #666666;
width:400px;
font-size: 12px;textarea
}

/* ================================================================ 
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.
=================================================================== */

.menu {width:515px; height:34px; font-size:0.85em; position:relative; z-index:100;border-right:0px solid #000;}
/* hack to correct IE5.5 faulty box model */
* html .menu {width:516px; w\idth:515px;}
/* 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:103px;}
/* 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:103px;position:relative;}
/* style the links for the top level */
.menu a, .menu a:visited {display:block;font-size:11px;text-decoration:none; color:#fff; width:92px; height:32px; border:0px solid #000; border-width:0px 0 0px 0px; background:#000000; padding-left:0px; line-height:29px;}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:103px; w\idth:92px;}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {background:#d4d8bd 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:#c9ba65;}
.menu ul ul :hover > a.drop {background:#c9ba65;}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#e2dfa8;}
/* style the third level hover */
.menu ul ul ul a:hover {background:#b2ab9b;}


/* 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:34px;left:0; width:149px;border-top:1px solid #000;}
/* another hack for IE5.5 */
* html .menu ul ul {top:33px;t\op:34px;}

/* 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:#000; color:#71bc24; height:auto; line-height:1em; padding:5px 10px; width:128px;border-width:0 1px 1px 1px;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}
/* 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:#000;}
.menu :hover > a, .menu ul ul :hover > a {color:#fff;background:#000;}

/* 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;}

.pdf ul{font-weight:bold;margin-bottom:5px;}
.pdf ul ul{
	font-weight:normal;
	list-style-image:url(pdf.gif); 
	
}
.pdf2 ul{
	font-weight:normal;
	list-style-image:url(pdf.gif); 
	margin-bottom:5px;
	
}
