/* 
------------------------------
    generic styling  
------------------------------	*/
/*  clear browser defaults  */
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100.01%;  /* compensates for several browser bugs */
  }

/*  set site defaults */
body {
  font-family: Arial, Helvetica, sans-serif;
  background: #ffffff;
  color: #555555;
  font-size: .9em;     /* compensates for several browser bugs */
  line-height: 1.3;    /* default line-height for readability */
  }

a {
  color: #555555;
  }

a:hover {
  color: #de772c;
  }

img {
  border: 0;
  }

p {
  margin: 0 0 1em;
  }

h1, h2 {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 1.4em;
  font-weight: bold;
  color: #333333;
  padding-bottom: 0.5em;
  }

h2 {
  color: #de772c;
  font-size: 1.1em;
  padding-top: .5em;
  }

ul {
  margin: 0 0 .7em 3em;
  list-style-image: url(Images/box_bullet.gif);
  }
  
ol {
  margin: 0 0 .7em 3em;  
  }
  
.small {
  font-size: 75%;
  color: #999999;
  }

/*
---------------------------------------
    page structure
--------------------------------------- */				
#pagewrapper {
  width: 750px;
  background: transparent;
  margin: 0 auto;       /* center the page */
  }

#masthead {
  width: 100%;
  height: 105px;
  background-image: url(Images/DiamondArt.jpg);
  background-repeat: no-repeat;
  background-position: right; 
  }

#navlinks {
  width: 100%;
  height: 30px;
  background-color: #DCDDDE;
  }

#contentwrapper {
  overflow: auto;           /* sitepoint's method to contain floats */
  display: block;
  width: 100%;
  margin: 10px 10px 10px 0;
  }

#content {
  width: 75%;
  padding-right: 1em;
  float: right;
  }
  
#sidebar {
  width: 18%;
  float: left;
  font-size: 11px;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 5px;
  background-image: url(Images/sidebargradient.png);
  background-repeat: repeat-y;
  }      

#footer {
  clear: both;
  text-align: center;
  font-size: 0.7em;
  line-height: 0.7em;
  border-top: 1px solid #d0d3bc;
  padding-top: 10px;
  }

/*
---------------------------------------
    masthead specific
--------------------------------------- */				

#masthead img {
  float: left;
  padding-top: 15px;
  }
  
#masthead form {
  float: right;
  width: 250px;
  height: 35px;
  padding-top: 30px;
  }
  
#masthead fieldset {
  float:right;
  margin: 0;
  padding: 4px;
  border: 1px solid #eff1e5;
  background-color: #D0D3BC;
  }
  
#masthead select {
  float: left;
  height: 17px;  
  margin: 0 4px 0 0;
  padding: 0;
  border: 1px solid #979797;
  background: #eff1e5;
  font: normal 10px "Trebuchet MS", Verdana, Arial, Helvetica,	sans-serif;  
  }
  
#masthead .textinput {
  float: left;
  width: 100px;
  height: 18px;
  margin: 0 4px 0 0;
  padding: 1px 2px 0;
  border: 1px solid #979797;
  background: #eff1e5;
  font: normal 10px "Trebuchet MS", Verdana, Arial, Helvetica,	sans-serif;
  }
  
#masthead form .image {
  margin: 0 0 -5px 0;
  padding: 0;
  border: 0;
  }  
  
#masthead form .submit {
  float: left;
  height: 20px;
  width: 20px;
  margin: 0;
  padding: 0;  
  border: 1px solid #979797;
  background: #eff1e5;
  font: normal 10px "Trebuchet MS", Verdana, Arial, Helvetica,	sans-serif;
  text-align: center;
  }

/*
---------------------------------------
    navlinks specific
--------------------------------------- */	

#navlinks ul { 
  margin: 0;
  list-style: none;
  list-style-image: none;	
  }
		
#navlinks ul li { 
  float: left;
  } 
  
