/*
Theme Name: accglending.com
Theme URI: http://semaphorellc.com/
Description: Theme for use with Multiplus CMS engine.
Version: 1.0
Author: Brian Sage
Author URI: http://sagehome.com/brian

Copyright: &copy; 2010 Arkansas Capital Corporation and ACCG. All rights reserved.
*/


/*
 * Fundamentals
 * ----------------------------------------------------------------------------
 */

@charset "UTF-8";


html,
body {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
}
body {
  background: #f4f4f4;
}
body,
p,
td {
  color: #444;
  font: normal normal normal 12px/18px Tahoma, 'Lucida Grande', 'Trebuchet MS', Verdana, Arial, Sans-Serif;
}

a:link,
a:visited {
  color: #900;
  color: #69f;
}
a:link:hover,
a:visited:hover {
  color: #f00;
  color: #36f;
}



/* HTML 5 Block-Level Tags: */
article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
  _zoom: 1;
}




/* Knock out clicked link and button outlines in FF */
:focus,
:active {
  outline: none !important;
}
input::-moz-focus-inner,
button::-moz-focus-inner {
  border: 0 !important;
}

.clearboth {
  clear: both;
}

.clearfix {
  _display: inline-block;
  _height: 1%;                         /* IE6 */
  *zoom: 1;                            /* IE7 */
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  overflow: hidden;
  visibility: hidden;
  height: 0;
  line-height: 0;
}

.end {
  display: block;
  clear: both;
  overflow: hidden;
  visibility: hidden;
  height: 0;
  line-height: 0;
}

.column {
  display: block;
  float: left;
  min-height: 10px;
  
  *position: relative;       /* =< IE7 */
  *top: -1px;                /* =< IE7 */
  *zoom: 1;                  /* =< IE7 */
  _height: 10px;             /* =< IE6 */
}
  .column.onesixth {
    width: 16.6666%;
  }
  .column.onefifth {
    width: 19.9999%;
  }
  .column.onefourth {
    width: 24.9999%;
  }
  .column.onethird {
    width: 33.3333%;
  }
  .column.twofifths {
    width: 39.9999%;
  }
  .column.onehalf {
    width: 49.9999%;
  }
  .column.threefifths {
    width: 59.9999%;
  }
  .column.twothirds {
    width: 66.6666%;
  }
  .column.threefourths {
    width: 74.9999%;
  }
  .column.fourfifths {
    width: 79.9999%;
  }
  
  .column_content {
    padding: 10px;
  }




/*********************************
  Content Styles
    NOTE: Must be defined without wrappers for in-place editor.
  
    OK:
    h1 { foo: bar; }
 
    Not OK:
    #content h1 { foo: bar; }
*********************************/

img {
  border: none;
}
img.alignright {
  float: right;
  margin: 0.5em 0 0.5em 1em;
}
img.alignleft {
  float: left;
  margin: 0.5em 1em 0.5em 0;
}

h1, h2, h3, h4 {
  font-family: 'Lucida Grande',helvetica, arial, verdana, sans-serif;
  font-weight: bold;
  color: #a03d37;
  margin-top: 5px;
  }

h1 {font-size: 24px;}
h2 {font-size:20px;}
h3 {font-size:18px;}
h4 {font-size:16px;}
h5 {font-size:14px;}
h6 {}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0;
}


pre {
  font-size: 12px;
  font-family: "Lucida Console", "Courier New", Courier, monospace;
  font-weight: normal;
  color: #666;
  margin: 1em 0;
  padding: 0;
}

p {}
div > p {
  margin-top: 0;
}

