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

   
 /* 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 {
        margin:.8em 0 .2em 0;
        padding:0;
    	}
	
	h2, 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;
	    }
		
	h3.sidebar {
	margin: 1.2em 0 .2em 0;
	padding:0;
	color:#FF6600;
	font-weight:bold;
	border:thin solid #000000;
	background-color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
    	}
    p {
        margin:.4em 0 .8em 0;
        padding:0;
    	}
	img {
		margin:10px 0 5px;
		}
	
/* Header styles */

	#header p,
	#header h1,
	#header h2, {
	    padding:.4em 15px 0 15px;
        margin:0;
	}
	
	#header img {
		margin:0;
		}
		
/* Right Side Bar (col3) */



/* Footer styles */

   
   		#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;
    			}


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

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

/* 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;
	border: thin solid #000000;		/* width of whole page */
	overflow:hidden;
	}
	
/* holy grail 3 column settings */

	.holygrail {
	    background:#ccc;    	/* Right column background colour */
		}
    .holygrail .colmid {
        float:left;
        width:200%;
        margin-left:-200px; 	/* Width of right column */
        position:relative;
        right:100%;
        background:#fff;    	/* Centre column background colour */
    	}
    .holygrail .colleft {
		float:left;
		width:100%;
		margin-left:-50%;
		position:relative;
		left:400px;         	/* Left column width + right column width */
		background:#FFF;    	/* Left column background colour */
    	}
    .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;
		}
    .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;
        left:50%;
    	}
		
#footer {
		clear:both;
		float:left;
		width:980px;
		background-color: #333333;
		border: thin solid #000;
   		}
 

/* 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]
