/*** BEGIN PNAV ***/
#pnav {
	color : inherit;
	background-color : #336699;
}

/* Intro */
#pnav a#pnavIntro {
	/* needed for caching */
	background-image : url(../img/pnavIntroI-s.gif);
}

#pnav a#pnavIntro img {
	background-image : url(../img/pnavIntroI-s.gif);
}

#pnav a#pnavIntro:hover img {
	background-image : url(../img/pnavIntroI-s.gif);
}

/* Think */
#pnav a#pnavThink {
	/* needed for caching */
	background-image : url(../img/pnavThinkI-s.gif);
}

#pnav a#pnavThink img {
	background-image : url(../img/pnavThinkI-n.gif);
}

#pnav a#pnavThink:hover img {
	background-image : url(../img/pnavThinkI-s.gif);
}

/* Encount */
#pnav a#pnavEncount {
	/* needed for caching */
	background-image : url(../img/pnavEncountI-s.gif);
}

#pnav a#pnavEncount img {
	background-image : url(../img/pnavEncountI-n.gif);
}

#pnav a#pnavEncount:hover img {
	background-image : url(../img/pnavEncountI-s.gif);
}

/* Contact */
#pnav a#pnavContact {
	/* needed for caching */
	background-image : url(../img/pnavContactI-s.gif);
}

#pnav a#pnavContact img {
	background-image : url(../img/pnavContactI-n.gif);
}

#pnav a#pnavContact:hover img {
	background-image : url(../img/pnavContactI-s.gif);
}
/*** END PNAV ***/

/*** BEGIN SNAV ***/
#snav #snavHead img {
	/* cache the image */
	background-image : url(../img/imgArrowI-n.gif);
}

#snav a {
	color : #336699;
	background-color : transparent;
}

#snav a.current {
	color : #66ccff;
	background-color : transparent;
}

#snav a:hover {
	/* have to change the color slightly for windows IE */
	/* otherwise image roll-off doesn't seem to work	*/
	color : #336698;
	background-color : transparent;
}

#snav a.current:hover {
	/* have to change the color slightly for windows IE */
	/* otherwise image roll-off doesn't seem to work	*/
	color : #66ccfe;
	background-color : transparent;
}

#snav a.current img {
	background-image : url(../img/imgArrowI-s.gif);
}

#snav a:hover img.ind {
	background-image : url(../img/imgArrowI-n.gif);
}
/*** END SNAV ***/

/*** BEGIN HEADER ***/
#header {
	color : #336699;
	background-color : transparent;
}
/*** END HEADER ***/

/*** BEGIN CONTENT ***/
h1 {
	color : #336699;
	background-color : transparent;
}

.subhead {
	color : #336699;
	background-color : transparent;
}
/*** END CONTENT ***/

/*** BEGIN RIMAGE ***/
#rimage img {
	border : 1px #336699 solid;
}

#rimage a img {
	border-width : 0px;
}

#joeAndJim img {
	position : relative;
	top  : 120px; 
	right  : 30px;
	z-index  : 0;
	float : right ;
	margin-top : 0px;
	margin-bottom : 0px;
	margin-left : 200px;
}

/*** END RIMAGE ***/