a.blocklink:link,
a.blocklink:visited,
a.doclink:link,
a.doclink:visited,
a.pdflink:link,
a.pdflink:visited {
  display: block;
  margin: 1em 0;
  padding: 1em 1em 1em 40px;

  font-size: 15px;
  line-height: 15px;
  font-weight: bold;
  color: #69f;
  
  border: 1px solid #ddd;
  background: #f8f8f8 url() no-repeat top left;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
a.blocklink:hover,
a.blocklink:visited:hover,
a.doclink:hover,
a.doclink:visited:hover,
a.pdflink:hover,
a.pdflink:visited:hover {
  color: #36f;
  border-color: #36f;
  background-color: #fff;
}

blockquote {
  margin: 1em 2em;
  color: #666;
  font-family: Georgia, "Times New Roman", Times, serif;
}
  blockquote:before {
    content: '“';
    display: block;
    position: absolute;
    font-family: "Times New Roman", Times, serif;
    font-size: 90px;
    line-height: 90px;
    margin: -20px 0 0 -40px;
    color: #ddd;
    z-index: 1;
  }
  blockquote  p {
    position: relative;
    z-index: 2;
  }
  blockquote cite {
    display: block;
    margin: 0.5em 0 0 50%;
  }
cite{
  border: 0;
}

table {}
table th {}
table td {}
table thead th {}
table thead td {}
table tbody th {}
table tbody td {}
table tfooter th {}
table tbody td {}

img {
	padding: 0;
  border: 0;
}
  img.aligncenter {
  	display: block;
  	margin: 1em auto;
  	}
  img.alignright {
  	display: inline;
  	float: right;
  	margin: 0 0 0.5em 1em;
  	}
  img.alignleft {
  	display: inline;
  	float: left;
  	margin: 0 1em 0.5em 0;
  	}

.post {
	margin: 0 0 3em;
	}

.postmetadata {
	clear: both;
}




/*********************************
  Layout Styles
*********************************/
.page_layout {
  width: 970px;
  margin: 0 auto;
  clear: both;
}

  .page_bak_vert {
    background: transparent url(images/vert_bak.jpg) repeat-y 50% 0;
  }
  .page_bak_top {
    background: transparent url(images/vert_top.jpg) no-repeat 50% 0;
  }
  
.page_header {
}
  .header_logo {
    width: 970px;
    margin: 0 auto;
    height: 110px;
    
    background: url(images/header_logo.png) no-repeat 15px 24px;
  }
  .wmlogo {
    display: block;
    width: 318px;
    height: 87px;
    padding: 15px 0 0 24px;
    text-align: left;
    text-indent: -5000em;
  }

.fb_logo, .twitter_logo {
    padding: 68px 0 0 0;
    width: 50px;
    height: 50px;
    float: right;
}
    
.page_nav {
  min-width: 970px;
  height: 56px;
  padding-top: 24px;
  margin: 0 auto;
  background: transparent url('images/nav_bak.jpg') no-repeat 50% 0;
}

.content_column {
  min-height: 400px;
  _height: 400px;
  width: 930px;
  margin: 0 auto;
  padding: 20px;
}


.page_footer {
  *background: #f8f8f8; 
}
  .page_footer .wmlogo {
    margin: 0 auto;
  }
.page_footer p {
  text-align: center;
  font-size: 12px;
  line-height: 1.33em;
  text-transform: uppercase;
  color: #3a6077; 
}
  .copyright {
    background: #f0f0f0;
    position: relative;
    border-top: 1px solid #eee;
    padding: 10px 0 70px;
  }
  .copyright:before {
    content: "";
    border-top: 1px solid #fff;
    position: absolute;
    top: 0px;
    width: 100%;
  }
    .copyright p {
      width: 330px;
      margin: 0.5em auto;
      font-size: 10px;
      text-transform: uppercase;
      color: #666;
    }
    
#poweredby {
  background: #333;
  clear:both;
  padding:4px;
  -moz-box-shadow: 0 0 10px rgba(0,0,0,0.5);
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5);
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
  #poweredby h2,
  #poweredby h2 a,
  #poweredby h2 a:link,
  #poweredby h2 a:visited,
  #poweredby h2 a:link:hover,
  #poweredby h2 a:visited:hover {
    color: #aaa;
    font: normal 10px/12px tahoma;
    margin: 0;
    padding: 0;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
  }












#container {
  margin:0px auto;
  width:750px;
  background:url(images/content.png) repeat-y left top;
  background-color:#fff;
}

