﻿* {
	border: 0;
	margin: 0 auto;
	padding: 0;	
	font-size: 1em;	
}

body, form 
{
  color: #000;
	font-size: 10pt;
	font-family: Arial;
}

#homepageBody
{
  width: 100%;
  margin: 0px auto;
  background: #FFF url(Images/homepage-background.jpg) repeat-y;
  min-height: 510px;
  border: solid 1px red;
}

#homepageText
{
  width: 95%;
  color: #FFF;
  padding: 5px 0px 20px 0px;
  text-align: left;
  height: 175px;
}

#copyText a, a:visited
{
  text-decoration: none;
}

h1
{
  font-size: 14pt;
  font-weight: normal;
  border-bottom: solid 1px #002469;
  margin-top: 15px;
}

h2
{
  font-size: 9pt;
  font-weight: normal;
  border-bottom: solid 1px #002469;
  text-transform: uppercase;
}

h3
{
  text-transform: uppercase;
  font-size: 10pt;
}

h4
{
  font-weight: normal;
  padding: 0px;
  margin: 0px;
  font-size: 10pt;
}

#header
{
  min-height: 100px;
  background: #002469 url(images/logo.jpg) no-repeat;
  min-width: 750px;
  text-align: right;
  display: none;
}

#headerMenu
{
  height: 100px;
  width: 550px;
  background: url(Images/header-background.jpg) no-repeat;
  display: block;
  float: right;
  padding: 0px;
  margin: 0px;
}

#MenuSpacer
{
  height: 70px;
  width: 450px;
  display: block;
  clear: both;
}

#MenuContainer
{
  width: 475px;
  background-color: #002469;
  color: #FFF;
  text-align: center;
  display: block;
  float: right;
  height: 30px;
}

.menu
{
  color: #FFF;
}


.menuItem
{
  background-color: #69C;
  color: #FFF;
  padding: 6px;
  text-align: left;
}

.menuItemSelected
{
  background-color: #9CF;
  color: #002469;
  padding: 6px;
}

.menuItemSelected a:visited
{
  color: #002469;
}

#footer
{
  color: #FFF;
  font-size: 10pt;
  width: 750px;
  text-align: center;
  margin: 0px auto;
  padding-top: 15px;
  display: block;
  clear: both;
  display: none;
}

#footer a, a:visited
{
  color: #FFF;
  text-decoration: none;
}

.toolbar
{
 color: #002469;
 font-size: 13px;
 padding: 6px;
}

#siteBody
{
  width: 100%;
  margin: 0px auto;
}

#leftColumn
{
  width: 30%;
  display: block;
  float: left;
  margin: 0px auto;
  text-align: right;
}

#leftCopy
{
  text-align: right;
  margin: 5px;
  
}

#lawyerContactInfo
{
  
}

#lawyerContactInfo a, a:visited
{
  
}

#lawyerDetailsColumn
{
  font-size: 9pt;
}

#details
{
  font-size: 9pt;
}

#details h2
{
  font-weight: bold;
}

.lawyerDetail
{
  color: #000;
}

#lawyerDetailsColumn h1
{
  color: #000;
  font-size: 10pt;
  border-bottom: solid 1px #FFF;
  font-weight: bold;
  text-transform: uppercase;
}

#lawyerDetailsColumn a, a:visited
{
  color: #000;
  text-decoration: none;
}

#rightColumn
{
  width: 70%;
  text-align: center;
  display: block;
  float: right;
  background-color: #FFF;
  padding-bottom: 20px;
  min-height: 500px;
}

#copyText
{
  width: 95%;
  text-align: left;
  margin-left: 20px;
}

#smallImage
{
  display: block;
  float: right;
  width: 135px;
  padding-bottom: 5px;
}

#mapImage
{
  display: block;
  float: right;
  width: 154px;
}

.textBox
{
  border: 0px;
  background-color: #CCC;
}

#buttons
{
  text-align: center;
  display: block;
  clear: both;
  padding: 15px 0px 15px 0px;
}

.emailStatus
{
  color: Red;
}

.dropdown
{
  color: #002469;
  background-color: #9CF;
  width: 300px;
  text-align: right;
}

#printButton
{
  display: block;
  float: right;
  padding-top: 5px;
}

#lawyerList
{
  display: none;
}

.backButton
{
 display: inline;
}

.printButton
{
  display: none;
}