/*
A1 Boilers Main CSS
print at bottom
*/

@import "cmsstyles.css";

body {
	background-color:#F4F4F4;
	color: #000000;
	margin: 0;
	padding: 0;
	text-align: center;
	}
	
#container { 
	background-color:#FFFFFF;
	text-align:left; 
	margin-left:auto; 
	margin-right:auto;
	margin-top: 40px;
	padding: 0;
	width: 760px;
	border: 1px solid #A8A8A8;
	position: relative;
}

#content { 
	margin: 60px 0 0 0;
	background-image:url(../i/bg-content-dots.gif);
	background-repeat:repeat-y;
	padding: 0 30px 0 30px;
	float: right;
}

#content {
	width: 510px;
	}
* html #content {
	width: 570px; /* for IE5Win */
	w\idth: 510px; /* for other IE versions */
	}

#menu {
	width: 180px;
	margin:65px 0 0 0;
	padding:0;
	float: left;
}


/* home with shrunken menu - previous in sep file not used homeparts.css.old */
#contentHome { 
	margin: 50px 0 0 0;
	padding: 0 30px 0 30px;
}

#contentHome {
	width: 698px;
	}
* html #contentHome {
	width: 758px; /* for IE5Win */
	w\idth: 698px; /* for other IE versions */
	}

#menuHome {
	width: 0;
	margin: 0;
	padding:0;
}

	
	
#banner {
	text-align:right;
	/* background-image SET IN HTML HEADER */
	background-position:left top;
	background-repeat:no-repeat;
	}
	
#header-print, #printAddress { /* hide - print only */
	visibility:hidden; 
	display:none; 
	height:0;
	}
	
#sitelinks {
	position: absolute;
	top: -24px;
	right: 0;
}

#sitelinks p {
	color:#787878;
	margin:0;
	padding: 0;
	}
	
#sitelinks p a {
	color:#787878;
	text-decoration:none;
	}
	
#sitelinks p a:hover {
	color:#787878;
	text-decoration:underline;
	}



/* FONTS ############################## */	


body {
	font-family: arial, helvetica, sans-serif;
}

/* SET FONTS  ###################### */
body {
	font-size: medium;
	}
* html body {
	font-size: small; /* for IE5Win */
	f\ont-size: medium; /* for other IE versions */
	}
	
p, li {
	font-size : 80%;
	}
	
#content p, #content li, #content td, #content th, #contentHome p, #contentHome li, #contentHome td, #contentHome th
 {
	line-height: 143%
	}


h1, h2, h3, legend {
	background-color: transparent;
	color: #BC0032;
	}

h1 {
	font-size: 125%;
	margin-top: 0px;
	}

h2, legend {
	font-size: 100%;
	margin-bottom: -8px;
	font-weight: bold;
	}
	
h2.mailformhead {
	margin-bottom: 6px;
	}

h3, h4 {
	font-size: 90%;
	margin-bottom: -10px;
	}

/* special paragraphs ######################## */


p#topLink {
	text-align:right;
	}
	
p#topLink a {
	background-image:url(../i/bg-toplink.gif);
	background-position:center right;
	background-repeat:no-repeat;
	color: #143462;
	text-decoration:none;
	padding-right: 25px;
	}

	

	
/* section menu ######################## */	

/* conditional IE5 rule in head of templates */

#sectionmenu {
	position: absolute;
	top: 102px;
	left: 0;
	margin:0;
	padding:0;
	border-top: 1px solid #FEFBFB;
	background-color: #C90035;
	background-image:url(../i/bg-section-menu.gif);
	background-position:top left;
	background-repeat:repeat-x;
	width: 100%;
	}

#sectionmenu ul {
	margin:0;
	padding:0;
	list-style-type: none;
	}
	
#sectionmenu li {
	margin: 0;
	padding:0;
	float: left;
	background-image:url(../i/bg-section-menu.gif);
	background-position:top left;
	background-repeat:repeat-x;
	}
	
#sectionmenu li a {
	color:#ffffff;
	padding: 5px 10px;
	border-right: 1px solid #C64E6E;
	margin: 0;
	text-decoration:none;
	display: block;
	}
	
/* Hide from IE5-Mac \*/
#sectionmenu li a {
	/*float: none*/
	}
/* End hide */ 
	
#sectionmenu a:hover, #sectionmenu li.current a {
	background-color: #E9003E;
	color:#ffffff;
	}
	



/* menu ######################## */	

#menu ul {
	margin:0 0 0 10px;
	padding:0;
	list-style-type: none;
	}
	
#menu li {
	margin: 0;
	padding: 0 0 5px 0;
	}

#menu a {
	color:#232323;
	background-color: transparent;
	text-decoration:none;
	}
	
#menu a:hover {
	text-decoration:underline;
	}
	

#menu li.print {
	padding-top: 30px;
}
	
#menu li.print a, #menu li.bookmark a {
	padding-left: 20px;
	color: #767676;
	background-color: transparent;
	background-position:0px 2px;
	background-repeat:no-repeat;
}

#menu li#head {
	font-weight: bold;
}

/* p in menu for forms */

#menu p { 
	margin:0 0 0 10px;
	padding:0;
	color: #666666;
	background-color:#FFFFFF;
}

#menu p.installer { 
	margin-bottom:20px;
}
	
li.print a, li.print a:hover {
	background-image:url(../i/icon-print.gif);

}

li.bookmark a, li.bookmark a:hover {
	background-image:url(../i/icon-fav.gif);
}