#header {
  height: 100px;
  padding: 13px 0px 0px 20px;
}

#featureBox {
  clear: both;
  width: 970px;
  width: 333px;
  height: 305px;
  height: 292px;
  margin: 0 auto;
  padding: 13px 0 0 637px;
  background: #4b0700 url('images/home_photos.jpg') no-repeat 50% 0;
}

#content {
  clear: both;
  padding:25px;
  text-align:left;
}

#footer  {
  margin-top: 20px;
  background-color:#fff7d3;
  color:#000;
  font-size:11px;
  text-align:center;
}

.footerNote {
  font-size:9px;
  width:700px;
  margin:0px auto;
  color:#3679a8;
  line-height:11px;
  padding: 10px 0px;
  text-align:center;
  }

/*---------- HEADER --------- */
div#header h1 {
  text-indent:-9999px;;
}
div#header h1 a {
  display: block;
  width: 600px;
  height: 100px;
  margin: 0px;
  background: url(images/logo.png) no-repeat;
}

/*------- FEATURE BOX -------- */
#feature {
  width:500px;
  height: 310px;
  float:left;
  background: #96413c url(images/main-image.jpg) no-repeat left top;
  }
#featured {
  width:300px;
  height:75px;
  margin:260px 0px 0px 180px;
  text-align:left;
  color:#dbdbdb;
  font-size:16px;
}




/*********************************
  Form Styles
*********************************/
form {
  display: block;
  padding: 0;
  margin: 0;
}
  form input[type="text"],
  form input[type="password"] {
    height: 1.25em;
    padding: 0.5em;
    vertical-align: middle;
  
    font-size: 12px;
    line-height: 12px;
  
    border: 1px solid;
    border-color: #666 #888 #aaa;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0 1px 0 #fff;
    -webkit-box-shadow: 0 1px 0 #fff;
    box-shadow: 0 1px 0 #fff;
    background-image: url(images/input_bak.png);
    background-position: 0 0;
    background-repeat: repeat-x;
  }
  form textarea {
    padding: 0.5em;
  
    font-size: 12px;
    line-height: 12px;
    font-family: 'Lucida Grande', "Trebuchet MS", Verdana, Arial, Sans-Serif;
  
    border: 1px solid;
    border-color: #666 #888 #aaa;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0 1px 0 #fff;
    -webkit-box-shadow: 0 1px 0 #fff;
    box-shadow: 0 1px 0 #fff;
    
    background-image: url(images/input_bak.png);
    background-position: 0 0;
    background-repeat: repeat-x;
  }
  form input[type="text"]:focus,
  form input[type="password"]:focus,
  form textarea:focus {
    border-color: #36f;
    -moz-box-shadow: 0 0 5px #69f;
    -webkit-box-shadow: 0 0 5px #69f;
    box-shadow: 0 0 5px #69f;
  }
  form input[type="submit"],
  form input[type="button"],
  form button {
    height: 2.35em;
    vertical-align: middle;
  
    color: #999;
    font-size: 12px;
    line-height: 12px;
    font-weight: bold;

    border: 1px solid;
    border-color: #aaa #999 #666;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    background: #fff;
    -moz-box-shadow: 0 1px 2px #ccc;
    -webkit-box-shadow: 0 1px 2px #ccc;
  }
  form input[type="submit"]:hover,
  form input[type="submit"]:focus,
  form input[type="button"]:hover,
  form input[type="button"]:focus,
  form button:hover,
  form button:focus {
    color: #000;
    border-color: #36f;
    -moz-box-shadow: 0 0 5px #69f;
    -webkit-box-shadow: 0 0 5px #69f;
    box-shadow: 0 0 5px #69f;
  }
  
  
  
  
#commentform textarea {
  width: 100%;
}




.simplexsearch {
  display: block;
  padding: 0;
  margin: 0;
}
  .simplexsearch input[type="text"] {
    width: 60%;
  }
  .simplexsearch input[type="text"]:hover,
  .simplexsearch input[type="text"]:focus {
    border: 1px solid #999;
  }
  .simplexsearch input[type="submit"] {
    width: 27%;
  }
  
  

  
