.body {
	background-image:url(images/page-bg.jpg);
	background-repeat: repeat-x
}

.links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
	color: #1E5689;
	background-image:url(images/leftmenu-bullet.gif); background-repeat:no-repeat;
    background-position: 0 .6em;
	padding-left:10px;
}
.links:hover {
	color: #FA9C09;
	
}

.copyright-link {
	font-family: Arial;
	font-size: 11px;
	text-decoration: none;
	color: #333333;
}
.copyright-link:hover {
	color: #0059A7;s
}

.content {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	line-height: 17px;
	text-align: justify;
}

.heading {
	font-family: Book Antiqua, Arial, tahoma;
	text-transform:uppercase;
	font-size: 18px;
	color: #FB6902;
	line-height: 17px;
	font-weight: bold;
}

.pagecontent {
	font-family: Arial, tahoma;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	line-height: 17px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
}

.prodpagecontent {
	font-family: Arial, tahoma;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	line-height: 17px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: justify;
}

.smlcontent {
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	line-height: 15px;
}

.whitetext, A {
	font-family: Arial;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
	line-height: 14px;
}


.prodwhitetext {
	font-family: Arial;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
	line-height: 14px;
	font-weight: bold;
}

.content-bold {
	font-family: Arial;
	font-size: 14px;
	color: #1E5689;
	text-decoration: none;
	font-weight: bold;
}

.content-links {
	font-family: Arial;
	font-size: 12px;
	color: #333333;
	text-decoration: underline;
	line-height: 17px;
}

.txtbox {
	font-family: Verdana;
	font-size: 11px;
	color: #313131;
	text-decoration: none;
	font-weight: normal;
	border: 1px solid #E1E1E1;
	padding:1px;
	background-color:FFFFFF;
	}


.bullet {
	margin-top: 15px;
}

.pagelinks {
	font-family: Arial, tahoma;
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
	line-height: 17px;
}
.pagelinks:hover {
	color: #0059A7;
	text-decoration: underline;
}

.smlpagelinks {
	font-family: Arial, tahoma;
	font-size: 11px;
	color: #000000;
	text-decoration: underline;
	line-height: 17px;
}
.smlpagelinks:hover {
	color: #0059A7;
	text-decoration: underline;
}

.imgborder {
border: 2px solid #B8B6B2;
}

/* top menubar */

#nav, 
#nav ul {padding:0px; margin:0; list-style:none; font: 10px verdana, sans-serif;  background:#ffffff; position:relative; z-index:200; border:1px solid #888888; }
#nav {height:0px; padding:0; border:none; }

#nav li {float:left; padding:0 0 0 0 ;}
#nav li li {float:none; padding:0 0 0 0;}
/* a hack for IE5.x and IE6 */
#nav li a li {float:left;}

#nav li a {display:block; float:left ; color:#333333; height:30px; line-height:30px; text-decoration:none; white-space:nowrap; text-align:center;}
#nav li li a {height:15px; padding:5px 5px 2px 5px; line-height:10px; float:none; text-align:left;}

#nav li:hover {position:relative; z-index:300; background:#fff;}
#nav a:hover {position:relative; background-color:#FCA90D; color:#ffffff;}

#nav :hover ul {left:0; top:30px;}
/* another hack for IE5.5 and IE6 */
#nav a:hover ul {left:0px;}

#nav ul {position:absolute; left:-9999px; top:-9999px;}

/* it could have been this simple if all browsers understood */
/* show next level */
#nav li:hover li:hover > ul {left:0px; margin-left:100%; top:-1px;}
/* keep further levels hidden */
#nav li:hover > ul ul {position:absolute; left:-9999px; top:-9999px; width:auto;}
/* show path followed */
#nav li:hover > a {background-color:#FCA90D; color:#ffffff; display:block;}


/* but IE5.x and IE6 need this lot to style the flyouts*/
/* show next level */
#nav a:hover a:hover ul,
#nav a:hover a:hover a:hover ul,
#nav a:hover a:hover a:hover a:hover ul,
#nav a:hover a:hover a:hover a:hover a:hover ul
{left:100%; top:-1px; width:auto;}

/* keep further levels hidden */
#nav a:hover ul ul,
#nav a:hover a:hover ul ul,
#nav a:hover a:hover a:hover ul ul,
#nav a:hover a:hover a:hover a:hover ul ul
{position:absolute; left:-9999px; top:-9999px;}

/* sitemap */
.sitemaptitle {
	font-family: Arial;
	font-size: 12px;
	color: #1E5689;
	text-decoration: none;
	font-weight: bold;
	line-height: 25px;
}

.sitemapheading {
	font-family: Arial;
	font-size: 14px;
	color: #FB6902;
	text-decoration: none;
	font-weight: bold;
}

.sitemap-links {
	font-family: Arial;
	font-size: 12px;
	text-decoration: underline;
	color: #1E5689;
}
.sitemap-links:hover {
	color: #FB6902;
	text-decoration: underline;
}
.sitemapbullet
{
margin: 0;
padding: 0 0 0 0;
list-style: none;
}
.sitemapbullet li{
	FONT: 12px arial; sans-serif; padding-left:15px;
	color: #000000;
	text-decoration: none;
	line-height: 17px;
	background-image: url(images/sitemap-bullet.gif);
	background-repeat: no-repeat;
	background-position: 0.00em .6em;
}


.ebrochureslinks {
	font-family: Arial, tahoma;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	line-height: 30px;
}

.ebrochures:hover {
	color: #0059A7;
	text-decoration: underline;
}

/* leftbar */
.leftmenutext{
	font-family: Arial;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
	line-height: 14px;
	margin: 0;
	padding: 5px 10px 5px 35px;
}

.leftmenutitle {
list-style: none;
margin: 0px;
padding: 5px 10px 5px 0px;
background-image:url(images/dotted-line.gif); background-repeat:no-repeat;
background-position: 0% 100%;
}

.leftbullet
{
margin: 0;
padding: 0 0 0 0;
list-style: none; 
background-position: 0% 0%;
}

.leftbullet li
{
background-image:url(images/leftmenu-bullet.gif); background-repeat:no-repeat;
background-position: 0 .6em;
padding: 0px 5px 0px 10px;
line-height: 17px;
}

.leftmenu-heading {
	font-family: tahoma;
	font-size: 16px;
	color: #ffffff;
	text-decoration: none;
	font-weight:bold;
	padding-left: 35px;
	padding-right:5px;
}

/* top menubar */
.menulinks{
	background-image:url(images/bluebar.jpg); background-repeat:no-repeat;
	color: #ffffff;
	width:83px;
	align: center;
	height:30px;
}

.menulinks:hover {
	background-image:url(images/orangebar.jpg); background-repeat:no-repeat;
	color: #ffffff;
	width:83px;
	height:30px;
}

.menutext{
	font-family: Arial;
	text-align:center;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	width:94px;
	height:30px;
	line-height: 27px;
}

.privacy-links {
	font-family: Arial;
	font-size: 12px;
	color: #333333;
	text-decoration: underline;
	line-height: 17px;
}

.pbullet {
	margin: 0 0 15px 0px;
	padding: 2px 0 0 25px;
	color: #000000;
}

.bulletpadding li {
	margin: 0 0 12px 0;
}