/* Footer styling 

#footer, #footerHome {
	clear: both;
	margin:0;
	padding:0;
	background-image:url(../i/logo-npower.gif);
	background-position: 10px 29px;
	background-repeat:no-repeat;
	border: 1px solid #FFFFFF; 
	}
	
#footerHome {
	background-position: 30px 29px;
	}

#footer p, #footerHome p {
	color: #767676;
	font-size: 70%;
	margin: 0px;
	padding: 35px 30px 30px 220px;
	}

#footer p a, #footerHome p a {
	color: #767676;
	text-decoration:none;
	}
	
#footer p a:hover, #footerHome p a:hover {
	color:#767676;
	text-decoration:underline;
	}
*/

/* Footer styling NEW */

#footer, #footerHome {
	clear: both;
	margin:0;
	padding:0;
	border: 1px solid #FFFFFF; /* IE bug fix */
	}
	
#footerHome {
	border-top: none;
	}
	
#footerHome p, #footer p {
	color: #7D7D7D;
	font-size: 70%;
	margin: 0px;
	}

#footerHome p {
	padding: 35px 30px 30px 30px;
	}
	
#footer p {
	padding: 35px 30px 30px 20px;
	}

#footer p a, #footerHome p a {
	color: #767676;
	text-decoration:none;
	}
	
#footer p a:hover, #footerHome p a:hover {
	color:#767676;
	text-decoration:underline;
	}
	
img#logoNpower {
	padding: 0 49px 0 0;
	}

/* Sitemap styling */

#sitemap {
	margin-top: 30px;
	margin-left: 150px;
	}

#sitemap ul {
	list-style-type: square;
	color: #BC0032;
	}

#sitemap a:link, #sitemap a:visited, #sitemap a:active {
	text-decoration: none;
	}

#sitemap a:hover {
	text-decoration: underline;
	}

#sitemap ul li {
	font-weight: bold;
	margin:0;
	padding: 0;
	margin-top: 10px;
	}

#sitemap ul ul li {
	font-weight: normal;
	margin:0;
	padding: 0;
	}

#sitemap ul ul ul li {
	font-weight: normal;
	margin:0;
	padding: 0;
	}
	
#sitemap ul ul ul li {
	font-weight: normal;
	margin:0 10px;
	padding: 0;
	margin-top: 0px;
	}
	
#sitemap ul li {
	font-size: small;
	}
* html #sitemap ul li {
	font-size: x-small; /* for IE5Win */
	f\ont-size: small; /* for other IE versions */
	}
	
.notvisible {visibility:hidden; display:none; margin:0; padding:0; height:0;}

	

/* To hide skip to contents link */
.skipLink a {
	position: absolute;
	overflow: hidden;
	width: 0;
	height: 0;
}

.skipLink a:active, .skipLink a:focus {
	position: absolute;
	overflow: visible;
	width: auto;
	height: auto;
	/* The rest are purely presentational properties to make the link stand out */
	background-color: yellow;
	color: red;
	top: 5px;
	left: 5px;
	padding: 5px;
	border: 2px solid red;
	font-weight: bold;
} 



/* ACCESSIBILITY CONVERSIONS ###################### */
em {	font-style: italic;	}
strong {	font-weight: bold;	}


/* EMAIL FORM STYLES == */

div.demoFormRow input, div.demoFormRow textarea { 
	width: 300px; 
	}


div.mailFormRow input, div.mailFormRow textarea { 
	width: 400px; 
	}
	
div.mailFormRow label { 
	font-size: 80%; 
	}

table.contact {
	background-color: #EAFAFB;
	border: 1px dotted #CCCCCC;
	}

input:focus, textarea:focus {
	background:#FFFF80;
	color:black;
	} 
	
/* HELP POPUP ###################### */

#help {
	background-color: #FFFFFF;
	padding: 20px;
	text-align: left;
	}
	
p.closelink {
	text-align: left;
	}

	
p.closelink a {
	padding: 5px 0 5px 25px;
	background-image:url(../i/icon-closewindow.gif);
	background-position: left center;
	background-repeat:no-repeat;
	text-decoration: none;
	color: #666666;
	}



/* PRINT STYLES ############################## */
@media print{ 

body {
	background-color:#FFFFFF;
	color: #000000;
	margin: 10px 40px; 
	padding: 0;
	}
	
a {
	background-color:#FFFFFF;
	color: #000000;
	}
	
#header-print, #printAddress {
	visibility:visible; 
	display:block; 
	height:auto;
	}
	
#printAddress {
	margin-top: 10px;
	}
	
#printAddress p {
	padding-top: 5px;
	border-top: 1px solid #000000;
	}
	
/* Leave these to default styling */
#container {
	margin: 0;
	padding: 0;
	width: 90%;
	border: none;
	}
#content, #contentHome {
	margin: 0;
	background-image:none;
	padding: 0;
	float: none;
	}

/* These not required on print */
#menu, 
#menuHome, 
#sectionmenu, 
#sitelinks, 
.skipLink,
#footer, 
#footerHome, 
#banner 
{visibility:hidden; display:none; margin:0; padding:0; height:0;}


/* FONTS ############################## */	

body {
	font-family: arial, helvetica, sans-serif;
	font-size: small;
	}

h1, h2, h3 {
	background-color: transparent;
	color: #000000;
	}

h1 {
	font-size: 150%;
	margin-top: 20px;
	}

h2 {
	font-size: 120%;
	padding-bottom: 3px;
	}

h3, h4 {
	font-size: 100%;
	margin-bottom: -1em;
	}



}

