/* Body Formatting */

body 
{
  background-color: #000000;
}

.page1 
{
  width: 780px;
  height: 600px;
  border: solid 2px black;
  margin: 0 auto;
  position: absolute;
  left: 2px;
  top: 2px;
  background-color: White;
}

.page2  {
  width: 780px;
  height: 750px;
  border: solid 2px black;
  margin: 0 auto;
  position: absolute;
  left: 2px;
  top: 2px;
  background-color: White;
}

.page3  {
  width: 780px;
  height: 2300px;
  border: solid 2px black;
  margin: 0 auto;
  position: absolute;
  left: 2px;
  top: 2px;
  background-color: White;
}

.page4  {
  width: 780px;
  height: 1000px;
  border: solid 2px black;
  margin: 0 auto;
  position: absolute;
  left: 2px;
  top: 2px;
  background-color: White;
}

.page5  {
  width: 780px;
  height: 1300px;
  border: solid 2px black;
  margin: 0 auto;
  position: absolute;
  left: 2px;
  top: 2px;
  background-color: White;
}

.page6  {
  width: 780px;
  height: 1100px;
  border: solid 2px black;
  margin: 0 auto;
  position: absolute;
  left: 2px;
  top: 2px;
  background-color: White;
}

.page7  {
  width: 780px;
  height: 1500px;
  border: solid 2px black;
  margin: 0 auto;
  position: absolute;
  left: 2px;
  top: 2px;
  background-color: White;
}


/* Layout Out Formatting Used In All Pages*/
#header {
	position: absolute;
	left: 0px;
  top: 0px;
	margin: 0 auto;
	}
	
#phone {
  position: absolute;
  left: 70px;
  top: 39px;
	margin: 0 auto;
	z-index: 1;	
	}
	
#youarehere {
  position: absolute;
  left: 118px;
  top: 77px;
	margin: 0 auto;
	z-index: 2;
	font-family: arial;
	font-size: 8pt;	
	}

#logo {
  position: absolute;
  left: 371px;
  top: 46px;
	margin: 0 auto;
	}

#copy {
  position: absolute; 
  right: 10px; 
  bottom: 10px;
  font-family: Helvetica;
  font-size: 10px;
  font-variant: small-caps;
  z-index: 2; 
  }
  
/* Layout Out Formatting Used In Default.aspx*/	
#rotator {
  position: absolute;
  left: 0px;
  top: 105px;
	margin: 0 auto;
	}
	
#teamwork {
  position: absolute;
  left: 19px;
  top: 285px;
  margin: 0 auto;
  }

#efficient {
  position: absolute;
  left: 163px;
  top: 295px;
  margin: 0 auto;
  }

#services {
  position: absolute;
  left: 317px;
  top: 294px;
  margin: 0 auto;
  }
  
#portfolio {
  position: absolute;
  left: 463px;
  top: 296px;
  margin: 0 auto;
  }
  
#givingback {
  position: absolute;
  left: 612px;
  top: 287px;
  margin: 0 auto;
  }
 
#branding {
  position: absolute;
  left: 385px;
  top: 438px;
  margin: 0 auto;
  width: 333px;
  height: 132px;
  background-image: url('../images/Branding.jpg');
	background-repeat: no-repeat;
  }
  
#istockphoto {
  position: absolute;
  left: 38px;
  top: 547px;
  margin: 0 auto;
  }

/* Layout Out Formatting Used In Teamwork.aspx*/  
#teamwork_1 {
  position: absolute;
  left: 36px;
  top: 105px;
  margin: 0 auto;
  width: 315px;
  height: 400px;
  background-image: url('../images/Positioning.jpg');
	background-repeat: no-repeat;
  }

#teamwork_2 {
  position: absolute;
  left: 375px;
  top: 124px;
  margin: 0 auto;
  width: 323px;
  height: 43px;
  background-image: url('../images/Team_Title.jpg');
	background-repeat: no-repeat;
  }

#teamwork_text {
  position: absolute; 
  left: 375px; 
  top: 179px;
  width: 369px;
  font-family: Arial;
  font-size: 12px;
  z-index: 2;
  }
  
#teamwork_3 {
  position: absolute;
  left: 509px;
  top: 360px;
  margin: 0 auto;
  width: 235px;
  height: 235px;
  background-image: url('../images/LarryMC.jpg');
	background-repeat: no-repeat;
	z-index: 1;
  }
  
/* Layout Out Formatting Used In Biography.aspx*/  
#biography_1 {
  position: absolute;
  left: 123px;
  top: 205px;
  margin: 0 auto;
  width: 235px;
  height: 235px;
  background-image: url('../images/LarryMC.jpg');
	background-repeat: no-repeat;
  }

