@charset "UTF-8";             /* CSS Document */
/* ------------------------------ CSS RESET --------------------------------- */
html, body, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, span, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
form{
	color: inherit;
	margin: 0;
	padding: 0;
	border: 0;
	font-size: inherit;
	font-family: inherit;
	letter-spacing: .05em;
	line-height: 1.5;
	list-style: none;
}

body{
	background: rgb(249,241,222); /* Old browsers */

	color: #3B2B1B;
	/* display: none; */
	font-family: 'Open Sans', Helvetica, Arial, Verdana, sans-serif;
	font-size: 13px;
}

a{
	color: #193E57;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}

h1{
	color: #407BA3;
	font-size: 20px;
	font-weight: 300;
	margin-bottom: 10px;
}
h2{
	color: #3B2B1B;
	font-family: 'Kameron', serif;
	font-size: 20px;
	font-weight: 300;
	margin-bottom: 10px;
}
h3{
	font-weight: 700  !important;
	font-size: 15px;
	margin-bottom: 5px;
}
h4{
	font-size: 14px !important;
	font-weight: 600  !important;
	margin-bottom: 10px;
}
img{
	border: none;
	max-width: 100%;
}
input[type=submit]{
	border:0px;
	outline:none;
	margin:10px 0px;
	color:white!important;
	border-radius:5px!important;
	padding:5px 10px!important;
	background: #70a4a3!important;
}
ddol{
	margin: 0 0 10px 0;
}
ol li{
	margin: 0 0 0 20px;
}
p{
	margin-bottom: 10px;
}
span{
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
}
table, tr, td{
	border: 0 none;
	border-spacing: 0;
	font-size: inherit !important;
	text-align: left;
}
ul{
	margin: 0 0 10px 0;
}
ul li{
	margin: 0 0 0 20px;
}
/*============================ ID's & CLASSES ================================*/


div.figure{
	
}
div.figWrapper{
	text-align: center;
}
div.figcaption p{
	margin: 0;
}

img.inline{
	float: left;
	margin: 0 10px 10px 0;
}

p.message{
	color: #B55232;
	font-style: italic;
}

table.councilMember td, table.councilMember th{
	padding: 5px 10px;
	vertical-align: top;
}
table.councilMember th{
	border-bottom: 1px solid #d4e2eb;
}
table.councilMember tr td:nth-child(odd){
	background: #f8fafc;
}
table.councilMember li{
	/*list-style: none;*/
}

ul.councilMember{
	float: left;
	margin: 0 2% 20px 0;
	width: 22%;
}
ul.councilMember li{
	list-style: none;
	margin: 0;
}
ul.councilMember li.credentials span.name{
	font-size: 16px;
	font-weight: 600;
}
ul.councilMember li.department{
	font-style: italic;
}

ul.horizontal{
	float: left;
	width: 100%;
}
ul.horizontal li{
	float: left;
	list-style: none;
	margin: 0;
	padding: 1%;
}
ul.horizontal li a{
	float: left;
	padding: 10px;
}

ul.sidebar, ul.horizontal, table.pubs{
	background: #406325; /* Old browsers */
	background: -moz-linear-gradient(top,  #406325 0%, #82A53D 82%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#406325), color-stop(82%,#82A53D)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #406325 0%,#82A53D 82%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #406325 0%,#82A53D 82%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #406325 0%,#82A53D 82%); /* IE10+ */
	background: linear-gradient(to bottom,  #406325 0%,#82A53D 82%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#406325', endColorstr='#82A53D',GradientType=0 ); /* IE6-9 */
}

ul.sidebar li, ul.horizontal li, table.pubs td{
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.sidebar li a, ul.sidebar li a:active, ul.sidebar li a:visited, ul.horizontal li a, table.pubs td a{
	color: #fff;
	display: block;
	font-size: 11pt;
	margin: 0;
	padding: 20px;
}
ul.sidebar li a:hover, ul.horizontal li a:hover, ul.pubs li a:hover, table.pubs td a:hover{
    background: rgba(0, 0, 0, .2) !important;
    cursor: pointer;
	text-decoration: none;
    transition: all .1s ease-in-out;
}

ul.socialNav li .social{
	background: url('/srm/images/socialicons.png');
	display: block;
	float: left;
	height: 31px;
	margin: 0 20px 0 0;
	overflow: hidden;
	padding: 0;
	text-indent: -9999px !important;
	/*transition: all .2s ease-in-out;*/
	width: 31px;
}
ul.socialNav.white li .social{
	background: url('/srm/images/socialicons-white.png');
}

ul.socialNav li .facebook, ul.socialNav.white li .facebook{
	background-position: 0 0;
}
ul.socialNav li .facebook:hover, ul.socialNav.white li .facebook:hover{
	background-position: 0 -32px;
}
ul.socialNav li .twitter, ul.socialNav.white li .twitter{
	background-position: -32px 0;
}
ul.socialNav li .twitter:hover, ul.socialNav.white li .twitter:hover{
	background-position: -32px -32px;
}
ul.socialNav li .linkedIn, ul.socialNav.white li .linkedIn{
	background-position: -64px 0;
}
ul.socialNav li .linkedIn:hover, ul.socialNav.white li .linkedIn:hover{
	background-position: -64px -32px;
}

.pane{
	overflow: hidden;
	text-align: left;
}
.button {
	color:white!important;
	border-radius:5px!important;
	padding:5px 10px!important;
	background: #70a4a3!important;
	cursor:pointer;
}
.button:hover {
	background:#618c8b!important;
	text-decoration:none;
}
.button:active {
	background:#587f7e;
}
.m04btn {
	display:inline-block;
	margin:5px;
}
.m04btn.active {
	background:#9cccca!important;
}
.skipBtn {
	margin-top:25px!important;
}
#makeOrder {
	display:inline-block;
	margin:10px;
}
.hidden {
	display:none!important;
}
.title {
	display:block;
}
#theRealMiniCart a {
	margin-top:10px;
	color:white;
}
.noteIcon {
	margin: 0px;
	height:12px;
}
table[id*='tableDemoInfo'] td {
	vertical-align:top;
}
/*========================== m02 Renewal Form ================================*/
.m02Navigation{
	margin-top: 20px;
	padding-top: 20px;
        float: left;
        width: 100%;
}
.m02Step{
	margin-bottom: 0;
	padding: 20px 20px 10px 20px;
        background: #ddd;
        border-style: solid;
        border-color: #999;
        border-width:0px;
	border-bottom-width:1px;
}
.m02Step p{
	margin: 10px 0;
}
.alternate-row{
	background:#ddd;
}
.tmar_PlainTable1 td {
	background:none;
}
.tmar_DataTable2 {
	padding:15px 15px 15px 0px;
	color:black!important;
}
.tmar_op_MainProduct {
	color:black!important;
}
.tmar_GoToCart {
	border-bottom-width:0px;
	background:none;
}
.tmar_QtyInput {
	width:25px;
}
.m02Step a:active{
    	color: #000;
}
.m02Step.active{
    	background: #fff;
}
.m02Step.active p{
    	display: block;
}
.m02Step p, .m02Step.complete p, h3 span{
    display: none;
}
.m02Step.complete span{
    color: black;
    display: inline;
}
.m02Navigation{
    margin-bottom: 20px;
}
#subscriptionFormat{
    margin: 0 0 60px 0;
}
.geographicLocationOption{
    display: none;
}
.geographicLocationButtons{
    height: 60px;
    margin: 10px 0; /*auto to center*/
    text-align: center;
    width: 350px;
}
.geographicLocationButtons .button{
    font-size: 14pt;
    font-weight: 900;
    padding: 20px 0;
    width: 100%;
}
/*MEMBER DIRECTORY==========================================================*/
/*DIRECTORY SORT -------------------------------------------------------------*/
#sortWrapper{
    margin-bottom: 20px;
}
.sortSwitches{
    float: right;
    margin: 0 0 10px 0;
    padding: 0;
}
.sortSwitches a, .sortSwitches a:visited{
    background: #999;
    color: #fff;
    float: left;
    margin: 0;
    padding: 3px 8px;
    text-decoration: none;
    white-space: nowrap
}
.sortSwitches a:hover{
    background: #f2f2f2;
    color: #999;
    text-decoration: none;
}
.sortSwitches a.active, .sortSwitches a:visited.active{
    background: #f2f2f2;
    color: #666;
    text-decoration: none;
}
.sortSwitches a.code{
    -webkit-border-top-left-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-bottomleft: 2px;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    
    border-top: 2px solid #999;
    border-bottom: 2px solid #999;
    border-left: 2px solid #999;
}
.sortSwitches a.name{
    -webkit-border-top-right-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    -moz-border-radius-topright: 2px;
    -moz-border-radius-bottomright: 2px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    
    border-top: 2px solid #999;
    border-right: 2px solid #999;
    border-bottom: 2px solid #999;
}
#alphabetSort li{
    	display: inline-block;
    	list-style: none;
	margin: 0;
}
#alphabetSort li a{
    background: #70a4a3;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 11pt;
    height: 20px;
    margin: 0 0px 0 0;
    padding: 5px 6px 6px 6px;
    text-align: center;
    text-decoration: none;
    vertical-align: top;
}
#stateCodeSort li, #stateNameSort li, p.stateSort a, p.stateSort a:active, p.stateSort a:visited{
    display: block;
    float: left;
    margin: 0 10px 10px 0;
}
#stateNameSort li{
    display: none;
}
.stateSort a, .stateSort a:active, .stateSort a:visited{
    background: #999;
    
    border-radius: 3px;
    color: #fff;
    display: block;
    float: left;
    font-size: 11pt;
    height: 25px;
    margin: 0;
    padding-top: 5px;
    text-align: center;
    text-decoration: none;
    vertical-align: top;
}
p.stateSort{
    margin: 0;
}
#stateCodeSort li a{
    width: 30px;
}
#stateNameSort li a, p.stateSort a{
    padding: 5px 5px 0 5px;
    width: auto;
    min-width: 60px;
}
#alphabetSort li:hover a, .stateSort a:hover{
    background: #618c8b;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    transition: all .2s ease-in-out;
}
#alphabetSort li a:active{
	background:#587f7e;
}

