/* Barrett Johnson Home Print CSS */

body
{
  margin: 0px;
  padding: 0px;
  background: url(../images/home_bg.jpg) no-repeat top center #000000;
  background-color: #000000;
  color: #000000;
  font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
}
#container { position: relative; width: 779px; margin: 0px auto; }
a { color: #ccb184; text-decoration: none; }
a:hover { text-decoration: underline; }

/* ----- HEADER & BANNER ----- */
#header { position: relative; width: 779px; height: 264px; }
#home_logo {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10;
	width: 779px;
	height: 264px;
}


/* ----- NAV MENU ----- */
#nav { position: relative; width: 700px; height: 49px; }
#nav a
{
  display: block;
  float: left;
  height: 15px;
  color: #d2b98f;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  padding: 0px;
  margin-top: 30px;
  font-family: Helvetica, Verdana, Arial, sans-serif;
}
#navHomeLeft
{
  position: absolute;
  top: 19px;
  left: 40px;
  width: 131px;
  height: 31px;
  background: url(../images/home_left_link.jpg) top repeat-x;
  background-color: #620002;
  color: #ccb184;
  font-size: 13px;
  font-weight: bold;
  padding-left: 10px;
  padding-top: 7px;
  padding-bottom: 0px;
  text-decoration: none;
}

#navHomeLeft2
{
  position: absolute;
  top: 57px;
  left: 40px;
  width: 131px;
  height: 31px;
  background: url(../images/home_left_link.jpg) top repeat-x;
  background-color: #620002;
  color: #ccb184;
  font-size: 13px;
  font-weight: bold;
  padding-left: 10px;
  padding-top: 7px;
  padding-bottom: 0px;
  text-decoration: none;
}

#navHomeLeft3
{
  position: absolute;
  top: 95px;
  left: 40px;
  width: 131px;
  height: 31px;
  background: url(../images/home_left_link.jpg) top repeat-x;
  background-color: #620002;
  color: #ccb184;
  font-size: 13px;
  font-weight: bold;
  padding-left: 10px;
  padding-top: 7px;
  padding-bottom: 0px;
  text-decoration: none;
}

#box1
{
  position: absolute;
  top: 0px;
  left: 232px;
  width: 138px;
  height: 175px;
  background: url(../images/our_history.jpg) no-repeat;
  background-color: #620002;
  color: #ccb184;
  font-size: 13px;
  font-weight: bold;
  padding-left: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  text-decoration: none;
}
#box1Text
{
	position: absolute;
	top: 147px;
	left: 2px;
	color: #ffffff;
	font-size: 13px;
	width: 135px;
	height: 26px;
}
#box1Text span { font-size: 13px; }

#box2
{
  position: absolute;
  top: 0px;
  left: 405px;
  width: 138px;
  height: 175px;
  background: url(../images/our_legal_team.jpg) no-repeat;
  background-color: #620002;
  color: #ccb184;
  font-size: 13px;
  font-weight: bold;
  padding-left: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  text-decoration: none;
}
#box2Text
{
	position: absolute;
	top: 148px;
	left: 1px;
	color: #ffffff;
	font-size: 13px;
	width: 135px;
	height: 26px;
}
#box2Text span { font-size: 13px; }

#navHomeRight1
{
  position: absolute;
  top: 36px;
  left: 189px;
  width: 175px;
  height: 31px;
  background: url(../images/home_right_link.jpg) top repeat-x;
  background-color: #620002;
  color: #ccb184;
  font-size: 13px;
  font-weight: bold;
  padding-left: 10px;
  padding-top: 7px;
  padding-bottom: 0px;
  text-decoration: none;
}

#navHomeRight2
{
  position: absolute;
  top: 80px;
  left: 189px;
  width: 175px;
  height: 31px;
  background: url(../images/home_right_link.jpg) top repeat-x;
  background-color: #620002;
  color: #ccb184;
  font-size: 13px;
  font-weight: bold;
  padding-left: 10px;
  padding-top: 7px;
  padding-bottom: 0px;
  text-decoration: none;
}

#footerHome
{
  position: relative;
  width: 779px;
  height: 80px;
  color: #ccb184;
  font-size: 10px;
  font-weight: bold;
  padding-left: 0px;
  padding-top: 50px;
  padding-bottom: 0px;
}


/* ----- CONTENT ----- */
.clear { clear: both; }
#home_content
{
  position: relative;
  width: 779px;
  height: 175px;
  font-size: 12px;
  color: #ccb184;
  font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
}
#content h1
{
  margin: 0px;
  padding: 4px 0px;
  font-size: 22px;
  font-weight: bold;
  color: #293f6f;
  font-family: Georgia, Times, serif;
}
#home_left
{
  position: relative;
  width: 300px;
  height: 175px;
  font-size: 12px;
}
