@charset "UTF-8";
/* CSS Document */
	
/* DIV Declarations */

/* Page Background */
#body {
	background:url(../images/djl-div-body-background.png) no-repeat 50% 0; 
	min-height:100%;
	height:auto !important;
	height:100%;
	font-family: 'Lucida Grande', 'Trebuchet MS', verdana, sans-serif;
	z-index:-2;
}

#metal_background {
	positiion:absolute;
	top:160px;
	left:0px;
	height:80%;
	width:100%;
	background: #ffffff url(../images/glossymetal20.jpg) repeat scroll left top;
	z-index:-3;
	}

body {
	font-size:13px;
	font-weight:normal;
	color:#555;
	line-height:1.5em;
	margin:0;
	padding:0;
	background: #ffffff url(../images/glossymetal80.jpg) repeat scroll left top;
}
/* Header DIVs */
#wrapper {
	margin:0px auto;
	width:853px;
}
#header-wrapper {
	margin:0px auto;
	width:853px;
	height:174px;
}
#header {
	background: #ffffff url(../images/djl-div-header-3.png) no-repeat 50% 0;
	height:90px;
	height:170px;
	position:relative;
}

#header h1 {
	margin:0;
	padding:0;
	position:absolute;
	top:3px;
	overflow:hidden;
	width:695px;
	height:160px;
	border:0px solid red;
	visibility:visible;
	left: 89px;
}
#header h1 a {
	display:block;
	margin:0;
	padding:80px 0 0 0;
	overflow:hidden;
	text-decoration:none;
	color:#666;
	width:100%;
	line-height:10em;
}

	
/* Content DIVs */


#content-wrapper {
/*	background:url(../images/djl-content-bottom.jpg) no-repeat bottom; */
	width:853px;
	padding:10px 10px 0px 10px;
	margin-bottom:4px;
	min-height:450px;
	height:500px;
}

#sidebar {
	width:300px;
	height:435px;
	float:right;
	padding:10px 10px 10px 0px;
	margin:5px 10px 5px 0px;
	overflow-x:auto;
	overflow-y:auto;
}
#sidebar img
	{
	float:left;
	display:inline;
	margin:2px;
	}

#content-wide {
	width:833px;
	height:435px;
	float:left;
	padding:10px 10px 10px 0px;
	margin:5px 0px 5px 0px;
	overflow-x:auto;
	overflow-y:auto;
}
#content-wide img
	{
	float:right;
	display:inline;
	margin:20px;
	}
#content {
	width:500px; 
/*	width:100%; */
	height:435px;
	float:left;
	padding:10px 10px 10px 0px;
	margin:5px 0px 5px 0px;
	overflow-x:auto;
	overflow-y:auto;
}
#content img
	{
	float:right;
	display:inline;
	margin:20px;
	}
#content-home {
	width:550px;
	float:left;
	padding-right:10px;
	overflow-x:auto;
	overflow-y:auto;
}
#content-home img
	{
	float:left;
	display:inline;
	margin: 5px 0px 0px 0px;
	}
#content h3
	{
	font-size:12px;
	}
#content a:hover, #content .active a {
	background:#EEE;
	text-decoration:none;
	color:#C00;
}

/* Form Classes */
.form-name {
	width:150px;
	display:inline;
	color:#0000FF;
	font-size:12px;
	font-weight:bold;
	}
.form-data {
	width:150px;
	display:inline;
	}

/* Footer DIVs */
#footer-wrapper {
	position:absolute;	
	clear:both;
	width:853px;
	height:82px;
	margin:0 auto;
	top:670px;
	background-color:#183181;
/*	background-color:#0000FF; */
	padding-top:8px;
}

#footer_1 {
	display:inline; 
	float:left; 
	width:250px;
	height:34px;
	margin:0px 2px 0px 15px ;
	padding:0px 5px 0px 5px ;
	border:none;
}
#footer_1 p {
	color:#FFFFFF;
	font-size:12px;
	line-height:normal;
	margin:0px 2px 0px 2px ;
	padding:2px 5px 0px 5px ;
	}
