/*

Theme Name: SD HLM THEME

Theme URI: http://sdhomeloanhelp.com

Description: San Diego Home Loan Modification

Version: 1.1

Author: PLC

Author URI: http://sdhomeloanhelp.com

*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td, html, label, table, tr, td {
  margin: 0;
  padding: 0;
}

table{
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img, a img,:link img,:visited img {
  border: 0;
}

address, caption, cite, code, dfn, th, var {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}

q:before, q:after {
  content: '';
}
/* ------------------------ GLOBAL ELEMENTS ------------------------ */
/* ------------------------ type selectors ------------------------ */

body {
  background: #7c7555 url("images/bg-body.jpg") top repeat-x;
  text-align: center;
  font: 12px/16px Arial, Helvetica, sans-serif;
  color: #000;
}

#inside-column-left p.blockquote {
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  padding-bottom: 7px;
  font-size: 1.1em;
  color: #000;
;
  color: #000;
}

h1 {
  font-size: 1.3em;
  color: #000;
}

h2 {
  font-size: 1.2em;
}

h3 {
  font-size: 1.0em;
  color: #000;
  display: block;
}

h1 span, h2 span, h3 span {
  display: none;
}

a:link, a:visited {
  color: #CC0000;
  text-decoration: underline;
  outline: none;
}

a:hover, a:active {
  color: #2f86af;
  text-decoration: underline;
  outline: none;
}
/* ------------------------ classes ------------------------ */

.clear {
  clear: both;
}

div.clear {
  height: .01em;
  overflow: hidden;
}

p.back-to-top {
  text-align: right;
  display: block;
  padding-right: 15px;
  background: url("images/bullet-back-to-top.jpg") right no-repeat;
}

img.img-left {
  float: left;
  margin: 2px 10px 10px 0px;
}

img.img-right {
  float: right;
  margin: 5px 0px 10px 10px;
}
/* ------------------------ SPECIFIC ELEMENTS ------------------------ */
/* ------------------------------- CONTENT FRAMEWORK ------------------------------- */
/* ------------------------ main framework ------------------------ */

#wrap {
  background: url("images/bg-wrap.jpg") repeat-y;
  width: 100%;
  margin: 0 auto;
  text-align: left;
}

#content-wrap {
  background: url("images/bg-wrap.jpg") repeat-y;
  width: 980px;
  margin: 0 auto;
  text-align: left;
}
/* ------------------------ masthead framework ------------------------ */

#masthead {
  position: relative;
  background: url("images/masthead.jpg") no-repeat;
  height: 125px;
  width: 980px;
}
/* index page link within #masthead */

.home_button a {
  position: absolute;
  left: 54px;
  width: 328px;
  top: 15px;
  height: 89px;
}
/* faqs page link within #masthead */

.faq_button a {
  position: absolute;
  left: 884px;
  width: 62px;
  top: 88px;
  height: 30px;
}

#masthead a span {
  display: none;
}
/* ------------------------ column-left framework ------------------------ */

#content-left {
  width: 347px;
  float: left;
}

#column-left #content-left h1, #column-left #content-left h2, #column-left #content-left p {
  margin-left: 20px;
}

#content-right {
  width: 355px;
  float: left;
}

#content-footer {
  background: #2b2b2b url("images/callout-index-bottom.jpg") no-repeat;
  width: 702px;
  display: block;
  text-align: center;
  height: 51px;
}

#column-left #content-right ul {
  width: 300px;
  clear: both;
}

#column-left #content-right h1, #column-left #content-right h2, #column-left #content-right p {
  margin-left: 20px;
}

#column-right p, #column-right h3 {
  margin-left: 15px;
  margin-bottom: 10px;
}

#column-left #content-left-inside h1, #column-left #content-left-inside p, #column-left #content-left-inside h2 {
  margin-left: 20px;
  margin-right: 20px;
}
/* ------------------------ column-left framework ------------------------ */

#column-left {
  background-color: #fff;
  width: 702px;
  float: left;
}

#column-left p, #column-left h2, #column-left h3, #column-left ul, #column-left dl {
  margin: 0px 0px 10px 0px;
}

