﻿/* CSS layout */
 /* <!-- */
	/* 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-family: Segoe UI, Verdana, Helvetica, sans-serif;					
		font-size:12pt;
    }
    
    .darkgrey {
	color: #666666;
}
    .hilite   {
	color: #ff0000;
}

	a:link {color: #666666; text-decoration: underline;}
    a:active {color: #050505; text-decoration: underline;}
    a:hover {color: #ff0000; text-decoration: underline;}
    a:visited {color: #666666; text-decoration: underline}
    
    h1 {
        margin:.8em 0 .2em 0;
        padding:0;
        font-size:12pt;
        font-weight: bold;
        color:#ff0000;
    }
    h2 {
	padding: 0;
	font-size:10pt;
	font-weight: bold;
    }
    h3 {
	font-size:12pt;
	font-weight:bold;
    }
    h4 {
    color:#ff0000;
    font-size:12pt;
	font-weight:bold;
    }
    h5 {
    color:#ffffff;
    font-size:12pt;
	font-weight:bold;
    }

    p {
        margin:.4em 0 .8em 0;
        padding:0;
    }
   
	img {
		border-style: none;
		margin:10px 0 5px;
	}
	
.style1 {
	border-collapse: collapse;
	border: 1px solid #000000;
}
.style2 {
	color: #FFFFFF;
	text-align: center;
	border: 1px solid #000000;
	background-color: #FF0000;
}
.style3 {
	border: 1px solid #000000;
}
.style4 {
	color: #00A000;
}
.style5 {
	color: #FF0000;
}
.style6 {
	margin-left: 10px;
	margin-right: 10px;
}
.style7 {
	color: #626262;
}
.style8 {
	border-width: 0px;
	margin-left: 10px;
	margin-right: 10px;
}
.style9 {
	border-width: 0px;
}
.style10 {
	text-align: center;
}
.style11 {
	font-size: 18px;
	color: #FF0000;
}
.style12 {
	color: #000000;
	text-align: center;
}
.style13 {
	color: #626262;
	text-align: center;
}
.style14 {
	font-size: small;
}
.style15 {
border: 1px solid #626262;
}	
		
	/* Table Styles */
	
.tstyle1 {
	border-collapse: collapse;
	border: 1px solid #000000;
}
.tstyle2 {
	text-align: center;
	border-width: 0;
	background-color: #000000;
	color:#ffffff;
}
.tstyle3 {
	text-align: left;
	border: 1px solid #000000;
}


	/* Header styles */
    #header {
	clear: both;
	float: left;
	width: 100%;
	background-color: #000000;
	position:relative;
	text-align:center;
}
	#header {
		border-bottom:1px solid #000;
	}
	#header p,
	#header h1,
	#header h2 {
	    padding:.4em 15px 0 15px;
        margin:0;
	}
	#header ul {
	clear: left;
	float: left;
	list-style: none;
	margin: 10px 0 0 0;
	padding: 0;
	position:relative;
	left:50%
}
	#header ul li {
	    display:block;
	    float:left;
	    list-style:none;
	    margin:0;
	    padding:0;
	    position:relative;
	    right:50%
	}
	#header ul li a {
	    display:block;
	    float:left;
	    margin:0 0 0 1px;
	    padding:3px 10px;
	    text-align:center;
	    background:#000000;
	    color:#ffffff;
	    text-decoration:none;
	    position:relative;
	    left:15px;
		line-height:1.3em;
	}
	#header ul li a:hover {
	    background:#ffffff;
		color:#000000;
	}
	#header ul li a.active,
	#header ul li a.active:hover {
	    color:#fff;
	    background:#ff0000;
	}
	#header ul li a span {
	    display:block;
	}
	/* 'widths' sub menu */
	#layoutdims {
	clear: both;
	background: #ff0000;
	margin: 0;
	padding: 1px 15px 1px 15px;
	text-align: center;
}
	/* 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 */
	.tweakhound {
	    background:#e6e6e6;    	/* Right column background colour */
	}
    .tweakhound .colmid {
        float:left;
        width:200%;
        margin-left:-200px; 	/* Width of right column */
        position:relative;
        right:100%;
        background:#ffffff;    	/* Centre column background colour */
    }
    .tweakhound .colleft {
        float:left;
        width:100%;
        margin-left:-50%;
        position:relative;
        left:400px;         	/* Left column width + right column width */
        background:#e6e6e6;    	/* Left column background colour */
    }
    .tweakhound .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 */
	}
	.tweakhound .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;
	}
    .tweakhound .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 */
        font-size:10pt;
        color:#ff0000;
    }
    .tweakhound .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%;
        text-align: center;
        font-size:10pt;
    }
	/* Footer styles */
	#footer {
	clear: both;
	float: left;
	width: 100%;
	font-size:10pt;
	background-color: #e6e6e6;
	text-align:center;
	line-height:8pt;
}
    #footer p {
    padding:2pt
        margin:0;
    }
    /* --> */
    .h5 {
	font-size: 12pt;
	font-weight: bold;
	color: #FFFFFF;
}
