/*
Style sheet for PP Construction Safety
Created by www.pinnaclewebdesign.co.uk
*/

@import 'forms.css';

html {
	font-size: 100%
	}

body { /* Sets default font/font size for whole site */
	font-family: "Lucida Grande", Verdana, Lucida, Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #fff;
	font-size: 62.5%;
	text-align: center;
	margin: 20px 0px 40px 0px;
	}

.clearleft {
	clear: left;
}

.clearboth {
	clear: both;
}
.clearright {
	clear: right;
}

.clearFix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.divider {
	border-bottom: #939598 1px dotted;
	padding: 1em 0;
}
#skiplinks {
	display: none;
}

/* Reset defaults*/
* {
	margin: 0;
	padding: 0;
	}

a {
/*	color: #0000CD;*/
	color: #0000FF;
	background-color: transparent;
}

a:visited {
	color: #6500cc;
	background-color: transparent;
}

a:hover {
	color: #8a1e20;
	background-color: transparent;
	text-decoration: none;
}

acronym {
	border-bottom: 1px dotted #77787B;
}

h2, h3, h4, h5 h6 {
	font-family: Georgia,"Times New Roman", Times, serif;
}

h2 {
	letter-spacing: 1px;
	font-size: 1.8em;
	font-weight: bold;
	margin: 0.2em 0 0.5em 0;
	color: #8a1e20;
	background-color: transparent;
}

hr {
	border:0;
	border-bottom: #939598 1px dotted;
	padding: 0 0 1em 0;
	height: 1px;
}

/* Main container */
#page {
	text-align: left;
	width: 960px;
	margin: 0 auto;
	margin-top: 0.5em;
	border: 3px solid #1f398d;
	background-color: #fff;
}

/* Masthead container */
#header {
	height: 155px; /* height of ppsc logo */
	background: #1f398d url(../images/masthead.jpg) no-repeat top left;
}

#header h1, #header h2 {
	display: none;
}

/* Logo elements also in WP section */
#logo {
	float: right;
	background-color: transparent;
}

#logo img {
	border: none;
}


/* Main navigation */
/* Nav elements also in WP section */
#nav {
	float: left;
	background-color: transparent;
	height: 58px; /* (height of header) - (height of banner) */
	margin-top: 102px; /* height of banner */
}

#nav ul {
	list-style: none;
	margin: 0 0 0 2em;
}

#nav li {
	float: left;
}

#nav ul li {
	margin-top: 16px;
}

#nav ul li a {
	display: block;
	color: #fff;
	background-color: transparent;
	font-size: 1em;
	font-weight: bold;
	letter-spacing: 2px;
	text-align:left;
	text-decoration: none;
	margin-right: 6.5em;
}

#nav ul li.twolines {
	margin-top: 9px; /* Extends over two lines so this centres it vertically within the menu area */
}

#nav ul li a.two {
	text-align: center;
}

#nav ul li a.last {
	margin-right: 0;
}
/*
#nav ul li a.current {
	color: #fff;
}
*/
/* Hide from IE5-Mac \*/
#nav ul li a {
	float: none
}
/* End hide */

#nav ul li a:hover {
	text-decoration: underline;
}

/* Breadcrumb elements also in WP section */
#breadcrumbcontainer {
	clear: both;
	margin: 1em 0 1em 0;
}

#breadcrumb {
	color: #000;
	font-size: 1em;
	padding-left: 1.2em;
	margin: 0;
	float: left;
}

#breadcrumb p {
	font-size: 1em;
}

#breadcrumb a {
	color: #000;
	background-color: transparent;
	text-decoration: underline;
	font-weight: bold;
	padding: 0 0.5em;
}

#breadcrumb a:hover{
	text-decoration: none;
}

#breadcrumb .current {
	font-weight: normal;
	letter-spacing: 1px;
	padding: 0 0.5em;
}

#dateandtime {
	font-size: 1em;
	padding-right: 1.2em;
	float: right;
}

/* End Masthead container */

#contentwrapper {
	padding: 0 1.2em 0 1.2em;
}

#contentwrapper h1 {
	font-size: 1.8em;
	font-weight: bold;
	line-height: 2em;
	margin-bottom: 0.5em;
	color: #1f398d;
	background-color: transparent;
	border-bottom: 1px solid #748900;/*#6c1618;*/
}