#navlinks ul li a {
  display: block;
  width: 117px;
  text-align: center;
  text-decoration: none;
  color: #007DC3; 
  background-color: #DCDDDE;
  font-weight: bold;
  font-size: 12px;
  padding-left: 2px;
  padding-right: 2px;
  padding-top: 7px;
  padding-bottom: 4px;
  margin-right: 3px;
  }  

#navlinks ul li a:hover {
  color: #000000;
  }
   
#navlinks ul li ul {            /* second-level lists */	
  position: absolute;
  z-index: 9;
  width: 117px;
  left: -999em;
  padding: 0;
  }

#navlinks li:hover ul,      /* lists nested under hovered list items */	
#navlinks li.sfhover ul { 
  left: auto; 
  }		
  
#navlinks li:hover,         /* fix for IE7 */
#navlinks li.hover {
  position: static;
  }  
  
/*
---------------------------------------
    home specific
--------------------------------------- */	

#home h3 {
  font: bold 16px Georgia, "Times New Roman", Times, serif;
  text-align: left;
  color: #FFFFFF;
  }
  
#home .regmark {
  font: normal .8em "Courier New", Courier, monospace;
  vertical-align: text-top;
  }
  
#home #left {
  float: left;
  width: 250px;
  margin: 10px 0 0 0;
  }
  
#home #left h3 {
  background-color: #007DC3;
  padding: 5px 2px 5px 5px;
  border: none;
  }
    
#home #left .data {
  height: auto;
  font-size: 85%;
  color: #333333;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-bottom: none;
  margin: 4px 0 12px 0;
  }
  
#home #left .bottom {
  margin: -15px 0 12px 0;
  padding: 0;
  }  
  
#home #left .image {
  text-align: center;
  border: none;
  }  

#home #left h4 {
  padding: 5px 2px 5px 5px;
  }  
  
#home #left p {
  padding: 4px;
  }  
  
#home #left a {
  color: #0033CC;  
  font-weight: bold;
  padding: 0;
  }
  
#home #middle {
  float: left;
  width: 170px;
  margin-left: 35px;
  margin-right: 5px;
  margin-top: 20px;
  padding: 0 5px 0 5px;
  font-size: 85%;
  }
  
#home #middle h3 {
  color: #000000;
  text-align: center;
  padding: 0 0 10px 0;
 }    
  
#home #middle .imagewrapper {
  margin: 0 auto;
  width: 90px;
  font: bold small-caps 11px Verdana, Arial, Helvetica, sans-serif;
  padding: 2px;
  border: 3px solid #dbd5c5;
  background: #fffefa;
  background-image: url(/Images/homegradient.png);
  background-repeat: repeat-x;
  border-left: 1px solid #eff1e5;
  border-right: 1px solid #eff1e5;
  }
  
#home #middle img {
  display: block;
  margin: 0 auto;
  border: 0;
  padding: 10px;
  }  

#home #middle img.target {
   padding: 0;
  }  
  
#home #middle p {
  clear: left;
  text-align: center;
  }
  
#home #right {
  float: right;
  width: 260px;
  margin: 10px 0 0 0;
  }
  
#home #right .data {
  display: block;
  background-color: #ffffff;
  color: #333333;
  font-size: 85%;
  border: 1px solid #cccccc;
  border-bottom: none;
  margin: 4px 0 12px 0;
  }  
   
#home #right .bottom {
  margin: -15px 0 12px 0;
  padding: 0;
  }

#home #right .image {
   text-align: center;
   border: none;
  }

#home #right h3 {
  background-color: #007DC3;
  padding: 5px 2px 5px 5px;
  border: none;
 }    

#home #right p {
  padding: 4px;
  }  
  
#home #right p.quote {
  margin: 10px;
  padding: 10px;
  border: 1px solid #dbd5c5;
  font: normal 12px/14px "Trebuchet MS", Verdana, Arial, Helvetica,	sans-serif;
  }  
  
#home #right p.quote img.left { 
  padding: 2px 3px 0 0;
  float:left;
  }
  
#home #right p.quote img.right { 
  padding: 2px 0 0 3px;
  float:right;
  }
  
#home #right p.quote .author {
  clear: both;
  display:block;
  padding-top: 2px;  
  font-weight: bold;
  }
  