#column-left h1{
  color: #19333e;
  font-size: 20px;
  line-height: 20px;
}

#column-left form {
  margin-left: 0px;
}/* set form margin here */
/* single column list */

#column-left ul {
  padding-left: 5px;
}

#column-left ul li {
  background: transparent url("images/bullet.jpg") 0px 6px no-repeat;/* 0px = horizontal position for left, 6px = vertical position from top */
  padding-left: 10px;/* pushes text to the right to display bg img */
}
/* multi column list */

#column-left ul {
  padding-left: 20px;
}

#column-left ul li {
  background: transparent url("images/bullet-2.jpg") 0px 6px no-repeat;/* 0px = horizontal position for left, 6px = vertical position from top */
  padding-left: 10px;/* pushes text to the right to display bg img */
  float: left;
  width: 280px;/* sets the width of each column */
  line-height: 20px;
}
/* definition list */

#column-left dl {
  padding-left: 5px;
}

#column-left dl dt {
  font-weight: bold;
  color: #99CC00;
}

#column-left dl dd {
  background: transparent url("images/bullet.jpg") 0px 6px no-repeat;/* 0px = horizontal position for left, 6px = vertical position from top */
  padding-left: 10px;/* pushes text to the right to display bg img */
  margin-left: 5px;
}
/* ------------------------ column-right framework ------------------------ */

#column-right {
  width: 250px;
  float: left;
}

#column-right img{
  margin-bottom: 20px;
}

#column-right h2 {
  margin-left: 14px;
  font-size: 20px;
  margin-top: 10px;
  color: #19333E;

}

.blogroll{ margin-bottom: 10px;}
#column-right p.right-txt {
  margin: 0px 0px 10px 0px;
}

#column-right h3 {
  font-size: 1.8em;
  color: #741414;
  margin: 10px 0px 10px 0px;
}

#column-right p.callus {
  font-size: 11px;
  color: #113646;
  font-weight: bold;
}

#column-right span {
  font-size: 1.8em;
  color: #741414;
  font-weight: bold;
}

#column-right ul{
  width: 245px;
  padding: 0px;
  margin-left: 5px;
}

#column-right ul li a {
  background-image: url(images/menu_bg.gif);
  background-repeat: no-repeat;
  font-family: Georgia;
  font-size: 14px;
  text-transform: none;
  color: #3c1213;
  text-decoration: none;
  margin: 0px;
float: left;
  height: 20px;
  width: 200px;
  padding: 6px 0px 4px 16px;
}

#column-right ul li a:hover{
  text-transform: none;
  color: #573031;
  text-decoration: none;
  margin: 0px;
  float: left;
  height: 20px;
  width: 200px;
  padding: 6px 0px 4px 16px;

}
/* definition list */

#column-right dl {
  padding-left: 5px;
}

#column-right dl dt {
  font-weight: bold;
  color: #99CC00;
}

#column-right dl dd {
  background: transparent url("images/bullet.jpg") 0px 6px no-repeat;/* 0px = horizontal position for left, 6px = vertical position from top */
  padding-left: 10px;/* pushes text to the right to display bg img */
  margin-left: 5px;
}
/*--------------------------column-middle-framework------------------*/

#column-middle img{
  margin-bottom: 15px;
}

#column-middle {
  width: 334px;
  float: left;
  margin: 0 0 0 30px;
}

#column-middle p, #column-left h1, #column-left h3, #column-left ul, #column-left dl {
  margin: 0px 0px 10px 0px;
}

#column-middle form {
  margin-left: 0px;
}/* set form margin here */
/* single column list */

#column-middle ul {
  padding-left: 20px;
}
/* multi column list */

#column-middle ul li {
  background: transparent url("images/bullet-2.jpg") 0px 6px no-repeat;/* 0px = horizontal position for left, 6px = vertical position from top */
  padding-left: 20px;/* pushes text to the right to display bg img */
  width: 250px;/* sets the width of each column */
  line-height: 20px;
}
/* definition list */

#column-left dl {
  padding-left: 5px;
}

#column-left dl dt {
  font-weight: bold;
  color: #99CC00;
}

