﻿
html, body
{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica;
	color: #333;
	background-color: #505052;
}

A
{
	 color: #800000; 
	 
	text-decoration: none;
}

#outerwrapper
{
	width: 100%;
	min-width: 900px;
	overflow: hidden;
	position: relative;
}

#wrapper
{
	width: 900px;
	margin: 0 auto;
	overflow: show;
	position: relative;
}

#wrapper #background1
{
	/*background-image: url(img/background-left.jpg);*/
	background-position: top left;
	background-repeat: no-repeat;
	position: absolute;
	left: -170px;
	height: 841px;
	width: 170px;
	top: 0px;
}

#wrapper #background2
{
	/*background-image: url(img/background-right.jpg);*/
	background-position: top left;
	background-repeat: no-repeat;
	position: absolute;
	right: -170px;
	height: 841px;
	width: 170px;
	top: 0px;
}

/* Header Styles */

#header
{
	width: 900px;
	margin: 0;
	height: 137px;
	overflow: hidden;
	position: relative;
}

 

#durastresstitle
{
	width: 900px;
	height: 137px;
	padding: 0;
	margin: 0px 0 0 0;
	background-image: url(img/durastress-title.jpg);
	 overflow: hidden;
}

/* Nav Styles */

#nav
{
	 height: 33px; 
     
	width: 900px;
	margin: 0;
	overflow: hidden;
	background-image: url(img/nav-background.png);
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #686868;
	position: relative;
}

#nav .top
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 5px;
	height: 4px;
	background-image: url(img/nav-corners.png);
	background-position: top left;
	overflow: hidden;
}

#nav .bottom
{
	position: absolute;
	left: 895px;
	top: 0px;
	width: 5px;
	height: 4px;
	background-image: url(img/nav-corners.png);
	background-position: -5px top;
	overflow: hidden;
}

#nav UL
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#nav LI
{
	margin: 0;
	padding: 0;
	display: block;
	float: left;
	height: 33px;
	overflow: hidden;
	background-image: url(img/nav-divider.png);
	background-position: top right;
	background-repeat: no-repeat;
	color: #fff;
	padding: 10px 25px;
	font-size: 13px;
	font-weight: bold;
}

#nav .selectedli
{
	background-color: #fff;
	color: #333;
}

#nav .selectedli_parent
{
	background-color: #2B2B2B;
}

#nav A
{
	color: #fff;
	text-decoration: none;
}

#nav .selectedli A
{
	color: #333;
}

#nav .selectedli_parent A
{
	color: #fff;
}


#subnav
{
	height: 33px;
	width: 900px;
	margin: 0;
	overflow: hidden;
	background-color: #2B2B2B;
	position: relative;
}

#subnav UL
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#subnav LI
{
	margin: 0;
	padding: 0;
	display: block;
	float: left;
	height: 33px;
	overflow: hidden;
	color: #fff;
	padding: 15px 5px;
	font-size: 11px;
	font-weight: bold;
}

#subnav .selectedli
{
	background-color: #fff;
}

#subnav A
{
	color: #fff;
	text-decoration: none;
}

#subnav .selectedli A
{
	color: #2B2B2B;
}

/* Content Styles */

#content
{
	width: 900px;
	min-height: 160px;
	background-color: #fff;
	position: relative;
	z-index: 1;
}

#content > .top
{
}

#content > .content
{
	position: relative;
	z-index: 2;
	padding: 22px 54px;
	font-size: 90%;
}

#content > .bottom
{
	background-image: url(img/bottom-corners.png);
	background-repeat: no-repeat;
	background-position: top left;
	height: 4px;
	width: 900px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 1;
}

/* Footer Styles */

#footer
{
	padding: 28px 0;
}

#footer .top
{
}

#footer .content
{
	width: 860px;
	height: 100px;
	padding: 12px 20px;
	font-size: 10pt;
	position: relative;
}

#footer .content A
{
	color: #FFF;
	text-decoration: none;
}

#footer UL
{
	list-style-type: none;
	float:left; 
	margin:0; 
	padding:0 0 0 15px;
}
#footer .content UL A
{
	color: #fff;
	font-weight:normal;
}
#footer .list-blue { 
	color:#CCCCCC;
	font-weight:bold;
}
	#footer .list-blue LI{ 
		padding:0 15px 0 55px;
	}

