/*Basic Styles for NJFG Site*/

body {
  background: url(/images/stripebg2.png) repeat;
  font-family: arial;
  font-size: 75%;
}

h1 {
  font-size: 2.5em;
  font-weight: bold;
  font-variant: small-caps;
  color: #000;
  text-align: center;
  font-family: Georgia, "Times New Roman", Serif
}

h2 {
  font-size 1.25em;
  font-style: italic;
  color: #1f6250;
  text-align: center;
}

h3 {
  font-size 1.15em;
  color: #333;
  text-align: center;
}

p {
  font-size: 1em;
  margin: 0px;
  padding: 0px;
}

p#construction {
  font-size: 1.5em;
  text-align: center;
  width: 85%;
  color: #fff;
  background: #999;
  padding: 5px;
  border: 1px solid #333;
  -moz-border-radius: 10px;
 margin: 0 auto;
}

p.phone {
  font-size: 1.5em !important;
  font-weight: bold;
  text-align: center;
  margin-bottom: 25px;
}

p#easy {
   background-color: #efefef;
   padding: 3px 0 3px 7px;
   font-variant: small-caps;
   font-weight: bold;
   font-size: 1.75em !important;
   margin-bottom: 10px;
   font-family: Georgia, "Times New Roman", Serif
}

div#logo {
  float: left;
  border-top: 1px solid #1f6250;
   border-bottom: 1px solid #1f6250;
 border-left: 1px solid #1f6250;
}

div#logo img {
   width: 400px;
   height: 400px;
}

div#maintext {
  background-color: #efefef;
  border-left: 3px double #1f6250;
 border-top: 1px solid #1f6250;
 border-bottom: 1px solid #1f6250;
 border-right: 1px solid #1f6250;
  margin-left: 400px;
  height:400px;
}

div#mainwrapper {
  padding: 20px 10px;
}

div#bottom {
   background: #1f6250;
   margin:0px 0px 10px 0px;
   height: 320px;
   padding: 7px;
}

div#map {
  float: left;
  border: 1px solid #666;
}

div#directions {
  margin-left: 310px;
}

br {
  height: 0px;
}

div.clear {
   clear: both;
}

p.directions, p.address {
   line-height: 1.5em;
   color: #fff;
   font-size: 1.2em !important;
}

p.address {
   font-weight: bold;
}