/* CSS Document */

/* Global */

body {
	margin: 30px 0 0 0;
	background:#5A471C;
	font-family:"Times New Roman", Times, serif;
	font-size:13px;
	color:#FFFFFF;
	}

br.clear {
	clear:both;
	}	

a:link, a:visited {
	color:#FFFFFF;
	text-decoration:none;
	}

a:hover {
	color:#FFFFFF;
	text-decoration:underline;
	}

a.more:link, a.more:visited {
	color:#FFE153;
	text-decoration:none;
	font-style:italic;
	}
a.more:hover {
	color:#FFE153;
	text-decoration:underline;
	font-style:italic;
	}

a.yellow:link, a.yellow:visited {
	color:#FFE153;
	text-decoration:none;
	}
a.yellow:hover {
	color:#FFE153;
	text-decoration:none;
	}

ul {
	margin-top:0;
	padding-top:15px;
	margin-left:7px;
	padding-left:7px;
	margin-bottom:0;
	list-style-type:square;
	}

*html ul {
	margin-left:9px;
	padding-left:9px;
	}
	
ul li {
	margin:0;
	}


/* Containers & Layout */

#container {
	width:896px;
	padding:0 8px 0 8px;
	}
#outsidecontainer {
	width:906px;
	}

#main {
	width:896px;
	border-left:1px solid #FFFFFF;
	border-right:1px solid #FFFFFF;
	background-image:url(../_images/foundation/bkgrd-foundation.gif);
	background-repeat:repeat-y;
	*background-image:none;
	*background-repeat:no-repeat;
	}
	
#column-left-home {
	width:448px;
	*width:450px;
	float:left;
	*border-right:1px solid #FFFFFF;
	}
	
#column-right-home {
	width:448px;
	*width:445px;
	float:left;
	}

#foundation-top {
	background-image:url(../_images/foundation/bkgrd-brown.gif);
	background-repeat:repeat;
}

	
/* Top Area - above Nav */

#top {
	width:896px;
	margin-bottom:20px;
	padding:0 8px 0 8px;
	}
#dplogo {
	float:left;
	}






/* Home - Right Column */

#focus-on {
	border-top:1px solid #FFFFFF;
	line-height:160%;
	}

#focus-on h1 {
	line-height:normal;
	font-size:20px;
	font-style:normal;
	font-weight:normal;
	color:#887E6E;
	margin:0 0 20px 0;
	padding:0;
	}

#focus-on-text {
	padding:0;
	}

#industrynews {
	color:#FFFFFF;
	padding:10px;
	font-size:15px;
	font-weight:normal;
	line-height:140%;
	font-style:italic;
	}

#industrynews h1 {
	line-height:normal;
	font-size:15px;
	font-style:normal;
	font-weight:normal;
	margin:0 0 5px 0;
	padding:0;
	text-transform:uppercase;
	}
	

		
/* Home - Left Column */

#latest {
	font-size:13px;
	line-height:130%;
	*width:450px;
	}
	
#latest h2 {
	font-weight:normal;
	text-transform:uppercase;
	font-size:11px;
	padding:0;
	margin:0 0 5px 0;
	}


#calendar {
	padding:10px;
	width:200px;
	float:left;
	}
#calendar-posts {
	padding:0 5px 0 0;
	}

#news {
	padding:10px;
	width:200px;
	float:left;
	*border-left:1px solid #FFFFFF;
	}
#news-posts {
	padding:0 5px 0 0;
	}

#news h2 {
	font-weight:normal;
	text-transform:uppercase;
	font-size:11px;
	padding:0;
	margin:0 0 5px 0;
	}

#foundation-title {
	padding:10px;
	border-bottom:1px solid #ffffff;
}

#ourmission {
	margin:10px;
	padding:10px;
	background-color:#413000;
	color:#FFDF52;
	font-size:18px;
}

#ourmission h2 {
	font-weight:normal;
	text-transform:uppercase;
	font-size:11px;
	padding:0;
	margin:0 0 5px 0;
}


#commitment {
	border-top:1px solid #FFFFFF;
	padding:10px;
	font-size:13px;
	line-height:130%;
}

#commitment h2 {
	font-weight:normal;
	text-transform:uppercase;
	font-size:11px;
	padding:0;
	margin:0 0 5px 0;
}
	
/* Blocks - crosshairs */

#bottomblocks {
	height:8px;
	width:915px;
	font-size:8px;
	line-height:100%;
	}

#b1 {
	width:8px;
	border-top:1px solid #FFFFFF;
	border-right:1px solid #FFFFFF;
	float:left;
	}
#b2 {
	width:896px;
	border-top:1px solid #FFFFFF;
	border-right:1px solid #FFFFFF;
	float:left;
	}
#b3 {
	width:8px;
	border-top:1px solid #FFFFFF;
	float:left;
	}
	
#topblocks {
	height:8px;
	width:915px;
	font-size:8px;
	line-height:100%;
	}

#t1 {
	width:8px;
	border-bottom:1px solid #FFFFFF;
	border-right:1px solid #FFFFFF;
	float:left;
	}
#t2 {
	width:896px;
	border-bottom:1px solid #FFFFFF;
	border-right:1px solid #FFFFFF;
	float:left;
	}
#t3 {	
	width:8px;
	border-bottom:1px solid #FFFFFF;
	float:left;
	}
	
	
/* Site Wrapper - Centers entire site - MUST REMAIN AT BOTTOM OF STYLESHEET */

#wrapper {
	margin-right:auto;
	width:906px;
	margin-left:auto; 
	position:relative; 
	height:auto;
	/*\*/ 
}