#content {
	width: 695px;
	float: left;
	padding: 1em 0.5em 0 0;
	margin: 0;
	border-top: 1px solid #939598;
}

#content .indent {
	margin-left: 146px; /* Size of image +10px */
}

#content .belowphoto {
	margin-top: 20px;
}

#content img {
	float: left;
	margin: 0 1em 0 0;
	border: 1px solid #939598;
}

#content p, #fullwidth p {
	font-size: 1.2em;
	line-height: 1.33333333em;
	margin: 0.2em 0 0.5em 0;
}

#content h3, #fullwidth h3 {
	font-size: 1.6em;
	margin: 1.2em 0 0.4em 0;
	font-weight: bold;
	text-transform: capitalize; /* Sets first character of each word to upper case */
	color: #8a1e20;
	background-color: transparent;
}

#content h4, #fullwidth h4 {
	font-size: 1.4em;
	margin: 0.5em 0 0.2em 0;
	font-weight: bold;
	text-transform: capitalize; /* Sets first character of each word to upper case */
	color: #8a1e20;
	background-color: transparent;
}

#content h5, #fullwidth h5 {
	font-size: 1.2em;
	font-weight: bold;
	color: #8a1e20;
	background-color: transparent;
}

#content ul, #fullwidth ul {
	margin: 0 0 2em 1em;
}

#content ul li, #fullwidth ul li {
	font-size: 1.2em;
	line-height: 1.4em;
	margin-left: 1em;
	padding-left: 0.5em;
	text-indent: 0;
}

#content ul.links, #fullwidth ul.links {
	margin: 0;
	padding:0 0 1em 0;
	text-indent: 0;
}

#content ul.links li, #fullwidth ul.links li {
	text-indent: 0;
	margin: 0;
	padding: 0;
	list-style:	none;
	line-height: 1.8em;
}

#fullwidth ul.links li a {
	color: #000;
	text-decoration: underline;
}

#fullwidth ul.links li a:hover {
	color: #991d00;
	text-decoration: none;
}

.linksinfo {
	font-size: 0.8em;
	color: #939598;
}

.linksinfo a {
	color: #939598;
}

#content ul.tick {
	margin-top: 1em;
}

#content ul.tick li { /* Also in sidebar */
	font-size: 1.2em;
	line-height: 1.4em;
	list-style:	none;
	background: url(../images/bullet.jpg) no-repeat top left;
	margin-left: -10px;
	padding-left: 20px;
	text-indent: 0;
}

/* Back to Top styles */
.backtotop {
	margin-bottom: 1em;
}

.backtotop a {
	font-size: 1.1em;
	font-weight: normal;
   line-height: 1.5em;
	color: #77787B; /*#000;*/
	background-color: transparent;
	text-decoration: none;
	padding-top: 2px;
	padding-left: 20px;
	background: url(../images/top.jpg) no-repeat left center;
}

.backtotop a:visited {
	color: #77787B;
}

.backtotop a:hover {
	text-decoration: underline;
}

#content ol {
	margin-bottom: 1em;
}

#content ol li {
	margin-left: 2em;
	font-size: 1.2em;
	line-height: 1.4em;
}

.adsense {
	margin: 2em 0 2em 0;
	padding-top: 1em;
	border-top: 1px solid #939598;
}

/* Sitemap styles */
#sitemap ul li {
	font-size: 1.2em;
	line-height: 1.4em;
	list-style-type: none;
	list-style: none;
	margin: 0;
	padding: 0 0 0 0.1em;
}

#sitemap ul li.rootlevel {
	background-color: transparent;
	background: url(../images/rootlevel.gif) no-repeat center left;
	margin-top : 0;
	text-indent: 20px;
}

#sitemap ul li.node1 {
	background-color: transparent;
	background: url(../images/node1.gif) no-repeat center left;
	text-indent: 40px;
}

#sitemap ul li.node1end {
	background-color: transparent;
	background: url(../images/node1end.gif) no-repeat center left;
	text-indent: 40px;
}

#sitemap ul li.node1closed {
	background-color: transparent;
	background: url(../images/node1closed.gif) no-repeat center left;
	text-indent: 40px;
}

#sitemap ul li.node2 {
	background-color: transparent;
	background: url(../images/node2.gif) no-repeat center left;
	text-indent: 60px;
}

#sitemap ul li.node2end {
	background-color: transparent;
	background: url(../images/node2end.gif) no-repeat center left;
	text-indent: 60px;
}

