/* HOME PAGE RULES */

/* HTML RULES */

.compass_rose {
	background: #000000 url("../images/backgrounds/home/compass_rose.jpg");
}

.doorway_man {
	background: #000000 url("../images/backgrounds/home/doorway_man.jpg");
}

.global_perspective {
	background: #000000 url("../images/backgrounds/home/global_perspective.jpg");
}


div#body_bg{
	background-position: center top;
	background-repeat: no-repeat;
}


/* HEADER */

div#header {
	height: 90px;
}

	#header h1 {
		background: transparent url("/images/logos/jrp_site_logo.gif");
	}


/* NAVIGATION */

ul#navigation {
	width: 705px;
}

	#navigation li {
		margin-right: -44px;

	}
		
		#navigation li a {
			height: 125px;
		}

		#navigation li a:hover {
			background-position: 0px -126px;
		}
			

/* SITE BODY */

div#main_body {
	position: relative;
	top: 110px;
	margin: 0px 0px 0px 595px;
	width: 330px;
	height: 310px;
	line-height: 20px;
	color: #969696;
	text-align: center;
}

	#main_body h2 {
		margin: 0px 0px 20px 0px;
		padding: 0px 0px 0px 25px;
		width: 275px;
		font-size: 24px;
		font-weight: 100;
		color: #FFFFFF;
		line-height: 31px;
	}


/* FOOTER */

div#footer {
	position: relative;
	margin: 100px 0px 0px 0px;
	height: 56px;
	background: transparent url("../images/backgrounds/footer.gif");
	background-position: center top;
	background-repeat: no-repeat;
}