#column-left dl dd {
  background: transparent url("images/bullet.jpg") 0px 6px no-repeat;/* 0px = horizontal position for left, 6px = vertical position from top */
  padding-left: 10px;/* pushes text to the right to display bg img */
  margin-left: 5px;
}
/* ------------------------ header framework ------------------------ */

#header-graphic {
  height: 321px;
  width: 980px;
}/* sets height for all non-flash headers */

#header-graphic2 {
  height: 321px;
  width: 980px;
}/* sets height for all non-flash headers */

#header-graphic3 {
  height: 321px;
  width: 980px;
}/* sets height for all non-flash headers */

#header-graphic4 {
  height: 321px;
  width: 980px;
}/* sets height for all non-flash headers */

#header-graphic5 {
  height: 321px;
  width: 980px;
}/* sets height for all non-flash headers */

#header-graphic6 {
  height: 321px;
  width: 980px;
}/* sets height for all non-flash headers */

#header-graphic7 {
  height: 321px;
  width: 980px;
}/* sets height for all non-flash headers */

#header-graphic8 {
  height: 321px;
  width: 980px;
}/* sets height for all non-flash headers */

#header-graphic9 {
  height: 321px;
  width: 980px;
}/* sets height for all non-flash headers */

body#index #header-graphic {
  background: url("images/header-index.jpg");
}

body#index #header-graphic2 {
  background: url("images/header-laws.jpg");
}

body#index #header-graphic3 {
  background: url("images/header-why.jpg");
}

body#index #header-graphic4 {
  background: url("images/header-recent.jpg");
}

body#index #header-graphic5 {
  background: url("images/header-blog.jpg");
}

body#index #header-graphic6 {
  background: url("images/header-get-help.jpg");
}

body#index #header-graphic7 {
  background: url("images/header-faqs.jpg");
}

body#index #header-graphic8 {
  background: url("images/header-bios.jpg");
}

body#index #header-graphic9 {
  background: url("images/header-news.jpg");
}
/* index page link within #masthead */

.view_options a {
  position: absolute;
  left: 828px;
  width: 100px;
  top: 409px;
  height: 23px;
}

#header-graphic a span {
  display: none;
}
/* ------------------------ subhead framework ------------------------ */

#subhead {
  height: 20px;
}/* sets height for all subheads */

body#index #subhead {
  background: url("images/subhead-index.jpg");
}

body#about #subhead {
  background: url("images/subhead-about.jpg");
}

body#contact #subhead {
  background: url("images/subhead-contact.jpg");
}

body#thankyou #subhead {
  background: url("images/subhead-thankyou.jpg");
}

body#sitemap #subhead {
  background: url("images/subhead-sitemap.jpg");
}
/* ------------------------ subhead framework with varying heights ------------------------ */

#subhead-meet-doc {
  height: 55px;
  background: url("images/subhead-meet-doc.jpg");
}
/* ------------------------ title framework with varying heights ------------------------- */

#title-contact {
  height: 55px;
  background: url("images/title-contact.jpg");
}

#title-our-procedures {
  height: 35px;
  background: url("images/title-our-procedures.jpg");
}
/* ------------------------------------- Buttons ---------------------------------------- */

#btn-special-offer {
  height: 186px;
  display: block;
  background: url("images/dental-btn-special-offer.jpg") no-repeat;
}

#btn-special-offer:hover {
  background: url("images/dental-btn-special-offer.jpg") -100px 0 no-repeat;/* -100px = horizontal img shift, 0px = vertical shift from top */
}

#btn-special-offer span {
  display: none;
}
/* ------------------------ bottom-wrap framework ------------------------ */
/* ------------ must have below column-left and column-right to clear the float ------------ */

#bottom-wrap {
  background: url("images/bottom-wrap.jpg");
  width: 100%;/* fix for Safar */
  height: 20px;
  clear: both;/* important - do not remove */
}
/* ------------------------footer framework ------------------------ */

#footer {
  background: #2b2b2b;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 30px;
}

#footer #bg-footer {
  background: url("images/bg-footer2.jpg") no-repeat;
  width: 980px;
  height: 146px;
  display: block;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 30px;
}

