@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:#FFFFFF;
        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 */
		font-size:90%;
		font-family:Arial, Helvetica, sans-serif;
		color:#666666;
    }
	h3 a:active {
		color: #FFFFFF;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 100%;
		
		text-decoration:none;
	}
	h3 a:link {
		color: #FFFFFF;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 100%;
		
		text-decoration:none;
	}
	h3 a:hover {
		color: #FFFFFF;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 100%;
		
		text-decoration:none;
	}
	h3 a:visited {
		color: #FFFFFF;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 100%;
		
		text-decoration:none;
	}
	
	
	a {
    	color:#296BA5;
		text-decoration:none;
	}
	a:hover {
		color:#EF792F;
		text-decoration:none;
		padding: 0;
	}
    h1 {
        margin:.8em 0 .2em 0;
        padding:0;
    }
	h2 {
		margin:.8em 0 .2em 0;
		padding:0;
		color:#1F497D;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 18pt;
		font-weight: normal;
		text-transform: uppercase;
	}
	h2 a:active {
		margin:.8em 0 .2em 0;
		padding:0;
		font-size: 18pt;
		font-family: Arial, Helvetica, sans-serif;
		color: #1F497D;
		text-decoration: none;
		font-weight: normal;
		text-transform: uppercase;
		
	}
	h2 a:link {
		margin:.8em 0 .2em 0;
		padding:0;
		font-size: 18pt;
		font-family: Arial, Helvetica, sans-serif;
		color: #1F497D;
		text-decoration: none;
		font-weight: normal;
		text-transform: uppercase;		
	}
	h2 a:hover {
		margin:.8em 0 .2em 0;
		padding:0;
		color: #1F497D;
		font-family: Arial, Helvetica, sans-serif;
		text-decoration: none;
		font-weight: normal;
		text-transform: uppercase;
	}
	h2 a:visited {
		margin:.8em 0 .2em 0;
		padding:0;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 18pt;
		color: #1F497D;
		text-decoration: none;
		font-weight: normal;
		text-transform: uppercase;
	}

	h5 {
		margin:.8em 0 .2em 0;
        padding:0;
		background:#B6D3A3;
		font-size: 14pt;
		font-weight: normal;
		color:#666666;
	
	}
	h6 {
		height: auto;
		width: 95%;
		padding-top: 5px;
		padding-left: 11px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14pt;
		color: #296BA5;
		border: 1px solid #296BA5;
		background-color: #D6EFFF;
		text-transform: uppercase;
		-webkit-border-top-left-radius:5px;
	  	-webkit-border-top-right-radius:5px;
	  	-moz-border-radius-topleft:5px;
	  	-moz-border-radius-topright:5px;
		-webkit-border-bottom-left-radius:5px;
	  	-webkit-border-bottom-right-radius:5px;
	  	-moz-border-radius-bottomleft:5px;
	  	-moz-border-radius-bottomright:5px;
	}
	
	h4 {
		color:#296BA5;
	}
    p {
        margin:.4em 0 .8em 0;
        padding:0;
    }
	img.floatLeft { 
    	float: left; 
    	margin: 4px; 
	}
	img.floatRight { 
    	float: right; 
    	margin: 4px; 
	}
	h3 {
	height: 20px;
	width: 165px;
	padding-top: 5px;
	padding-left: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #FFFFFF;
	border: 1px solid #296BA5;
	background-color: #5A9CCE;
	text-transform: uppercase;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	background-image: url(../images/heading-bg.png);
	background-repeat: repeat-x;
	background-position: left top;
	}
	
	#data_tables {
	padding: 10px 1px 10px 1px;
	}

	#data_tables tr {
	font-size: 10pt;
	color:#1f497d;
	}
	
	#data_tables th {
	background-color:#296BA5;
	color:#ffffff;
	font-size:11pt;
	}
	
	ul {
	  	padding-left: 0;
  		list-style: none;
		margin: 0;
	}
	li {
	  	padding-left: 0;
  		list-style: none;
		margin: 0px 0px 0px 0px;
		line-height: 20px;
		border-top: 1px solid #BDDEF7; 
		font-family: verdana, arial, sans-serif;
		font-size: 100%;

	}
	
	img {
		text-decoration: none;
	}
	
	/* Header styles */
    #header {
		clear:both;
		float:left;
		width:100%;
		background-color:#FFFFFF;
		background-repeat: no-repeat;
		top: 0px;
		border-bottom-width: 3px;
		border-bottom-style: solid;
		border-bottom-color: #296BA5;
		padding-top: 0px;
		padding-bottom: 0px;

    }
	#header img {
		text-decoration:none;
	}
	#header img a:hover {
		text-decoration:none;
	}
	.header_navigation  {
		height: 20px;
	}
	#header p,
	#header h1,
	#header h2 {
	    padding:.4em 15px 0 15px;
        margin:0;
	}
	#header ul {
	clear:left;
	float:left;
	width:100%;
	list-style:none;
	margin:10px 0 0 0;
	padding:0;
	background-color: #296BA5;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;

	}
	#header ul li {
	    display:inline;
	    list-style:none;
	    margin:0;
	    padding:0;
	}
	#header ul li a {
		display:block;
		float:left;
		margin:0 0 0 1px;
		padding:3px 10px;
		text-align:center;
		color:#EFF7FF;
		text-decoration:none;
		position:relative;
		left:15px;
		line-height:1.3em;
		
	}
	#header ul li a:hover {
		
		color:#FF9900;
	}
	#header ul li a.active,
	#header ul li a.active:hover {
		color:#EFF7FF;
		
		font-weight:bold;
	}
	#header ul li a span {
	    display:block;
	}
	#map {
		position: relative
	}
	#footer_nav  {
		position: relative;
		height: 20px;
		width: 100%;
		display:inline;
		text-align: center;

	}
	/* 'widths' sub menu */
	#breadcrumbs {
	position: relative;
	color:#1f497d;
	font-size:11pt;
	padding: 10px 0px 0px 0px;
	}
	
	#content1col {
		position: relative;
		color:#000000;
		padding: 10px 10px 10px 10px;
	}
	
	#data_catagories {
	font-size: 10pt;
	color:#1f497d;
	}

	#content1col tr {
	font-size: 10pt;
	color:#1f497d;
	}
	
	#content1col th {
	background-color:#296BA5;
	color:#ffffff;
	text-size:11pt;
	}
	
	
	#layoutdims {
		clear:both;
		background:#eee;
		border-top:4px solid #000;
		margin:0;
		padding:6px 15px !important;
		text-align:left;
	}
	.col1 .wmshelp {
		border: 1px solid #6DA04B;
		padding:10px;
	}
	/* 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 */

    .holygrail .colmid {
        float:left;
        width:200%;
        margin-left:-200px; 	/* Width of right column */
        position:relative;
        right:100%;
        background:#FFFFFF;    	/* Centre column background colour */
    }
    .holygrail .colleft {
        float:left;
        width:100%;
        margin-left:-50%;
        position:relative;
        left:400px;         	/* Left column width + right column width */
        background:#FFFFFF;    	/* Left column background colour */
    }
	.holygrail .colleft a:link {
		font-family: arial;
		font-size: 10pt;
		color: #296BA5;
		text-decoration: none;
		
	}
	.holygrail .colleft a:visited {
		font-family: arial;
		font-size: 10pt;
		color: #296BA5;
		text-decoration: none;
		
	}
	.holygrail .colleft a:hover {
		color: #EF792F;
		margin-left: 0px;
	}
    .holygrail .col1wrap {
        float:left;
	    width:50%;
	    position:relative;
	    right:200px;        	/* Width of left column */
	    padding-bottom:1em; 	/* Centre column bottom padding. Leave it out if it's zero */
	}
	.holygrail .col1 {
        margin:0 215px;     	/* 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;
		padding: 10px 0px 10px 0px;
	}
	/*
	.col1 ul {
	  	padding-left: 0;
  		list-style: none;
		margin: 0;
	}
	*/
	.col1 li {
	  	padding-left: 0;
  		list-style: none;
		border-top: 0px solid #84B563; 
		font-family: verdana, arial, sans-serif;
		font-size: 100%;
		/*
		margin: 0px 0px 0px 20px;
		
		
		font-family: verdana, arial, sans-serif;
		font-size: 100%;
		*/
		color:#296BA5;
	}
	

	
    .holygrail .col2 {
        float:left;
        float:right;			/* This overrides the float:left above */
        width:170px;        	/* Width of left column content (left column width minus left and right padding) */
        position:relative;
        right:15px;         	/* Width of the left-had side padding on the left column */
    }
    .holygrail .col3 {
        float:left;
        float:right;			/* This overrides the float:left above */
        width:170px;        	/* Width of right column content (right column width minus left and right padding) */
        margin-right:45px;  	/* Width of right column right-hand padding + left column left and right padding */
        position:relative;
		background:#FFFFFF;
        left:50%;
    }
	.holygrail .col3 a:link {
		font-family: arial;
		font-size: 10pt;
		color: #296BA5;
		text-decoration: none;
		
	}
	.holygrail .col3 a:visited {
		font-family: arial;
		font-size: 10pt;
		color: #296BA5;
		text-decoration: none;
	}
	.holygrail .col3 a:hover {
		color: #EF792F;
		
	}


	/* Footer styles 
	#footer {
        clear:both;
        float:left;
        width:100%;
		border-top:1px solid #000;
    }
    #footer p {
        padding:10px;
        margin:0;
    }
	*/
    /*  */

/*
<---Footer --
*/
/* column container */
	#footer a:active {
		font-family: arial;
		font-size: 10pt;
		color: #EF792F;
		text-decoration: none;
	}
	#footer a:link {
		font-family: arial;
		font-size: 10pt;
		color: #EF792F;
		text-decoration: none;
	}
	#footer a:hover {
		color: #EF792F;
	}
	#footer a:visited {
		font-family: arial;
		font-size: 10pt;
		color: #EF792F;
		text-decoration: none;
		font-weight: normal;
	}	
	.colmask2 {
		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 */
	.holygrail2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #296ba5;
	background:#d6efff;    	/* Right column background colour */
	}
    .holygrail2 .colmid2 {
	float:left;
	width:200%;
	margin-left:-200px; 	/* Width of right column */
	position:relative;
	right:100%;    	
	background:#d6efff;    	/* Centre column background colour */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #296ba5;
	
	}
    .holygrail2 .colleft2 {
	float:left;
	width:100%;
	margin-left:-50%;
	position:relative;
	left:400px;    	
	background:#d6efff;    	/* Left column background colour */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #296ba5;
	
	}
    .holygrail2 .col1wrap2 {
        float:left;
	    width:50%;
	    position:relative;
	    right:200px;        	/* Width of left column */
	    padding-bottom:1em; 	/* Centre column bottom padding. Leave it out if it's zero */
	}
	.holygrail2 .col12 {
		margin:0 215px;     	/* 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;
		text-align: center;
	}
    .holygrail2 .col22 {
        float:left;
        float:right;			/* This overrides the float:left above */
        width:170px;        	/* Width of left column content (left column width minus left and right padding) */
        position:relative;
        right:15px;         	/* Width of the left-had side padding on the left column */
    }
    .holygrail2 .col32 {
        float:left;
        float:right;			/* This overrides the float:left above */
        width:170px;        	/* Width of right column content (right column width minus left and right padding) */
        margin-right:45px;  	/* Width of right column right-hand padding + left column left and right padding */
        position:relative;
        left:50%;
    }
	
	/* Tabbed Search Inteface Styles */
	#page0 pre {
	  background:#DDD;
	  border:dashed #A00 1px;
	  padding-left:1em;
	}
	/* tab styles */
	#tabrow {
	 margin:0;
	 padding-left:1ex;
	 font-size:small;
	 letter-spacing:0.3pt;
	 line-height:1;
	 height:20px;
	}
	
	#tabrow ul {
	  margin:0px 0px 0px 20px;
	  padding:0px 0px 0px 0px;
	  list-style:none;
	  position:absolute;
	  z-index:1;
	}
	
	#tabrow li {
	  float:left;
	  background-color:#FFFFFF;
	  color:#296ba5;
	  margin-right:5px;
	  margin-bottom:5px;
	  line-height: 9px;
	  padding:5px;
	  -webkit-border-top-left-radius:10px;
	  -webkit-border-top-right-radius:10px;
	  -moz-border-radius-topleft:10px;
	  -moz-border-radius-topright:10px;
	  border-top:solid #296ba5 1px;
	  border-left:solid #296ba5 1px;
	  border-right:solid #296ba5 1px;
	  border-bottom-width:0;
	  border-bottom-color:transparent;
	  cursor:pointer;
	  text-transform: uppercase;
	  
	}
	
	#tabrow li.select {
	 background-color:#5a9cce;
	 color:#ffffff;
	 height:10px;
	}
	
	/* page styles */
	#midbox {
	  width:97%;
	  -webkit-border-radius: 10px;
	  -moz-border-radius: 10px;
	  position:relative;
	  margin: 0px 1% 0px 1%;
	}
	#midbox {
	  border: solid #296ba5 1px;
	  background-color:#5a9cce;
	  color:#FFFFFF;
	}
	#midbox p {
	  margin:0;
	  padding-bottom:1ex;
	}
	div.subpage {
	  padding:1em;
	}
	/* styles for the demo sub-pages */
	#demo2 {
	  
	  border: 1px solid #296ba5;
	  color: #fff;
	  width: 95%;
	  /*
	  padding: 20px; */
	  text-align: left;
	  background-color: #d6efff;
	  -webkit-border-radius: 10px;
	  -moz-border-radius: 10px;
	}


	    </style>
    [if lt IE 7]>
    <style media="screen" type="text/css">
    .col1 {
	    width:100%;
	}
    </style>
    <![endif]
