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

* {
    margin: 0;
}
html {
    height: 100%;
}
body {
	background:url("/images/pd/bodybg.gif") top left #ffff66;
	background-repeat:repeat-x;
	padding: 0 2em;
    display: block;
    font-family: Georgia,Georgia,serif;
    font-size: 12px;
    height: 100%;
}

a:link {
    color: #003399;
    text-decoration: none;
}
a:visited {
    color: #003399;
    text-decoration: none;
}
a:active {
    color: #003399;
    text-decoration: none;
}
a:hover {
    color: #990000;
    text-decoration: none;
}

img {
	border:none;
	}

#mainwrap {
	width:1090px;
	height:600px;
	display:block;
	margin:0 auto;
}

.bghome {
	background-image: url("../images/pd/bg.jpg");
	background-color:#000000;
	background-repeat:no-repeat;
	background-position:top left;
}

.bgbio {
	background-image: url("../images/pd/bgbio.jpg");
	background-color:#000000;
	background-repeat:no-repeat;
	background-position:top left;
}

.tempbg {
	background-color:#000;
}

#nav {
	float:left;
	display:block;
	width:225px;
	height:400px;
	margin:80px 100px 0px 25px;
}

.homeON a{
	background-image:url(../images/pd/navigation.png);
	background-position:0 0;
}

.homeON a:hover{
	background-image:url(../images/pd/navigation.png);
	background-position:225px 0;
}

.bioON a{
	background-image:url(../images/pd/navigation.png);
	background-position:0 280px;
}

.bioON a:hover{
	background-image:url(../images/pd/navigation.png);
	background-position:225px 280px;
}

.galleryON a{
	background-image:url(../images/pd/navigation.png);
	background-position:0 210px;

}

.galleryON a:hover{
	background-image:url(../images/pd/navigation.png);
	background-position:225px 210px;
}

.videosON a{
	background-image:url(../images/pd/navigation.png);
	background-position:0 140px;

}

.videosON a:hover{
	background-image:url(../images/pd/navigation.png);
	background-position:225px 140px;
}

.contactON a{
	background-image:url(../images/pd/navigation.png);
	background-position:0 70px;

}

.contactON a:hover{
	background-image:url(../images/pd/navigation.png);
	background-position:225px 70px;
}



#nav li{
	display:block;
	height:70px;
	width:225px;
	margin:0 128px 10px 0;
}
#nav li a{
	display:block;
	height:70px;
	width:225px;
	margin:0 128px 10px 0;
}

#social {
	display:block;
	float:left;
	height:90px;
	width:270px;
	margin:0 0 92px 80px;
}

#social li {
	display:inline-block;
	float:left;
	height:90px;
	width:88px;
	margin:8px 0 0 0;
}

#social li a {
	display:inline-block;
	float:left;
	height:90px;
	width:88px;
	margin:0px;
}

#feature {
	display:block;
	float:right;
	width:1090px;
	height:182px;
}

li.cir {
	display:inline-block;
	float:left;
	height:160px;
	width:158px;
	margin:0 20px 0 40px;
}

li.cir a {
	display:inline-block;
}

#contentwrap {
	display:block;
	float:right;
	height:370px;
	width:660px;
	padding:80px 80px 0 0;
	margin:0 0 10px 0;
}

#contentwrap.lg {
	height:500px;
}

#texter {
	width:620px;
	height:450px;
	padding:20px;
	background-image:url(../images/pd/whitetrans.png);
	overflow:auto;
	overflow-x:hidden;
}

/* JK Header */
#jkheader {
	width:1100px;
	height:200px;
	margin:0 0 0 -50px;
	line-height:22px;
}

.home {
	background:url("/images/pd/homeback.png") no-repeat scroll top left #000;
}
.bio {
	background:url("/images/pd/bioback.png") no-repeat scroll top left #000;
}
.video {
	background:url("/images/pd/videoback.png") no-repeat scroll top left #000;
}


#jkheadercontent {
	margin: 0 auto;
	width: 1000px;	
	height:200px;
}

#jkheader-l {
	display:block;
	float:left;
	width:650px;
	height:200px;
	padding:0 0 0 50px;
}
#jklogo {
	display:block;
	width:450px;
	height:58px;
	margin:20px 0 20px 200px;
}
/*JK NAV*/
#jknav {
	display:block;
	float:left;
	width:450px;
	height:82px;
	margin:0 0 0 200px;
}
#jknav ul {
    list-style-position: inside;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#jknav li {
	display: block;
	height: 12px;
	line-height:0;
	margin: 10px 0 0 20px;
	float:left;
	width:auto;
}
#jknav a {
    color: #cccc33;
    display: block;
	width:auto;
    text-decoration: none;
}
#jknav a:hover {
    text-decoration: underline;
}
#navL {
	display:block;
	float:left;
	width:225px;
	height:82px;
}
#navR {
	display:block;
	float:right;
	width:225px;
	height:82px;
}

#jkheader-r {
	display:block;
	float:right;
	width:300px;
	height:100px;
	padding:100px 0 0 0;
}