#footer p {
  color: #FFFFFF;
  padding: 10px;
}

#footer a:link, #footer a:visited {
  color: #FFFFFF;
}

#footer a:hover, #footer a:active {
  color: #000;
}

#footer ul {
  margin: 0;
}

#footer li {/* if your li's float, you can adjust border height w/ line-height */
  padding: 0 5px 0 7px;/* adjusts the spacing between each li display and border-left */
  display: inline;
  border-left: 1px solid #FFFFFF;
}

#footer li.first {
  border: none;
}
/* ------------------------ MAIN NAVIGATION FRAMEWORK ------------------------ */

#nav {
  background: #2b2b2b url("images/nav.jpg") no-repeat;
  width: 980px;
  height: 31px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}

#nav a:link,#nav a:visited {
  color: #441919;
  text-decoration: none;
  outline: none;
}

#nav a:hover,#nav a:active {
  color: #441919;
  text-decoration: underline;
  outline: none;
}

#nav li, #nav a {
  display: block;
  float: left;
  list-style: none;
  _display: inline;
  position: relative;
  margin-left: 10px;
  text-decoration: none;
  margin-top: 6px;
}

#wrap-img {
  background: url("images/bottom-image.jpg") bottom repeat-x;
  width: 100%;
  margin: 0 auto;
  text-align: left;
  padding-bottom: 30px;
}
/* ------------------------ horizontal sprite nav ------------------------ */

#inside-column-left {
  width: 624px;
  float: left;
}

#inside-column-left p, #inside-column-left h2, #inside-column-left h3, #inside-column-left ul, #inside-column-left dl {
  margin: 0px 0px 10px 0px;
}

#inside-column-left h1{
  color: #19333e;
  font-size: 20px;
  line-height: 20px;
}

#inside-column-left form {
  margin-left: 0px;
}/* set form margin here */
/* single column list */

#inside-column-left ul {
  padding-left: 5px;
}

#inside-column-left ul li {
  background: transparent url("images/bullet.jpg") 0px 6px no-repeat;/* 0px = horizontal position for left, 6px = vertical position from top */
  padding-left: 10px;/* pushes text to the right to display bg img */
}
/* multi column list */

#inside-column-left ul {
  padding-left: 5px;
}

#inside-column-left ul li {
  background: transparent url("images/bullet.jpg") 0px 6px no-repeat;/* 0px = horizontal position for left, 6px = vertical position from top */
  padding-left: 10px;/* pushes text to the right to display bg img */
  float: left;
  width: 150px;/* sets the width of each column */
  line-height: 20px;
}
/* definition list */

#inside-column-left dl {
  padding-left: 5px;
}

#column-left dl dt {
  font-weight: bold;
  color: #99CC00;
}

#inside-column-left dl dd {
  background: transparent url("images/bullet.jpg") 0px 6px no-repeat;/* 0px = horizontal position for left, 6px = vertical position from top */
  padding-left: 10px;/* pushes text to the right to display bg img */
  margin-left: 5px;
}

#column-left #content-left-inside .nfm_block {
  margin-left: 20px;
  background-color: #fff;
}
/* ###########################  quick FORM SET UP   ########################### */
/* ###########################  quick FORM SET UP   ########################### */

#form1 {
  margin: 0px 10px 0px 30px;
  border: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  width: 200px;
}

#form1 input {
  border: 1px solid #000000;
  margin: 0px 0px 5px 0px;
  width: 120px;
}

#form1 fieldset {
  margin: 0px;
  padding: 0px;
  border: none;
}

#form1 label {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: normal;
  color: #000;
  margin: 0px 0px 5px 0px;
  padding: 0px;
  width: 68px;
  display: table-cell;
}

#form1 label.questions {
  width: 200px;
}

#form1 .field {
  border: 1px solid #000000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: normal;
  background: url(images/fieldbg.jpg) repeat-x left top;
  color: #000000;
  background-color: #FFFFFF;
  margin: 0px 0px 5px 0px;
  padding: 0px;
}

#form1 .radio {
  margin: 5px 5px -3px 5px;
;
  padding: 0px;
  width: 14px;
  border: none;
}

