/* ================================================================ 
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/pro_dropline.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.
=================================================================== */

* {
padding: 0;
margin: 0;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    overflow: -moz-scrollbars-vertical;
}

#container
{
    min-height: 98%;
    margin: 0 auto;
    width: 940px;
    padding-top: 6px;
    padding-bottom: 6px;
    background-color: #F2F1EE;
    z-index: 5;
    min-height: 100%;
    list-style-position: inside;
}


#clearfooter {
height: 60px;
}

html, body {
height: 98%;
}

* html #container {
    height: 98%;
}

.dottedline
{
    border-top: dashed 1px #66809B;
}


.headertext
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16pt;
    font-weight:normal;
    color: #D18400;
    padding: 32px 0 16px 0;
    text-align: left;
    line-height: 20pt;
}

.greybodyheader
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11pt;
    font-weight: bold;
    text-align: left;
    color: #395B7E;
    padding: 0px;  
}

.greybodytext
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    line-height: 14pt;
    color: #395B7E;
    text-align: left;
    padding: 0px 0px 9px 0px;
}

.greybodytext a
{
    color: #2A3B85;
    text-decoration: none;
    font-weight:bold;
}

.greybodytext a:hover
{
    text-decoration: underline;
}

.greybodytext ul
{

}

.greybodytext ul li
{
    list-style-type:disc;
    margin-left: 0;
    padding-left:1em;
    text-indent: -1em; 
}


.bodytext
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    line-height: 14pt;
    text-align: left;
    color: #395B7E;
    padding: 0px;
}

.bodytext a
{
    color: #2A3B85;
    text-decoration: none;
    font-weight: bold;
}

.bodytext a:hover
{
    text-decoration: underline;
}

.bottomspacer
{
    height: 12px;
}

.adminbodytext
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    line-height: 14pt;
    text-align: left;
    color: #395B7E;
    padding: 0px 5px 0px 5px;
}

.adminbodytext th
{
    padding: 5px;
}

.adminbodytext td
{
    padding: 5px;
}

.spacer
{
    height: 6px;
}

.greyheader
{
    font-family:  Arial, Helvetica, sans-serif;
    line-height: 20pt;
    font-size: 10pt;
    padding-left: 15px;
    padding-right: 6px;
    padding-top: 9px;
    font-weight: bold;
    color: #395B7E;
    text-align: left;  
    vertical-align:top;
}

.greybody
{
    font-family:  Arial, Helvetica, sans-serif;
    font-size: 9pt;
    padding-left: 15px;
    padding-right: 6px;
    padding-top: 9px;
    line-height: 12pt;
    color: #395B7E;  
    text-align: left;
    vertical-align: top;
}

.panelwhitetext
{
    font-size: 8pt;
    color: White;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    text-align: left;
    vertical-align: top;
    
}

.panelwhitetext a
{
    color: White;
    text-decoration: none;
}

.panelwhitetext a:hover
{
    color: White;
    text-decoration: underline;
}


#arestat-t
{
	display: block;
	width: 100px;
	height: 69px;
	background: url("../assets/arecorhome_29.gif") no-repeat 0 0;
}

#arestat-t:hover
{ 
  background-position: 0 -69px;
}

#arestat-t span
{
  display: none;
}


#arestat-r
{
	display: block;
	width: 100px;
	height: 69px;
	background: url("../assets/arecorhome_38.gif") no-repeat 0 0;
}

#arestat-r:hover
{ 
  background-position: 0 -69px;
}

#arestat-r span
{
  display: none;
}

.nav {
height:23px; 
background-color: #66809B; 
position:relative; 
font-family: Arial, Helvetica, sans-serif; 
font-size:9px; 
width:928px; 
z-index:500;
}

.nav .table {
    float: left;
    display: table;
}

.nav .select,
.nav .current {
margin:0; 
padding:0; 
list-style:none; 
display:table-cell; 
white-space:nowrap;
width: 153px;
border-right: solid 2px #F2F1EE;
text-align: center;
}

.nav li {
margin:0; 
padding:0; 
height:auto; 
float:left;
}

.nav .select a {
display:block; 
height:23px; 
float:left; 
background-color: #66809B; 
padding:0 0 0 0; 
text-decoration:none; 
line-height:23px; 
white-space:nowrap; 
color:#ddd;
width:153px;
}