/*********************************
  Search Results Styles
*********************************/
body.search-results{}
  body.search-results .page,
  body.search-results .post {
    margin: 2em 0;
  }
    body.search-results .page h3,
    body.search-results .post h3 {
      margin: 0;
    }
    body.search-results .postmetadata a {
      color: #333;
    }
    body.search-results .page .postmetadata {
      display: none;
    }




/*********************************
  Pagination Styles
*********************************/
.pagination,
.pagination ul li {
  display: block;
  padding: 0;
  margin: 0;
  list-style: none;
}
.pagination{
  margin: 2em 0;
}
.pagination:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
  .pagination .previous,
  .pagination .next {
    padding: 0;
    margin: 0 0.5%;
    display: block;
    float: left;
    width: 49%;
  }
  .pagination .previous a:before{
    content: "Previous: ";
  }
  .pagination .next a:before {
    content: "Next: ";
  }
  .pagination .previous a,
  .pagination .next a {
    display: block;
    padding: 4px;
    text-align: center;
    border: 3px solid #eee;
    background: #f8f8f8;
  }
  .pagination .previous a:hover,
  .pagination .next a:hover {
    background: #eee;
  }





/*********************************
  Navigation Styles
*********************************/

ul.horizontal {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 930px;
  margin: 0 auto;
  text-align: center;
}
  ul.horizontal li {
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0;
    
    zoom:1;
    *display: inline;                  /* IE7 */
    _height: 33px;                     /* IE6 */
    *display: block;                   /* IE7 */
    _display: block;                   /* IE7 */
    *float: left;                      /* IE7 */
    _float: left;                      /* IE7 */
  }
    ul.horizontal li a {
      display: block;
      padding: 13px 16px 0;
      margin: 0;
      height: 25px;
      width: auto;
      white-space: nowrap;
      
      color: #222;
      font: italic normal normal 17px/18px Georgia, "Times New Roman", Times, serif;
      text-decoration: none;
      text-shadow: 0 1px 0 rgba(255,255,255,0.5);
      
      _display: block;                 /* IE6 */
      _float: left;                    /* IE6 */
      
    }
    ul.horizontal li a:link,
    ul.horizontal li a:visited {
      color: #222;
      *filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#00ffffff',EndColorStr='#00ffffff'); /* IE7 */ 
      -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#00ffffff',EndColorStr='#00ffffff')"; /* IE8 */
    }
    ul.horizontal > li.current_page_ancestor > a,
    ul.horizontal > li.current_page_item > a,
    ul.horizontal > li:hover > a:link,
    ul.horizontal > li:hover > a:visited,
    ul.horizontal > li > a:active,
    ul.horizontal > li > a:hover {
      color: #222;
      background-color: rgba(255,255,255,0.1);
      zoom: 1;
      *filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#10ffffff',EndColorStr='#10ffffff'); /* IE7 */ 
      -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#10ffffff',EndColorStr='#10ffffff')"; /* IE8 */
    }
    
    
    ul.horizontal li ul {
      display: none;
      opacity: 0;
      -moz-transition: opacity 0.5s linear;
      -webkit-transition: opacity 0.5s linear;
      
      _clear: both;
    }
    ul.horizontal li:hover > ul {
      display: block;
      opacity: 1;
    }
    
    
    ul.withdropdown li ul {
      display: block;
      display: none;
      position: absolute;
      background-color: #eee;
      width: 200px;
      padding: 5px;
      margin: 0;
      border: 1px solid;
      border-color: #fff #999 #777;
      z-index: 3000;
      -moz-border-radius: 0 5px 5px 5px;
      -webkit-border-radius: 5px;
      -webkit-border-top-left-radius: 0;
      border-radius: 5px;
      border-top-left-radius: 0;
      -moz-box-shadow: 0 5px 15px rgba(0,0,0,0.4);
      -webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.4);
      box-shadow: 0 5px 15px rgba(0,0,0,0.4);
    }
      ul.withdropdown li ul li {
        float: none;
        display: block;
        position: relative;
        padding: 0;
        margin: 0;
        border: none;
      }
        ul.withdropdown li ul li a:link,
        ul.withdropdown li ul li a:visited {
          display: block;
          padding: 10px 15px 10px;
          height: auto;
          width: 168px;
          
          color: #666;
          font-size: 14px;
          line-height: 15px;
          white-space: normal;
          font-weight: normal;
          text-align: left;
          text-transform: none;
          
          border: 1px solid #eee;
          background-color: transparent;
        }

        ul.withdropdown li ul li.current_page_ancestor > a,
        ul.withdropdown li ul li.current_page_item > a,
        ul.withdropdown li ul li:hover > a:link,
        ul.withdropdown li ul li:hover > a:visited,
        ul.withdropdown li ul li a:link:hover,
        ul.withdropdown li ul li a:visited:hover {
          color: #000;
          border-color: #ddd;
          background-color: #fff;
        }
        ul.withdropdown li ul li:hover > a:link,
        ul.withdropdown li ul li:hover > a:visited {
        }
          ul.withdropdown li ul li ul {
            left: 200px;
            margin: -31px 0 0 0;
          }
          
      
    ul.withdropdown a.haschildren {
      background-image: url(images/navnode_withdropdown.png);
      background-repeat: no-repeat;
      background-position: 100% 50%;
      _background-image: none;         /* IE6 */
    }
   
