
:root 
{
	/* always show the verticle scroll bar */
	overflow-y: scroll !important;
}

*
{
	margin:0;
	padding:0;
	font-family:verdana,arial,helvetica,sans-serif;
}



html, body
{
	
	color:#000000;
	text-align:center;
}
html, body, table
{
	font-size:100%;
}

ul{
	list-style-type:none;
}

input, img
{
	vertical-align:middle;
}
a img
{
	border:none;
}
input.submit
{
	cursor:pointer;
}
a:link
{
	color:#990000;
	text-decoration:underline;
}
a:visited
{
	color:#9A4F4F;
	text-decoration:underline;
}
a:hover, a:focus, a:active
{
	color:#cc3333;
}

hr
{
	display:none;
}

#container
{
	width:770px;
	margin:0 auto 0 auto;
	background:#FDFCFC url("../images/container.gif");
	text-align:left;
	position:relative;
}
#container2
{
	width:770px;
	background:url("../images/container2.gif") no-repeat;
	position:relative;
}

#content
{
	padding:194px 0 20px 0;
	margin:10px 0 0 86px;
	width:624px;
	overflow:hidden;
	
/*background-color: green;*/
}
#content h1
{
	position: relative;
	left: 50px;
	margin:0 0 0.55em 0;
	font-size:1.25em;
	font-family:arial,helvetica,sans-serif;
	font-weight:normal;
	color:#1D1157;
	padding-bottom: 10px;
}
#content h2
{
	margin:0 0 0.55em 0;
	font-size:0.9em;
	font-family:arial,helvetica,sans-serif;
	font-weight:bold;
	color:#9F1010;
}
#content h3
{
	margin:0 0 0.55em 0;
	font-size:0.8em;
	font-weight:bold;
}
#content h4
{
	margin:0 0 0.55em 0;
	font-size:0.7em;
	font-weight:bold;
}
#content p
{
	margin:0 0 0.7em 0;
	font-size:0.8em;
}
#content ul
{

	margin:0 2em 0.7em 3em;
	font-size:0.8em;
}
#content ol
{
	margin:0 2em 0.7em 3em;
	font-size:0.8em;
}
#content li
{
	margin:0 0 0.2em 0;
}
#content hr
{
	height:1px;
	border:none;
	background:#cccccc;
	color:#cccccc;
	display:block;
	margin:1em 0 1em 0;
	clear:both;
}
#content table
{
	clear:both;
	margin:0 0 0.7em 0;
	border:none;
	border-collapse:collapse;
	border-spacing:0;
}
#content th, #content td
{
	padding:2px 5px 2px 5px;
	border:none;
	font-size:0.7em;
	text-align:left;
}
#content th
{
	font-weight:bold;
}
#content td p
{
	font-size:1em;
	margin:0;
}
#content .form
{
	border:1px solid #cccccc;
	background:#f6f6f6;
	padding:10px;
	width:auto;
}
#content input.text
{
	background:#ffffff;
	border:1px solid #93928E;
	color:#000000;
	font-size:1em;
	padding:1px;
}
#content input.submit
{
	border:1px solid #93928E;
	height:17px;
	font-size:1em;
	padding:0 1px 0 1px;
	background:#ffffff url("../images/submit.gif") top right;
}

#content #homeSections
{
	width:800px;
	float:left;
}

#content #homeSections .listItem
{
	margin:0;
	padding:0;
	float:left;
	width:143px;
	margin-right:11px;
	margin-bottom:14px;
	_display:inline;
}

#content #homeSections span img
{
	border:1px solid #CCCCCC;
}
#content #homeSections img
{
	vertical-align:top;
}

#content li.ConsumerPage a:link, #content li.ConsumerPage a:visited
{
	font-weight:bold;
	color:#CC6600;
}
#content li.IndustryPage a:link, #content li.IndustryPage a:visited
{
	font-weight:bold;
	color:#666699;
}
#content li.PressOfficePage a:link, #content li.PressOfficePage a:visited
{
	font-weight:bold;
	color:#990000;
}

#nav
{
	/*float:right;*/

	width:177px;
}

i.closed
{
	position: relative;
	top: 5px;
	left: 10px;
	font-size: 12px;
}

