/* This file will hold styles for all layouts using the alpha grid (i.e. not the mobile layout). */

.not-front #page {
    background: none repeat scroll 0 0 #232322;
}
#section-header {
    background: url("../images/member-huffman.jpg") no-repeat scroll center top transparent;
    height: auto;
}
.not-front #section-header {
    background: url("../images/member-int-huffman.jpg") no-repeat scroll center top transparent;
    height: 270px;
}

#search-block-form .form-item input {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.5);
    width: 100%;
}

#widgets-element-cng_share {
	float: right;
}

.sf-menu {
    background: none repeat scroll 0 0 transparent;
    border: 0 solid #999999;
    box-shadow: 5px 5px 8px 0 rgba(255, 255, 255, 0.2) inset;
    -webkit-box-shadow: 5px 5px 8px 0 rgba(255, 255, 255, 0.2) inset;
}  
.sf-menu a {
    font-size: 1.25em;
    padding: 2em 1em;
}
.sf-menu ul {
    margin-top: 43px;
	background: url("../images/bg-nav-drop.png") repeat scroll 0 0 transparent;
    border-bottom: 3px solid #333333;
	}
#block-menu-block-congress-main-menu-superfish ul.menu li {
    background-color: transparent;
}
#zone-menu {
	background: url("../images/bg-nav.png") repeat-x scroll 0 0 transparent;
    border: 1px solid #42474B;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2) inset;
    -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2) inset;
}
.logo-img {
    margin-top: -15px;
}
/* 6-6-13 - Customer wanted to hide button navigation for rotator - STW */
.view-congress-hprotator .flex-control-nav {
    display: none; 
}
/*** TIMS EDITS ***/

.popup-form {
    background-color: rgb(255,255,255);
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 5px 5px 5px 5px;
    float: none;
    margin: 2%;
    padding: 3%;
    width: auto;
    -moz-box-shadow: 0 0 10px 1px #8F8A85;
    -webkit-box-shadow: 0 0 10px 1px #8F8A85;
    box-shadow: 0 0 10px 1px #8F8A85;
}

#house_enews_popup h2{
	float:left;
}

#colorbox {
    background: url("../images/popup-bg.png") no-repeat scroll center top #FFFFFF;
}

#cboxWrapper{
	background:none;
}

#cboxContent{
	background: rgba(255, 255, 255, .5);
}