﻿/* 
basic structure
__________________________________________________*/

html{
height: 100%;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
    background-color: #EFE9E9;
    height: 100%;
}

#outer {
    position: relative;
    top: 10px;
    left: 10px;
	border: solid #D6D3CE 1px;
	width: 773px;
    padding: 0px;
    margin: 0px;
	background-color: #fff;
    min-height: 100%;
	}

* html #outer {
    height: 100%;
    }

#header {
    height: 114px;
    width: 772px;
    padding: 0px;
    margin: 0px;
    }
            
#main {
    position: relative;
    left: 0px;
   	width: 773px;
   	min-height:450px;
   	padding-top: 10px;
   	padding-bottom: 30px;
    background-color: #fff;
    }

/* Hides from IE-mac \*/
* html #main {height: 1%;}
/* End hide from IE-mac */

#homecontent
{
    width: 517px;
    padding: 0px;
  	margin-top: 0px;
    margin-left: 255px;
    background-color: #fff;
    }
    
.leftcolumn{
    width: 240px;
  	margin-top: 0px;
  	margin-right: 260px;
    background-color: #fff;
    }
    
.rightcolumn
{
    width: 240px;
    position: absolute;
    top: 10px;
    left: 520px;
    margin-right:5px;
    background-color: #fff;
    }   

#maincontent{
    width: 695px;
    padding-left: 255px;
    padding-top:20px;
    background-color: #fff;    
    voice-family: "\"}\""; 
    voice-family:inherit;
    width: 440px;
    }

#footer	{
	background: url(images/footer.jpg) #FFCF21;
	height: 20px;
	width: 772px;
    position: relative;
    left: 11px;
    margin-top: -1em;
	}


/*_______________________________________________ 

navigation
__________________________________________________*/

#nav {
    position: absolute;
	top: 0px;
	left: 0px;
	width: 200px;
	background-color: #fff;
	padding: 0px;
	margin-top: 30px;
	font-family: Verdana, Lucida, Geneva, Helvetica, 
	  Arial, sans-serif;
	color: #333;
    border-bottom: 1px solid #fc6;
	}

#nav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	border: none;
	}
		
#nav li {
	border-top: 1px solid #fc6;
	margin: 0px;
	}


#nav li a {
	display: block;
	padding: 5px 5px 5px 0.5em;
	color: #006;
	text-decoration: none;
	width: 100%;
	}


html>body #nav li a {
	width: auto;
	}

#nav li a:hover {
	background-color: #ffe4c4;
	color: #006;
	}
	

#nav ul ul li {
    text-indent: 1em;
    }

#nav ul ul ul li {
    text-indent: 2em;
    }

.currentgroup{
    background-color: #FFFAF0;
    }

.subgroup
{
    background-color: #ffefdb;  	
    }
    
.current
{
    background-color: #ffe4c4;
    }


/*_______________________________________________ 

headings
__________________________________________________*/
    
h1  {
    color:  #29447b;
	font-size: 2em;
	font-weight: bold;
	padding: 0.2em;
    margin-top: 0em;
    margin-bottom: 0.7em;
    }

h2  {
    color: #fff;
    background-color: #ed9121;
    font-size: 1.2em;
	font-weight: bold;
	padding: 0.2em;
    margin-top: 1.7em;
    margin-bottom: 0.5em;
}

h3  {
    color: #29447b;
    font-size: 1.2em;
	font-weight: bold;
	padding: 0.2em;
    margin-top: 1.7em;
    margin-bottom: 0.5em;
    }

h4{
    color: #000;
   	font-size: 10pt;
	font-weight: bold;
    padding: 0px;
    margin-top: 2em;
    margin-bottom: 0.2em;
    }

