﻿   /* <!-- */
    /* General styles */
    body {
        
        /* Duplicate Font Style from styleTCI.css */
    font-family: Verdana, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
    font-weight: normal;
    line-height: 20px;
	color: #000000;

        
        margin:auto;
        padding:0;
        border:0px;			/* This removes the border around the viewport in old versions of IE */
        width:778px;
        background:#E4E6F0;
        min-width:600px;    /* Minimum width of layout - remove line if not required */
							/* The min-width property does not work in old versions of Internet Explorer */

    }

  #header{
	margin-top: 15px;
	border: #003B77 solid;
	border-bottom-width: 0;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 1px;
}
}
    
	/* '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 */
			border: #003B77 solid;
			border-bottom-width: 1px;
			border-left-width: 1px;
			border-right-width: 1px;
			border-top-width: 0;



	}
	/* 2 column left menu settings */
	.leftmenu {
	    background-image:url('../images/gradient1.gif')
	}
    .leftmenu .colright {
        float:left;
        width:200%;
		position:relative;
		left:150px;
        background:#fff;
    }
    .leftmenu .col1wrap {
	    float:right;
	    width:50%;
	    position:relative;
	    right:190px;
	    padding-bottom:1em;
	}
	.leftmenu .col1 {
        margin:0 -10px 0 200px;
	    position:relative;
	    right:100%;
	    overflow:hidden;
	}
    .leftmenu .col2 {
        float:left;
        width:170px;
        position:relative;
        right:150px;
    }
    .catNameLabelDiv {


        float:left;
        width:285px;
        position:relative;
        left:300px;
        text-align:right;
    }