@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	text-align: center; /* for WinIE5.x */
	background-color: #606060;
	color: #000;
	font: 76% Verdana, Arial, Helvetica, sans-serif;
}

#wrapper {
	width: 716px;
	text-align: left;
	margin: 0 auto 0 auto;
	background: url(../images/wrapper_bg.gif) repeat-y center;
}

#header {
	width: 700px;
	padding-left: 8px;
	}
	
#yellow-content {/* Yellow f7c844 */
	background: url(../images/f7c844-wrapper_bg.gif) repeat-y center;
}

#blue-content {/* Blue 333399 */
	background-image: url(../images/333399-wrapper_bg.gif);
	background-repeat: repeat-y;
	background-position: center;
}

#orange-content {/* Orange ff6600 */
	background: url(../images/ff6600-wrapper_bg.gif) repeat-y center;
}

#green-content {/* Green 71ae00 */
	background: url(../images/71ae00-wrapper_bg.gif) repeat-y center;
}

#red-content {/* Red cc0033 */
	background: url(../images/cc0033-wrapper_bg.gif) repeat-y center;
}

#centerContent {
	width: 700px;
	margin: 8px;
	text-align:left;
	padding-left: 5px;
}

#leftContent {
	float: left;
	width: 150px;
	margin-left: 8px;
	padding-left: 5px;
	text-align: left;
}

#rightContent {
	width: 530px;
	float: right;
	padding-right: 10px;
}

.clearFloat {
	clear: both;
}

#footer {
	height: 50px;
	display: block;
	margin: 0px auto 0px auto;
	width: 716px;
	background-image: url(../images/footer_bg.gif);
	background-repeat: repeat-y;
	background-position: center;
}

.jkdLogo {
	width: 200px;
	float: left;
	padding-left: 15px;
	padding-top: 5px;
	text-align: left;
}

.footerButton {
	width: 400px;
	float: right;
	padding-top: 8px;
	padding-right: 8px;
	text-align: right;
}

#footerbottom {
	clear: both;
	height: 25px;
	display: block;
	margin: 0px auto 0px auto;
	padding-left: 0px;
	margin-right: 8px;
	width: 716px;
	background-image: url(../images/footerbtm_bg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

/* nav styles */
.nav-wrapper {
	clear: both;
	height: 30px;
	display: block;
	margin: 0px auto 0px auto;
	padding-left: 0px;
	width: 700px;
	/*
	background-image: url(../images/nav_bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;*/
}

/* TEXT ---------------------------------------------------- */
/* --------------------------------------------------------- */
p {
	margin: 0 0 .6em 0;
	line-height: 1.6;
	}
h1 {
	margin: 0 0 1em 0;
	font-size: 150%;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
h2 {
	margin: 0 0 .1em 0;
	font-size: 120%;
	}
h3 {
	margin: 0;
	font-size: 100%;
	}

/***** Nav layout ******/

#skip {
	position: absolute; 
	top: -500px;/*places the skip nav off screen*/
}

/* positions the navigation column*/
#nav {
	float: left;
	width: 145px;
	margin: 10px 0 10px 5px;
	display: inline;
}

#nav h3 {
	color: #000000;
	font-size: 90%;
	padding-bottom: 5px;
	width: 144px;
	border-bottom: 1px solid #C5AEA6;
}

#nav img {
	margin: 25px auto;
	border: 1px solid #4D562E;
}

#nav ul {
	list-style-type: none;
	padding-left: 2px;
	/*margin-left: 20px;*/
}

div#nav ul li {
	border-bottom: 1px solid #C5AEA6;/*plain border for IE pc*/
	font-family: Arial, Helvetica, sans-serif;
	width: 144px;
	margin-bottom: -2px;/*value for IE5.5*/
	margin-bottom:/**/ -5px;/*Value for IE5.01*/
	ma\rgin-bottom: -2px;/*value for IE6*/
}

div#nav>ul li, #nav>h3 {
	border-bottom: 1px dotted #6D5D50;/*IE doesn't do dotted well, set here for browsers other than IE pc*/
	margin-bottom: 0;
}

#nav li a {
	font-size: 80%;
	height: 1%;
	display: block;
	text-decoration: none;
	color: #000000;
	padding: 4px 0 4px 2px;
	margin: 0;
}

#nav li a:hover, #nav li a:focus {
	background-color: #99FF00;
	color: #FFFFFF;
}

/***** Ends the navigation *****/