#footer_2 {
	display:inline; 
	float:left; 
	width:200px;
	height:34px;
	margin:0px 2px 0px 15px ;
	padding:0px 5px 0px 5px ;
	border:none;
}
#footer_2 p {
	color:#FFFFFF;
	font-size:12px;
	line-height:normal;
	margin:0px 2px 0px 2px ;
	padding:2px 5px 0px 5px ;
	}
#footer_2 a {
	color:#FFFFFF;
	}
#footer_2 a:hover {
	color:#CC0000;
	}
#footer_3 {
	display:inline; 
	float:left; 
	width:300px;
	margin:0px 2px 0px 15px ;
	padding:0px 5px 0px 5px ;
	border:none;
}
#footer_3 p {
	color:#FFFFFF;
	font-size:12px;
	line-height:normal;
	margin:0px 2px 0px 2px ;
	padding:2px 5px 0px 5px ;
	}
#footer_3 a {
	color:#FFFFFF;
	}
#footer_3 a:hover {
	color:#CC0000;
	}
#footer_4 {
	clear:both;
	width:853px;
	height:20px;
	padding:20px 0 0 0;
}
#footer_4 p {
	color:#183181;
	font-size:9px;
	line-height:normal;
	margin:0px 2px 0px 2px ;
	padding:2px 5px 0px 5px ;
	text-align:center;
	}
#footer_4 a {
	color:#183181;
	}
	
#navigation {
	list-style-type:none;
	margin:0;
	padding:0;
}
#navigation li {
	margin:0;
	padding:0;
}
#navigation a {
	display:block;
	padding:3px 5px 3px 5px;
	border-bottom:1px dotted #CCC;
}
#navigation a:hover, #navigation .active a {
	background:#EEE;
	text-decoration:none;
	color:#C00;
}
#navigation .active a {
	color:#2F5481;
}
#map {
	position:inherit;
	clear:right;
	float:left;
	width: 480px;
	height: 250px;
	border:1px solid black;
	text-align:left;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-top:10px;
	margin-left:10px;
	margin-right:10px;
	}

.member-of img {
	padding: 4px;
	}
/***************/

body, input, textarea, select {
	font-family: Georgia, "Times New Roman", Times, serif;
}
img {
	border:0;
}
p {
	margin:8px 0 10px 0;
}
ul {
	margin:15px 30px;
	padding:0;
	list-style-type:square;
}
ul.spaced li {
	margin:1em 0;
}
li {
	margin:0;
	padding:0;
}
a {
	text-decoration:none;
	color:#00E;
	cursor:pointer;
}
a:hover {
	text-decoration:underline;
}
.tr {
	text-align:right;
}
.right {
	float:right;
	margin:15px 0 15px 15px;
}
.clearafter:after {
	content:".";
	display: block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearafter {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearafter {
	height: 1%;
}
.clearafter {
	display: block;
}
/* End hide from IE-mac */

html, body {
	height: 100%;
}
h1, h2, h3 {
	font-weight:normal;
	color:#B60D14;
	line-height:1.1em;
	font-size:28px;
	margin:10px 0 0 0;
	padding:0;
}
h2 {
	font-size:17px;
	margin:20px 0 0 0;
}
h3 {
	font-size:16px;
	margin:10px 0 0 0;
	color:#000;
}

.news_header{	
	cursor:pointer;
}
.news_article{	/* Parent box of slide down content */
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;
	margin-top:20px;
	padding:0px;
}
.news_article_content{	/* Content that is slid down */
	padding:0px;
	margin:0px;
	overflow:visible;
}
.news_article_content p{	/* Content that is slid down */
	margin:0px 20px 10px 20px;
	padding:0px;
}
.news_article_content ul {	/* Content that is slid down */
	margin:0px 40px 10px 40px;
	padding:0px;
}
.news_header h2
	{	
	color:#00E;
	font-weight:regular;
	font-style:italic;
	margin:10px;
	padding:0px;
	}
