@charset "UTF-8";


* {
	margin: 0;
	padding: 0;
}
	
body {
	background-color: #222222;
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 48px;
	color: #666666;
	line-height: 95%;
	margin-bottom: 15px;
	font-weight: 500;
}

h2 {
	font-size: 13px;
	font-weight: bold;
	color: #C4161C;
	font-style: italic;
	margin-bottom: 3px;
}

li, li a {
	list-style-type: none;
	text-decoration: none;
}

a {
	color: #666666;
}

a:hover {
	color: #C5161D;
}


.copy {
	font-size: 11px;
	color: #666666;
	line-height: 180%;
	padding-left: 20px;
	margin-bottom: 10px;
}

#headerwrap {
	height: 75px;
	padding:0 0 0 50px;
	background-image: url(../images/hdrbkg.jpg);
	background-repeat: repeat-x;
}

#header {
	width: 800px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
}

#logo a {
	background-image: url(../images/jdlogo.jpg);
	background-repeat: no-repeat;
	height: 170px;
	width: 230px;
	float: left;
	position: absolute;
	display: block;
}


#nav {
	float: left;
	margin-top: 40px;
	margin-left: 250px;
	position: absolute;
}

#nav ul {
	list-style-type: none;
	text-align: center;
}

#nav ul li {
	display: inline;
	font-size: 11px;
	color: #FFFFFF;
	letter-spacing: 0.1em;
 	padding: 0 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #C4161C;
}

#nav ul .last { border-right-style: none; }

#nav ul li a {
	color: #FFFFFF;
	text-decoration: none;
}

#nav ul li a:hover {
	color: #000000;
}

#content {
	background-color: #FFFFFF;
	float: left;
	width: 100%;
	z-index: 1;
}

#contentwrap {
	width: 850px;
	margin: 0 auto;
}

#bkgimage {
	background-image: url(../images/jdbug.jpg);
	background-repeat: no-repeat;
	height: 320px;
	width: 770px;
	position:absolute;
	z-index: 2;
	margin-top: 20px;
	background-position: right;
}

#leftcolumn {
	float: left;
	width: 200px;
	margin-top: 110px;
	padding-left: 65px;
	position: absolute;
	z-index: 4;
}

#rightcolumn {
	float: right;
	width: 500px;
	margin-top: 15px;
	padding-right: 40px;
	margin-bottom: 15px;
	padding-left: 25px;
	position: relative;
	z-index: 3;
}

.portllink {
}

.portlink ul {
	padding-top: 15px;
	list-style-type: none;
	text-align: center;
}

.portlink ul li {
	font-size: 14px;
	color: #C4161C;
	letter-spacing: 0.1em;
}

#footer {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

#footerwrap {
	height: 75px;
	background-image: url(../images/ftrbkg.jpg);
	background-repeat: repeat-x;
	clear: both;
	padding-top: 10px;
}

.footercopy {
	font-size: 9px;
	color: #999999;
	padding-left: 63px;
}

.red {
	color: #C4161C;
}