#form1 .textarea {
  margin: 0px 5px 0px 5px;
  padding: 0px;
  size: 40px;
  width: 145px;
  height: 125px;
}

#form1 .zip {
  color: #000000;
  background-color: #FFFFFF;
  margin: 10px 0px 0px 5px;
  padding: 0px;
  width: 70px;
}

#form1 .checkbox {
  border: none;
  height: 19px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: normal;
/*background:url(images/fieldbg.jpg) repeat-x left top;*/
  color: #000000;
  background-color: #EDE9DD;
  margin: 5px 5px 5px 5px;
  padding: 0px;
  width: 14px;
  height: 14px;
}

#form1 h5 {
  font-size: 12px;
  color: #fff;
  margin-bottom: 8px;
  margin-top: 10px;
  padding: 2px;
  border-bottom: 1px solid #fff;
}

#form1 .phone1, #form1 .phone2 {
  border: 1px solid #000000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: normal;
  background: url(images/fieldbg.jpg) repeat-x left top;
  color: #000000;
  background-color: #FFFFFF;
  margin: 5px 0px -2px 2px;
  padding: 0px;
  width: 30px;
}

#column-right #form1 span {
  font-size: 1.2em;
  color: #000;
  font-weight: bold;
}

#column-right #form1 label.disclaimer a:link,#column-right #form1 .disclaimer a:visited {
  color: #000;
  text-decoration: underline;
  outline: none;
}

#column-right #form1 label.disclaimer a:hover,#column-right #form1 .disclaimer a:active {
  color: #000;
  text-decoration: underline;
  outline: none;
}

#column-right #form1 #disclaimer1, #column-right #form1 #disclaimer2, #column-right #form1 #disclaimer3, #column-right #form1 #disclaimer4 {
  width: 220px;
  display: block;
}

textarea {
  height: 140px;
}
/*===END SECTION 1===*/
/*===START SECTION 2 - general classes===*/

#inside-column-left.description {
  clear: left;
  padding: 5px 0 5px 35px;
}

#inside-column-left.post {
  padding: 5px;
  font-size: 1em;
  margin-top: 15px;
}

#inside-column-left.entry-content, .entry-excerpt {
  clear: left;
}

.navigation {
  clear: both;
  padding: 15px;
}

.avatar {
  float: right;
  margin: 0 0 3px 5px;
}

.entry-meta {
  margin: 0 0 10px 20px;
  font-size: 1em;
}

.underpost {
  margin: 15px;
  font-size: 1.1em;
}

#content .underpost a {
  text-decoration: underline;
}
/*===END SECTION 2===*/
/*===START SECTION 4 - style for menu, page links in the header===*/

#menu{
  padding: 0;
  white-space: nowrap;
  margin: 20px 0 0 0;
  width: 750px;
}

#menu ul {
  margin: 0px;
  padding: 0px;
}

#menu li {
  display: inline;
  list-style-type: none;
  margin: 0 10px 0 0;
}

#menu li a:link, #menu li a:visited {
  text-decoration: none;
  padding: 3px;
}

#menu li a:hover {
  text-decoration: underline;
}
/*===END SECTION 4===*/
/*===START SECTION 5 - sidebar links===*/
/*===END SECTION 5===*/
/*===START SECTION 6 - style the headings===*/

#header h1 a:link, #header h1 a:visited {
  font-size: 1em;
  float: left;
  font-family: Georgia, "Times New Roman", Times, serif;
  margin: 0px;
  width: 600px;
  padding: 1px 0 0 25px;
  clear: both;
}

#header h1 a:hover {
  text-decoration: underline;
}

#content h1 {
  font-size: 1.5em;
}

#sidebar h1 {
  font-size: 1.4em;
}

#sidebar{
width: 250px;}

.sidebar h2 {
  font-size: 1.1em;
}

.breaking h2 {
  color: #19333e;
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 20px;
}

.breaking h2 a{
  color: #19333e;
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 20px;
  text-decoration:none;
}

.breaking h2 a:hover{
  color: #19333e;
  font-size: 20px;
  line-height: 20px;
}