#biography_2 {
  position: absolute;
  left: 372px;
  top: 129px;
  margin: 0 auto;
  width: 254px;
  height: 47px;
  background-image: url('../images/Bio_Title.jpg');
	background-repeat: no-repeat;
  }

#biography_text {
  position: absolute; 
  left: 372px; 
  top: 189px;
  width: 369px;
  font-family: Arial;
  font-size: 12px;
  }
  
/* Layout Out Formatting Used In Efficient.aspx*/  
#efficient_1 {
  position: absolute;
  left: 36px;
  top: 129px;
  margin: 0 auto;
  width: 312px;
  height: 492px;
  background-image: url('../images/Cost.jpg');
	background-repeat: no-repeat;
  }

#efficient_2 {
  position: absolute;
  left: 372px;
  top: 129px;
  margin: 0 auto;
  width: 306px;
  height: 18px;
  background-image: url('../images/Cost_Title.jpg');
	background-repeat: no-repeat;
  }

#efficient_text {
  position: absolute; 
  left: 372px; 
  top: 165px;
  width: 369px;
  font-family: Arial;
  font-size: 12px;
  }
  
/* Layout Out Formatting Used In Services.aspx*/  
#services_1 {
  position: absolute;
  left: 36px;
  top: 105px;
  margin: 0 auto;
  width: 312px;
  height: 550px;
  background-image: url('../images/Services_Image.jpg');
	background-repeat: no-repeat;
  }

#services_2 {
  position: absolute;
  left: 372px;
  top: 129px;
  margin: 0 auto;
  width: 348px;
  height: 24px;
  background-image: url('../images/Services_Title.jpg');
	background-repeat: no-repeat;
  }

#services_text {
  position: absolute; 
  left: 375px; 
  top: 165px;
  width: 369px;
  font-family: Arial;
  font-size: 12px;
  z-index: 2;
  }
  
/* Layout Out Formatting Used In Clients.aspx*/  
.clients_logos {
  position: absolute;
  margin: 0 auto;
  }
  
.clients_bullet {
  left: 12px;
  position: absolute;
  font-size: 11pt;
  }

#clients_1 {
  position: absolute;
  left: 372px;
  top: 129px;
  margin: 0 auto;
  width: 114px;
  height: 18px;
  background-image: url('../images/Client_Title.jpg');
	background-repeat: no-repeat;
  }

#clients_text {
  position: absolute; 
  left: 375px; 
  top: 165px;
  width: 369px;
  }

.clients_text1 {
  font-family: Arial;
  font-size: 11pt;
  font-weight: bold;
  text-align: left;
  } 
  
.clients_text2 {
  font-family: Arial;
  font-size: 11pt;
  font-weight: normal;
  text-align: left;
  left: 24px;
  position: absolute;
  } 
  
.clients_text3 {
  font-family: Arial;
  font-size: 9pt;
  font-weight: normal;
  text-align: left;
  left: 24px;
  position: absolute;
  }
  
.clients_text4 {
  font-family: Arial;
  font-size: 9pt;
  text-align: left;
  font-style: italic;
  left: 24px;
  position: absolute;
  }
  
.clients_space {
  font-family: Arial;
  font-size: 3pt;
  }

.clients_space1 {
  font-family: Arial;
  font-size: 9pt;
  }
  
/* Layout Out Formatting Used In News.aspx*/  

#news_1 {
  position: absolute;
  left: 372px;
  top: 129px;
  margin: 0 auto;
  width: 62px;
  height: 18px;
  background-image: url('../images/News_Title.jpg');
	background-repeat: no-repeat;
  }

#news_text {
  position: absolute; 
  left: 372px; 
  top: 165px;
  width: 369px;
  font-family: Arial;
  font-size: 12px;
  }
  
/* Layout Out Formatting Used In Givingback.aspx*/  

#givingback_banner {
  position: absolute;
  left: 36px;
  top: 129px;
  margin: 0 auto;
  width: 708px;
  height: 288px;
  background-image: url('../images/Givingback_Banner.jpg');
	background-repeat: no-repeat;
  }

#givingback_1 {
  position: absolute;
  left: 372px;
  top: 448px;
  margin: 0 auto;
  width: 228px;
  height: 24px;
  background-image: url('../images/Givingback_date.jpg');
	background-repeat: no-repeat;
  }
  
#givingback_2 {
  position: absolute;
  left: 36px;
  top: 448px;
  margin: 0 auto;
  width: 297px;
  height: 312px;
  background-image: url('../images/Givingback_MeetUs.jpg');
	background-repeat: no-repeat;
  }
  