/*DIRECTORY SEARCH -----------------------------------------------------------*/
#membershipDirectorySearchWrapper{
    
}
#membershipDirectorySearchWrapper h2{
    background: #999;
    color: #fff;
    padding: 10px;
    text-align: left;
}
#membershipDirectorySearch{
    border-spacing: 0;
}
#membershipDirectorySearch input, #membershipDirectorySearch select{
    background: #f2f2f2;
    color: #999;
    margin: 0 10px 10px 0;
    width: 100%;
    max-width: 120px;
}
#membershipDirectorySearch p{
    color: #999;
    display: none;
    margin: 0;
}

/*DIRECTORY RESULTS ----------------------------------------------------------*/
#membershipDirectoryWrapper{
    
}
#membershipDirectory{
    
}
.stateSegment{
    background: #fff;
    /*border: 1px solid #999;*/
    padding: 0;
}
.stateHead{
    background: #999;
}
.stateHead:hover{
    background: #666;
    cursor: pointer;
    transition: all .1s ease-in-out;
}
.stateHead h2{
    border: none;
    color: #fff;
    display: block;
    float: left;
    margin: 10px;
    padding: 0;
    width: 75%;
}
.stateHead h2:hover{
    cursor: pointer;
}
.stateHead .catapult{
    color: #fff;
    display: block;
    float: right;
    margin: 10px;
}
.memberRow{
    border-top: 1px solid #999;
    padding: 10px;
}
.memberRow li{
    margin: 0 0 0 0;
}
.memberRow .memberName{
    font-size: 11pt;
    font-weight: 700;
}
.noMemberRow{
    display: none;
}
.noMemberRow p{
    background: #fff;
    color: #bf0000;
    font-size: 11pt;
    font-weight: 700;
    margin: 0;
    padding: 10px;
}
/*============================================================================*/
/*================================= HEADER ===================================*/
#headerWrapper{
	margin: 0;
	text-align: center;
	/*min-width: 100%*/;
}

