/*Elements*/
body
{
  background-color:#5d8cb1;
  font-family:'verdana','arial';
  font-size:12px;
  background-image:url('../images/layout/background.jpg');
  background-position:-500px -250px;
}

img
{
  border:0px;
}

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

.printImage
{
  display:none;
  visibility:hidden;
}
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
{
  width:1000px;
  height:54px;
  margin:0px auto;
  background-image:url('../images/layout/rightBottom_shadow.jpg');
  background-position:right;
  background-repeat:repeat-y;
}

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

#menuBar
{
  background-color:#231f20;
  width:963px;
  height:40px;
  padding-left:20px;
}

#menuBarShadow
{
  background-image:url('../images/layout/menuBar_shadow.jpg');
  width:983px;
  height:21px;
}

#rightColumn
{
  width:270px;
  height:100%;
  float:right;
  background-image:url('../images/layout/rightColumn_background.jpg');
  background-repeat:no-repeat;
}

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

#footerShadow
{
  background-image:url('../images/layout/bottom_shadow.jpg');
  background-repeat:repeat-x;
  height:20px;
  width:100%;
  overflow: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;
}

#profile
{
  float:right;
  padding:10px 0px 0px 10px;
  width:245px;
  font-size:14px;
  background-color:#231f20;
}
#phoneNumbers
{
  display:none;
  visibility:hidden;
}
/*Classes*/

.rightMenu
{
  background-image:url('../images/layout/menu_bullet.gif');
  background-repeat:no-repeat;
  background-position:0px 2px;
  padding-left:20px;
  font-size:14px;
  font-weight:bold;
  padding-bottom:20px;
}

.yellow
{
  color:#fff799;
}

.flLink:link
{
  font-family:'verdana','arial';
  text-decoration:underline;
  color:#000000;
}

.flLink:visited
{
  font-family:'verdana','arial';
  text-decoration:underline;
  color:#000000;
}

.flLink:active
{
  font-family:'verdana','arial';
  text-decoration:underline;
  color:#000000;
}

.flLink:hover
{
  font-family:'verdana','arial';
  text-decoration:underline;
  color:#236e98; 
}

.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:underline;
  color:#000000;
}

.map:visited
{
  text-decoration:underline;
  color:#000000;
}

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

.map:hover
{
  text-decoration:underline;
  color:#000000;
}

.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:underline;
  color:#000000;
}

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

.imgLeft
{
  float:left;
  margin:5px 5px 5px 0px;
}

.printer
{
  float:right;
  margin:8px;
  cursor:pointer;
}