* {
    outline: none;
}
html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    font-family:Trebuchet,'Trebuchet MS',Arial,Helvetica,Sans-serif;
    letter-spacing: 0px;
    background: #dbe0e3 url('/images/bkd.gif') center repeat-y;
}

h1 {
    font-family: times;
    color: #393c3c;
    font-size: 19px;
    font-weight: normal;
    line-height: 25px;
}
h2 {
    font-size: 14px;
    text-transform: uppercase;
    color: #2f407b;
    margin: 20px 0 10px 0;
}

input.pointer {
    cursor: pointer;
}

p,
address,
h5,
.contact_form legend {
    font-size: 12px;
    letter-spacing: 0;
    line-height: 18px;
    margin: 10px 0 10px 0;
    font-style: normal;
}
h5,
.contact_form legend {
   font-weight: normal;
   font-size: 14px; 
   margin: 5px 0 5px 0;
}

a {
    color: #2f407b;
}   



table {
    margin: 10px 0;
    width: 100%;
    border-collapse: collapse;
}
td {
    padding: 5px 0;
}
.contact_info td {
    text-align: right;
}
.contact_info label {
    display: block;
    width: 90px;
    line-height: 25px;
    text-align: right;
}
.contact_info input.text {
    width: 130px;
    float: right;
    vertical-align: middle;
}
ul {
    list-style: none;
}
hr {
    margin: 10px 0 20px 0; 
}
input.text {
    width: 100px;
    float: left;
}
h2.loan {
    font-family: times;
    font-weight: normal;
    font-size: 12px;
    margin: -5px 0 -6px 0;
    color: #5e6060;
}
p.center {
    text-align: center;
}
#container {
    width: 550px;
    margin: auto;
    height: 100%;
    position: relative;
}
#logo {
    width: 90px;
    height: 67px;
    background: url('/images/logo.gif') center no-repeat;
    text-indent: -99999px;
    position: absolute;
    left: 24px;
    top: 14px;
}
#logo a {
    position: absolute;
    left: 20;
    width: 90px;
    height: 70px;
    display: block;
    text-indent: -99999px;
    cursor: pointer;
}
#content {
    width: 530px;
    position: absolute;
    top: 94px;
    left: 10px;
    margin: auto;
}
#tagline {
    font-family: arial;
    position: absolute; 
    right: 15px;
    top: 60px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: normal;
    color: #2f407b;   
    cursor: default;
    line-height: 18px;
}
#nav {
    width: 100%;
    margin: 0;
    padding: 0;
    height: 22px;
    padding-bottom: 5px;
}
#nav li {
    text-align: center;
    float: left;
    width: 20%;
}
#nav li a {
    text-align: center;
    width: 100%;
    background: #2f407b;
    display: block;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 10px;
    height: 22px;
    line-height: 24px;
}

#nav li a.currentpage {  
   background: #495ea1;
    
}
#nav li a:hover {
    background: #495ea1;
}
.main_image {
    background: #d4d4d4;
    width: 530px;
    height: 184px;
    overflow: hidden;
    position: relative;
}
.main_image .imgbox {
    margin: auto;
    width: 524px;
    height: 178px;
    position: absolute;
    top: 3px;
    left: 3px;
    background: #999 no-repeat;
    background-position: center;
}
.main_image .imgbox img {
    width: 100%;
}
.recent_closings * {
    margin: 0;
    padding: 0;
    letter-spacing: 0;
}
.recent_closings {
    position: relative;
    width: 100%;
    height: 144px;
    margin: 0;
    padding: 0;
    font-size:11px;
    line-height:14px;
}
.recent_closings li {
    width: 164px;
    height: 100%;
  
}
.recent_closings li.left {
    position: absolute;
}
.recent_closings li.center {
    position: absolute;
    left: 183px;
}
.recent_closings li.right {
    position: absolute;
    right: 0;
}
.recent_closings li a img {
    border:none;
     
}

.recent_closings .info:hover,
.recent_closings .info:active {
    background: #fff;
}

.thumb {
    height:92px;
    width:142px; 
    overflow:hidden;
    border:2px solid #ccc;
    margin-bottom:2px;
}
    
.recent_closings h5 {
    font-size: 11px;
    height: 12px;
    color:#2F407B; 
    font-weight:bold; 
    margin-bottom:6px;
}

