/* 
CSS Document 
styles/layout.css
AshR 22-Aug-2008
*/
div#main
{
/*border:1px solid black;*/
background-color:#FFFFFF;
width:917px;
margin-left:auto;
margin-right:auto;

height:100%;

}
body,textarea
{
font-family:  Arial, Helvetica, sans-serif;
font-size:75%;
color:#27458D;
/*filter:alpha(opacity=85);

background-color:#8A78A5;*/
background-image: url("../images/bg-tile.jpg");

}
div.clear {clear: both; line-height: 0; height: 0;}

div#header
{
width:937px;
height:136px;
background-image:url(../images/header.gif);
background-repeat:no-repeat;
position:absolute;	/* for IE6 compatibility */
}
div#leftmenu
{
float:left;
width:152px;
height:100%;
min-height:500px;
}

div#footer
{
border-top:4px solid #AABAE0;
height:2px;
}

div#topnav
{
height:37px;
background-image:url(../images/top-bar-tile.gif);
color:#009AD9;
}

a.nav:LINK, a.nav:VISITED, a.nav:ACTIVE
{
padding-top:5px;
float:left;
display:block;
width:130px;/* 152 */
height:37px;
text-align:center;
vertical-align:baseline;
color:#ffffff;
font-weight:bold;
background-position: 0 0px;
background-repeat:no-repeat;
text-decoration:none;
border-right:1px solid white;
}
a.nav:HOVER
{

background-position: 0 0px;
background-repeat:no-repeat;
color:#AABAE0;
}

div#bottom
{
background-image:url(../images/bottom-clear.gif);
width:937px;
height:20px;
margin-left:auto;
margin-right:auto;
}

div#bottomnav
{
padding:5px 0px 0px 0px;
color:#27458D;
font-size:90%;
width:868px;
float:left;
}
div#search
{

}
form#searchform
{
margin:0;
}
input#searchbox
{
width:181px;
}

h1
{
color:#27458D;
font-size:200%;
margin:0;
padding:0;
}
p
{
margin:0;
padding:0;
padding-top:1em;
}

h2
{
margin:0;
padding-top:0em;
padding-bottom:0em;

font-size:140%;
}
div#content
{
/*padding-left:31px;
padding-right:31px;
color:#747474; */
}




div#panelinner
{
background-color:#009AD9;
width:100%;
padding-left:30px;
padding-right:30px;
}

a.menu:LINK, a.menu:VISITED, a.menu:ACTIVE
{
color:#27458D;
font-weight:bold;
border-bottom:1px solid #27458D;
width:140px;
padding-top:5px;
padding-left:1em;
height:20px;
text-align:left;
overflow:visible;
text-decoration:none;
display:block;
vertical-align:baseline;
background-color:#ffffff;
}

a.menu:HOVER
{
color:#AABAE0;

}

div.menu
{

border-right:1px;
border-left:1px;
border-bottom:0px;
border-style:solid;
border-color:#27458D;
border-top:1px solid #AABAE0;
visibility:hidden;
position:absolute;
left:-10000px;
z-index:10;
}

a.footerlink:LINK, a.footerlink:VISITED, a.footerlink:ACTIVE
{
color:#27458D;
text-decoration:none;
}

a.footerlink:HOVER
{
text-decoration:underline;
color:#AABAE0;
}

div.imagespace
{
padding-left:68px;
width:286px;
height:197px;
display:block;
}

img {
border:0;
}

a.searchlink:LINK, a.searchlink:VISITED, a.searchlink:ACTIVE
{
font-size:130%
}

a.searchlink:HOVER
{

}
div.url
{
color:#008400;
}


a.leftnav:LINK, a.leftnav:VISITED, a.leftnav:ACTIVE
{
height:20px;
font-weight:bold;
color:#27458D;
text-decoration:none;
border-bottom:1px solid #27458D;
margin-top:5px;
}

a.leftnav:HOVER
{
color:#AABAE0;
}

div#centre
{
padding-bottom:20px;
padding-left:20px;
padding-top:20px;
width:745px;
float:left;
}
div#centrewide
{
padding-bottom:20px;

padding-top:20px;
width:917px;
float:left;
}

div.panelhead
{
background-color:#27458D;
color:#ffffff;
padding:3px;
font-weight:bold;
}

div.label
{
float:left;
margin-right:5px;
width:60px;
}

div.row
{
margin-left:5px;
border-bottom:1px solid #B9C5E1;

}
div.cell
{
padding-right:2px;
text-align:right;
}

div.title
{
font-weight:bold;
padding-bottom:5px;
}
div.cellalt
{
font-weight:bold;
height:1.4em;
}
div.labelalt
{
float:left;
margin-right:5px;
width:90px;

}
div.rowalt
{
padding-left:5px;
border-bottom:1px solid #B9C5E1;
margin-right:3px;
margin-left:3px;
}

th
{
text-align:left;
}

tr.highlight
{
background-color:#EAEEF8;
}

a.search:LINK, a.search:VISITED, a.search:ACTIVE
{
color:#27458D;
text-decoration:none;
}
a.search:HOVER
{
text-decoration:underline;
color:#27458D;
}

div.required
{
display:inline;
color:red;
}