h2.top_parent_linked_title {
  position: relative;
  padding: 0 20px 10px 17px;
  margin: 0 -20px 15px -18px;
  font: normal 12px/12px Tahoma, Arial, Helvetica, sans-serif;
  border-bottom: 1px solid #e4e4e4;
}
  h2.top_parent_linked_title:after {
    content: " ";
    display: block;
    width: 100%;
    height: 0;
    position: absolute;
    bottom: -2px;
    left: 0;
    border-top: 1px solid #fff;
  }
  h2.top_parent_linked_title a {
    display: block;
    padding: 5px 7px;
    color: #999;
    text-transform: uppercase;
    text-decoration: none;
  }
  h2.top_parent_linked_title a:hover {
    color: #666;
    background: #f8f8f8;
  }

ul.simplexnav,
ul.simplexnav ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
  border: none;
}
ul.simplexnav {
  margin: 0 0 3em;
}
ul.simplexnav li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  border: none;
}
* html ul.simplexnav li {
  display: inline;
  width: 221px;
}

/*
 * Nav lniks
 */
ul.simplexnav a {
  position: relative;
  display: block;
  width: auto !important;
  margin: 0;
  padding: 6px 14px 8px 16px;
  list-style-type: none;
  border: 1px solid transparent;
  
  color: #ccc;
  font-size: 16px;
  line-height: 16px;
  font-weight: normal;
  text-decoration: none;
}
* html ul.simplexnav a {
  width: 193px;
}
ul.simplexnav a,
ul.simplexnav a:link,
ul.simplexnav a:visited,
ul.simplexnav a:active {
  color: #999;
}
ul.simplexnav a:hover {
  background-color: #fff;
  border: 1px solid #ddd;
}
ul.simplexnav li.current_page_item > a {
  border: 1px solid #ddd;
  color: #444;
  background: #fff;
}
body.home ul.simplexnav li.current_page_item a {
  color: #999;
}

/*
 * Child page link indentations
 */
ul.simplexnav ul a {
  padding-left: 28px;

  color: #cce2ff;
  font-size: 12px;
  line-height: 14px;
}
ul.simplexnav ul ul a {
  padding-left: 42px;
}
ul.simplexnav ul ul ul a {
  padding-left: 56px;
}
ul.simplexnav ul ul ul ul a {
  padding-left: 70px;
}
ul.simplexnav ul ul ul ul ul a {
  padding-left: 84px;
}
ul.simplexnav ul ul ul ul ul ul a {
  padding-left: 98px;
}

/*
 * .simplexnav_node(s) are dynamically inserted <spans> that allow collapsing
 * behavior.
 * 
 * They are not hard-coded. Rather, they are styled here and placed by jQuery
 */
