body{
margin:0px;
padding:0px;
}


#page{
margin-left:auto;
margin-right:auto;
width:746px;
text-align:center;
margin-bottom:0px;
border-right-width:thin;
border-right-style:solid;
border-right-color:#000000;
border-left-width:thin;
border-left-style:solid;
border-left-color:#000000;
background-color:#FFFFFF;
}

#linksbar{
margin-top:190px;}

#menu{
margin-top:190px;}

#boxoutsidemenu{
background-image:url(Float6.jpg);
background-repeat:no-repeat;
width:746px;
height:345px;
}

#content{

width:746;
margin-top:0px;}

#logo{
width:400px;
height:50px;
float:right;
margin-top:30px;
margin-right:30px;
}

#text{
float:left;
width:475px;
padding:5px;
}

#pictures{
width:230px;
margin-right:14px;
float:right;
padding:5px;
}

#line{
width:5px;
float:left;
background-image:url(line.JPG);
background-repeat:repeat;
}

#line2{
margin-top:120px;
height:5px;
width:600px;
background-image:url(line2.JPG);
background-repeat:repeat-x;
}

#footer{
text-align:center;
margin-top:10px;
margin-bottom:15px;
}


/*===========================================
BREAK FOR MENU<><><><><><><><><><><><><><><>
===========================================*/




.menu {width:747px; height:25px; font-size:0.85em; position:relative;border-right:1px solid #000;}
/* hack to correct IE5.5 faulty box model */
* html .menu {width:746px; w\idth:746px;}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0px;margin:0px;list-style-type:none;}
.menu ul ul {width:149px;}
/* 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;font-size:11px;text-decoration:none; color:#fff; width:138px; height:30px; border:1px solid #000; border-width:1px 0 1px 1px; background:#488AC7; padding-left:10px; line-height:29px;}
/* 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:#F88017 url(http://www.cssplay.co.uk/graphics/drop.gif) bottom right no-repeat;}
/* style the second level hover */
.menu a:hover, .menu ul u1 a:hover{background:#FF9a00 url(http://www.cssplay.co.uk/graphics/drop.gif) bottom right no-repeat;}
.menu :hover > a, .menu ul u1 :hover > a {background:#FF9a00 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:#E56717;}
/* 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:31px;left:0; width:149px;border-top:1px solid #000;}
/* another hack for IE5.5 */
* html .menu ul ul {top:30px;t\op:31px;}

/* 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:#56A5EC;
	color:#000;
	height:auto;
	line-height:1em;
	width:128px;
	border-width:0 1px 1px 1px;
	font-size:12px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
/* 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 a:hover{color:#fff; background:#F88017;}
.menu :hover > a, .menu ul :hover > a {color:#000;background:#56A5EC;}

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

/*===========================================
BREAK OFF MENU<><><><><><><><><><><><><><><>
===========================================*/

 
div.transOFF {width: 100%; background-color: silver;}
div.transON {width: 100%; background-color: silver;opacity:.50;filter: alpha(opacity=50); -moz-opacity: 0.5;}
div.trans25 {width: 100%; background-color: silver;opacity:.25;filter: alpha(opacity=25); -moz-opacity: 0.25;border:1px solid black; }
div.trans75 {width: 100%; background-color: silver;opacity:.75;filter: alpha(opacity=75); -moz-opacity: 0.75;border:1px solid black; }



div.linkopacity {
filter:alpha(opacity=80); 
-moz-opacity: 0.5; 
opacity: 0.5;}


a.linkopacity {
filter:alpha(opacity=60); 
-moz-opacity: 0.5; 
opacity: 0.5;}

a.linkopacity:hover {
filter:alpha(opacity=100);   
-moz-opacity: 1.0;   
opacity: 1.0;
}
