body {
margin: 0;
padding: 0 0 5px 0;
background: #566B9A;
color: #000000;
font-size: 1em;
font-family: Arial, Helvetica, sans-serif;
}

div, span, p, h2, h3, h4, ul, li, img, a, form {
  padding: 0;
  margin: 0;
}

#base {
  background: #660000;
  color: #FFFFFF;
  width: 700px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 5px;
  border: solid 2px #000000;
}

/**********
 * HEADER *
 **********/
div#header {
  width: 686px;
  height: 150px;
  text-align: center;
  margin: 5px 5px 0 5px;
  background: #003366;
  border-top: solid 2px #000000;
  border-right: solid 2px #000000;
  border-bottom: none;
  border-left: solid 2px #000000;
  color: #C7C7C7;
  background-image: url(../images/hcd_hdr_bg2.gif);
}

#headerwrapper {
  height: 100%;
  background-image: url(../images/hcd_navbar_bar.gif);
  background-repeat: no-repeat;
  background-position: center bottom;
}
  
#header h4.hdrcontactinfo {
  margin-top: 0;
  margin-bottom: 0;
}

#mainBodyWrapper, #mainWrapper {
  background-image: url(../images/hcd_hdr_bg2_faded.gif);
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 686px;
  height: 100%;
  border-left: solid 2px #000000;
  border-right: solid 2px #000000;
}

#mainBodyWrapper h3, #mainBodyWrapper p, #mainWrapper h3, #mainWrapper p {
  margin-bottom: 10px;
}

#mainWrapper {
  background-image: url(../images/hcd_hdr_bg2.gif);
}

/****************************
 * CONTENT SECTIONS STYLING *
 ****************************/

#main, #contact, #mission, #clients, #projects  {
  background-image: url(../images/hcd_navbar_bar.gif);
  background-repeat: no-repeat;
  background-position: center top;
  height: auto;
  padding-bottom: 1em;

}

#main p {
  margin-left: 4em;
  margin-right: 4em;
  font-size: 1.25em;
}

#mission h3 {
  padding-left: 3em;
  padding-top: 20px;
  padding-bottom: 20px;
}

#main h3, #contact h3, #contact h2, #clients h3, #projects h3 {
  padding-top: 20px;
  padding-bottom: 20px;
}

#mission h3 img {
   margin-right: .5em;
}

#mission p {
  margin-bottom: 1em;
}
 
#contact h3, #contact h2 {
  text-align: center;
}


p.missionstatement {
  padding-left: 4em;
  padding-right: 4em;
}

#mission ul li, #clients ul li {
  margin-bottom: 1em;
  margin-top: 1em;
  padding-right: 4em;
}
  
#mission ul, #clients ul.outerlist {
  padding-left: 6em;
}

#mission ul li, #clients ul.outerlist li.outerli {
  list-style: square url(../images/diamond_red_blue.gif) outside;
  padding-left: 5px;
}

#clients ul li.innerli {
  list-style: square url(../images/dot_blue.gif) outside;
  margin-left: 2em;
  padding-left: 5px;
}

#contactform {
  padding-left: 4em;
}

/******************
 * NAVIGATION BAR *
 ******************/
div#navbar {
  text-align: center;
  padding: 0;
  margin: 0 0 0 5px;
  color: #DCDCDC;
  height: 30px;
  width: 688px;
  font-size: 1.0em;
  font-weight: bold;
}

#navbar a {
  text-decoration: none;
  color: #DCDCDC;
  padding-top: 0;
  padding-bottom: 0;
  margin: 0;
}

#navbar img {
  border: none;
  margin: 0;
  padding: 0;
}

#navbar img.navbarbar {
  border: none;
}

#navbar a:hover {
  color: #ffffff;
} 

.nullnavbar {
  color: #000000;
}


#navbarlinks {
  padding-top: 0;
}


/*****************************
 * Project Gallery styling *
 *****************************/
 
img.portrait4x3, img.landscape3x4, img.portrait5x3, img.landscape3x5  {
  position: relative;
  z-index: 2;
}
                                                                     
img.portrait4x3 {
  width: 150px;
  height: 200px;
}

img.landscape3x4  {
  width: 200px;
  height: 150px;
}

img.portrait5x3 {
  width: 150px;
  height: 250px;
}

img.landscape3x5  {
  width: 250px;
  height: 150px;
}

img.portrait4x3hover, img.landscape3x4hover, img.portrait5x3hover, img.landscape3x5hover {
  position: absolute;
  z-index: 100;
}

img.portrait4x3hover {
  width: 299px;
  height: 399px;
}

img.landscape3x4hover {
  width: 399px;
  height: 299px;
}

img.portrait5x3hover {
  width: 300px;
  height: 500px;
}

img.landscape3x5hover {
  width: 500px;
  height: 300px;
}

.projectspicr {
  float: right;
  clear: left;
  width: 300px;
  right: 20px;
}

.projectspicl {
  float: left;
  clear: right;
  width: 300px;
  left: 20px;
}

#projects img {
  border-top: solid 3px #203E79;
  border-right: solid 3px #203E79;
  border-bottom: solid 3px #203E79;
  border-left: solid 3px #203E79;
}

.projectspr, .projectspl {
  position: relative;
  width: 320px;
  height: 240px;
  z-index: 2;
}

.projectspr {
  margin-left: 290px;
}

.projectspl {
  margin-left: 80px;
}

/**********
 * FOOTER *
 **********/  
#footer {
  background-image: url(../images/hcd_hdr_bg2.gif);
  height: 70px;
  width: 686px;
  margin: 0 5px 5px 5px;
  padding-top: 0;
  border-right: solid 2px #000000;
  border-bottom: solid 2px #000000;
  border-left: solid 2px #000000;
}

#footerwrap  {
  background-image: url(../images/hcd_navbar_bar.gif);
  background-repeat: no-repeat;
  background-position: top center;
  height: 70px;
  width: 686px;
  border-top: none;
}

#footer p {
  margin-top: 0;
  padding-top: 15px;
  text-align: center;
}

#footer .copyright, #footer .webmaster {
  font-size: .7em;
}

#footer img {
  border: none;
}

#footer a {
  text-decoration: none;
  font-weight: bold;
  color: #990000;
}

#footer a:hover {
  color: black;
}

  
/*****************
 * ADDRESS BLOCK *
 *****************/
 
div.addressblock {
  text-align: center;
}

.ownercontact, .streetaddr, .citystateaddr, .phnum {
  display: block;
}

/*****************
 * MISCELLANEOUS *
 *****************/
.companyname {
  font-weight: bold;
  font-family: Georgia;
  color: #C7C7C7;
}

.hcdmotto, .pagetitle, .missionkw {
  font-weight: normal;
  font-family: "Comic Sans MS", sans-serif;
  color: #C7C7C7;
}

.missionkw {
  margin-left: .5em;
  margin-right: .5em;
}

h4.hcdmotto, h3.hcdmotto {
  text-align: center;
}

pre.error, p.error {
  text-align: center;
}

.pagetitle {
  text-align: center;
  font-weight: bold;
  padding-top: 30px;
}
.smallnote {
  display: block;
  text-align: center;
  padding: 0;
  margin: -1em 0 1em 0;
  font-family: "Arial";
  color: #C7C7C7;
  font-size: .6em;
  font-style: italic;
}
