/* CSS Document */


/* GLOBALS */

* {
	padding: 0;
	margin: 0;
}

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 62.5%;
	color: #333;
	text-align: center;
	background: #e8eef6 url("../images/bg_tile.gif") repeat-x top;
}

a { 
	color: #7e7e7e;
	text-decoration: underline;
}

a:hover { 
	color: #7e7e7e;
	text-decoration: none;
}

#footer a { 
	color: #2b69a4;
	text-decoration: underline;
}

#footer 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;
}

div#masthead h1 a { 
	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 { 
	position: relative;
	margin: 0 auto;
	width: 754px;
	height: 28px;
	text-align: left;
}

div#nav ul { 
	width: 820px;
	height: 28px;
	list-style: none;
	display: inline;
}

div#nav li { 
	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_home a {
	background: transparent url("../images/main_home.jpg") no-repeat;	
	width: 56px;
}

div#nav li#main_home a { 
	float: right;
	height: 28px;
	display: block;
}

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,
li#main_home 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,
li#main_home 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;*/
	width: 100%;
	height: auto;
}

div#banner_int { 
	position: relative;
	width: 756px;
	height: 40px;
	padding-top: 18px;
	margin: 0 auto 18px auto;
	text-align: left;
	border-bottom: 3px solid #e8eef6;
}

div#banner_int h2 {
	margin-left: 13px;
	font-size: 2.2em;
	line-height: 28px;
	width: 500px;
	letter-spacing: -1px;
}

div#collumns { 
	position: relative;
	width: 728px;
	margin: 0 auto;
	text-align: left;
	padding-bottom: 20px;
}

div#left_col { 
	position: relative;
	float: left;
	width: 236px;
	height: inherit;
	margin: 0 auto;
	text-align: left;
}

div#right_col { 
	position: relative;
	float: right;
	width: 466px;
	min-height: 300px;
	padding-left: 20px;
	margin: 0 auto;
	text-align: left;
	border-left: 2px solid #e8eef6;
}

div#left_col p {	
	margin-right: 22px;
	margin-bottom: 0.8em;
	font-size: 1.2em;
	line-height: 1.3em;
	color: #7e7e7e;
}

div#right_col p {
	margin-bottom: 1.0em;
	font-size: 1.2em;
	line-height: 1.4em;
	color: #656565;
}

div.project {
	border-bottom: 1px solid #e8eef6;
	margin-bottom: 1.0em;
	min-height: 210px;
}

div.project_last {
	border: 0;
	margin-bottom: 1.0em;
	min-height: 210px;
}

div.project p,
div.project_last p {
	position: relative;
	height: auto;
	margin-bottom: 1.0em;
	font-size: 1.2em;
	line-height: 1.4em;
	color: #656565;
}

div.project img.float_rt,
div.project_last img.float_rt {
	position: relative;
	display: inline;
	float: right;
	padding: 0 0 5px 10px;
	margin-top: -5px;
}

div.project h3,
div.project_last h3 {
	padding-bottom: 0;
	font-size: 17px;
	width: 450px;
}

div.project h4,
div.project_last h4  {
	margin-bottom: 1.4em;
	padding-bottom: 0;
	font-size: 15px;
	color: #656565;
}

ul#sub { 
	width: 212px;
	list-style: none;
	margin-bottom: 1.4em;
	padding-bottom: 12px;
	border-bottom: 2px solid #e8eef6; 
}

ul#sub li a { 
	height: 20px;
	display: block;
}

ul#sub li a span {
	display: none;
}

li#sub_roads a {
	background: transparent url("../images/sub_roads.jpg") no-repeat;	
}

li#sub_bridges a {
	background: transparent url("../images/sub_bridges.jpg") no-repeat;	
}

li#sub_rail a {
	background: transparent url("../images/sub_rail.jpg") no-repeat;	
}

li#sub_water a {
	background: transparent url("../images/sub_water.jpg") no-repeat;	
}

li#sub_buildings a {
	background: transparent url("../images/sub_buildings.jpg") no-repeat;	
}

li#sub_traffic a {
	background: transparent url("../images/sub_traffic.jpg") no-repeat;	
}

li#sub_inspection a {
	background: transparent url("../images/sub_inspection.jpg") no-repeat;	
}

li#sub_construction a {
	background: transparent url("../images/sub_construction.jpg") no-repeat;	
}

li#sub_utility a {
	background: transparent url("../images/sub_utility.jpg") no-repeat;	
}


li#sub_roads a,
li#sub_bridges a,
li#sub_rail a,
li#sub_water a,
li#sub_buildings a,
li#sub_traffic a,
li#sub_inspection a, 
li#sub_construction a,
li#sub_utility a {
	height: 20px;
	background-position: 0 0;
	width: 212px;
}

li#sub_roads a:hover,
li#sub_bridges a:hover,
li#sub_rail a:hover,
li#sub_water a:hover,
li#sub_buildings a:hover,
li#sub_traffic a:hover,
li#sub_inspection a:hover, 
li#sub_construction a:hover,
li#sub_utility a:hover {
	background-position: 0 -20px;
}

ul#sub li.active a { 
	background-position: 0 -20px;
}

h4#button_work a,
h4#button_join a ,
h4#button_about a,
h4#button_clients a,
h4#button_learn a,
h4#button_contact a {
	position: absolute;
	left: 0;
	margin-bottom: 0.2em;
	padding-bottom: 0;
	font-size: 1.3em;
	line-height: 24px;
	width: 180px;
	height: 23px;	
}

h4#button_work a {
	background: transparent url("/images/button_work.jpg") no-repeat 0 0;
}

h4#button_join a {
	background: transparent url("/images/button_join.jpg") no-repeat 0 0;
}

h4#button_about a {
	background: transparent url("/images/button_about.jpg") no-repeat 0 0;
}

h4#button_clients a {
	background: transparent url("/images/button_clients.jpg") no-repeat 0 0;
}

h4#button_learn a {
	background: transparent url("/images/button_learn.jpg") no-repeat 0 0;
}

h4#button_contact a {
	background: transparent url("/images/button_contact.jpg") no-repeat 0 0;
}

h4#button_work a:hover,
h4#button_join a:hover ,
h4#button_about a:hover,
h4#button_clients a:hover,
h4#button_learn a:hover,
h4#button_contact a:hover {
	background-position: 0 -23px;	
}

div#left_col h4 span { 
	display: none; 
}


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;
}

.float_lt {
	float: left;
}
















/* 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_int h2 {
	visibility: hidden;
	letter-spacing: -6px;	
}

.sIFR-hasFlash #right_col h3 {
	visibility: hidden;
	letter-spacing: -6px;	
}

.sIFR-hasFlash #right_col h4 {
	visibility: hidden;
	letter-spacing: -6px;	
}