#home #right ul {
  list-style: none;
  text-align: center;
  margin: 0;
  }  

#home #right ul li {
  display: inline;
  padding: 1px;
  }
    
#home #right a {
  color: #0033CC;
  font-weight: bold;
  padding: 0;
  }  
  
/*
---------------------------------------
    about us specific
--------------------------------------- */	
#about #content ul {
  list-style: none;
  margin-left: 20px;
  width: 500px;
  }
  
#about #content ul li {
  display: inline; 
  padding: 5px; 
  }

#about #content img {
  border: 0;
  }
  
/*
---------------------------------------
    bios specific
--------------------------------------- */	  
#bios #content .biowrapper {
  clear: both;
  float: left;
  width: 550px;
  padding: 0 0 20px 0;
  border-bottom: 1px dotted #dbd5c5;
  margin: 0 0 20px 0;
  }   

#bios #content .imagewrapper {
  float: left;
  text-align: center;
  width: 90px;
  margin: 0 8px 0 0;
  padding: 5px;
  border: 1px solid #545454;
  background: #eff1e5;
  }
  
#bios #content .imagewrapper img {
  display: block;
  margin: 0 auto;
  border: none;
  }
  
#bios #content h2 {
  font-size: 1.3em;
  padding-bottom: 1em;
  }

#bios #content .imagewrapper-new {
  float: left;
  text-align: center;
  width: 120px;
  margin: 0 10px 0 0;
  padding: 0px;
  }  

#bios #content .imagewrapper-new img {
  display: block;
  margin: 0 auto;
  border: 1px solid #545454;
  }
  
#bios #content .imagewrapper .name {
  display: block;
  text-align: center;
  font-size: .7em;
  } 
  
#bios #content dd.bio {
  margin: 0;
  }
  
#bios #content dd.bio .name-new {
  display: block;
  font-size: 1.2em;
  font-weight: bold;
  }    
  
#bios #content dd.bio .title-new {
  display: block;
  font-size: 1.2em;
  font-weight: normal;
  padding-bottom: 5px;
  }    
  
#bios #content dd.bio .contact-new {
  color: #de772c;
  font-style:italic;
  }    
  
  
/*
---------------------------------------
    contact form specific
--------------------------------------- */	  
#contactform {
  padding: 10px;
  }

#contactform img {
  float: left;
  padding-right: 5px;
  }

#contactform form p {
  clear: left;
  margin: 0;
  padding: 0;
  padding-top: 5px;
  }

#contactform form p label {
  float: left;
  width: 20%;
  font-size: .8em;
  }
  
#contactform .submit {
  float: none;      /* clear the float */
  width: auto;      /* and set width to return to normal document flow */
  border: 0;
  padding-left: 20%;
  }
/*
---------------------------------------
    contact us specific
--------------------------------------- */	  
#contactus dl {
  width: 100%;
  float: left; 
  margin: 0;
  padding: 0;
  }

#contactus dt {
  width: 25%;
  clear:left;
  float:left;
  }
  
#contactus dd {
  width: 75%;
  float: left;
  margin: 0;
  padding: 0;
  padding-bottom: 5px;
  }  

#contactus form p {
  clear: left;
  margin: 0;
  padding: 0;
  padding-top: 5px;
  }

#contactus form p label {
  float: left;
  width: 25%;
  }
  
#contactus .submit {
  float: none;      /* clear the float */
  width: auto;      /* and set width to return to normal document flow */
  border: 0;
  padding-left: 25%;
  }
/*
---------------------------------------
    DLS Clients specific
--------------------------------------- */	  
#DLSclients #content ul {
  list-style: none;
  margin: 0;
  width: 525px;
  }
  
#DLSclients #content ul li {
  display: inline; 
  float: left;
  text-align: center;
  width: 100px;
  height: 100px;
  margin: 10px;
  font: bold small-caps 11px Verdana, Arial, Helvetica, sans-serif;
  padding: 2px;
	 border: 3px solid #dbd5c5;
	 background: #fffefa;
  }
  