#sitemap ul li.node3 {
	background-color: transparent;
	background: url(../images/node3.gif) no-repeat center left;
	text-indent: 80px;
}

#sitemap ul li.node3end {
	background-color: transparent;
	background: url(../images/node3end.gif) no-repeat center left;
	text-indent: 80px;
}

#sitemap ul li.node4 {
	background-color: transparent;
	background: url(../images/node4.gif) no-repeat center left;
	text-indent: 100px;
}

#sitemap ul li.node4end {
	background-color: transparent;
	background: url(../images/node4end.gif) no-repeat center left;
	text-indent: 100px;
}

#sitemap img {border: none;}

#sitemap a {font-weight: normal; color: #000; text-decoration: none;}
#sitemap a:Hover {color: #191970; text-decoration: underline;}

#sidebar {
	float: right;
	text-align: center;
	width: 212px;
}

#sidebar h4{
	background-color: transparent;
	color: #8a1e20;
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1.5384615em;
	margin-bottom: 1em;
	margin-top: 0;
}

#sidebar img {
	margin-bottom: 1em;
}

#sidebar p {
	font-size: 1.2em;
	padding:0 0 1em 0;
	text-align: left;
}

#sidebar p.text {
	padding:0 0 1em 0;
}

#sidebar ul {
	font-size: 1.2em;
	padding:0 0 1em 2.5em;
	text-align: left;
	text-indent: 0;
}

#sidebar ul li {
	line-height: 1.68em;
	list-style:	none;
	margin: 0;
	padding: 0;
	text-indent: 0;
}

#sidebar ul li a {
	color: #000;
	text-decoration: underline;
}

#sidebar ul li a:hover {
	color: #991d00;
	text-decoration: none;
}

#newsreminder, #assistance, #otherservices {
	background-color: #f4f4f4;
	border:1px solid #939598;
	margin: 0 0 1em 0;
	text-align:left;
}

#assistance, #otherservices {
	padding-bottom: 8px;
}


#newsreminder h2, #assistance h2, #otherservices h2{
	background: url(../images/h2.jpg) repeat-x top left;
	border-bottom: 1px solid #939598;
	font-family: Georgia,"Times New Roman", Times, serif;
	font-size: 1.2em;
	margin: 0;
	padding: 0.4em 0 0.3em 5px;
}

#newsreminder p, #newsreminder form, #assistance p, #otherservices p, #otherservices ul {
	font-size:10px;
	padding: 0.4em 0 0 5px;
}

#newsreminder form {
	margin-bottom: 8px;
}

#otherservices ul li a {
	color: #0000FF;
	background-color: transparent;
	font-weight: bold;
}

#otherservices a:visited {
	color: #6500cc;
	background-color: transparent;
}

#otherservices a:hover {
	color: #8a1e20;
	background-color: transparent;
	text-decoration: none;
}




/* Start Web library sidebar */
#sidebar .library {
	background-color: #f4f4f4;
	border: 1px solid #939598;
	margin: 0 0 10px 0;
	text-align: center;
	width: 202px;
}

#sidebar .library form {
	margin: 0 0 0 5px;
	text-align: left;
}

#sidebar .library h4 {
	background: url(../images/h2.jpg) repeat-x top left;
	border-bottom: 1px solid #939598;
	padding: 0.2em 0 0.2em 5px;
	text-align: left;
}

#sidebar .library ul {
	margin: 0 0 5px 0;
	padding: 0;
}

#sidebar .library ul li {
	list-style-image: none;
	list-style-type: none;
	margin: 0 0 0 5px;
	padding: 0 0 5px 0;
}

#sidebar .library ul.tick li {
	background: url(../images/bulletgray.jpg) no-repeat top left;
	line-height: 1.4em;
	list-style:	none;
	margin-left: 10px;
	padding-left: 20px;
}
/* End Web library sidebar */

#footer {
	background-color: #77787B;
	clear: both;
	color: #fff;
	font-size: 1em;
}

#footer a {
	background-color: transparent;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

#footer a:hover{
	text-decoration: underline;
}

.valid {
	margin-left: 15px;
}

#footerwrapper {
	background-color: transparent;
	margin: 0;
	padding: 0.5em 0 0.5em 1.2em;
}

#footerwrapper dl {
	margin: 1em 0 0.5em 0;
}

#fullwidth {
	float: left;
	padding: 0;
	width: 926px;
}