#givingback_3 {
  position: absolute;
  left: 216px;
  top: 778px;
  margin: 0 auto;
  width: 168px;
  height: 134px;
  background-image: url('../images/Givingback_Map.jpg');
	background-repeat: no-repeat;
  }
  
#givingback_4 {
  position: absolute;
  left: 165px;
  top: 898px;
  margin: 0 auto;
  width: 168px;
  height: 209px;
  background-image: url('../images/JJMR_enews.jpg');
	background-repeat: no-repeat;
  }

  #givingback_small_text_box {
  position: absolute;
  left: 36px;
  top: 778px;
  width: 260px;
  font-family: Arial;
  font-size: 12px;
  }

  #givingback_enews_text_box {
  position: absolute;
  left: 36px;
  top: 898px;
  width: 126px;
  font-family: Arial;
  font-size: 12px;
  }

#givingback_text {
  position: absolute; 
  left: 372px; 
  top: 484px;
  width: 369px;
  font-family: Arial;
  font-size: 12px;
  }
  
/* Layout Out Formatting Used In Givingback_Route.aspx*/  

#givingback_route_1 {
  position: absolute;
  left: 180px;
  top: 592px;
  margin: 0 auto;
  width: 195px;
  height: 283px;
  background-image: url('../images/Givingback_Cruising.jpg');
	background-repeat: no-repeat;
	z-index: 2;
  }

#givingback_route_2 {
  position: absolute;
  left: 357px;
  top: 433px;
  margin: 0 auto;
  width: 67px;
  height: 18px;
  background-image: url('../images/Givingback_Route_Title.jpg');
	background-repeat: no-repeat;
  }
  
#givingback_route_3 {
  position: absolute;
  left: 244px;
  top: 469px;
  margin: 0 auto;
  width: 500px;
  height: 899px;
  background-image: url('../images/Route 2009.jpg');
	background-repeat: no-repeat;
	z-index: 1;
  }
  
/* Layout Out Formatting Used In Givingback_Aboutjim.aspx*/  

#givingback_aboutjim_1 {
  position: absolute;
  left: 114px;
  top: 484px;
  margin: 0 auto;
  width: 234px;
  height: 307px;
  background-image: url('../images/Givingback_Jim_Frances.jpg');
	background-repeat: no-repeat;
  }

#givingback_aboutjim_2 {
  position: absolute;
  left: 372px;
  top: 444px;
  margin: 0 auto;
  width: 192px;
  height: 24px;
  background-image: url('../images/Givingback_About_Title.jpg');
	background-repeat: no-repeat;
  }
  
/* Layout Out Formatting Used In Givingback_Scholarship.aspx*/  

#givingback_scholarship_1 {
  position: absolute;
  left: 114px;
  top: 484px;
  margin: 0 auto;
  width: 234px;
  height: 151px;
  background-image: url('../images/Givingback_Seminary.jpg');
	background-repeat: no-repeat;
  }

#givingback_scholarship_2 {
  position: absolute;
  left: 372px;
  top: 445px;
  margin: 0 auto;
  width: 250px;
  height: 24px;
  background-image: url('../images/Givingback_Scholarship_Title.jpg');
	background-repeat: no-repeat;
  }
  
/* Layout Out Formatting Used In Givingback_Recipients.aspx*/  

#givingback_recipients_1 {
  position: absolute;
  left: 198px;
  top: 600px;
  margin: 0 auto;
  width: 150px;
  height: 200px;
  background-image: url('../images/Givingback_Salguero.jpg');
	background-repeat: no-repeat;
  }

#givingback_recipients_2 {
  position: absolute;
  left: 372px;
  top: 445px;
  margin: 0 auto;
  }
  
/* Layout Out Formatting Used In Contact.aspx*/  

#contact_1 {
  position: absolute;
  left: 372px;
  top: 129px;
  margin: 0 auto;
  width: 89px;
  height: 24px;
  background-image: url('../images/Contact_Title.jpg');
	background-repeat: no-repeat;
  }

#contact_text {
  position: absolute; 
  left: 372px; 
  top: 165px;
  width: 369px;
  font-family: Arial;
  font-size: 12px;
  }
  
/* Layout Out Formatting Used In Portfolio.aspx and supporting pages*/  

#portfolio_rotator {
  position: absolute;
  left: 36px;
  top: 129px;
  margin: 0 auto;
  }
  
#portfolio_2 {
  position: absolute;
  left: 372px;
  top: 129px;
  margin: 0 auto;
  }

#portfolio_text {
  position: absolute; 
  left: 372px; 
  top: 165px;
  width: 369px;
  font-family: Arial;
  font-size: 12px;
  }
  










































