/* CSS Document */


/* GLOBALS */

* {
	padding: 0;
	margin: 0;
}

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 62.5%;
	color: #656565;
	text-align: center;
	background: #e8eef6 url("../images/bg_tile.gif") repeat-x top;
}

a { 
	color: #2b69a4;
	text-decoration: underline;
}

a:hover { 
	text-decoration: none;
}

h1, h2, h3 { 
	color: #2b69a4;
	font-weight: normal;
}

h4 { 
	color: #82ab12;
}


/* DIV ELEMENTS */

div#wrapper { 
	position: relative;
	margin:0 auto;
	text-align: center;
}

div#masthead { 
	position: relative;
	width: 800px;
	height: 163px;
	margin: 0 auto;
	text-align: center;
	background: transparent url("../images/bg_mast_helmet.jpg") no-repeat 560px 150px;
}

div#masthead h1 { 
	position: absolute;
	left: 37px;
	top: 84px;
	width: 148px;
	height: 58px;
	background: transparent url("../images/logo_rjm.gif") no-repeat;
}

div#masthead p { 
	position: absolute;
	right: 34px;
	top: 105px;
	width: 468px;
	height: 13px;
	background: transparent url("../images/logo_tag.gif") no-repeat;
}

div#masthead span {
	display: none;
}

div#nav { 
	margin: 0 auto;
	width: 754px;
	height: 28px;
	text-align: left;
	background: transparent url("../images/bg_nav_helmet.jpg") no-repeat 537px 0;
}

div#nav ul { 
	width: 800px;
	height: 28px;
	list-style: none;
	display: inline;
}

div#nav li { 
	float: left;
	display: inline;
}

div#nav li a { 
	float: left;
	height: 28px;
	display: block;
}

div#nav li a span {
	display: none;
}

li#main_overview a {
	background: transparent url("../images/main_overview.jpg") no-repeat;	
	width: 81px;
}

li#main_history a {
	background: transparent url("../images/main_history.jpg") no-repeat;	
	width: 70px;
}

li#main_clients a {
	background: transparent url("../images/main_clients.jpg") no-repeat;	
	width: 70px;
}

li#main_services a {
	background: transparent url("../images/main_services.jpg") no-repeat;	
	width: 75px;
}

li#main_projects a {
	background: transparent url("../images/main_projects.jpg") no-repeat;	
	width: 81px;
}

li#main_careers a {
	background: transparent url("../images/main_careers.jpg") no-repeat;	
	width: 75px;
}

li#main_contact a {
	background: transparent url("../images/main_contact.jpg") no-repeat;	
	width: 74px;
}

li#main_overview a,
li#main_history a, 
li#main_clients a, 
li#main_services a,
li#main_projects a,
li#main_careers a,
li#main_contact a { 
	height: 28px;
	background-position: 0 0;
}

li#main_overview a:hover,
li#main_history a:hover, 
li#main_clients a:hover, 
li#main_services a:hover,
li#main_projects a:hover,
li#main_careers a:hover,
li#main_contact a:hover { 
	background-position: 0 -28px;
}

div#content {
	position: relative;
	background-color: #fff;
	/*background: transparent url("../images/grid_thirds.jpg") center;*/
	background: #fff url("../images/bg_banner_collage.jpg") no-repeat top center;
	padding-top: 18px;
	width: 100%;
	height: auto;
}

div#banner { 
	position: relative;
	width: 756px;
	height: 105px;
	margin: 0 auto;
	text-align: left;
}

/* div#banner { 
	position: relative;
	width: 756px;
	height: 97px;
	margin: 0 auto;
	text-align: left;
	border-bottom: 3px solid #e8eef6;
}*/

div#banner h2 {
	margin: 2px 0 0 13px;
	font-size: 24px;
	height: 105px;
	width: 495px;
	letter-spacing: -1px;
}

div#collage { 
	position: absolute;
	top: -58px;
	left: 500px;
	width: 289px;
	height: 191px;
	z-index: 100;
	margin: 0 auto;
	text-align: left;
}

div#triptych {
	position: relative;
	width: 750px;
	height: 240px;
	margin: 0 auto;
	text-align: left;
}

div#triptych h3 {
	margin-bottom: 0.8em;
	padding-bottom: 0;
	font-size: 2.2em;
	line-height: 24px;
}

div#triptych p {
	font-size: 1.2em;
	line-height: 1.2em;
	margin-bottom: 1.0em;
}

div#triptych h4#button_work a,
div#triptych h4#button_join a ,
div#triptych h4#button_about a,
div#triptych h4#button_learn a {
	position: absolute;
	bottom: 0px;
	margin-bottom: 0.2em;
	padding-bottom: 0;
	font-size: 1.3em;
	line-height: 24px;
	width: 180px;
	height: 23px;	
}

div#triptych h4#button_work a {
	background: transparent url("../images/button_work.jpg") no-repeat 0 0;
}

div#triptych h4#button_join a {
	background: transparent url("../images/button_join.jpg") no-repeat 0 0;
}

div#triptych h4#button_about a {
	background: transparent url("../images/button_about.jpg") no-repeat 0 0;
}

div#triptych h4#button_learn a {
	background: transparent url("../images/button_learn.jpg") no-repeat 0 0;
}

div#triptych h4#button_work a:hover,
div#triptych h4#button_join a:hover ,
div#triptych h4#button_about a:hover,
div#triptych h4#button_learn a:hover {
	background-position: 0 -23px;	
}

div#triptych span { 
	display: none; 
}

div#trip_left,
div#trip_mid,
div#trip_right {
	position: relative;
	background: transparent;
	height: 215px;
	margin: 12px 0 18px 0;
}

div#trip_left {
	float: left;
	border-right: 2px solid #e8eef6;
	background: transparent url("../images/bg_home_pics.jpg") no-repeat -5px 28px;
	padding: 0 23px 0 0; 
	width: 224px;
}

div#trip_left h3, 
div#trip_left h4,
div#trip_left p {
	margin-left: 10px;
}

div#trip_left p {
	margin-top: 113px;
}


div#trip_mid {
	float: left;
	border-right: 2px solid #e8eef6;
	padding: 0 23px 0 23px; 
	width: 207px;
}

div#trip_right {
	float: right;
	width: 224px;
}

div#trip_right h3, 
div#trip_right h4,
div#trip_right p {
	margin-right: 10px;
}

div#lower {
	position: relative;
	background: transparent url("../images/bg_footer.jpg") repeat-x top;
	width: 100%;
	height: auto;
}

div#footer {
	position: relative;
	margin: 0 auto;
	text-align: left;
	width: 730px;
	height: 137px;
	padding: 14px;
}

div#footer p {
	font-size: 11px;
	line-height: 1.2em;
	color: #4274a3;
	margin-bottom: 1.0em;
}

.clear {
	clear: both;
}

.hide {
	display: none;
}

.float_lt {
	float: left;
}

img.float_rt {
	float: right;
	padding: 0 0 5px 5px;
}


/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}
	
.sIFR-replaced {
	visibility: visible !important;
}
	
span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */

.sIFR-flash + div[adblocktab=true] {
  	display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash #banner h2 {
	visibility: hidden;
	letter-spacing: -6px;	
}

.sIFR-hasFlash #triptych h3 {
	visibility: hidden;
	letter-spacing: -6px;	
}