.breaking h3 {
  font-size: 1.8em;
  margin: 0;
  padding: 0;
}
.breaking {
margin-top:10px;
}

.post {
margin-top:30px;
}
.post h2 {
  color: #19333e;
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 20px;
}

.post h2 a{
  color: #19333e;
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 20px;
  text-decoration:none;
}

.post h2 a:hover{
  color: #19333e;
  font-size: 20px;
  line-height: 20px;
}

.post h3 {
  font-size: 1.8em;
  margin: 0;
  padding: 0;
}
/*===END SECTION 6===*/
/*===START SECTION 7 - style the post date===*/

.entry-date {
  height: 89px;
  width: 71px;
  display: inline;
  float: left;
  margin: 0 10px 0 0;
  border: 2px solid #000000;
  color: #000000;
  font-family: Georgia, "Times New Roman", Times, serif;
}

.entry-month {
  font-size: 19px;
  width: 71px;
  text-align: center;
  height: 28px;
  margin: 7px 0 0 0;
  font-weight: bold;
  padding: 0 0 2px 0;
}

.entry-day {
  font-size: 28px;
  text-align: center;
  height: 30px;
  width: 71px;
  margin: 4px 0 0 0;
  font-weight: bold;
  line-height: 30px;
}
/*===END SECTION 7===*/
/*===START SECTION 8 - comment form and comments===*/

#respond{
  margin: 20px;
}

#respond p {
  font-size: 1.1em;
}

#commentform input {}

#commentform textarea {}

#commentform {
  float:left
padding: 10px;
  margin-left: 40px;
}

ol.commentlist {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

ol.commentlist li {
  margin: 15px 0 0 0;
}

#content ol.commentlist li a {
  text-decoration: underline;
}

li.author {
  padding: 5px;
}
/*===END SECTION 8===*/
/*START SECTION 9 - oh you're so fancy with those blockquotes....*/

blockquote {
  font: 1.2em/1.6em Georgia, "Times New Roman", Times, serif;
  width: 350px;
  background: url(images/blockquote1.png) no-repeat right bottom;
  padding: 0 10px 0 30px;
  text-indent: -30px;
}

blockquote p:first-letter {
  background: url(images/blockquote2.png) no-repeat left center;
  padding: 0 0 0 30px;
  font: italic 1.7em Georgia, "Times New Roman", Times, serif;
}
/*===END SECTION 9===*/
/*START SECTION 10 - images when inserted into a post.*/

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

img.aligncenter, div.aligncenter {
  display: block;
  margin: 0 auto;
}

img.alignright, div.alignright {
  margin: 1px 0 2px 10px;
  display: inline;
}

img.alignleft, div.alignleft {
  margin: 1px 10px 2px 20px;
  display: inline;
}

.wp-caption-text {
  font-size: .7em;
  line-height: 1.1em;
  margin: 0;
}
/*===END SECTION 10===*/
/*===START SECTION 11 - Misc. and Preventatives===*/

a.image:link, a.image:visited, a.image:hover {
  background: none;
  padding: 0;
}

a.image img {
  border: none;
}
/*===END SECTION 11===*/
/*------------------------------------------------left--------------------*/

#left{
  width: 472px;
  padding: 6px 0 0 0;
  float: left;
}

#left h2{
  height: 29px;
  font: bold 32px/29px Arial, Helvetica, sans-serif;
  color: #267785;
  background-color: inherit;
  width: 455px;
  margin: 0 0 8px 0;
  float: left;
}

#left h2 span.bestDiv{
  background: url("images/left_top_div.gif") 0 0 repeat-x;
  width: 199px;
  height: 29px;
  display: block;
  float: right;
}

#left h2.test{
  height: 23px;
  font: bold 32px/23px Arial, Helvetica, sans-serif;
  color: #267785;
  background-color: inherit;
  width: 455px;
  margin: 0 0 15px 0;
  float: left;
}

#left h2.test span.testDiv{
  background: url("images/left_top_div2.gif") 0 0 repeat-x;
  width: 253px;
  height: 23px;
  display: block;
  float: right;
}