.nav .current a {
display:block; 
height:23px; 
float:left; 
background: #D18400; 
padding:0 0 0 0; 
text-decoration:none; 
line-height:23px; 
white-space:nowrap; 
color:#fff;
width: 153px;
}


.nav .current a b {
display:block; 
padding:0 20px 0 20px; 
background-color:#D18400;
}

.nav .select a:hover, 
.nav .select li:hover a {
background-color: #D18400; 
padding:0 0 0 0; 
color:#fff;
text-align: center;
}



.nav .select_sub 
{
    display: none;
}

/* IE6 only */
.nav table 
{
    border-collapse:collapse; 
    margin:-1px;  
    width:0; 
    height:0;
}

.nav .sub 
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 7pt;
    display:table; 
    margin:0 auto; 
    padding:0 0 0 0; 
    list-style:none;
    height: 23px;
    float:left;
}

.nav .sub_active .current_sub a, 
.nav .sub_active a:hover 
{
    background:transparent; 
    color:#f00;
}

.nav .select :hover .select_sub, .nav .current .show
{
    display: block;
    position: absolute;
    width: 928px;
    top: 23px;
    padding: 0 0 0 0;
    z-index: 100;
    left: 0;
    text-align: left;
    background-color: #CFD8E0;
    border-top: solid 6px #F2F1EE;
}

.nav .current .show 
{
    z-index:10;
}

.nav .select :hover .sub li a, 
.nav .current .show .sub li a  
{
    display:block; 
    float:left; 
    background:transparent; 
    padding:0 10px 0 10px; 
    margin:0 0 0 0; 
    white-space:nowrap; 
    color: #395B7E;
    width:auto;
    border-right: solid 1px white;
}

.nav .current .sub li.sub_show a
{
    color: white;
    cursor: default;
    background-color: #D18400;
}

.nav .select :hover .sub li a:hover, 
.nav .current .sub li a:hover 
{
    visibility:visible; 
    background-color: #D18400;
    color: White;
}

.footercontainer
{
    width: 928px;
    text-align: center;
    margin: -50px auto 0 auto;
    font-size:7pt;
    color: #395B7E;
    text-align: right;
}

.footercontainer a
{
    color: #395B7E;
    text-decoration: none;
}

.footercontainer a:hover
{
    text-decoration: underline;
}

.displaytable
{
text-align: left;
}


.displaytable table
{
    padding: 0px;
    border: solid 1px #66809B;
}

.displaytable th
{
    background-color: #66809B;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    color: White;
    border: solid 1px #66809B;
    padding: 4px;
    text-align: center;
}

.displaytable td
{
    background-color: #F2F1EE;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    color: #395B7E;
    border: solid 1px #66809B;
    text-align: left;
    padding-left: 4px;
    padding-right: 4px;
}

.displaytable td a img
{   
    border: none;
}

.CSgreybodyheader
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11pt;
    font-weight: bold;
    text-align: left;
    color: #395B7E;
    padding: 12px 0px 0px 0px;  
}

.CSgreybodytext
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    line-height: 14pt;
    color: #395B7E;
    text-align: left;
}

.CSgreybodytext ul
{

}

.CSgreybodytext ul li
{
    list-style-type:disc;
    margin-left: 0;
}

.CSgreybodytext a
{
    color: #2A3B85;
    text-decoration: none;
}

.CSgreybodytext a:hover
{
    text-decoration: underline;
}

.CSImageLeft
{
    float: left;
    padding-right: 12px;
    padding-bottom: 6px;
    padding-top: 6px;
}

.CSImageLeft img
{
    border: medium solid #D18400;
}

.CSImageRight
{
    float: Right;
    padding-left: 12px;
    padding-bottom: 6px;
    padding-top: 6px;
}

.CSImageRight img
{
    border: medium solid #D18400;
}

.CSImageCentre
{
    float: none;
    padding-top: 6px;
    padding-bottom: 6px;
}

.CSImageCentre img
{
    border: medium solid #D18400;
}

.CSheadertext
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16pt;
    font-weight:normal;
    color: #D18400;
    padding: 32px 0 16px 0;
    text-align: left;
    line-height: 20pt;
}