@charset "utf-8";
/* CSS Document */

    /* <!-- */
    /* General styles */
    body {
        margin:0;
        padding:0;
        border:0;			/* This removes the border around the viewport in old versions of IE */
        width:100%;
        background:#fff;
        min-width:1020px;    /* Minimum width of layout - remove line if not required */
							/* The min-width property does not work in old versions of Internet Explorer */

		line-height:1.6em; /* 10×1.6=16 */
		font-family: arial, helvetica, sans-serif;
		font-size:62.5%;
		font-weight: normal;
		text-align: justify;
    }
	
	/*  Basic Fonts */
	
	ul p, ol p, table p, dl p, ul ul, ol ol, ul ol, ol ul, address p, li blockquote, blockquote p, form div div, form div p, fieldset div, table form div {
	font-size: 1em;
}

    /* size headings */
    h1 {
	font-size: 2.4em;   /* 24px */
	line-height: 2.7em;  /* 27px */
    }
    h2 {font-size: 1.8em;   /* 18px */
        color:#336699;

    }
    h3 { font-size: 1.6em;     /* 16px */ }
    h4 { font-size: 1.4em;   /* 14px */ }
    h5, h6 { font-size: 1.3em; color:#40627B; padding-bottom:2px;/* 13px */ }
		
    a {
    	color:#369;
    }

    a:hover {
        color:#fff;
	background:#369;
	text-decoration:none;
    }

    h1, h2, h3 {
        margin:.8em 0 .2em 0;
        padding:0;
    }
    
    p, table div p, table p {
        margin:.4em 0 .8em 0;
        padding:0;
	font-size:1.2em;
    }
    
    #menu-info li {
        margin:.1em 0 .2em 1.8em;
        padding:0;
	font-size:1.2em;
	text-align:left;
	
    }
    
    
    #menu-info ul{
        margin-left: 5px;
    
    }
    
    
    #menu-info ul a{
        text-decoration:square;
    
    }

    /* Header styles */
    #header {	
        clear:both;
        float:left;
        width:100%;
    }
	
    #header {
	background-image:url(../images/38202.gif);
	position: relative;
	}
	
            
    #header a{    
              position: absolute;    
              top: 0;    
              left: 0;    
              width: 300px;    
              height: 65px;} 
              
     #header a:hover{    
      background-color: transparent;
              }              
              
    #header a h1{    display: none;
    }	
	
    #header .graphic-right{
	float:right;
	height:65px;
	clear:both;
	margin:0 !important;
    }
        #header .graphic-left{
	float:left;
	height:65px;
	clear:both;
	width:250px;
	margin:0 !important;
    }
	
    #header p,
    #header h1,
    #header span,
	
    #header ul {
	clear:left;
	float:left;
	width:100%;
	list-style:none;
	margin:10px 0 0 0;
	padding:0;
    }
	
    #menu{height: 24px;
	margin: 0;
	padding:0;
	width:100%;
	clear:both;
	background:#eee;
	text-align:right;
	background-image:url(../images/46176.jpg);
	overflow:hidden;
    }
	
    #menu ul{ 
	clear:left;
	float:left;
	margin: 0;
	padding:0;
	width:100%;
	list-style:none;
    }
	
    #menu li{ width:14%;
	text-align:center;
	float:left;
	border-right:1px solid #fff;
    }
    
    #menu li a{
        display:block;
        text-decoration:none;
    }
    
    #menu li a:hover{background-image:url(../images/46176.jpg);}
	
    #menu ul li img {
	border:none; 
    }
		
    /* 'widths' sub menu */
	#menu span{margin:0 !important;}
	
	
	#layoutdims {

	}
    /* column container */
    .colmask {
	position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	clear:both;
	float:left;
        width:100%;				/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
	}
	
    /* holy grail 3 column settings */
	
    .content {
	 background: #9EA4AD; /*  Right column background colour */
	}
    
    .content .colmid {
        float:left;
        width:200%;
        margin-left:-23em; 		/* Width of right column */   /***************CHANGE RIGHT COL WIDTH HERE ***********/
        position:relative;
        right:100%;
        background:#fff;    	/* Centre column background colour */
    }
    
    .content .colleft {
        float:left;
        width:100%;
        margin-left:-50%;
        position:relative;
        left:46em;         		/* Left column width + right column width */
        background:#CCD6E7;   	/* Left column background colour */
    }
    
    .content .col1wrap {
        float:left;
	width:50%;
	position:relative;
	right:23em;        		/* Width of left column */ /**** New width should be 20em  ****/
	padding-bottom:1em; 	/* Centre column bottom padding. Leave it out if it's zero */
	background:#FF3333; 
    }
	
    .content .col1 {
        margin:0 25em;     		/* Centre column side padding:
                            	Left padding = left column width + centre column left padding width
                            	Right padding = right column width + centre column right padding width */
        position:relative;
	    left:200%;
	    overflow:hidden;
     }
    
    .content .col2 {
        float:left;
        float:right;			/* This overrides the float:left above */
        width:21em;        		/* Width of left column content (left column width minus left and right padding) */
        position:relative;
        right:1em;         		/* Width of the left-hand side padding on the left column */
	/**background-color:#00FF33;**/   /***** LEFT COLUMN TEXT *****/
    }
    
    .content .col2 td p {font-size: 62.5%;} 

    	 
    .content .col3 {
        float:left;
        float:right;			/* This overrides the float:left above */
        width:21.0em;        		/* Width of right column content (right column width minus left and right padding) */
        margin-right:3.0em;  		/* Width of right column right-hand padding + left column left and right padding */
        position:relative;
        left:50%;
		/**background-color:#00FF33;  **/ /***** RIGHT COLUMN TEXT *****/
    }
    
    .col3 .section {
        border-bottom: 1px dotted #fff;
        margin:0;
        padding:0;
    }
     .col3 h5{
	font-weight:normal;
	color:#717D8D;
	font-weight:bold;
	margin:0;
        padding:0;
        padding-top:6px;
     }
     
      
     .col3 p{ margin:0;
        padding:0;
        line-height: 1.2em;
        color:#242424;
        padding-bottom:6px;
        text-align:left;     
     }
     .content .col3 h2{
	color:#fff;
	font-weight: normal; 
     }
     
     .col3 p{
        padding-top: 3px; 
     }
	
	
     #date{
	width:100%;
	background-color:#CCD6E7;
	height:2.6em;
	
     }
    
    #date .site-date{
	float:left;
	text-align:right;
	padding-right:10px;
     }
	
    #search{
	width:228px;;
	float:right;
	background:#9EA4AD;
	height:2.6em;
    }
    
    #search label {padding-left:10px; font-size:1.25em; font-weight:bold;font-color:#eee; width:45px;}
    
    #search #searchbox {width:130px; height:22px; border:1px; solid #cecece; margin:0; padding:0;}
    #search #searchbutton {width:28px;}
    
	
	
    
    table.min-gray{
        border-bottom:1px solid #708090;
    }
    
    table.min-gray th{
        background-color: #708090;
        color:#FFF;
    }
    
    table.min-gray td{ 
        padding-right: 12px;
        
    }
    
