@charset "utf-8";
/* CSS Document */


#top-header {
width:100%;
height:36px;
background-image:url('../images/top-bg.gif')
}

#top-header img {
margin:0;
padding:0;
}

/* Header styles */
#header {
clear:both;
float:left;
width:100%;
background-color: #6ab5ff;
color: #fff;
font-weight: 700;
border-bottom:2px solid #666;
height:70px;
}
/* 'widths' sub menu */
#layoutdims {
	clear:both;
	background:#eee;
	border-top:4px solid #000;
	margin:0;
	padding:6px 15px !important;
	text-align:right;
}
/* 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 */
}
/* 2 column left menu settings */
.leftmenu {
    background:#CBE5FF;
}
.leftmenu .colright {
    float:left;
    width:200%;
    position:relative;
    left:12em;
    background:#fff;
}
.leftmenu .col1wrap {
    float:right;
    width:50%;
    position:relative;
    right:12em;
}
.leftmenu .col1 {
    margin:0 1em 0 12em;
    position:relative;
    right:100%;
    overflow:hidden;
	padding: 0 1.25em 1em 1.75em;
    border-left: 2px solid #999;
}
.leftmenu .col2 {
    float:left;
    width:12em;
    position:relative;
    right:12em;
    border-right: 2px solid #999;
}
#nav_left {
margin-bottom: 15px;
width: 100%;
border-bottom: 2px #999 solid;
}

  #nav_left ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
  }

  #nav_left li { margin: 0; }

  #nav_left a {
    display: block;
    padding: 3px 0px 3px 10%;
    width: 90%;
    background-color: #fff;
    text-decoration: none;
    border-bottom: 1px #ccc solid;
  }

  #nav_left a.current {
    font-weight: bold;
    background-color: #aab;
  }
	
  #nav_left a:hover {
    color: #fff;
    background-color: #69C;
    text-decoration: none;
  }

#nav_left ul a {
    font-weight: 700;
}
  #nav_left ul ul a {
    width: 85%;
    padding-left: 15%;
    background-color: #f3f3f3;
    font-weight: 700;
  }

  #nav_left ul ul ul a {
    width: 80%;
    padding-left: 20%;
    background-color: #fcfcfc;
    font-weight: normal;
  }
  
  #nav_left ul ul ul ul a {
    width: 75%;
    padding-left: 25%;
    background-color: #fff;
  }
   #nav_left li a {
     color: #444444;
   }
   
   #nav_left li a:hover, #nav_left li a:focus, #nav_left li a:active {
     background: #DDD;
     color: #444444;
   }
   
   #nav_left a.current {
     background-color: #004C99;
     color: #FFFFFF;
   }

	/* Footer styles */
	#footer {
        clear:both;
        float:left;
        width:100%;
		border-top:2px solid #999;
		text-align:center;
    }