#call_to_action {
    width: 100%;
    background: #e3e8ea;
    height: 36px;
    line-height: 37px;
    padding: 0;
    margin: 15px 0;
}
#call_to_action li {
    width: 40%;
    float: left;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    color: #333;
    margin: 0 12px;
}
#call_to_action li a {
    text-decoration: none;
    color: #333;
}
#call_to_action li a:hover {
    text-decoration: underline;
}
#call_to_action li.left {
    float: left;
    text-align: left;
}
#call_to_action li.right {
    float: right;
    text-align: right;
}
#footer {
    position: relative;
    bottom: 0px;
    left: -10px;
    width: 550px;
    text-align: center;
    font-size: 10px;
    letter-spacing: 0;
    line-height: 20px;
    color: #666666;
    height: 100px;
}
#footer .bar {
    height: 12px;
    background-color: #f08433;
    margin: 0 0 10px 0;
}
#footer a {
    color: #666666;
    text-decoration: none;
}
#footer a:hover {
    text-decoration: underline;
}
.col2 h3,
.col3 h3 {
    font-size: 12px;
    text-transform: uppercase;
    color: #2f407b;
    display: inline;
    padding-right: 3px;
}
.col2 p {
    display: inline;
}
.news p {
    margin: 10px;
}
.news h1 {
    margin: 5px 0 20px 10px;
}
.news legend {
    font-size: 10px;
    padding: 0 7px;
    text-transform: uppercase;
    font-weight: bold;
}
.news fieldset {
    margin: 10px 0;
}
.news hr {
    margin: 20px 0; 
}
.col2 div {
    width: 47.5%;    
}
.col3 {
    position: relative;
    
}
.col3 div {
    vertical-align: top;
    width: 30%;
}
.col3 div.left {
    float: left;
}
.col3 div.center {
    margin: 0 auto 0 196px;
}
.col3 div.right {
    float: right;
}
.col3 div h2 {
    margin-top: 0;
}

.col3_row * {
    margin: 0;
    padding: 0;
}
.col3_row {
    width: 100%;
    border-collapse: collapse;
    border:1px solid black;
}
.col3_row td {
    text-transform: uppercase;
    height: 22px;
    font-size: 11px;
    line-height: 23px;
    text-indent: 7px;
    margin: 0;
    padding: 0;
    border-width: 0 0 1px 0;
}
.col3_row.portfolio {
    margin-top: 15px;
}
.col3_row.portfolio td {
    width: 33%;
    background: #919395;
}
.col3_row td.current {
    background: #474f50;
}
.col3_row a {
    width: 100%;
    height: 100%;
    display: block;
    color: #fff;
    text-decoration: none;
}
.col3_row a:hover {
    background: #677173;
}
.col3_row td.current a:hover {
    background: transparent;
}
.row_content,
.row_content ul {
    margin: 15px 0px 15px 0;
}
.row_content * {
    margin: 0;
    padding: 0;
}
.row_content li {
    list-style-position:outside;
    border-width: 0 0 1px 0;
    width: 100%;
    float: left;
    z-index: 1;
   
}
.row_content div ul {
    list-style-type: square;
    display: block;
    width: 65%;
    float: left;
    padding: 0 0 0 0px;
    margin: 0px 0 15px 15px;
}
.row_content div ul li {
    border: none;
    font-size: 11px;
    letter-spacing: 0;
    line-height: 18px;
    margin: 0 0 0 13px;
    padding: 0;
}

/* used for show/hide of divs
.row_content div {
    display: none;
}
*/

.row_content span.line {
   /* cursor: pointer; */
    position: relative;
    background: #474f50;
    text-decoration: none;
    color: #fff;
    display: block;
    height: 22px;
    line-height: 23px;
    text-indent: 7px;
    z-index: 1;
    margin: 0;
    padding: 0;
}
.row_content a.line {
    cursor: pointer; 
    position: relative;
    background: #474f50;
    text-decoration: none;
    color: #fff;
    display: block;
    height: 22px;
    line-height: 23px;
    text-indent: 7px;
    z-index: 1;
    margin: 0;
    padding: 0;
}

.row_content a.line:hover {
    background: #292d2e;
}
.row_content .header {
    height: 100%;
    font-weight: normal;
    z-index: 2;
    color: #fff;
    text-transform: uppercase;
    font-size: 10px;
}
.row_content .screen {
    display: block;
    background: #fff;
    opacity: .45;
    filter: alpha(opacity=45);
    height: 22px;
    width: 375px;
    font-weight: normal;
    position: absolute;
    top: 0;
    right: 0px;
}
.row_content img {
    padding: 0px 0 0px 20px;
    float: right;

}
.row_content li p {
    margin: 10px 0 15px 4px;
    padding: 0;
}



.lending.row_content .screen {
    width: 300px;
}

/* other */

.left {
    float: left;
}
.right {
    float: right;
}
.rel {
    position: relative;
}
.clear:after{
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}
.clear{
    display:inline-block;
}
/* Hides from IE-mac \*/
* html .clear {
    height: 1%;
}
.clear {
    display: block;
}
/* End hide from IE-mac */

/*header images */

#lending  div.imgbox { 
    background:transparent url(/images/lending.jpg);
} 

#portfolio  div.imgbox, #portfolio div.main_image { 
   display:none;
}

#about div.imgbox { 
    background:transparent url(/images/about.jpg);
}