/*  Generic Button */
    
    .clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

#col3 .features{}
    
#col3 .features a:link {text-decoration:none;}      /* unvisited link */
#col3 .features a:visited {text-decoration:none;}  /* visited link */
#col3 .features a:hover {text-decoration:none;}  /* mouse over link */
#col3 .features a:active {text-decoration:none;}  /* selected link */



a.button {
    background: transparent url('../images/bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url('../images/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
} 

a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}


.clear_me_right {
	min-height: 0; /* ie7 self clear float */
}

.clear_me_right:after { /* self clear floats */
	content: "."; 
	display: block; 
	height: 0; 
	clear: right; 
	visibility: hidden;
} 
.clear_me_right p {
	margin: 0 0 15px 0;
}     
          
    /* --> */
    
    
/*  Compensation Page Styles */
#ce-image-border img {border:solid 1px #7F9DB9;}
    
    
    
    /* News */
    
    #news {text-align:left;}
    #news h5{color:#333; border-top:1px dashed #BBC2CC;}
    
    
    /* footer */
#footer {width:100%; background-color:#9EA4AD;}
#footer .clearer{clear:both; BACKGROUND-COLOR:#9EA4AD;background:#9EA4AD;}
.foot-address{text-align:center; background-color:#9EA4AD; color:#fff; height: 35px;padding-top:10px; width:100%; font-size:12px; font-wight:bold; }
#footer #cybertrust{float:right;}
#footer .footlinks{width: 100%; text-align:center; color:#000; background-color: #ccc;}