h4.more {margin-top: 0em; background-color: #b0c4de; padding: 0.2em 0.8em; color: #27408b; font-style: italic; font-weight: bold;}

h5{
    color: #000;
   	font-size: 10pt;
	font-weight: bold;
    padding: 0px;
    margin: -2.5px;
    }

/*_______________________________________________ 

lists
__________________________________________________*/

ul {
    margin-top:1.3em;
    padding-top:0px;
    }

ul li{
    line-height: 1.6em;
    }

ul.liststyle {
    list-style-type: square;
    }    

ul.outdent {
    padding-left: 0px;
    margin-top: 0.2em;
    margin-left: 1.5em;
    list-style-type: disc;
    }

ul li.xtralead {
   line-height: 2.7em;
    }

/*_______________________________________________ 

forms
__________________________________________________*/

.reqd{
    font-weight: bold;
    color: red;
    }

label {
	display: block;
	text-align: right;
	width: 15em;
}

input, textarea 
{
    display: block;
    position: relative;
    top: -1em;
    right: -18em;
    width: 15em;
    }

#submit{
    position: relative;
    right: -41em;
    width: 8em;
    font-size: 0.8em;
    font-weight: bold;
    color: #fff;
    background-color: #08086C;    
    }


/*_______________________________________________ 

links
__________________________________________________*/

p a:link {
	color: #FF6600;
}

p a:visited {
	color: #FF6600;
}

a:link {
    color: #0000C0;
    }
    
a:visited{
    color: #0000c0;
    }

a img {
    border: none; 
    }

a.bigger:link, a.bigger:visited {
    color: navy;
    font-weight: bold;
    line-height: 2em;
    text-decoration: none;
    }

a.bigger:hover {color: #ee7600;}
 
a.skipnav, a.skipnav:visited {
    color: #fff;
    }

/*_______________________________________________ 

tables
__________________________________________________*/


table, td {
	vertical-align: top;
	padding: 0px;
    }

table#recruitment{
    padding: 0px;
    margin: 30px;
    width: 80%;
    border-bottom: solid 0.1em #E3A869;
    }

.lcol
{
    width: 36%;
    padding: 10px;
    border-top: solid 0.1em #E3A869;
    border-left: solid 0.1em #E3A869;
    font-weight: bold;
   }

.rcol
{
    width: 61%;
    padding: 10px;
    border-top: solid 0.1em #E3A869;
    border-left: solid 0.1em #E3A869;
    border-right: solid 0.1em #E3A869;
    text-align: center;
   }    

th.lcol
{
    background-color: #ffe4c4;
    text-align: left;
    color: #29447b;
    }   

th.rcol
{
    background-color: #ffe4c4;
    text-align: left;
    color: #29447b;
    }   


/*_______________________________________________ 

misc.
__________________________________________________*/

em  {
    font-style: normal;
    font-weight: bold;
    }

p   {
    line-height: 1.4em;
    padding-top: 0px;
    margin-top: 0.2em;
    }
    
.lead {
    }    

.inline{
    float:left
    }

.spacer {
    padding-top: 5%;
    }

.notes  {
    font-size: 0.8em;
    }

.c1    {
    float: left;
    width: 14em;
    margin-top: -1em; 
    padding: 0px;
    clear: none;
    }
    
.c2    {
    float: left;
    width: 50%;
    margin-top: -1em; 
    padding: 0px;
    clear: none;
    }


.highlight {
    position: relative;
    width: 370px;
    background-color: #fff;
    border: solid 1px #b0c4de;
    margin-top: 2em;
    padding-top: 0em;
    padding-bottom: 1em;
    }

.highlight img {position: absolute; top: 4em; right: 2em;}

#advert {position: absolute; top: 240px; left: 15px; width: 200px; font-style: italic; color: #6E7B8B; }
#advert img {padding-bottom: 0.5em;}

#compliant {
        font-size: 0.7em;
        position: absolute;
        float: left;
        bottom: 50px;
        left: 15px;
        }
        
#mca
{
    position: absolute;
    bottom: 55px;
    right: 85px;
    } 
    
#alten{position: absolute; top: 16px; left: 720px;}           

