/* 
A CSS Framework
-------------------------------------------------------

Copyright (c) 2009, Getstarted Pty Ltd

*/


/***** Global Settings *****/

	body {
	font: 75% Arial, Helvetica, sans-serif;
	background:#f6f6f6 url(/App_Themes/HumanSafety/images/bg-gradient.jpg) repeat-x left top;
	margin:0 auto;
	text-align:center;
	color:#666161;
	}

    html>body {
    font-size: 12px; 
    }
	
	body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,th,td {
	margin:0;
 	padding:0;
	} 
	
   .autoclear:after {content: "."; display: block; height: 0; clear: both; visibility: hidden; }
   .autoclear {display:inline-block;}
   .autoclear {display:block;}
   * html .autoclear {height: 1%;}
   
   
       
/***** Headings *****/

    h1 {
	font: bold 2.5em/1em Helvetica, Arial, sans-serif;
    line-height: 82px;
	margin-top: 0;
 	margin-bottom: 0.9em;		
    color: #666161;
	text-align:right;
    }
	
    h2 {
	font: bold 1.5em/1em Helvetica, Arial, sans-serif;
	margin-top: 1em;
	margin-bottom: 1em;
	color: #d2232a;
    }
	
    h3 {
	font-size: 1.167em;
    line-height: 1.286em;
	margin-top: 1.286em;
 	margin-bottom: 1.286em; 		
    color: #666161;
    }
	
    h4 {
	font-size: 1em;
    line-height: 1.5em;
	margin-top: 1.5em;
 	margin-bottom: 1.5em; 		
    color: black;
    }
	
    h5 {
	font-size: 0.917em;
    line-height: 1.636em;
	margin-top: 1.636em;
 	margin-bottom: 1.636em; 		
    color: black;
    }
	
    h6 {
	font-size: 0.833em;
    line-height: 1.8em;
	margin-top: 1.8em;
 	margin-bottom: 1.8em; 		
    color: black;
    }

/***** Common Formatting *****/

    p {
	font-size: 1em;
	line-height: 1.5em; 
 	margin-top: 1.5em;
 	margin-bottom: 1.5em; 
	color:#666161;
    }
	
	
    blockquote {
    margin-left: 10px;
    border-left: 10px solid #ddd;
    }
	
	strong, b {
    font-weight: bold;
    }
	
    em, i {
    font-style:italic;
    }
	
    code {
    font-family: "Courier New", Courier, monospace;
    font-size: 1em;
    white-space: pre;
    }

    img {
    border: 0;
    }
	
	
/* Links */	

    a,
    a:link,
    a:active {
    text-decoration: underline;
	color:#d2232a;
    }

    a:visited {
    color: #dddddd;
    }
	
    a:hover {
	color: #999393;		
    }

	a.pdf {
	background: url(/App_Themes/HumanSafety/images/ico-pdf.gif) no-repeat left 50%;
	padding-left:22px;
	}
	
	
	#logo a {
	width:165px;
	height:76px;
	display:block;
	overflow:hidden;
	text-indent:-9999px;
	margin-top:-27px;
	background: url(/App_Themes/HumanSafety/images/logo_HSS.gif) no-repeat left top;
	}
	
	#footer a{
	color:#666161;
	}
	
	#footer a:hover{
	color: #d2232a;
	}
	
	#footer #copyright {
	font-style: italic;	
	}

    
/* Lists */

    ul {
    margin-top: 1em;
	margin-bottom: 1.5em;
    }
	
    ul li {
	line-height:1.5em;
	margin-bottom: 0.5em;
	list-style: none;
	background: url(/App_Themes/HumanSafety/images/bullet-arrow.gif) no-repeat left 7px;
	padding-left:18px;
    }
	
	ul.download {
    margin-top: 1em;
	margin-bottom: 1.5em;
    }
	
    ul.download li {
	line-height:1.5em;
	margin-bottom: 0.5em;
	list-style: none;
	background: url(/App_Themes/HumanSafety/images/bullet-download.gif) no-repeat left 7px;
	padding-left:18px;
    }
	
	ul.download li a{
	background:#ebebe4;
	color:#666161 !important;
	text-decoration:none;
	padding:1px;
    }
	
	ul.download li a:hover{
	background:#FFF !important;
    }
	
	
    ol {
    margin-top: 1.5em;
	margin-bottom: 1.5em;
    }
	
    ol li {
    line-height:1.5em;
	margin-bottom: 1.5em;
    }
	
	
	
/* Navigation */	
	
	div#navcontainer {
	position:absolute;
	right:0;
	top:57px;
	padding: 0;
	margin: 0;
	font: bold 1.083em Helvetica, Arial, Helvetica, sans-serif;
	}

	div#navcontainer ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	white-space: nowrap;
	}

	div#navcontainer ul li {
	padding: 0;
	margin: 0;
	display: inline;
	float: left;
	background: transparent;
	}

	div#navcontainer ul li a {
	color: #807979;
	margin: 0 15px;
	line-height: 30px;
	text-decoration: none;
	display: block;
	}
	
	div#navcontainer ul li a:hover, div#navcontainer ul li.CMSListMenuHighlightedLI a:hover, div#navcontainer ul li.CMSListMenuHighlightedLI a  {
	color: #d2232a;
	border: 4px solid #d2232a;
	border-top:none;
	border-left:none;
	border-right:none;
	background: transparent;
	}
	
	
	
	
	/* Submenu */
	

	#sidenav ul {
	padding: 10px;
	margin: 0;
	text-align: left;
	list-style: none;
	width:280px;
	background:#f5f5f5;
	border:1px solid #DDD;
	}


	#sidenav ul li {
	margin: 0;
	padding: 0;
	display: block;
	line-height:normal;
	}

	#sidenav ul li a {
	color: #d2232a;
	padding: 7px 15px;
	display: block;
	min-height:auto;
    	height:auto !important;
   	 height:1%;
	border-bottom: 1px solid #C7C7BE;
	text-decoration: none;
	background: #FFF; 
	width:100%;
	}

	#sidenav ul li a { 
	width: auto; 
	}

	#sidenav ul li.subnavCMSListMenuHighlightedLI a {
	background: #f0e7d7;
	color: #800000;
	}

	#sidenav ul#subnav li a:hover, #sidenav ul#subnav li.subnavCMSListMenuHighlightedLI a:hover {
	color: #FFF;
	background: #666161;
	}



/***** Forms *****/


	table {
	background: #fff;
	border:20px solid #fff;
	width:100%;
	}

	table th {
	color:#d2232a;
	width:90px;
	valign:top;
	}

	table td{
	padding:2px 4px;
	valign:top;
	}