#nav div
{
	width:177px;
	height:10px;
	font-size:1px;
	background:url("../images/nav-footer.gif") no-repeat;
	
}
#nav ul
{

	width:175px;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	background:#F2F1EE;
	font-size:0.7em;
	padding:0px;
	margin:0px;
	
}
#nav ul li
{
	width:175px;
	background-repeat:no-repeat;
	border-top:1px solid #FEFEFE;
	border-bottom:1px solid #D5D3CD;
	display:inline; /* hack for IE5.x */
}
#nav ul a:link, #nav ul a:visited, #nav ul strong
{
	color:#000000;
	text-decoration:none;
	display:block;
	padding:4px 6px 5px 18px;
	width:175px;
}
#nav ul a:hover, #nav ul a:active, #nav ul a:focus
{
	color:#990000;
}
#nav ul ul
{
	width:175px;
	border:none;
	background:transparent;
	font-size:1em;
}
#nav ul ul li
{
	border:none;
}
#nav ul ul a:link, #nav ul ul a:visited, #nav ul ul strong
{
	padding:2px 6px 6px 18px;
	width:175px;
	w\idth:151px;
}
#nav ul ul ul a:link, #nav ul ul ul a:visited, #nav ul ul ul strong
{
	padding:2px 6px 6px 30px;
	width:175px;
	w\idth:139px;
}
#nav ul ul ul ul a:link, #nav ul ul ul ul a:visited, #nav ul ul ul ul strong
{
	padding:2px 6px 6px 42px;
	width:175px;
	w\idth:127px;
}


#columnsEnd
{
	width:1px;
	height:1px;
	clear:both;
	font-size:1px;
}


ul#sections
{
	position:absolute;
	top:22px;
	left:330px;
	width:470px;
	list-style-type:none;
}
ul#sections li
{
	float:left;
	margin:0px;
	padding:0px;
}

div#search
{
	width:300px;
	position:absolute;
	top:135px;
	left:100px;
}
div#search p
{
	font-size:0.7em;
}
div#search input.text
{
	background:#ffffff;
	border:1px solid #93928E;
	color:#000000;
	font-size:1em;
	padding:1px;
}
div#search input.submit
{
	border:1px solid #93928E;
	height:17px;
	font-size:1em;
	padding:0 1px 0 1px;
	background:#ffffff url("../images/submit.gif") top right;
}

#footer
{
	width:770px;
	padding:35px 11px 10px 11px;
	w\idth:748px;
	background:#ffffff url("../images/footer.gif") no-repeat;
	font-size:0.7em;
	clear:both;
	height:80px;
}



#footer span 
{
	display:block;
	width:320px;
	float:right;
	text-align:right;

}


/* section-specific */

body.ConsumerPage #content, body.IndustryPage #content, body.PressOfficePage #content, body.ContactPage #content
{
	margin:0;
	/*width:558px;*/
	padding-left:40px;
	padding-right:40px;
	w\idth:500px;
	/*float: right;*/
	width:690px;
}


/* ConsumerPage */
body.ConsumerPage #content h2
{
	color:#CC6600;
}
body.ConsumerPage #content ul
{
	list-style-image:url("../images/ConsumerPage/bullet.gif");
}

body.ConsumerPage #nav li
{
	list-style-image:none;
	background-image:url("../images/ConsumerPage/bullet.gif");
	background-position:7px 4px;
	
	
}

body.ConsumerPage #nav ul ul li, body.IndustryPage #nav ul ul li, body.PressOfficePage #nav ul ul li, body.ContactPage #nav ul ul li
{
	
}



/* IndustryPage */
body.IndustryPage #content h2
{
	color:#666699;
}
body.IndustryPage #content ul
{
	
}
body.IndustryPage #nav ul
{

}

/* PressOfficePage */
body.PressOfficePage #content h2
{
	color:#B23F3F;
}
body.PressOfficePage #content ul
{

}
body.PressOfficePage #nav li
{

}

/* ContactPage */
/*body.ContactPage #content h2
{
	color:#CC6600;
}
body.ContactPage #content ul
{
	list-style-image:url("../images/ContactPage/bullet.gif");
}*/
body.ContactPage #nav li
{

}
/** Pagination **/
.pagination {

}