#DLSclients #content ul li img {
  display: block;
  margin: 0 auto;
  border: 0;
  padding: 10px;
  }
/*
---------------------------------------
    DLS Management specific
--------------------------------------- */	  
#DLSmanagement #content table {
  width: 100%;
  border: 4px solid #d0d3bc;
  border-collapse: collapse;
  }

#DLSmanagement #content th {
  font: bold 12px "Trebuchet MS", Verdana, Arial, Helvetica,	sans-serif;
  text-align:left;
  border: 1px solid white;
  background-color: #dedec6;
  margin: 0;
  padding: 2px;
  }
  
#DLSmanagement #content td {
  font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica,	sans-serif;
  border: 1px solid white;
  background-color: #eeeedd;
  margin: 0;
  padding: 2px;
  }
  
/*
---------------------------------------
    For Brokers Only specific
--------------------------------------- */	  
  
#brokersonly dl {
  width: 100%;
  float: left; 
  margin: 0;
  padding: 0;
  }

#brokersonly dt {
  width: 30%;
  clear:left;
  float:left;
  }
  
#brokersonly dd {
  width: 70%;
  float: left;
  margin: 0;
  padding: 0;
  padding-bottom: 15px;
  }    
  
/*
---------------------------------------
    Inquiries specific
--------------------------------------- */	  
#inquiries dl {
  width: 100%;
  float: left; 
  margin: 0;
  padding: 0;
  }

#inquiries dt {
  width: 25%;
  clear:left;
  float:left;
  }
  
#inquiries dd {
  width: 75%;
  float: left;
  margin: 0;
  padding: 0;
  padding-bottom: 5px;
  }  

#inquiries form p {
  clear: left;
  margin: 0;
  padding: 0;
  padding-top: 5px;
  }

#inquiries form p label {
  float: left;
  width: 25%;
  }
  
#inquiries .submit {
  float: none;      /* clear the float */
  width: auto;      /* and set width to return to normal document flow */
  border: 0;
  padding-left: 25%;
  }
  
/*
---------------------------------------
    interactive clients specific
--------------------------------------- */	  
#interactiveclients #content ul {
  list-style: none;
  margin: 0;
  width: 525px;
  }
  
#interactiveclients #content ul li {
  display: inline; 
  float: left;
  text-align: center;
  width: 100px;
  height: 100px;
  margin: 10px;
  font: bold small-caps 11px Verdana, Arial, Helvetica, sans-serif;
  padding: 2px;
	 border: 3px solid #dbd5c5;
	 background: #fffefa;
  }
  
#interactiveclients #content ul li img {
  display: block;
  margin: 0 auto;
  border: 0;
  padding: 10px;
  }
  
/*
---------------------------------------
    interactive managed lists specific
--------------------------------------- */	  
#interactivelists #content table {
  width: 100%;
  border: 4px solid #d0d3bc;
  border-collapse: collapse;
  margin-bottom: 2px;
  }

#interactivelists #content th {
  font: bold 12px "Trebuchet MS", Verdana, Arial, Helvetica,	sans-serif;
  text-align:left;
  border: 1px solid white;
  background-color: #dedec6;
  margin: 0;
  padding: 3px;
  }
  
#interactivelists #content td {
  font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica,	sans-serif;
  border: 1px solid white;
  background-color: #eeeedd;
  margin: 0;
  padding: 3px;
  }
  
#interactivelists #content em {
  font-weight: normal;
  font-size: 90%;
  }  
  
#interactivelists #content select,
#interactivelists #content input {
  font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica,	sans-serif;
  }
  
#interactivelists #content p {
  margin: 2px 0 2px 0;
  font: bold 12px "Trebuchet MS", Verdana, Arial, Helvetica,	sans-serif;
  } 
  
/*
---------------------------------------
    listbrokerage brokers specific
--------------------------------------- */	  
#brokeragebrokers #content .biowrapper {
  clear: both;
  float: left;
  width: 550px;
  padding: 0 0 10px 0;
  border-bottom: 1px dotted #dbd5c5;
  margin: 0 0 10px 0;
  }   