#contact div.imgbox { 
    background:transparent url(/images/contact.jpg);
}

#news div.imgbox { 
    background:transparent url(/images/news.jpg);
}

#privacy-policy div.imgbox { 
    background:transparent url(/images/privacy_policy.jpg);
}


#confirmation div.imgbox, #confirmation div.main_image {
    display:none;
}

/*portfolio page*/ 

#projectbox{
    width:345px;
    float:right;
    text-align:left;
    font-size:12px;
    color:#666666;
    text-transform:uppercase;
}

#projectbox h1{
    margin:20px 0 10px 0;
       color:#2F407B;
    font-size:16px;
    display:block;
}
 
#projectbox img{

}

.projectinfo{
    color:#2F407B;
    font-size:12px;
    text-transform:none;
    display:block;
    margin-top:15px;
    font-weight:bold;
}

#portfolio span.blueheader{
    margin:10px 0 5px 1px;
    text-transform:uppercase;
    font-size:12px;
    display:block;
    color:#2F407B;
}
/*portfolio menu*/

#portfoliomenu{ 
    float:left;
    background:#a8a8a8;
    list-style-position:outside;
    list-style-type:none;  
    padding-left:0;
    width:175px;
    margin-top:0;  }
    
#portfoliomenu li{
    padding-left:0px;
    background:#929292;
    font-size:10px;
    text-transform:uppercase;
    margin-bottom:3px;
   
    padding:4px 2px 4px 10px; 
    
}

#portfoliomenu li:hover {
    background:#2f407b;
}


#portfoliomenu li a{
    text-decoration:none;
    color:#e3e3e3;
    display:block;
    height:20px;
    width:165px;
    margin:-4px 0px -4px -10px; 
    padding:6px 0 0px 10px;
}  


#portfolio a.active{
  background:#2f407b;   
  /*display:block;
  height:22px;
  width:165px;
  margin:-4px 0px -4px -10px; 
  padding:4px 0 0 10px; */
}

/*news page */

#press_releases{
    font-size:12px;
    padding-left:2px;
}

#press_releases li{
    margin:10px 0px;
}

#press_releases li em{
    font-size:10px;
}
/*contact us page */ 

#contact {
    color:#303030;
    line-height:14px;
}

#contact strong{

    font-size:12px;
}
#contact h5{
    color:#2f407B;
    text-transform:uppercase;
    margin:0px 0 5px 0;
    font-size:12px;
    font-weight:bold;
    
    }

#contactinfobox{
 float:left;
 width:310px;
 border:1px #e4e4e4 solid;
 margin:8px 8px 20px 0;
 padding:12px 16px;
 line-height:14px;
 }

#contactinfobox p{
    line-height:16px;
      font-family: arial,helvetica,sans-serif;
      font-size:11px;
    
}
p.leftbox{
    float:left;
    width:150px;
    margin: 5px 0 0 0;
  
}  

p.leftbox2{
    float:right;
    width:150px;
    margin: 21px 0 0 0;

}

p.rightbox{
    float:right;
    margin:5px 0 0 0;
  
}

#aboutaspenbox{
    float:right;
    width:160px;
    background:#E4E4E4;
    padding:7px 7px 0px 8px;
    margin:8px 0 23px 0;
    
}

#aboutaspenbox p {
    margin:0 0 10px 0px;
    font-size:11px;
   
}

/*Contact Us Page */ 

#contact #formwrapper{
 
    padding:10px;
    margin-top:-5px;
}

#contact form{
    line-height:14px;
    font-size:12px;
    font-family:Trebuchet,'Trebuchet MS',Arial,Helvetica,Sans-serif;
     border:1px solid #999999;
}

#contact form label {
   text-align:right;
   width:80px;
   float:left;
   position:relative;
   top:8px;
 }

#contact form input{
    width:140px;
    margin:5px 10px;
    float:left;
    height:12px;
    background:#e9e9e9;
    font-size:10px;   
}

#contact form select{
    width:140px;
    margin:5px 10px;
    float:left;
    height:18px;
    background:#e9e9e9;
    font-size:10px;   
}

#contact form .submit{
    height:auto;
    position:relative;
    left:158px;
    width:auto;
    font-size:12px;
}

#bigblock{
    height:100px;
    padding:40px 0;
}

.recentClosing:hover{
    cursor:pointer;
}

#firstpageactive ul#portfoliomenu li:first-child a { 
    background:#2f407b;   
    display:block;
    height:20px;
    width:165px;
    margin:-4px 0px -3px -10px;
    padding:4px 0 0 10px;
    } 

.inactive{
    color:white;
}

#home .main_image {
    padding:2px 0 0 3px;
    width:527px;
    height:181px;
}

#privacy-policy h4 {
    margin:15px 0px 10px 10;
}
#privacy-policy #container #content p{
    margin:10px 0px;
}

#privacy-policy #content em{
    font-size:12px;
}
