/********************************* 
Name:			Name
URI:			example.com
Description:	Description
Version:		3.14
Author:			Author
Author URI:		example.com
*********************************/

/*********************************
NOTES:


*********************************/

/********************************* UNIVERSAL *********************************/

body {
	font-family: Trebuchet, Trebuchet MS, sans-serif;
}

/********************************* GLOBAL *********************************/

#container {
	width: 100%;

	background: #fff;
}

a, a:visited {
	color: #B80026;
	text-decoration: none;
}

a:hover {
	color: #9E0021;
	text-decoration: underline;
}

/********************************* HEADER *********************************/

#header {
	position: relative;	
	font-family: Arial, Helvetica, sans-serif;
}

#header h1 a {
	font-family: Georgia, serif;
	font-size: 1.5em;
	color: #000;
}

#header h2 {
	font-family: Georgia, serif;
	font-size: 1.25em;
	color: #000;
}

#header .nav {
	position: absolute;
	border-bottom: 15px solid #DDDDDD;
	background: #EEE;
	width: 70%;
	top: 0;
	left: 0;
	right: 0;
	padding: .25em;
}

#header .nav li {
	float: left;
	display: block;
	margin: 0 1em 0 2em;
}

#header .nav li a {
	display: block;
	font-size: .7em;
	color: #444;
}

#header .nav li#dropdown {
	float: right;

}

#header .nav li#search {
	width: 41%;
	right: -41%;
	float: right;
	background: #eee url(http://www2.dupont.com/globalassets/v3/images/topNav_colorBars.gif) bottom left repeat-x;
	padding: .25em .25em 17px .25em;
	display: block;
	position: absolute;
	top: 0;
	
	text-align: right;
	font-size: .4em;
	margin: 0;
	
}

#header .nav li#search a {
	display: block;
	background: #fff;
	border: 1px solid #999;
	font-size: 1.5em;
	padding: .125em;
	width: 75%;
	float: left;
	
}

/********************************* SIDEBAR *********************************/

#sidebar {
	width: 20%;
	float: left;
}

#sidebar ul.nav {
	font-family: Trebuchet MS; /*add more*/
	font-size: .8em;
	border-bottom: 1px dashed #999;
}

#sidebar ul.nav li {
	border-top: 1px dashed #999;
}

#sidebar ul.nav li a {
	padding: .5em .5em .5em 22px;
	display: block;
	background: url(http://www2.dupont.com/globalassets/v3/images/consumer/leftNavIcn_blt1.gif) top left repeat-y;
}

#sidebar ul.nav li a:hover {
	background: url(http://www2.dupont.com/globalassets/v3/images/consumer/leftNavIcn_blt_o1.gif) top left repeat-y;
}

#sidebar ul li ul li {
	padding-left: 1.5em;
	font-size: .9em;
}

#sidebar ul.subnav {
	margin-top: 5em;
}

#sidebar ul.subnav li a {
	padding: .25em .5em .25em 22px;
}

#sidebar ul.subnav li.contact a, #sidebar ul.subnav li.contact a:hover {
	background: url(http://www2.dupont.com/globalassets/v3/images/leftNavIcn_cont.gif) top left repeat-y;
}

#sidebar ul.subnav li.print a, #sidebar ul.subnav li.print a:hover {
	background: url(http://www2.dupont.com/globalassets/v3/images/leftNavIcn_prnt.gif) top left repeat-y;
}
/********************************* CONTENT *********************************/

#content {
	padding: 0em 1.5em;
	overflow: auto;	
}

#breadcrumbs {
	display: none;
}

#content p {
	color: #666;
	font-size: .9em;
	line-height: 1.5;
	margin: 1em 0 0 0;
}

#content h3 {
	font-family: Georgia; /*add more*/
	color: #000;
	font-size: 1.75em;
	font-weight: normal;
	padding: .5em 0 0em 0;
}

#content p a {
	border-bottom: 1px solid #DDBBCC;
}

#content p a:hover {
	border-bottom: 1px solid #9E0021;
	text-decoration: none;
}

#content .primary {
	float: left;
	width: 70%;
}

#content .primary p {
	margin-right: 4em;
}

#content .secondary {
	float: right;
	width: 30%;
}

#content dt {
	font-family: Georgia; /*add more*/
	color: #000;
	font-size: 1.25em;
	font-weight: normal;
	padding: 1em 0 0em 0;
}


/********************************* FOOTER *********************************/

#footer {
	color: #666;
	font-size: .75em;
	padding: 3em 1.25em 1em 22.5%;
	line-height: 1.25;
	text-align: right;
}



#header .nav {
	display: none !important;
}

#sidebar {
	display: none !important;
}

#content h3 {
	color: #000 !important;
}

#content p {
	color: #000 !important;
}