#secondaryNavWrapper{
	background: #55453c;
	border-bottom: 1px solid #3B2B1B;
	height: 30px;
	width: 100%;
}
#secondaryNavWrapper .secondaryNav{
	margin: 0 auto;
	width: 96%;
	max-width: 1200px;
}
#secondaryNavWrapper .loginPanelWrapper{
	background: #70a4a3;
	
	border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
	
	font-family: 'Kameron', serif;
	font-size: 16px;
	position: absolute;
	padding: 0 3px 3px 3px;
}
#secondaryNavWrapper .loginPanel{
	border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
	
	border-right: 1px dashed #856F35;
	border-bottom: 1px dashed #856F35;
	border-left: 1px dashed #856F35;
	padding: 0px 10px;
}
#secondaryNavWrapper .loginPanel ul {
	margin-bottom:5px;
}
#secondaryNavWrapper .loginPanel ul li{
	display:inline-block;
	list-style: none;
	margin: 0 20px 0 0;
}
#secondaryNavWrapper .loginPanel ul li:last-child{
	margin: 0;
}
#secondaryNavWrapper .loginPanel ul li.register{
	/*display: none;*/
}
#secondaryNavWrapper .loginPanel ul li a{
	color: #fff;
}
#secondaryNavWrapper .loginPanel p{
	font-size: 14px;
	margin: 0;
}
#secondaryNavWrapper .loginPanel .pane{
	float: left;
	height: 20px;
	overflow: visible;
	padding: 3px 0 5px 0;
}
#secondaryNavWrapper .secondaryNav .pane div{
	float: left;
}

