/**
 * Bruce Heys Builders
 *
 * @section		screen
 * @author		Jeff Tow Creative
 * @version		1.0
 * @date		10/12/2009
 * @copyright	(c) 2009 Bruce Heys Builders
 * @media		screen
 *
 */

@import url('css/reset.css');

body {
  font-family: 'Lucida Grande', Helvetica, Arial, sans-serif;
  font-size: 78%;
/*  background: #c49a6c url('images/background.jpg') no-repeat; */
  line-height: 1.4em;
/*  background-attachment: fixed;  */
background-color: #fffbf4;
}
a {
  color: #c49a6c;
  text-decoration: underline;
}
a:hover { text-decoration: none; }

strong { font-weight: bold; }

#wrapper { background: #fff url('images/header_inside_background.jpg') no-repeat top; }
body#frontpage #wrapper { height: 602px; background: #fff url('images/front_background.jpg') no-repeat top; overflow: hidden; }

.container {
  padding: 0 50px;
  width: 900px;
  margin: 0 auto;
}

.containerin {
  padding: 0 50px;
  width: 900px;
  margin: 0 auto;
  background-color: #120a07;
}

#header {
  height: 189px;
  position: relative;
}

#header img.logo {
  position: absolute;
  bottom: 43px;
  left: 0;
}

#header .search {
  position: absolute;
  top: 30px;
  right: 0;
}

.search .searchinput, .search .searchsubmit {
  background-color: #faf5f2;
  color: #C89A64;
  border: 0;
  padding: 4px;
}

.search .searchsubmit {
  background-color: #faf5f2;
  color: #C89A64;
  border: 0;
  padding: 3px;
}

#header .tagline {
  position: absolute;
  top: 62px;
  right: 0;
  font-family: Georgia, Times, serif;
  font-size: 2em;
  line-height: 1.2em;
  font-style: italic;
  width: 600px;
}

.tagline .highlight {
  color: #c49a6c;
  text-decoration: underline;
}

#main {
  margin: 25px 0 0 0;
}
body#frontpage #main {
  padding: 0;
}

#main #navigation {
  width: 200px;
  float: left;
}
#navigation li {
  padding: 6px 0;
}
#navigation a {
  color: #000;
  font-size: 1.2em;
  text-decoration: none;
}
#navigation a:hover, #navigation a.current {
  color: #c49a6c;
}

#main #content {
  width: 700px;
  float: left;
  position: relative;
}
#content p {
  margin: 1em 0;
}


#footer {
  color: #fff;
 height: 135px;
  width: 1000px;
  background-color: #120a07;
  margin: 0 auto;
}

body#frontpage #footer {
  height: 200px;
  width: 1000px;
  margin: 0 auto;
  position: relative;
  background: #000 url('images/front_footer_background.jpg') repeat-x;
}

#footer .ourmission {
  padding: 15px 0;
}

.ourmission {
font-size:115%;
line-height: 1.2em;
}

.contactinfo { 
  position: relative;
  width: 1000px;
  min-height: 1.5em;
  padding: 10px 0;
  background-color: #000;
}

.contactinfo .info {
  width: 70%;
  float: left;
}
.contactinfo .info .item {
  padding-right: 20px;
}

.contactinfo .footer_name {
  width: 12em;
  float: right;
  font-weight: bold;
}

.news_info {
  font-size: 0.9em;
}
.news_info .enews { width: 20%; }
.news_info .latest_news { width: 45%; }
.news_info .associations { width: 35%; }
.news_info .associations .logos img { float: left; margin: 3px; border: 0; }

.latest_news ul li .date:after {
  content: " /// ";
}

#frameleft {
  position: absolute;
  top: -60px;
  right: -700px;
  width: 579px;
  height: 405px;
  z-index: 4;
  background: transparent url('images/frame_left_background.png') no-repeat;
}
#imageleft {
  position: absolute;
  top: 55px;
  left: 55px;
  z-index: 5;
  -webkit-transform: rotate(-4.5deg);
  -moz-transform: rotate(-4.5deg);
  transform: rotate(-4.5deg);
}


#framemiddle {
  position: absolute;
  top: 80px;
  right: -700px;
  width: 334px;
  height: 330px;
  z-index: 14;
  background: transparent url('images/frame_middle_background.png') no-repeat;
}
#imagemiddle {
  position: absolute;
  top: 42px;
  right: 68px;
  z-index: 15;
  -webkit-transform: rotate(-1.8deg);
  -moz-transform: rotate(-1.8deg);
  transform: rotate(-1.8deg);
}


#frameright {
  position: absolute;
  top: -50px;
  right: -700px;
  width: 430px;
  height: 415px;
  z-index: 4;
  background: transparent url('images/frame_right_background.png') no-repeat;
}
#imageright {
  position: absolute;
  top: 53px;
  right: 75px;
  z-index: 5;
  -webkit-transform: rotate(4.5deg);
  -moz-transform: rotate(4.5deg);
  transform: rotate(4.5deg);
}


.fixed_bottom {
  position: fixed;
  bottom: 0;
/*  left: 0; */
  z-index: 100;
}

.left { float: left; }

.clear {
  clear: both;
}

.titleinside {
font-size: 1.7em;
font-weight: bold;
padding-bottom: 1em;
}

#content ul {
padding: 0;
}

#content li {
list-style-type:circle;
list-style-position:inside;
padding-left:20px;
}