/**************************************************/
/* SARDOM Style Sheet                             */
/* Created by: G Knell                            */
/* Date: March 2008                               */
/**************************************************/


/**************************************************/
/* DIV Layout Tags                                */
/**************************************************/

#header {
	clear:both;
    float:left;
    width:980px;
	border:thin solid #000000;
    }
	
#header {
		border-bottom:1px solid #000;
	}

#subHeader {
		clear:both;
		background:#eee;
		border-top:4px solid #000;
		margin:0;
		padding:6px 15px !important;
		text-align:right;
	}
	
	#subHeader a {
	color:#FF6600;
	text-decoration: underline;
	font-weight: bold;
	text-transform: uppercase;
    }
	
	#subHeader a:hover {
	color:#FF6600;
	text-decoration: underline;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
    }
	
	#subHeader a:active {
	color:#0099FF;
	text-decoration: underline;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
    }

	#subHeader a:visited {
	color:#FF6600;
	text-decoration: underline;
	font-weight: bold;
	text-transform: uppercase;
    }

		
    /* <!-- */
    /* 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: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;
    }
	
    h1, h2, h3, h4 {
        margin:.8em 0 .2em 0;
        padding:0;
    }
	
h2.alert, h3.alert {
	padding:0;
	color:#FF6600;
	font-weight:bold;
	border-top: thin dashed #333333;
	border-bottom: thin dashed #333333;

	margin-top: 2em;
	margin-right: 0;
	margin-bottom: 0.2em;
	margin-left: 0;
	    }
		
		
h2.accordion, h3.accordion {
	padding:0;
	color:#FF6600;
	font-weight:bold;
	border-top: thin dashed #333333;
	border-bottom: thin dashed #333333;
	}
		
		
    p {
        margin:.4em 0 .8em 0;
        padding:0;
    }
	img {
		margin:10px 0 5px;
	}
	
	img.marginright {
	margin-top: 0;
	margin-right: 7px;
	margin-bottom: 5;
	margin-left: 0;
		}

#accordion {
	padding:0;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}
	
#accordion .title {
	padding:0;
	margin-top: .1em;
	margin-right: 0;
	margin-bottom: 0.1em;
	margin-left: 0;
	}
	
#accordion:content {
	padding:0;
	border-bottom: thin dashed #333333;
	margin-top: .1em;
	margin-right: 0;
	margin-bottom: 0.2em;
	margin-left: 0;
	}

h4.accordion {
	padding:0;
	font-weight:bold;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0.2em;
	margin-left: 0;
	font-variant: small-caps;
	font-size: 110%;
	    }	
	
	/* Header styles */

	#header p,
	#header h1,
	#header h2, {
	    padding:.4em 15px 0 15px;
        margin:0;
	}
	
	#header img {
		margin:0;
		}

	/* 'widths' sub menu */

	/* 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:980px;			/* width of whole page */
		overflow:hidden;	/* This chops off any overhanging divs */
		border: thin solid #000000;
	}
	/* 2 column left menu settings */
	.leftmenu {
	background-color: #ffffff;

	}
    .leftmenu .colright {
        float:left;
        width:200%;
		position:relative;
		left:200px;
        background:#fff;

    }
    .leftmenu .col1wrap {
	float:right;
	width:50%;
	position:relative;
	right:200px;
	padding-bottom:1em;
	background-color: #fff;
	}
	.leftmenu .col1 {
	margin:0 15px 0 215px;
	position:relative;
	right:100%;
	overflow:hidden;
	}
    .leftmenu .col2 {
	float:left;
	width:185px;
	position:relative;
	right:190px;
	background-color: #fff;
    }
	/* Footer styles */
	#footer {
	clear:both;
	float:left;
	width:980px;
	background-color: #333333;
	border: thin solid #000;
    }
    #footer p {
        padding:10px;
        margin:0;
		color:#CCCCCC;
    }
	
	#footer p a {
	color:#CCCCCC;
	text-decoration: underline;
    }
	
	#footer p a:hover {
	color:#FF6600;
	text-decoration: underline;
    }
	
	#footer p a:active {
	color:#FF6600;
	text-decoration: underline;
    }
  
  #bread {
	color: #ccc;
	background-color: #006;
	padding: 3px;
	margin-bottom: 25px;
	}

#bread ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	border: none;
	} 

#bread ul li {
	margin-left: 0;
	padding-left: 2px;
	border: none;
	list-style: none;
	display: inline;
	}
	#bread-gen ul li:before {
	content: "\0020 \0020 \0020 \00BB \0020";
	color: #ff9;
	}
	
#bread-gen ul li.first:before {
	content: " ";
	}



/* Suckerfish vertical menu from HTML Dog */

	#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	float : left;
	width : 12em;
	font-family: Arial, Helvetica, sans-serif;
	}
	
	#nav li { /* all list items */
		position : relative;
		float : left;
		line-height : 1.5em;
		margin-bottom : -1px;
		width: 12em;
	}
	
	#nav li ul { /* second-level lists */
	position : absolute;
	left: -999em;
	margin-left : 12em;
	margin-top : -2em;

	}
	
	#nav li ul ul { /* third-and-above-level lists */
		left: -999em;
	}
	
	#nav li a {
	width: 12em;
	w\idth : 11em;
	display : block;
	color : black;
	font-weight : bold;
	text-decoration : none;
	background-color : #CCC;
	border: thin solid #000000;
	padding-top: .25em;
	padding-right: 0.1em;
	padding-bottom: .25em;
	padding-left: 0.5em;
	}
	
	#nav li a:hover {
		color : #ff6600;
		background-color : black;
		border: thin solid #ff66000;
	}
	
	#nav li a:active {
		color : black;
		background-color : #FF6600;
	}
	
	#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
		left: -999em;
	}
	
	#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
	}
	
	#content {
		margin-left : 12em;
	}



		}
    <!--[if lt IE 7]>
    <style media="screen" type="text/css">
    .col1 {
	    width:100%;
	}
    </style>
    <![endif]-->