#brokeragebrokers #content .imagewrapper {
  float: left;
  text-align: center;
  width: 90px;
  margin: 0 8px 0 0;
  padding: 5px;
  border: 1px solid #545454;
  background: #eff1e5;
  }

#brokeragebrokers #content .imagewrapper img {
  display: block;
  margin: 0 auto;
  border: none;
  }
  
#brokeragebrokers #content .imagewrapper .name {
  display: block;
  text-align: center;
  font-size: .7em;
  } 

#brokeragebrokers #content .imagewrapper-new {
  float: left;
  text-align: center;
  width: 120px;
  margin: 0 10px 0 0;
  padding: 0px;
  }  

#brokeragebrokers #content .imagewrapper-new img {
  display: block;
  margin: 0 auto;
  border: 1px solid #545454;
  }
  
   
#brokeragebrokers #content dd.bio {
  margin: 0;
  }
  
#brokeragebrokers #content dd.bio .name-new {
  display: block;
  font-size: 1.2em;
  font-weight: bold;
  }    
  
#brokeragebrokers #content dd.bio .title-new {
  display: block;
  font-size: 1.2em;
  font-weight: normal;
  padding-bottom: 5px;
  }    
  
#brokeragebrokers #content dd.bio .contact-new {
  color: #de772c;
  font-style:italic;
  }    
  
  
/*
---------------------------------------
    listbrokerage clients specific
--------------------------------------- */	  
#brokerageclients #content ul {
  list-style: none;
  margin: 0;
  width: 525px;
  }
  
#brokerageclients #content ul li {
  display: inline; 
  float: left;
  text-align: center;
  width: 100px;
  height: 100px;
  margin: 10px;
  font: bold small-caps 11px Verdana, Arial, Helvetica, sans-serif;
  padding: 2px;
	 border: 3px solid #dbd5c5;
	 background: #fffefa;
  }
  
#brokerageclients #content ul li img {
  display: block;
  margin: 0 auto;
  border: 0;
  padding: 10px;
  }
  
/*
---------------------------------------
    listmanagement clients specific
--------------------------------------- */	  
#managementclients #content ul {
  list-style: none;
  margin: 0;
  width: 525px;
  }
  
#managementclients #content ul li {
  display: inline; 
  float: left;
  text-align: center;
  width: 100px;
  height: 100px;
  margin: 10px;
  font: bold small-caps 11px Verdana, Arial, Helvetica, sans-serif;
  padding: 2px;
	 border: 3px solid #dbd5c5;
	 background: #fffefa;
  }
  
#managementclients #content ul li img {
  display: block;
  margin: 0 auto;
  border: 0;
  padding: 10px;
  }

/*
---------------------------------------
    lakeinteractive managed lists specific
--------------------------------------- */	  
#managedlists #content table {
  width: 100%;
  border: 4px solid #d0d3bc;
  border-collapse: collapse;
  margin-bottom: 2px;
  }

#managedlists #content th {
  font: bold 12px "Trebuchet MS", Verdana, Arial, Helvetica,	sans-serif;
  text-align:left;
  border: 1px solid white;
  background-color: #dedec6;
  margin: 0;
  padding: 3px;
  }
  
#managedlists #content td {
  font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica,	sans-serif;
  border: 1px solid white;
  background-color: #eeeedd;
  margin: 0;
  padding: 3px;
  }
  
#managedlists #content em {
  font-weight: normal;
  font-size: 90%;
  }  
  
#managedlists #content select,
#managedlists #content input {
  font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica,	sans-serif;
  }
  
#managedlists #content p {
  margin: 2px 0 2px 0;
  font: bold 12px "Trebuchet MS", Verdana, Arial, Helvetica,	sans-serif;
  }  
  
/*
---------------------------------------
    new lists specific
--------------------------------------- */	  
#newlists #content .newlistwrapper {
  clear: both;
  float: left;  /* float the parent to contain the children */
  width: 550px;
	 border: 1px dotted #dbd5c5;
  padding: 10px;
  margin-top: 0px;
  margin-bottom: 10px;
  }
  
