/* 5m css base template ver: 2 date: 2007-jul-30 */

/** css rest, http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ **/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
dl, dt, dd, ol, ul, li,
form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	/*list-style: none;*/
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/*** end css reset **/

/* Primary Classes Start */
body {
	font-family: Helvetica, arial, sans-serif;
	font-size: 77%; /* initially set to percentage so that ems work without producing miniscule text in IE */
	line-height: 1.3em;
	text-align: left;
	color: #000;
	background: #fff url(../images/body_bg.gif) repeat-x 0 0 scroll;
	margin: 0;
	padding: 0;
	}
h1,h2,h3,h4,h5,h6 { margin: 0 0 0.4em 0; font-weight: bold; }
h1 { font-size: 1.3em; }
h2 { font-size: 1.2em; }
h3 { font-size: 1.1em; }
h4 { font-size: 1.1em; }
h5 { font-size: 1.1em; }
h6 { font-size: 1.1em; }
p { margin: 0 0 1.3em 0; }
a:link {
	color: #06c;
	text-decoration: underline;
}
a:visited {
	color: #06c;
	text-decoration: underline; 
}
a:hover { 
	color: #f90;
	text-decoration: underline;
}
a:active {
	color: #06c;
	text-decoration: underline;
}
ul {
	margin: 0 0 1.3em 20px;
	padding: 0;
}
li {
	margin: 0;
	padding: 0 0 0.4em 0;
}
form { margin: 0; padding: 0; }
strong { font-weight: bold; }
img { border: none; }
.clear { clear: both; }
.clearleft { clear: left; }
.clearright { clear: right; }
.left { float: left; }
.right { float: right; }
.imgleft {
	float: left;
	padding: 0 10px 10px 0;
}
.imgright {
	float: right;
	padding: 0 0 10px 10px;
}
.push1 { margin-bottom: 1em; }
.push2 { margin-bottom: 2em; }
table, tr, th, td { margin: 0; padding: 0; border: none; font-size: 1em; }
table { border: 1px solid #ccc; }
th { font-size: 1.1em; }
th, td { padding: 0.2em; border: 1px solid #ccc; text-align: center; }
.orange { color: #f90; }
p.introp { font-weight: bold; }
.skip {
	position: absolute;
	left: -1000px;
	width: 990px;
	height: 20px;
	margin-bottom: -20px;
}
/* Primary Classes End */

/* start easy clearing */
#nav:after, #content:after, .easyclear:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

#nav, #content, .easyclear {display: inline-block;}

/* Hides from IE-mac \*/
* html #nav, * html #content, * html .easyclear {height: 1%;}
#nav, #content, .easyclear {display: block;}
/* End hide from IE-mac */

/* end easy clearing */

/* start layout divs */
#wrapper {
	width: 750px;
	margin: 0 auto;
}
#header {
	width: 750px;
	height: 105px;
	background: none;
	/*background: transparent url(../images/header_bg.gif) no-repeat 107px 0 scroll;*/
	padding-top: 10px;
	position: relative;
}
#page-safety-at-home #header {
	background: transparent url(../images/header_bg.gif) no-repeat 107px 0 scroll;
}

#nav {
	width: 750px;
	height: 39px;
	background: transparent url(../images/tnav_bg.gif) no-repeat 0 0 scroll;
}
#banner {
	width: 750px;
	height: 135px;
	padding: 20px 0 0 0;
	/*background: transparent url(../images/banner_bg.gif) no-repeat 0 0 scroll;*/
}
#banner1 {
	float: left;
}
#banner2 {
	float: left;
	width: 159px;
	height: 137px;
	margin: -14px 0 0 0;
	padding-left: 0;
	display: inline;
}
#content {
	clear: both;
	width: 750px;
}
#leftnav {
	float: left;
	width: 200px;
	margin-right: 30px;
	padding-bottom: 10px;
}
#maincontent {
	float: right;
	width: 520px;
}
#footer {
	clear: both;
}
/* end layout divs */

/* start header */
#safety-at-home {
	position: absolute;
	top: 10px;
	right: 0;
}
#heademail a:link,
#heademail a:visited,
#heademail a:active
{
	color: #666;
	text-decoration: none;
}
#heademail a:hover {
	color: #000;
}
#header img {
	float: left;
}
/* end header */

/* start nav */
#nav ul {
	list-style: none;
	padding: 14px 10px 0 0;
	margin: 0;
}
#nav ul li {
	float: left;
	height: 25px;
	display: block;
	line-height: 25px;
	background: transparent url(../images/tnav_bg_norm_rh.gif) no-repeat top right scroll;
	margin: 0;
	padding: 0;
	border-right: 2px solid #fff;
}
#nav ul li.active { background: transparent url(../images/tnav_bg_active_rh.gif) no-repeat top right scroll; }
#nav ul li#ndownloads {
	background: transparent url(../images/tnav_bg_norm_rhlast.gif) no-repeat top right scroll;
	padding-right: 10px;
	border-right: none;
}
#downloads #nav ul li#ndownloads {
	background: transparent url(../images/tnav_bg_active_rhlast.gif) no-repeat top right scroll;
	padding-right: 10px;
	border-right: none;
}
#nav ul li a:link,
#nav ul li a:active,
#nav ul li a:visited
{
	margin: 0;
	padding: 0 10px;
	height: 25px;
	display: block;
	line-height: 25px;
	background: transparent url(../images/tnav_bg_norm_lh.gif) no-repeat top left scroll;
	text-decoration: none;
	color: #000;
	font-weight: bold;
}
#nav ul li.active a:link,
#nav ul li.active a:visited,
#nav ul li.active a:active
{
	color: #fff;
	background: transparent url(../images/tnav_bg_active_lh.gif) no-repeat top left scroll;
}
#nav ul li a:hover { color: #666; }
#nav ul li.active a:hover { color: #fff; }
#nav ul li a span {
	display: block;
	width: 
}
/* end nav */

