/*
	(1) html elements
	(2) structures
	(3) formatting for structures
	(4) general purpose 
	(5) hacks
		made in washington */

/************************************************
	(1) html elements 
*************************************************/
body {
	margin: 0;
	padding: 0;
	font: normal 75% "Lucida Grande", "Segoe UI", arial, helvetica, sans-serif;
	background-color: #fff;
}

h1 {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 1.3em;
}

h2 {
	margin: 0;
	font-size: 1.2em;
}

p {
	margin: 0 0 15px 0;
	padding: 0;
}

a {
	color: #e26926;
	text-decoration: none;
}

.active a,
a.active,
a:hover {
	color: #c44a1b;
}

a:hover {
	text-decoration: underline;
}

img {
	border: none;
}

strong {
	color: #3b6e8f;
}

/************************************************
	(2) structures
*************************************************/

#main {
	width: 923px;
	margin: 0 auto;
}

#masthead {
	border-bottom: 1px solid #c0c0c0;
	padding: 27px 0 0 0;
	height: 72px;
}

#logo {
	float: left;
}

#login {
	text-align: right;
	font-size: .9em;
	margin-top: 29px;
}

#nav {
	margin-top: 10px;
	height: 46px;
	font-size: 1.1em;
	clear: both;
}

#splash {
	min-height: 209px;
	line-height: 1.4em;
	border-bottom: 1px solid #c0c0c0;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

#splash-content {
	width: 567px;
	height: 160px;
	background: #3b6f8e url(../images/bg_splash_internal.jpg) bottom left repeat-x;
	margin-right: 1px;
	padding: 20px 14px 30px 30px;
	float: left;
	color: #fff;
	font-size: 1.2em;
	line-height: 1.3em;
	
}

#splash-img {
	width: 311px;
	float: left;
}


#primary-nav {}
#secondary-nav {}

#columns {
	overflow: auto;
}


#footer {
	border-top: 1px solid #c0c0c0;
	padding-top: 15px;
	margin-top: 15px;
	font-size: .75em;
}

/************************************************
	(3) formatting for structures
*************************************************/

/* login */

#login a {
	color: #000;
}



/* logo */
#logo img {
	margin-top: 3px;
}



/* nav */
#nav ul {
	clear: both;
}

#nav li {
	background: transparent url(../images/bg_sep_nav.gif) top left no-repeat;
	padding: 3px 4px 3px 20px;
	float: left;

}

li#nav-why 			{ width: 126px; }
li#nav-about 		{ width: 112px; }
li#nav-industrial 	{ width: 67px; }
li#nav-promotional 	{ width: 85px; }
li#nav-duranews 	{ width: 74px; }
li#nav-contact 		{ width: 123px; }


#nav li.first {
	background-image: none;
	padding-left: 0;
}

#nav a.active,
#nav a:hover {
	text-decoration: none;
	font-weight: bold;
	letter-spacing: -0.01em;
}


#nav #secondary-nav a {
	font-size: .9em;
}



/* content */
#content ul {
	margin: 0;
	padding: 0;
}

#content ul ul {
	margin-top: 7px;
}

#content li {
	list-style-type: none;
	background: transparent url(../images/bullet_blue.gif) 0 4px no-repeat;
	margin: 0;
	padding: 0 0 5px 10px;
}

#content li li {
	background-image: url(../images/bullet_dash_blue.gif);
	background-position: 0 7px;
}



#footer p.credits {
	float: right;
	font-size:.9em;
}


/************************************************
	(4) general purpose
*************************************************/


/* scroller */
#scroller {
	margin-bottom: 20px;
}

#scroller-display {
	position: relative;
	display: none;
	height: 112px;
}

#show-hide {
	margin-top: 6px;
	clear: both;
	padding-left: 20px;
}

#show-hide.expanded {
	background: transparent url(../images/bg_line_show-hide.gif) 0 6px repeat-x;
}

#show-hide a {
	display: block;
	background-color: #fff;
	width: 130px;
}


#thumbs {
	padding-left: 15px;
}

#thumbs img {
	float: left;
	margin: 0 4px;
	display: none;
	cursor: pointer;
}

#thumbs img.active {
	-moz-opacity:.50; 
	-ms-filter:"alpha(opacity=50)";
	filter: alpha(opacity=50);
	opacity:.50; 
}

#previous {
	position: absolute;
	top: 0;
	left: 0;
	margin-right: 6px;
}

#next {
	position: absolute;
	top: 0;
	left: 905px;
	margin-left: 7px;
}



.blue {
	color: #005b82;
}

.black {
	color: #000;
}

.larger {
	font-size: 1.1em;
}

/* columns */

#columns .column-left {
	float: left;
	border-right: 1px solid #c0c0c0;
	width: 419px;
	padding: 0 30px 0 0;
}

#columns .column-right {
	float: left;
	padding: 0 30px;
	width: 413px;
}

#columns h2 {
	margin: 0 0 5px 0;
}



.bottom-rule {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 	1px solid #c0c0c0;
}

.top-rule {
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid #c0c0c0;
}



/* tables */
td 						{ padding: 0; }
td.align-top 			{ vertical-align: top; }
td.align-middle 		{ vertical-align: middle; }
td.align-bottom 		{ vertical-align: bottom; }




/* ul.flat */
ul.flat {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.flat li {
	margin: 0;
	padding: 0;
}



/* ul.flat li */
ul.adjacent {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.adjacent li {
	display: inline;
	margin: 0;
	padding: 0;
}


/* utilities */
clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix { display: inline-block; }
.clearfix { display: block; }
* html .clearfix { height: 1%; }

/************************************************
	(5) hacks
*************************************************/

* html #nav {
	height: 40px;
}

* html #splash{
	height: 209px;
}

* html #splash-content {
	padding-bottom: 18px;
}