ul.simplexnav a .simplexnav_node {
  display: block;
  height: 16px;
  width: 16px;  
  margin: 0 0 0 -16px;
  padding: 0;
  border: none;
  cursor: default;
  float: left;
  background: transparent url(images/navnode.png) no-repeat 0 0;
}
* html ul.simplexnav a .simplexnav_node {
  margin: 0 -16px 0 0;
  position: relative;
  left: -16px;
}
ul.simplexnav a .simplexnav_node:hover {
}
ul.simplexnav a .simplexnav_node.open {
  background-position: 0 -32px;
}
ul.simplexnav a .simplexnav_node.closed {
  background-position: 0 -16px;
}
ul.simplexnav a .simplexnav_node.hover {
}
ul.simplexnav a .simplexnav_node.open.hover {
}
ul.simplexnav a .simplexnav_node.closed.hover {
}
ul.simplexnav ul a .simplexnav_node {
  margin-top: -2px;
}
ul.simplexnav ul a .simplexnav_node.open {
}
ul.simplexnav ul a .simplexnav_node.closed {
}
ul.simplexnav ul a .simplexnav_node.hover {
}
ul.simplexnav ul a .simplexnav_node.open.hover {
}
ul.simplexnav ul a .simplexnav_node.closed.hover {
}

     
        
        
        
#nav {
  text-align:left;
  width: 740px;
  height:31px;
  padding: 0 0 0 10px;
  margin: 0;
  background: url(images/navbar.png) no-repeat left top;
}
  #nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
    #nav ul ul {
      display: none;
    }
    #nav ul li {
      height:20px;
      outline-color:invert;
      outline-style:none;
      outline-width:medium;
      float: left;
      padding: 7px 6px 0px 6px;
      margin-right: 10px;
    }
    
    #nav ul li:hover,
    #nav ul li.current_page_item {
      border-bottom: 4px solid #96413c;
    }
    
      #nav ul li a:link,
      #nav ul li a:visited {
        display: block;
        height: 31px;
        color: #643;
        font: bold 15px arial, helvetica, sans-serif;
        text-decoration: none;
      }
      #nav ul li a:link:hover,
      #nav ul li a:visited:hover,
      #nav ul li.current_page_item a:link,
      #nav ul li.current_page_item a:visited {
        color: #320300;
        text-decoration: none;
      }


.childnav {
  display: block;
  list-style: none;
  margin: 0 0 1em;
  padding: 0 12px 24px;
  font-size: 0;
}
.childnav:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
}
  .childnav li {
    display: block;
    float: left;
    margin: 3px 0.25%;
    padding: 0;
    width: 24.5%;
  }
  .childnav ul {
    display: none;
  }
    .childnav li a {
      display: block;
      height: 60px;
      margin: 0;
      padding: 12px 40px 0px 12px;
      text-align: left;
      
      font: normal normal bolder 11px/12px Arial, Helvetica, sans-serif;
      text-transform: uppercase;
      text-decoration: none;
      
      background: #fff;
      border: 1px solid #999;
      border-color: #eee #eee #ccc;
    }