/* start banner */
/* end banner */

/* start left nav */
#leftnav h2 {
	color: #000;
	font-size: 1.2em;
	margin-bottom: 1em;
}
#leftnav ul {
	list-style: none;
	padding: 0;
	margin: 0 0 0 0;
}
/* nav_arrow_norm.gif */
#leftnav ul li {
	float: left;
	width: 200px;
	margin: 0 0 5px 0;
	padding: 6px 0 0 0;
	width: 200px;
	display: block;
	background: transparent url(../images/nav_bg_norm_top.gif) no-repeat top left scroll;
}
#leftnav ul li a:link,
#leftnav ul li a:visited,
#leftnav ul li a:active
{
	width: 195px;
	padding: 0 5px 4px 0;
	display: block;
	background: transparent url(../images/nav_bg_norm_bot.gif) no-repeat bottom left scroll;
	text-decoration: none;
	color: #000;
	font-size: 0.9em;
	font-weight: bold;
}
#leftnav ul li a:hover {
	color: #fff;
}
#leftnav ul li.active a:link,
#leftnav ul li.active a:visited,
#leftnav ul li.active a:active
{
	color: #fff;
}
#leftnav ul li a span {
	display: block;
	width: 175px;
	background: transparent url(../images/nav_arrow_norm.gif) no-repeat 5px 0.2em scroll;
	padding-left: 20px;
}
#leftnav ul li.active a span { background: transparent url(../images/nav_arrow_active.gif) no-repeat 5px 0em scroll; }
/* end left nav */

/* start content */
.rightbox {
	float: right;
	width: 140px;
	margin: 0 0 10px 30px;
}
.rightbox img { 
	display: block;
	margin-bottom: 10px;
}
.infobox {
	border: 1px solid #9bb7c2;
	background: #f4f4f4;
	padding: 10px;
	margin: 10px 0;
	clear: both;/* it shouldn't need this, but the rightbox wasn't clearing properly in IE */
}
.infobox p {
	margin-bottom: 0;
}
.ibimg {
	float: left;
	width: 70px;
}
.ibtext {
	float: right;
	width: 420px;
}
#maincontent h1 {
	line-height: 1.2em;
	color: #336697;
}
#maincontent h2 {
	color: #809cb4;
}
#maincontent h3 {
	line-height: 1.0em;
	color: #336697;
}
#maincontent .intropara {
	font-weight: bold;
}
.member {
	clear: both;
	margin-bottom: 25px;
}
.member p.url {
	margin-top: -1em;
}
.member img {
	margin-bottom: -1.5em;
}
.member h3 {
	font-size: 1.3em;
	line-height: 1em;
	padding-bottom: 0.2em;
	font-weight: bold;
	text-align: right;
	border-bottom: 2px solid #ccc;
	padding-left: 200px;
}
.fn, .adr { /*microformat formatting*/
	display: none;
}
/* end content */

/* start footer */
#footer1 {
	width: 750px;
	height: 40px;
	background: transparent url(../images/footer_bg.gif) no-repeat 0 0 scroll;
	text-align: right;
}
#footer1 ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#footer1 ul li {
	display: inline;
	margin: 0 1em;
	line-height: 40px;
	color: #000;
	text-decoration: none;
	font-size: 0.9em;
}
#footer1 ul li a:link,
#footer1 ul li a:visited,
#footer1 ul li a:active
{
	color: #000;
	text-decoration: none;
}
#footer1 ul li a:hover
{
	color: #fff;
	text-decoration: none;
}
#footer2 {
	margin: 10px 0 0 0;
}
#footer2 p {
	text-align: right;
	margin-bottom: 20px;
	color: #666;
	font-size: 0.9em;
}
/* end footer */

/* Home Page Classes start  */
p.orangearrow {
	background: transparent url(../images/arrow_orange_big.gif) no-repeat 0 0 scroll;
	padding: 0 0 0 35px;
	margin: 0 0 10px 0;
}
p.orangearrow a:link,
p.orangearrow a:active,
p.orangearrow a:visited {
	color: #f90;
	font-weight: bold;
	text-decoration: none;
}
p.orangearrow a:hover {
	color: #69c;
}

#tabbed,
#tabbed tr,
#tabbed td { border: none; }
#tabbed td { text-align: left; }

/* Home Page Classes end  */

/* start  */
/* end  */

/* start  */
/* end  */

/* start  */
/* end  */