#footer .list-border { 
	border-left:solid 1px #990000;
}

#footer .bottom
{
	width: 900px;
	font-size: 9pt;
	color: #FFFFFF;
	text-align:center;
}
	#footer .bottom A {
		text-decoration:underline;
	}
	
	
/* Sidebar */

.three-column-area, .two-column-area
{
	margin-top: 21px;
}

.three-column-area > .left
{
	float: left;
	width: 130px;
	padding-right: 20px;
	font-size: 11px;
	overflow: hidden;
}

.three-column-area > .center
{
	float: left;
	width: 375px;
	font-size: 12px;
	overflow: hidden;
}

.two-column-area > .left
{
	float: left; 
	width: 504px;
	font-size: 12px;
	overflow: hidden;
}

.three-column-area > .right, .two-column-area > .right
{
	float: right; 
	width: 230px; 
	top: 23px; 
	right: 0px; 
	border-left: solid 1px #e3e3e3; 
	padding-left: 34px;
	font-size: 12px;
	overflow: hidden;
}

.three-column-area > .right
{
	padding-left: 20px;
}

.two-column-area > .clear, .three-column-area > .clear
{
	clear: both;
}

.two-column-area > .left h3, .three-column-area > .center h3
{
	color: #800000;
	margin: 0 0 6px 0;
	font-weight: normal;
	font-size: 24px;
}

.two-column-area > .left h3 A, .three-column-area > .center h3 A
{
	color: #800000;
	text-decoration: none;
}

.three-column-area > .center h1
{
	color: #CC5A06;
	margin: 0 0 6px 0;
	font-weight: normal;
	font-size: 28px;
}

.three-column-area > .left h1 A
{
	color: #CC5A06;
	text-decoration: none;
}

.two-column-area p, .three-column-area p
{
	margin: 2.5px 0;
}

.three-column-area > .center p
{
	margin: 0 0 1em 0;
}

.two-column-area > .right h3, .three-column-area > .right h3
{
	color: #333;
	font-weight: normal;
	font-size: 22px;
	margin-bottom: 6px;
}

.two-column-area > .right ul, .three-column-area > .right ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.two-column-area > .right ul li, .three-column-area > .right ul li
{
	padding: 0 0 8px 0;
	margin: 0;
}

.two-column-area > .right a, .three-column-area > .right a
{
	font-weight: bold;
}

.three-column-area > .left h3
{
	color: #333;
	font-weight: normal;
	font-size: 18px;
	margin: 0 0 6px 0;
	padding: 0;
}

.three-column-area > .left ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.three-column-area > .left ul li
{
	padding: 4px;
	margin: 0;
	background-color: #eee;
}

 .three-column-area > .left ul li.alt
 {
 	background-color: #fff;
 }

.three-column-area > .left a
{
	font-weight: normal;
	color: #333;
}

/* Grey Box Styles */

.full-grey-box
{
	width: 798px;
	overflow: hidden;
	margin: 0 auto;
	background: none;
}

.full-grey-box > .top
{
	background-image: url(img/full-grey-corners.png);
	background-repeat: no-repeat;
	background-position: top left;
	height: 5px;
	width: 798px;
	margin: 0;
	padding: 0;
	position: static;
}

.full-grey-box > .content
{
	border-right: solid 1px #ccc;
	border-left:  solid 1px #ccc;
	background: none;
}