#secondaryNavWrapper .secondaryNav .navbar{
	float: right;
}
#secondaryNavWrapper .secondaryNav .navbar li{
	float: left;
	list-style: none;
	margin: 0;
}
#secondaryNavWrapper .secondaryNav .navbar li a{
	color: #fff;
	display: block;
	float: left;
	height: 20px;
	padding: 5px 10px;
}
#secondaryNavWrapper .secondaryNav .navbar li a:hover{
	background: #3B2B1B;
	text-decoration: none;
	transition: all .2s ease-in-out;
}

#header{
	margin: 0 auto;
	width: 96%;
	max-width: 1200px;
}
#header .home{
	padding: 50px 0 40px 0;
	text-align: left;
}
#header .page{
	padding: 30px 0 20px 0;
	text-align: left;
}
#header .mobile{
	padding: 30px 0 20px 0;
	text-align: left;
}
#header .home, #header .page, #header .mobile{
	display: none;
	width: auto;
	max-width: none;
}
#header a.mobile{
	display: none;
}
.popUpLogin {
	top:45px;
	left:0px;
	width:250px;
}
#forgotPassword a {
	color:black!important;
}
.collapseTrigger {
	color: #ee3e11!important;
	/*position:absolute;
	top: 0px;
	right: 5px;
	*/
}
#loginModule input[type=checkbox] {
	width:15px;
}
#loginModule .loginButtons input {
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap;
	word-wrap:break-word;
	cursor:pointer;
}
#subHeaderWrapper{
	
}
/*================================= NAVBAR ===================================*/
#navBarWrapper{
	background: #55453c;
	clear: both;
	font-family: 'Kameron', serif;
	font-size:13px!important;
	text-align: center; /*centers #navbar in IE*/
	width: 100%;
}
#navBar{
	margin: 0 auto; /*centers #navBar everywhere else*/
	padding: 0;
	width: 96%;
	max-width: 1200px;
}
/* GENERAL Style for submenu items when not selected */
#navBar li{
	list-style: none;
	margin: 0;
	padding: 0;
}
#navBar ul li a, .mobileMenuTrigger a{
	display: block;
	float: left;
}
.mobileMenuTrigger a{
	width: 100%;
}
.MainMenu_Item td, #navBar ul li a, .mobileMenuTrigger a{
	background: #55453c;
	color: #fbfbfb;
	cursor: pointer;
	padding: 15px 5px;
	text-shadow:0px 1px 1px rgba(0,0,0,.5);
}
.mobileMenuTrigger, ul.navbar li.mobileMenuTrigger{
	display: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

/* Styles for the MAIN MENU items when HOVERED (not submenu) */
.RootMenu_ItemSel td, #navBar ul li a:hover, .mobileMenuTrigger a:hover{
	background: #696043;
	color: #fff;
	cursor: pointer;
	padding: 15px 5px;
	text-decoration: none;
	transition: all .4s ease-in-out;
}
.SubMenu .MainMenu_Item{
	background: #55453c;
	/*border-top: 1px solid #888;*/
	color: #fff;
	padding: 15px 5px;
	z-index: 99;

}

