/**
 * Front Page Stylesheet
 * This is only loaded when using the front-page.php page template
 *
 * @since 0.1
 */

.page-template-front-page #container{
    width: 960px;
    padding: 0px;
    background: #EAE8E4;
}


.page-template-front-page .content{
    padding: 0 !important;
    margin: 0px !important;
    width: 960px !important;
    background: #EAE8E4 !important;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    border-radius: 0px;    
}




#feature-box-container{
    overflow: hidden;
    height: 100%;
    padding-bottom: 5px;
}

#feature-box{
    padding: 0px 0px 5px 5px;
}

.featurepage{
    width: 315px;
    float: left;
    clear: none;
    margin: 0 5px 5px 0;
    /** background: #F2F1EE; **/
    background: #FFFFFF;
    padding: 10px;
    height: 100%;
    overflow: hidden;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    border-color: #ccc;
    border-width: 1px;
    border-style: solid;

}
.featurepage img.fp-thumb,
.featurepage a img.fp-thumb{
width: 314px;
height: 162px;
border: 1px solid #ccc !important;
box-shadow: 1px 2px 3px #888;
}
.featurepage .entry-title{
    text-transform: uppercase;
    font-family: 'Lucida Grande', Arial, Sans-serif;
    font-size: 12px;
    margin: 0px 0px 6px 0px;
    text-align: center;
    color: #000;
}

.featurepage .entry-title a,
.featurepage .entry-title a:hover{
    color: #000;
    text-decoration: none;
}   

.fp-page-links{
    margin-left: 16px !important;
    list-style: disc outside none !important;
    color: #000 !important;
}
.fp-page-links li{
    /** background: url(../images/fp_bullet_black.png) no-repeat 0 5px !important; **/
    list-style: disc outside none !important;    
    /** padding-left: 22px !important; **/
    color:#000;
    font-weight: bold;
    font-size: 12px;
    line-height: 1.3;                                                                                                                                                                             
    padding-bottom: 4px;                                                                                                                                                                          
    padding-top: 3px;    
    overflow: visible;    
}
.children {
    list-style: none !important;
    color: #000;
    padding-left: 0px !important;
    margin-left: 0px !important;
}
.children li{
    background-image:  none !important;
    list-style: none !important;
    padding-left: 0px !important;
    margin-left: 0px !important;
    padding-top: 2px !important;
    padding-bottom: 0px !important;

}

span.fp-readmore,
span.fp-readmore a:link,
span.fp-readmore a:visited,
span.fp-readmore a:active{
    color: #000;
    font-size: 12px;
}

span.fp-readmore a:link,
span.fp-readmore a:visited,
span.fp-readmore a:active{
    text-transform: none;
    text-decoration: underline;
}

span.fp-readmore a:hover{
color: #333;
}

#welcome{
    background: #fff;
    margin: 10px 0 0 0px;
}

#welcome .page{
    
}

#welcome-inner{
    padding: 20px;
    overflow: hidden;
    height: 100%;
}

#home-content{
    float: left;
    width: 590px;
}

#home-contact{
    float: right;
    width: 300px;
}

.entry-meta {
    border-top: none;
    text-align: center;

}

.entry-title{
    margin: 0 0 20px 0;
    color: #123C58;
    text-transform: uppercase;
}
.more-link-wrapper{
overflow:hidden;
clear:both;
height: 60px;
margin-bottom: 10px;
}
/**
.more-link-wrapper{
    position: absolute;
    bottom: 20px;
    text-align: center;
    margin: 0 auto;
    width: 100%;
} **/

a.more-link{
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    border-radius: 8px;
    height: 22px;
}

a.more-link:link,
a.more-link:visited,
a.more-link:active
{
    display: block;
    width: 120px;
    text-align: center;
    background: #8f101c;
    margin: 0 auto;
    font-weight: bold;
    color: #fff;
    padding: 10px;
    text-decoration: none !important;
}

a.more-link:hover{
    background: #9B1313
    
}


.wpcf7-form p{
    margin: 0 0 6px 0;
}
.wpcf7-form .wpcf7-text,
.wpcf7-form textarea{
    padding: 2px;
    width: 210px;
    background: #fff;
    color: #000 !important;
    border: 1px solid #ccc;
    font-family: Arial, Helvetica, sans-serif;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    
}

.wpcf7-form textarea{
    width: 90%;
    height: 70px;
    max-height: 100px !important;
}

.wpcf7-submit{
    background: #690D0D;
    color: #fff;    
    border: 1px solid #ccc;
    padding: 4px 8px;
    font-family: Arial, Helvetica, sans-serif;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
}

.qmark{
    width: 32px;
    height:32px;
    display: block;
    background: transparent url(../images/qmark3.png) 0 0 no-repeat;
    position: absolute;
    top: 2px;
    right: 4px;
}



.fp-last-column{
    
}
.webinar-widget{
    margin: 0 0 5px 0px;
}
.fp-sidebar-box{
    padding: 0;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    border-radius: 8px;    
    background: #fff;
    margin: 0 0 5px 0px;
    border: 1px solid #ccc;
}

.fp-sidebar-box h2{
    display: none !important;
}

.fp-sidebar-box p{
    line-height: 140%;
    margin: 3px  0;
    padding: 0px
}

.fp-sidebar-box .widget-inside{
    padding: 8px 12px;
}



#fp-position-statement,
#fp-sidebar-photo{
   background: #fff;
   padding: 8px 12px;
    
}

#fp-position-statement h2{
    color: #000;
    margin: 0px;
    padding: 0px 0px 4px 0px;
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
}

#fp-position-statement p{
}

#fp-sidebar-photo{
    display: block;
    text-align: center;
}

.xhp-content-area{
    background: #eee !important;
    overflow: hidden !important;
position: relative !important;
}

#feature-box-container{
    width: 690px;
    float: left;
}


#hp-welcome{
    padding: 5px 5px 5px 5px;
    clear: both;
}

.hp-welcome-text{
    
}

.hp-welcome-text p{
    margin: 0px !important;
    padding: 0px !important;
}

.xhp-content-area #primary{
    width: 265px !important;
}

.page-template-front-page .home-page-text{ 
   padding: 10px;
   background: #fff;
   border: 1px solid #ccc;
   -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    border-radius: 8px;    
}
.entry-summary{
    margin-bottom: 1.75em;
}

.page-template-front-page #primary{
    margin: 5px 5px 5px 0 !important;
}