/*---------- ACCORDION ----------------------*/
#quickNav {
  width: 293px;
  height: 252px;
  margin: 0;
  padding: 6px;
  font-size: 11px;
  line-height: 14px;
  overflow: auto;
}

  #quickNav dt {
    display: block;
    clear: both;
    position: relative;
    margin: 0;
    padding: 0;
    text-decoration: none;
  }
    #quickNav dt a:link,
    #quickNav dt a:visited {
      display: block;
      margin: 0;
      padding: 8px 16px;
      height: 20px; 
      color: #d9eaff;
      text-align: left;
      font: normal bolder normal 17px/18px Tahoma, "Lucida Grande", Arial, Helvetica, sans-serif;
      text-decoration: none;
    }
    
    #quickNav dt a.selected:link,
    #quickNav dt a:link:hover,
    #quickNav dt a:visited:hover {
      text-decoration: none;
    }
  
  
  #quickNav dd {
    display: block;
    display: none;
    position: relative;
    clear: both;
    padding: 8px;
    margin: 0;
    color: #fff;
    background: #97a369;
  }
    #quickNav dd ul {
      display: block;
      margin: 0 0 0 17px;
      padding: 0;
      color: #fff;
    }
      #quickNav dd ul li {
        line-height:13px;
        list-style-position:inside;
        list-style-type:square;
      }
    #quickNav dd p {
      display: block;
      margin: 0;
      padding: 0;
      color: #fff;
    }
    #quickNav dd a:link,
    #quickNav dd a:visited {
      /*display: inline-block;*/
      margin: 0;
      padding: 0px 6px;
      color: #fff;
      background-color: #B7BF8F;
      text-transform: uppercase;
      text-decoration: none;
      font-size: 9px;
      font-weight: bolder;
      -moz-border-radius: 8px;
      -wekit-border-radius: 8px;
      border-radius: 8px;
    }

    #quickNav dd a:link:hover,
    #quickNav dd a:visited:hover {
      text-decoration: underline;
    }
    
    
  .open:hover {
    background:no-repeat scroll 0pt -41px;
    }
    

/**************** Loan Officers Map Style ****************/
#loanofficers
{
	border-top : 1px solid #000;
	margin : 10px 0px 0px 0px;
	#background-image : url(../graphics/loanofficers_bak.jpg);
	#background-repeat : no-repeat;
	#background-position : top left;
}
#loanofficers table td
{
	vertical-align : top;
}
#loanofficers .left
{
	padding : 0px 10px 0px 0px;
	width : 310px;
}
#loanofficers .right
{
	padding : 0px 10px 0px 0px;
	width : 310px;
}

#loanofficers .counties, #loanofficers .counties table, #loanofficers .counties table td
{
	border-spacing : 0px;
	table-layout : auto;
}
#loanofficers .counties table
{
	border-spacing : 2px;
}
#loanofficers .counties table td
{
	padding : 4px;
	border : 1px solid #eee;
	font-size : 9px;
	font-weight : normal;
}
#loanofficers .counties table td
{
	padding : 4px;
	border : 1px solid #eee;
}
#loanofficers .counties table td a:link, #loanofficers .counties table td a:visited, #loanofficers .counties table td a:link:visited, #loanofficers .counties table td a:active
{
	font-size : 9px;
	font-weight : normal;
	display : block;
}


#loanofficers h1
{
	padding : 15px 0px 0px 0px;
	margin : 0px;
	border-bottom : 1px solid #000;
	#background-image : url(../graphics/loanofficers_headerbak.jpg);
	#background-repeat : no-repeat;
	#background-position : right bottom;
	height : 35px;
}

#loanofficers .profile
{
	padding : 13px 3px 13px 3px;
	width : 265px;
	border : 0px;
	border-bottom : 1px dashed #ccc;
}
#loanofficers .profile .info p
{
	font-size : .8em;
	padding : 0px;
	margin : 6px 0px 6px 0px;
}
#loanofficers .profile .mugshot
{
	width : 100px;
	float : right;
	padding : 10px 0px 0px 0px;
}
#loanofficers .profile .info
{
	width : 160px;
}
#loanofficers .profile h2
{
	padding : 0px;
	margin : 0px;
}


#defaultProfile, #southProfile, #northwestProfile, #northeastProfile
{
	height : 620px;
}
#southProfile, #northwestProfile, #northeastProfile, #loanofficers hr
{
	display : none;
}
img
{
	border : 0px;
}





/* Mobile Browsers (All)
 * ----------------------------------------------------------------------------
 */
@media handheld {
  body {
    width: auto;
    min-width: 0;
  }
}


/* Mobile Safari ( iStuff )
 * ----------------------------------------------------------------------------
 */

@media handheld {
  body {
    -webkit-text-size-adjust: 120%;
  }
}


/* Print Styles
 * ----------------------------------------------------------------------------
 */

@media print {
  body {
    background:none !important;
  }
}