/* Styles for the submenu items when selected */
.SubMenu_ItemSel{
	background: #696043!important;
	color: #fff !important;
	cursor: pointer;
	transition: all .4s ease-in-out;
}

.dnn_dnnmenu_ctldnnmenu_spmicn, .dnn_dnnmenu_ctldnnmenu_spmarw{
	display: none; /*have to hide weird spacers generated by the Main Menu DNN*/
}
/*============================== BREADCRUMB ==================================*/
#breadCrumbWrapper{
	clear: both;
	text-align: center; /*centers #navbar in IE*/
	width: 100%;
}
#breadCrumbBar{
	font-family: 'Kameron', serif;
	margin: 0 auto; /*centers #breadcrumb everywhere else*/
	padding: 20px 0;
	width: 96%;
	max-width: 1200px;
}
/*-- LEFT --*/
#breadCrumbBar .left{
	float: left;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

#breadCrumbBar .left a{
	background: #406325;
	color: #fff;
	display: block;
	float: left;
	padding: 5px 25px;
}
#breadCrumbBar .left a:last-child{
	background: #60632b;
}
#breadCrumbBar .left a:hover{
	background: #304A1C;
	text-decoration: none;
	transition: all .1s ease-in-out;
}
#breadCrumbBar .rightArrow {
	display: none;
}
/*-- RIGHT --*/
#breadCrumbBar .right{
	float: right;
	margin: 0;
	padding: 0;
}

#breadCrumbBar .memberActivity{
	float: left;
	margin: 0 20px 0 0;
	padding: 10px 0;
}
#breadCrumbBar .memberActivity a{
	
}
#breadCrumbBar .memberActivity a:hover{
	
}
#breadCrumbBar .memberActivity a.collapse{
	display: none;
}

#breadCrumbBar .wrapper{
	float: left;
}

#breadCrumbBar ul.socialNav{
	float: left;
	margin: 0 auto;
	padding: 0;
}
#breadCrumbBar ul.socialNav li{
	border: none;
	display: block;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}
#breadCrumbBar ul.socialNav li a{
	margin: 0 0 0 10px;
	padding: 0;
}
#breadCrumbBar ul.socialNav li a:hover{
	transition: none;
}

#breadCrumbBar .searchBar{
	float: left;
	margin: 0 0 0 20px;
	padding: 0;
	text-align: left;
}
#breadCrumbBar .searchBar input{
	color: #D3BE89;
	float: left;
	font-size: 10px;
	margin: 5px -10px 5px 0;
	padding: 3px;
	width: 160px;
	z-index: 9;
}
#breadCrumbBar .searchBar input:focus{
	margin: 2px -10px 2px 0;
	padding: 6px 0 5px 3px;
	transition: all .2s ease-in-out;
}
#breadCrumbBar .searchBar a{
	background: rgb(180,161,105); /* Old browsers */
	background: -moz-linear-gradient(top,  #b4a169 0%, rgba(105,96,67,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(180,161,105,1)), color-stop(100%,rgba(105,96,67,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(180,161,105,1) 0%,rgba(105,96,67,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(180,161,105,1) 0%,rgba(105,96,67,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(180,161,105,1) 0%,rgba(105,96,67,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(180,161,105,1) 0%,rgba(105,96,67,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4a169', endColorstr='#696043',GradientType=0 ); /* IE6-9 */

	border: none;
	border-radius: 20px;
	color: #D3BE89;
	display: block;
	float: left;
	font-size: 20px;
	margin: 0;
	padding: 0 10px;
	z-index: 99;
}
#breadCrumbBar .searchBar a:hover{
	background: #3B2B1B;
}