#left h3{
  font: normal 19px/26px Arial, Helvetica, sans-serif;
  color: #759C25;
  background-color: inherit;
  width: 455px;
  margin: 0 0 15px 0;
  text-decoration: underline;
  display: block;
  float: left;
}

#left p.lftTxt1{
  display: block;
  width: 455px;
  font: normal 14px/22px Arial, Helvetica, sans-serif;
  color: #2A4043;
  background-color: inherit;
  margin: 0 0 21px 0;
  float: left;
}

#left p.lftTxt2{
  display: block;
  width: 455px;
  font: normal 14px/22px Arial, Helvetica, sans-serif;
  color: #2A4043;
  background-color: inherit;
  margin: 0 0 16px 0;
  float: left;
}

#left h4{
  font: normal 19px/18px Arial, Helvetica, sans-serif;
  color: #759C25;
  background: url("images/bullet.gif") 0 0 no-repeat;
  background-color: inherit;
  width: 427px;
  margin: 0 0 13px 0;
  padding: 0 0 0 28px;
  text-decoration: underline;
  display: block;
  float: left;
}

#left p.testText{
  display: block;
  width: 434px;
  background: url("images/coma.gif") 0 0 no-repeat;
  padding: 0 0 0 25px;
  font: italic 14px/22px Arial, Helvetica, sans-serif;
  color: #2A4043;
  background-color: inherit;
  margin: 0 0 24px 0;
  float: left;
}

#left p.testText span.coma{
  background: url("images/coma_inverse.gif") 0 0 no-repeat;
  width: 23px;
  height: 16px;
  padding: 0 0 0 11px;
}

#left p.testText span.author{
  font: bold 13px/22px Arial, Helvetica, sans-serif;
  color: #D06907;
  background-color: inherit;
  float: right;
}
/*------------------------------------------------left--------------------*/

#mid_area {
  margin: 0px;
  float: left;
  width: 250px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

.head1 {
  font-family: Georgia;
  font-size: 36px;
  font-weight: normal;
  color: #c56b2e;
  text-decoration: none;
  margin: 0px;
  float: left;
  width: 230px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 10px;
  padding-left: 0px;
}

.head2 {
  font-family: Georgia;
  font-size: 24px;
  font-weight: normal;
  color: #c56b2e;
  text-decoration: none;
  margin: 0px;
  float: left;
  width: 230px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 12px;
  padding-left: 0px;
}

.mid_text li{
  font-family: "Trebuchet MS";
  font-size: 11px;
  font-weight: bold;
  color: #41504c;
  text-decoration: none;
  background-image: url("images/arrow.jpg");
  background-repeat: no-repeat;
  margin: 0px;
  float: left;
  height: 20px;
  width: 200px;
  padding-top: 2px;
  padding-right: 0px;
  padding-bottom: 2px;
  padding-left: 25px;
  background-position: 0px 2px;
}

.link:hover {
  font-family: "Trebuchet MS";
  font-size: 11px;
  font-weight: bold;
  color: #c56b2e;
  text-decoration: none;
  background-image: url("images/arrow.jpg");
  background-repeat: no-repeat;
  margin: 0px;
  float: left;
  height: 20px;
  width: 200px;
  padding-top: 2px;
  padding-right: 0px;
  padding-bottom: 2px;
  padding-left: 25px;
  background-position: 0px 2px;
}

.more_testimionials {
  margin: 0px;
  float: left;
  width: 200px;
  padding-top: 10px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

.submit {
  font-family: "Trebuchet MS";
  font-size: 10px;
  font-weight: normal;
  text-transform: uppercase;
  color: #FFFFFF;
  text-decoration: none;
  background-color: #b45719;
  margin: 0px;
  float: left;
  height: 13px;
  padding-top: 0px;
  padding-right: 7px;
  padding-bottom: 2px;
  padding-left: 7px;
}

.submit:hover {
  font-family: "Trebuchet MS";
  font-size: 10px;
  font-weight: normal;
  text-transform: uppercase;
  color: #FFFFFF;
  text-decoration: none;
  background-color: #ccbd57;
  margin: 0px;
  float: left;
  height: 13px;
  padding-top: 0px;
  padding-right: 7px;
  padding-bottom: 2px;
  padding-left: 7px;
}