/*Elements*/
body
{
  background-color:#5d8cb1;
  font-family:'verdana','arial';
  font-size:12px;
}

img
{
  border:0px;
}

h1
{
  color:#236e98;
  font-size:16px;
}

h2
{
  font-size:14px;
}
/*Ids*/
#centerDiv
{
  width:1000px;
  margin:0px auto;
  background-color:#ffffff;
  background-image:url('../images/layout/right_shadow.jpg');
  background-position:right;
  background-repeat:repeat-y;
}

#footerSmoothing
{
  display:none;
  visibility:hidden;
}

#logoBox
{
  width:372px;
  height:259px;
  float:left;
  background-image:url('../images/layout/tagline_background.jpg');
  background-repeat:no-repeat;
  background-position:bottom;
  text-align:center;
  font-weight:bold;
}

#menuBar
{
  display:none;
  visibility:hidden;
}

#menuBarShadow
{
  display:none;
  visibility:hidden;
}

#rightColumn
{
  display:none;
  visibility:hidden;
}

#footer
{
  height:22px;
  width:983px;
  background-color:#b7b6b6;
  border-top:2px solid #5b5c5d;
  text-align:center;
  padding-top:10px;
}

#footerShadow
{
  display:none;
  visibility:hidden;
}

#copyright
{
  width:986px;
  padding-right:14px;
  color:#ffffff;
  text-align:center;
  font-size:9px;
  margin:0px auto;
}

#content
{
  float:left;
  width:983px;
  background-image:url('../images/layout/rightColumn_background_repeat.jpg');
  background-repeat:repeat-y;
  background-position:right;
  background-color:#ffffff;
}

#phoneNumbers
{
  width:245px;
  height:100%;
  float:right;
}

/*Classes*/

.yellow
{
  color:#fff799;
}

.italic
{
  font-style: italic;
}

p.profileSection
{
  margin-left:15px;
  text-indent:-15px;
}

p.profileSection:first-line
{
  font-size:16px;
}

p.contactInfo:first-line
{
  font-size:14px;
  font-weight:bold;
}

.map:link
{
  text-decoration:none;
  color:#236e98;
}

.map:visited
{
  text-decoration:none;
  color:#236e98;
}

.map:active
{
  text-decoration:none;
  color:#000000;
}

.map:hover
{
  text-decoration:none;
  color:#236e98;
}

.footerLink:link
{
  text-decoration:none;
  color:#000000;
}

.footerLink:visited
{
  text-decoration:none;
  color:#000000;
}

.footerLink:active
{
  text-decoration:none;
  color:#000000;
}

.footerLink:hover
{
  text-decoration:none;
  color:#000000;
}

.dnp
{
  display:none;
  visibility:hidden;
}

.printImage
{
  float:left;
  margin:2px 10px 0px 0px;
}

.imgLeft
{
  display:none;
  visibility:hidden;
}