.pagination p {
	float: right;
	margin: 0;
	color: #9f9f9f;
}

.pagination ul {
	text-align: center;
	margin: 0;
	padding: 0;
	display: block;
}

.pagination ul li {
	list-style: none;
	list-style-image: none;
	padding-left: 1em;
	padding-right: 1em;
	border-right: 1px solid #000000;
	display: inline;
	font-weight: bold;
}

.pagination ul li.next {
	border: none;
}

.pagination.top {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	margin-bottom: 1em;
	border-bottom: 2px solid #0388c5;
}

.pagination.bottom {
	padding-bottom: 0.5em;
	margin-top: 1em;
	padding-top: 0.5em;
	border-top: 2px solid #0388c5;
}

/** Search results **/

#content .searchresults {
	padding: 0;
	margin: 0;
	float: left;
	width: 511px;
	background:url(../img/latestnews-large-bg.gif) left top repeat-y;
}

#content .searchresults-inner 
{
	background:url(../img/latestnews-large-footer.gif) left bottom no-repeat;
}

#content .searchresults h2
{
	margin-bottom:0;	
}

#content .searchresults ul.results {
	margin: 0;
	padding: 0;
}

#content .searchresults ul.results li {
	background-image: url("../img/search-results-arrow.gif");
	background-repeat: no-repeat;
	background-position: 0px 6px;
	list-style: none;
	list-style-image: none;
	padding:5px 10px;
	border-bottom: 1px solid #cdcccd;
}

#content .searchresults ul.results li span
{
	font-weight:bold;
	display:block;
	margin-bottom:5px;
}

#content .searchresults ul.results li p.padded
{
	font-size:1em;
}

#content .searchresults ul.results li.first {
	border-top: none;
	background-position: 0px 6px;
}

#content .searchresults ul.results li h3 {
	font-size: 1em;
}

.clear
{
	clear:both;
}

#content .searchresults .pagination {

}

#content .searchresults .pagination p {
	float: right;
	margin: 0;
	color: #9f9f9f;
}

#content .searchresults .pagination ul {
	text-align: center;
	margin: 0;
	padding: 0;
	display: block;
	font-size:0.81em;
}

#content .searchresults .pagination ul li {
	list-style: none;
	list-style-image: none;
	padding-left: 7px;
	padding-right: 7px;
	border-right: 1px solid #000000;
	display: inline;
	font-weight: bold;
}

#content .searchresults .pagination ul li a
{
	text-decoration:underline;
	color:#990000;	
}

#content .searchresults .pagination ul li.next {
	border: none;
}

#content .searchresults .pagination.top {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	margin-bottom: 0;
	border-bottom:1px solid #CDCCCD;
}

#content .searchresults .pagination.bottom {
	padding-bottom: 0.5em;
	margin-top:0;
	padding-top: 0.5em;
	border-top:none;
}

/** Latest news **/

#latestnews
{
	float:left;
	width:599px;
	background:url(../img/latestnews-bg.gif) left top repeat-y;
}

#latestnews-inner
{
	background:url(../img/latestnews-footer.gif) left bottom no-repeat;
}

#latestnews .news
{
	border-bottom:1px solid #ccc;
	padding:10px 10px 0px 10px;	
}

#latestnews h2
{
	margin:0;	
}

#latestnews p
{
	padding:5px 10px;
	margin:0;	
}

#latestnews .news span
{
	font-size:0.75em;
	font-weight:bold;
}

#latestnews h3
{
	padding-left:68px;
}

#latestnews h3.industrynews
{
	background:url(../img/latestnews-industry-icon.gif) left 50% no-repeat;	
	
}

#latestnews h3.consumernews
{
	background:url(../img/latestnews-consumer-icon.gif) left 50% no-repeat;	
}


div.moreOpp
{
	float: right;
	font-size: 0.8em;
}

div#links
{
	position: absolute;
	top: 0px;
	left: 90px;
	text-align: right;
	z-index: 1000;
	margin:0px;
	padding:0px;
	margin-top:164px;
	font-size:8pt;
}