#newlists #content .imagewrapper {
  float: right;
  text-align: center;
  width: 100px;
  height: 100px;
  margin-left: 10px;
  font: bold 11px Verdana, Arial, Helvetica, sans-serif;
  padding: 2px;
	 border: 3px solid #dbd5c5;
	 background: #fffefa;
  }
  
#newlists #content .imagewrapper img {
  display: block;
  margin: 0 auto;
  border: 0;
  padding: 10px;
  }  
  
#newlists #content dd.description {
  margin: 0;
  overflow: auto;
  font-weight: bold;
  }
  
#newlists #content dd.lists {
  margin: 0;
  overflow: auto;
  font-size: 90%;
  }
  
/*
---------------------------------------
    orderstatus specific
--------------------------------------- */	  
#orderstatus #content table {
  width: 100%;
  border: 4px solid #d0d3bc;
  border-collapse: collapse;
  margin-bottom: 2px;
  }

#orderstatus #content th {
  font: bold 12px "Trebuchet MS", Verdana, Arial, Helvetica,	sans-serif;
  text-align:left;
  border: 1px solid white;
  background-color: #dedec6;
  margin: 0;
  padding: 3px;
  }
  
#orderstatus #content td {
  font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica,	sans-serif;
  border: 1px solid white;
  background-color: #eeeedd;
  margin: 0;
  padding: 3px;
  }
  
#orderstatus #content em {
  font-weight: normal;
  font-size: 90%;
  }  
  
#orderstatus #content select,
#orderstatus #content input {
  font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica,	sans-serif;
  }
  
#orderstatus #content p {
  margin: 2px 0 2px 0;
  font: bold 12px "Trebuchet MS", Verdana, Arial, Helvetica,	sans-serif;
  }  
  
/*
---------------------------------------
    special promotions specific
--------------------------------------- */	  
#promotions #content .promotionwrapper {
  clear: both;
  float: left;  /* float the parent to contain the children */
  width: 550px;
	 border: 1px dotted #dbd5c5;
  padding: 10px;
  margin-top: 0px;
  margin-bottom: 10px;
  }
  
#promotions #content .imagewrapper {
  float: right;
  text-align: center;
  width: 100px;
  height: 100px;
  margin-left: 10px;
  font: bold 11px Verdana, Arial, Helvetica, sans-serif;
  padding: 2px;
	 border: 3px solid #dbd5c5;
	 background: #fffefa;
  }
  
#promotions #content .imagewrapper img {
  display: block;
  margin: 0 auto;
  border: 0;
  padding: 10px;
  }  
  
#promotions #content dd.description {
  margin: 0;
  overflow: auto;
  font-weight: bold;
  }
  
#promotions #content dd.lists {
  margin: 0;
  overflow: auto;
  font-size: 90%;
  }
  
#promotions #content p img {
  float: right;
  margin-left: 5px;
  margin-right: 23px;
  }  
 
/*
---------------------------------------
    searchresults specific
--------------------------------------- */	  
#searchresults #content table {
  width: 100%;
  border: 4px solid #d0d3bc;
  border-collapse: collapse;
  margin-bottom: 2px;
  }

#searchresults #content th {
  font: bold 12px "Trebuchet MS", Verdana, Arial, Helvetica,	sans-serif;
  text-align:left;
  border: 1px solid white;
  background-color: #dedec6;
  margin: 0;
  padding: 3px;
  }
  
#searchresults #content td {
  font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica,	sans-serif;
  border: 1px solid white;
  background-color: #eeeedd;
  margin: 0;
  padding: 3px;
  }
  
#searchresults #content em {
  font-weight: normal;
  font-size: 90%;
  }  
  
#searchresults #content select,
#searchresults #content input {
  font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica,	sans-serif;
  }
  
#searchresults #content p {
  margin: 2px 0 2px 0;
  font: bold 12px "Trebuchet MS", Verdana, Arial, Helvetica,	sans-serif;
  }
    