.full-grey-box > .bottom
{
	background-image: url(img/full-grey-corners.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	height: 5px;
	width: 798px;
	margin: 0;
	padding: 0;
	position: static;
}

.sidebar-grey-box
{
	width: 230px;
	overflow: hidden;
	margin: 0 auto;
	background: none;
}

.sidebar-grey-box > .top
{
	background-image: url(img/sidebar-grey-corners.png);
	background-repeat: no-repeat;
	background-position: top left;
	height: 5px;
	width: 230px;
	margin: 0;
	padding: 0;
	position: static;
}

.sidebar-grey-box > .content
{
	border-right: solid 1px #ccc;
	border-left:  solid 1px #ccc;
	background: none;
}

.sidebar-grey-box > .bottom
{
	background-image: url(img/sidebar-grey-corners.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	height: 5px;
	width: 230px;
	margin: 0;
	padding: 0;
	position: static;
}

/* Grey Button */

A.grey-button
{
	width: 129px;
	height: 18px;
	text-align: center;
	background-image: url(img/grey-button.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	padding: 3px 0;
}

/* Sidebar Box */

.sidebar-box
{
	border: solid 1px #e2e2e2;
	background-color: #fff;
	background-image: url(img/grey-background.png);
	background-position: bottom left;
	background-repeat: repeat-x;
	padding: 10px;
}

.sidebar-box h4
{
	font-size: 150%;
	font-weight: normal;
	margin-top: 0;
}

.sidebar-box p
{
	margin-bottom: 0;
}

/* rss */

A.rss
{
	color: #D98344;
	display: block;
	padding: 2px 0 2px 20px;
	background-image: url(img/rss.png);
	background-repeat: no-repeat;
	background-position: center left;
	font-size: 11px;
	text-decoration: underline;
}

/* posts */

UL.posts
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

LI.post
{
	margin: 0 0 27px 85px;
	padding: 0 0 25px 0;
	display: block;
	border-bottom: solid 1px #dcdcdc;
}

LI.post > H3
{
}

LI.post > .date
{
	margin-left: -85px;
	float: left;
	width: 62px;
	height: 54px;
	color: #fff;
	overflow: hidden;
	background-image: url(img/date-background.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
	padding-top: 6px;
}

Li.post > .date > .month
{
	font-size: 14px;
	font-weight: bold;
	display: block;
}

LI.post > .date > .day
{
	font-size: 28px;
	font-weight: bold;
	display: block;
}

LI.post > .details
{
	font-size: 10px;
	font-style: italic;
	color: #666;
	margin-bottom: 18px;
}

LI.post > .footer
{
	background-image: url(img/post-footer-background.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 391px;
	height: 15px;
	font-size: 10px;
	padding: 3px 8px;
	margin-top: 12px;
	position: relative;
}

LI.post > .footer > .comments
{
	position: absolute;
	top: 3px;
	right: 8px;
}

LI.post > .footer > .comments A
{
	color: #CC5A06;
}

/* Form Styles */


#search_area
{
	clear:right;
	float: right;
	margin: 57px 0 0 0;
	overflow: hidden;
	height: 30px;
	width: 320px;
	text-align: right;
}
.search_input
{
	width: 140px;
	color: #000000;
	border: 1px solid #999;
	font-size: 12px;
	background-color: #CCCCCC;
}

#searchsubmit
{
	width: 60px;
	height: 21px;
	color: #555;
	font-weight: bold;
	font-size: 12px;
}

.search-button, .submit_button
{
	width: 129px;
	height: 24px;
	text-align: center;
	background-image: url(img/grey-button.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	padding: 3px 0;
	border-width: 0;
	margin: 3px 0;
	background-color: #666;
}

LABEL
{
	color: #999;
	font-weight: bold;
	font-size: 120%;
}

/* Comments */

.entry
{
	margin-top: 15px;
	margin-left: 0px;
	margin-bottom: 15px;
}

.form_field textarea
{
	width: 350px;
}

.form_field input
{
	width: 200px;
}

.form_field_pair
{
	margin-top: 7px;	
}

.submit_button
{
	margin-top: 7px;	
}

.SidebarNav
{
	padding: 8px;
	border: solid 1px #666;
}

.selectedSidebarNav
{
	font-weight: bold;
}


.imgBolder{
	border:2px solid #cccccc;
	padding:1px;
	background:#ffffff;
}


.leftNav {
	BORDER-RIGHT: #8997bc 1px solid; BORDER-TOP: #8997bc 1px solid; MARGIN-TOP: 4px; MARGIN-LEFT: 7px; BORDER-LEFT: #8997bc 1px solid; WIDTH: 160px; MARGIN-RIGHT: 15px; PADDING-TOP: 0px; BORDER-BOTTOM: #8997bc 1px solid; BACKGROUND-COLOR: #d0d6e3
}
.leftNavSpacer {
	WIDTH: 160px
}
.leftNavSelected {
	BORDER-TOP: #b2bcdd 1px solid; COLOR: #f4f5f9; LINE-HEIGHT: 14pt; BORDER-BOTTOM: #b2bcdd 1px solid; BACKGROUND-COLOR: #b2bcd3
}
.leftNav1 {
	COLOR: #990000
}
.leftNav2 {
	COLOR: #354260
}
.leftNav3 {
	COLOR: #354260
}
.leftNav1 {
	FONT-WEIGHT: bold; FONT-SIZE: 8pt; LINE-HEIGHT: 14pt; FONT-FAMILY: tahoma
}
.leftNav1 A {
	PADDING-RIGHT: 10px; DISPLAY: block; PADDING-LEFT: 5px; FONT-WEIGHT: bold; FONT-SIZE: 9pt; FONT-FAMILY: tahoma
}
.leftNav2 {
	FONT-SIZE: 8pt; LINE-HEIGHT: 14pt; FONT-FAMILY: tahoma
}
.leftNav2 A {
	PADDING-RIGHT: 10px; DISPLAY: block; PADDING-LEFT: 10px
}
.leftNav3 {
	FONT-SIZE: 8pt; LINE-HEIGHT: 14pt; FONT-FAMILY: tahoma
}
.leftNav3 A {
	PADDING-RIGHT: 10px; DISPLAY: block; PADDING-LEFT: 18px
}
.leftNavHover {
	COLOR: #ffffff; BACKGROUND-COLOR: #596e9e
}


/*********************/

/* Image Thumbnails
------------------------------ */
.imagethumb a, .imagethumb a:hover {
	display: block;
	padding: 9px;
	margin: 0px 9px 9px 0px;
	line-height: 0px;
    border: 1px solid #e6e6e6; 
    background-color: #f6f6f6;
    color: #336688;
    
}
.imagethumb a:visited {
    background-color: #fcfcfc;
    border: 1px solid #f8f8f8;
    
}
.imagethumb a:hover {
	background-color: #f3f3f3;
	border: 1px solid #cccccc;
}
.imagethumb {
	float: left;
	background-color: #f6f6f6;
		 
}
.albumdesc2 {
	line-height: 18px;
}


/* Album Thumbnails
------------------------------ */
#albums {
	float: left;
}
.album {
	margin: 0 12px 8px 0;
    padding: 10px 8px 2px 10px;
	float: left;
	width: 305px;
	border: 1px solid #E7F0F5;
	background: #F7F9FD;
    line-height: 100%;
}
.album a img {  }
.album .thumb {
    float: left; 
    margin-right: 6px;
}
.album h3 {
	padding: 0;
	margin: 0;
}
.album p {
	line-height: 12px;
	font-size: 11px;
    padding: 4px 0px 0px;
    margin: 0px;
}
.albumdesc small {
	color: #8DB8CF;
}


/* Individual Image
------------------------------ */
.image { 
	margin: 0;
	padding: 0;
	border: 0;
}
#image {
	text-align: center;
	line-height: 0;
}
.imgnav {
	float: right;
	width: 140px;
	text-align: center;
	border: 1px solid #D5E6EE;
	background: #EEF5F9;
	margin-top: -10px;
}
.imgnav .imgprevious a, .imgnav .imgnext a {
	display: block;
	width: 50%;
	height: 100%;
	float: left;
	padding: 4px 0;
	font-size: 120%;
	text-decoration: none;
	line-height: 180%;
	color: #237898;
}
.imgnav .imgprevious a:hover, .imgnav .imgnext a:hover {
	background-color: #fff;
	text-decoration: none;
	color: #002E5B;
}
.imgnav .imgprevious a {
	float: left;
}
.imgnav .imgnext a {
	float: right;
}
#narrow {
	margin: 0 auto;
	width: 440px;
}

/*********************/


#ProjectDetailTable
{
	 
	 
	margin: 0px;
	width: 220px;
	text-align: left;
	border-collapse: collapse;
}
#ProjectDetailTable th
{
  
	font-weight: normal;
	font-weight:bold;
	color: #800000;
}
#ProjectDetailTable td
{
WORD-BREAK:BREAK-ALL; 
	padding: 0.5px;
	color: #000000;
	margin-top: 0.5px;
margin-right: 0pt;
margin-bottom: 0.5px;
margin-left: 0pt;
}
#ProjectDetailTable p
{
WORD-BREAK:BREAK-ALL; 
 padding: 0.5px;
 margin-top: 0.5px;
margin-right: 0pt;
margin-bottom: 0.5px;
margin-left: 0pt;
}