/*============================== SUBHEADER ===================================*/
#subHeader{
	background: #696043;
	margin: 0 auto;
	padding: 0 0 0 0;
	width: 96%;
	max-width: 1200px;
}
#subHeader .pane{
	display: none;
}
#subHeader .left{
	float: left;
	margin-right: 2%;
	margin-bottom: 20px;
	width: 32%;
}
#subHeader .middle{
	float: left;
	margin-bottom: 20px;
	width: 32%;
}
#subHeader .right{
	float: right;
	margin-bottom: 20px;
	width: 32%;
}
#subHeader .figure{
	overflow: hidden;
}
#subHeader .figure .figWrapper{
	border: 5px solid #fff;
	overflow: hidden;
}
#subHeader .figure img{
	max-height: 300px;
	margin: 0;
	padding: 0;
	width: auto;
	max-width: none;
}
#subHeader .figcaption{
	background: #fff;
	margin: 2px 0 0 0;
	padding: 0 0 0 5px;
}
#subHeader .figcaption p{
	border-left: 2px solid #b8cedd;
	padding: 10px 10px 10px 15px;
}
/*================================ PANES =====================================*/
#marquee{
	float: left;
	width: 100%;
}
#marquee .pane{
	margin: 20px auto 0 auto;
	width: 96%;
	max-width: 1200px;
}

#panesWrapper{
	float: left;
	text-align: center; /*centers #breadcrumb in IE*/
	width: 100%;
}

#panesWrapper .wrapper{
	margin: 0 auto 20px auto;
	width: 96%;
	max-width: 1200px;
}

#panesWrapper .figure{
	float: left;
	margin: 0 2% 10px 0;
	overflow: hidden;
	max-width: 30%;
}
#panesWrapper .figure .figWrapper{
	border: 5px solid #b8cedd;
	overflow: hidden;
	text-align: center;
}
#panesWrapper .figure img{
	max-height: 300px;
	margin: 0;
	padding: 0;
	width: auto;
}
#panesWrapper .figcaption{
	background: #b8cedd;
	border-top: 2px solid #fff;
	margin: 0;
	padding: 0 0 0 5px;
}
#panesWrapper .figcaption p{
	border-left: 2px solid #fff;
	padding: 10px 10px 10px 15px;
}

#topPane.wrapper{
	
}
#topPane .left{
	float: left;
	margin-right: 2%;
	width: 23%;
}
#topPane .middle{
	float: left;
	width: 50%;
}
#topPane .right{
	float: right;
	width: 23%;
}


#smallLeft{
	margin: 20px auto 0 auto;
}
#smallLeft .left{
	float: left;
	width: 28%;
}
#smallLeft .right{
	float: right;
	width: 70%;
}

#smallRight{
	margin: 20px auto 0 auto;
}
#smallRight .left{
	float: left;
	width: 70%;
}
#smallRight .right{
	float: right;
	width: 28%;
}
#moleculeWidgetHead {
	background:#C8A64D;
	padding:20px;
}
.productListingModule td {
	background:none;
	border: 0 none;
	text-align: left;
	vertical-align:top;
}

.qty-style {
	vertical-align:middle!important;
}
.qty-style td {
	display:block!important;
}
.containermaster_gray {
	display:none;
}
/*======================== CONTACT =============================*/ 
#contactWrapper .contact {
	background:none;
}
#contactWrapper .content {
	border:none;
}
/*================================ CLEANUP ===================================*/
#cleanup{
	clear: both;
	margin: 0 auto;
	padding: 0 20px;
	width: 94%;
	max-width: 1200px;
}
/*============================= SUPER FOOTER =================================*/
#superFooterWrapper{
	background: #696043;
	float: left;
	margin: 20px 0 0 0;
	padding: 0;
	text-align: center; /*centers #breadcrumb in IE*/
	width: 100%;
}
#superFooterWrapper .wrapper{
	margin: 20px auto;
	padding: 0;
	width: 96%;
	max-width: 1200px;
}

#superFooterWrapper .left{
	float: left;
	margin-right: 2%;;
	width: 32%;
}
#superFooterWrapper .middle{
	float: left;
	width: 32%;
}
#superFooterWrapper .right{
	float: right;
	width: 32%;
}

#superFooterWrapper h2{
	
}
/*================================= FOOTER ===================================*/
#footerWrapper{
	background: #55453c;
	clear: both;
	font-size: 12px;
	padding: 0;
	text-align: center; /*centers #breadcrumb in IE*/
	width: 100%;
}
#footer{
	margin: 0 auto; /*centers #breadcrumb everywhere else*/
	padding: 20px 0;
	width: 95%;
	max-width: 1200px;
}