#searchresults #content p.important {
  color: red;
  }

/*
---------------------------------------
    testimonials specific
--------------------------------------- */	  
#testimonials #content .testimonialwrapper {
  clear: both;
  float: left;  /* float the parent to contain the children */
  width: 95%;
  border: 1px dotted #dbd5c5;
  padding: 10px;
  margin-top: 0px;
  margin-bottom: 10px;
  }
  
#testimonials #content .imagewrapper {
  float: right;
  text-align: center;
  width: 100px;
  height: 100px;
  margin-left: 10px;
  font: bold 11px Verdana, Arial, Helvetica, sans-serif;
  padding: 2px;
	 border: 3px solid #dbd5c5;
	 background: #fffefa;
  }
  
#testimonials #content .imagewrapper img {
  display: block;
  margin: 0 auto;
  border: 0;
  padding: 10px 10px 5px 10px;
  }  
  
#testimonials #content dd.quote {
  margin: 0;
  overflow: auto;
  }
  
#testimonials #content dd.author {
  margin: 0;
  overflow: auto;
  font-size: 90%;
  font-weight: bold;
  font-style: italic;
  }
  
/*
---------------------------------------
    thursday target specific
--------------------------------------- */	 
#thursdaytarget form p {
  clear: left;
  margin: 0;
  padding: 0;
  padding-top: 5px;
  }

#thursdaytarget form p label {
  float: left;
  width: 20%;
  }
  
#thursdaytarget .submit {
  float: none;      /* clear the float */
  width: auto;      /* and set width to return to normal document flow */
  border: 0;
  padding-left: 20%;
  }  
  
#thursdaytarget #content p img {
  float: right;
  margin-left: 5px;
  margin-right: 5px;
  }  
  
  
/*
---------------------------------------
    Why LGM specific
--------------------------------------- */	 
#whyLGM #content ul {
  list-style-type: square;
  margin-left: 1.5em;
  }
 
#whyLGM #content ul li {
  padding-bottom: 1em;
  }  
 
/*
---------------------------------------
    custom tag specific
--------------------------------------- */	  
#pr img {
  display:block;
  margin: auto;
  }
  
#pr p {
  text-align: center;
  margin: 0 5px 25px 5px;
  }  
  
/*
---------------------------------------
    aicpa specific
--------------------------------------- */	  
#aicpa dl {
  width: 100%;
  float: left; 
  margin: 0;
  padding: 0;
  }

#aicpa dt {
  width: 30%;
  clear:left;
  float:left;
  }
  
#aicpa dd {
  width: 70%;
  float: left;
  margin: 0;
  padding: 0;
  padding-bottom: 15px;
  }    
  
/*
---------------------------------------
    conde specific
--------------------------------------- */	  
#conde dl {
  width: 100%;
  float: left; 
  margin: 0;
  padding: 0;
  }

#conde dt {
  width: 20%;
  clear:left;
  float:left;
  font-weight: bold;
  }
  
#conde dd {
  width: 80%;
  float: left;
  margin: 0;
  padding: 0;
  padding-bottom: 15px;
  }    

/*  
---------------------------------------
    events specific
--------------------------------------- */	  

#events #content .eventwrapper {
  clear: both;
  float: left;  /* float the parent to contain the children */
  width: 95%;
  border: 1px dotted #dbd5c5;
  padding: 10px;
  margin-top: 0px;
  margin-bottom: 10px;
  }
  
#events #content .imagewrapper {
  float: right;
  text-align: center;
  width: 100px;
  margin-left: 10px;
  font: bold 11px Verdana, Arial, Helvetica, sans-serif;
  padding: 2px;
  }
  
#events #content .imagewrapper img {
  display: block;
  margin: 0 auto;
  border: 0;
  }  
  
#events #content dd.dates {
  float: left;
  width: 150px;
  display: block;
  margin: 0;
  font-size: 90%;
  font-weight: normal;
  font-style: italic;
  }
  
#events #content dd.desc {
  float: left;
  width: 275px;
  display: block;
  margin-left: 5px;
  }
