/* CSS Styles for contents in MasterPage including
Menu, TopBanner, Login, Search, Hear Box
--------------------------------------------------------------------------------*/
#header{
    width: 940px;
    height: 147px;
    display: inline;
    float: left;
    margin-left: 10px;
    margin-right: 10px;
}
#header p{font-size:14px; line-height:14px}

#loginbox, #searchbox, #hearbox{
width: 286px;
height:50px;
background-color:#EBEBEB;
padding: 3px 3px 3px 3px;
margin-top: 3px;
display: inline;
float: left;
margin-left: 10px;
margin-right: 10px;
position: relative;
font-size:12px;
color:#404040;
font-weight:bold;
}
/*  */
#loginbox{position:relative; padding-left:25px;}


/* Stephen Fry box on the top */
#topbarbox{
background-image:url(../images/Stephen_Fry_Top.jpg);
width:400px;
height:147px;
float:right;
}
.topbarboxtxt{margin-top:12px;width:280px;}

.topImageleft
{
float: left;
}


/* Slide In CSS for Login Search Hear
--------------------------------------------------------------------------*/
.box
{
	margin-left: 10px;
	width:940px;
	background-color:#fff;
	text-align:left;
	margin-bottom:10px; border-bottom: solid 1px #610183;
	min-height: 72px; max-height: 72px; height: 58px;
}
#contactFormContainer
{
    display: inline;
  	left: 0px;
    top: 81px;
}

#SlideDownHandle
{
    min-height: 2px; max-height: 2px; height:auto;
	margin-top:5px;
	width: 940px;
	/*background-image:url('../images/lbslideback.png');  */
	display: inline;
	cursor: pointer;	
}


#navbar{
background-image:url(../images/navbarbg1.gif);
background-repeat:repeat-x;
background-position:top;
font-weight:bold;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
width: 940px;
height: 32px;
display: inline;
float: left;
margin-left: 10px;
margin-right: 10px;
}

/* Menu CSS Style */
.menu {width:940px; height:32px; position:relative; z-index:4000; border-right:0px; font-family:arial, sans-serif;}
/* hack to correct IE5.5 faulty box model */
* html .menu {width:940px; w\idth:940px;}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;width:auto;}
.menu ul ul {width:auto;}
/* 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:auto;position:relative;}
/* style the links for the top level */
.menu a, .menu a:visited {display:block;font-size:13px;text-decoration:none; color:#FFFFFF; width:auto; height:30px; border:1px solid #FFF; border-width:1px 0 0 0;
background:none; padding:0px 14px 0 14px; line-height:29px; font-weight:bold;}

/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:auto; w\idth:auto; float:left;}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {font-weight:normal; background:#843A9E url(../images/menuarrow1.gif) no-repeat 130px center; }
/* style the second level hover */
.menu ul ul a.drop:hover{background:#9A5DAF url(../images/menuarrow1.gif) no-repeat 130px center;}
.menu ul ul :hover > a.drop {background:#9A5DAF url(../images/menuarrow1.gif) no-repeat 130px center;}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#843A9E;font-weight:normal;}
/* style the third level hover */
.menu ul ul ul a:hover {background:#9A5DAF;font-weight:normal;}


/* 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:auto;border-top:0;}
/* another hack for IE5.5 */
* html .menu ul ul {top:30px;t\op:31px;}

/* position the third level flyout menu */
.menu ul ul ul{top:0px; left:168px; width:169px;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-168px;}

/* 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:#843A9E; color:#FFF; height:auto; line-height:1em; padding:5px 10px; width:148px;border-width:0 0 0 0;font-weight:normal;}
/* 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:#9A5DAF; }
.menu :hover > a, .menu ul ul :hover > a {color:#FFF; background:#9A5DAF;}

/* 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;}

/* extra bit for sub menus */
ul.menu li li:hover li ul,
ul.menuu li li.sfHover li ul {
	top:			-999em;
}
ul.menu li li li:hover ul,
ul.menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