#footer span, #footer p, #copyrightYear{
	color: #fbfbfb;
	display: inline;
	text-shadow:0px 1px 1px rgba(0,0,0,.5);
}
#footer a{
	color: #fff;
	text-decoration: underline;
}
#footer a:hover{
	text-decoration: none;
}
#footer ul{
	padding: 10px 0;
	text-align: right;
}
#footer li{
	color: #fff;
	display: inline;
	margin: 0;
	padding: 2px 10px 2px 0;
}
#footer li.last{
	border: none;
}

#footer li.wrapper{
	border: none;
	padding: 0;
}

#footer li.wrapper .pane{
	/*display: inline;*/
	float: left;
}

#footer ul.socialNav{
	float: left;
	margin: 0 auto;
	padding: 0;
}
#footer ul.socialNav li{
	border: none;
	display: block;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}
#footer ul.socialNav li a{
	margin: 0 20px 0 0;
	padding: 0;
	text-align: left;
}
#footer ul.socialNav li a:hover{
	transition: none;
}
/*======================== MOBILE & DEVICE STYLE =============================*/
@media (max-width: 680px) {
	/*HEADER*/
	#header .home, #header .mobile{
		display: none !important;
	}
	#header .page{
		display: block !important;
	}
	
	#breadCrumbBar .right{
		display: none;
	}
	
	/*NAVBAR*/
	#staticNavBar{
		/*display: none;*/
	}
	.MainMenu_MenuContainer{
		background: #0077be;
		display: none;
		margin-top: 58px;
		position: absolute;
	}
	.MainMenu_MenuContainer td{
		float: left;
		width: 100%;
	}
	#marquee ul.navbar{
		display: none;
		padding: 0;
		position: absolute;
		width: auto;
	}
	#marquee ul.navbar li{
		float: none;
		list-style: none;
		text-align: left;
	}
	#marquee ul.navbar li a{
		background: #999;
		width: 100%;
	}
	.mobileMenuTrigger{
		display: block;
		text-align: left;
	}
	
	/*CONTENT*/
	#subHeader .pane, #panesWrapper .pane, #superFooterWrapper .pane{
		margin: 0;
		width: 100%;
	}
	
	ul.councilMember{
		float: left;
		margin: 0 2% 20px 0;
		width: 48%;
	}

	/*FOOTER*/
	#footer li{
		clear: both;
		display: block;
		list-style: none;
		text-align: left;
	}
	#footer ul.socialNav li{
		clear: none;
		list-style: none;
		margin: 0 0 10px 10px;
	}
}

@media (max-width: 600px) {
	#headerWrapper .secondaryNav .navBar li a{
		text-indent: -9999px;
	}
	#headerWrapper .secondaryNav .navBar li a:hover{
		background: transparent;
		cursor: default;
	}
}

@media (max-width: 420px) {
	/*HEADER*/
	#header .home, #header .page{
		display: none !important;
	}
	#header .mobile{
		display: block !important;
	}
}
/*END CSS QUERIES ############################################################*/
/*CART*/
.shoppingCartBlanket{
    display: none;
}
/*END CART*/

.logos img {
      float:right;
      width:40%;
}

.event-list-header {
      font-size: 20px !important;
      font-weight:bold !important;
      border-bottom: 3px solid black !important;
}

/*Product Pop-up*/
a.selected {
  background-color:#1F75CC;
  color:white;
  z-index:100;
}

.messagepop {
  background-color:#FFFFFF;
  border:1px solid #999999;
  cursor:default;
  display:none;
  margin-top: 15px;
  position:absolute;
  text-align:left;
  width:394px;
  z-index:50;
  padding: 25px 25px 20px;
  box-shadow: 0px 0px 50px rgba(0,0,0,1);
  border-radius: 5px;
  text-align:center;
  font-size:16px;
}

.pop label {
  display: block;
  margin-bottom: 3px;
  padding-left: 15px;
  text-indent: -15px;
}

.messagepop p, .messagepop.div {
  border-bottom: 1px solid #EFEFEF;
  margin: 8px 0;
  padding-bottom: 8px;
}
/*M03*/
#m03 .button {
  display:inline-block;
  margin:5px;
  cursor:pointer;
}
.prodBox {
  position:relative;
  padding:10px;
}
.pull-right {
  right:0px;
  top:0px;
  position:absolute;
}
.collapseTrigger {
  font-size:10pt!important;
  display:none;
}