
/*##############################################################
---------------------------------------------------------------

	DEFAULT SETTINGS

---------------------------------------------------------------
##############################################################*/

body{
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:130%;
	color:#444;
}

.ContentBody
{
	padding:0 8px 8px 8px!important;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:130%;
}

body a:link, body a:visited { color:#671722; text-decoration: underline; }

body a:hover, body a:active { color:#6F5733; text-decoration: none; }

img[id*="imgHelp"] { display: none; }

p {
margin:7px 0 7px 0;
line-height:130%;
}

img {
	border:none;
	padding:0;
	display:inline;
	z-index:0;
}

div{
	margin:0px;
	padding:0px;
}

hr{
	border:none;
	border-top:1px solid #B5A78C;
	height:2px;
}

ul {
	padding:0;
	margin:5px 0 3px 15px;
}

ul li {
	list-style-type:disc;
	padding:3px 0;
}

h1 {
	margin:0!important;
	padding:8px 0;
	font-family: "Tw Cen MT", "Futura", "Century Gothic", Helvetica, Arial, sans-serif;
	color:#574428;
	font-size:18px;
	font-weight:bold;
}

h2, .Head {
	margin:0!important;
	padding:5px 0px 2px;
	font-family: "Tw Cen MT", "Futura", "Century Gothic", Helvetica, Arial, sans-serif;
	color:#24557F;
	font-size:20px;
	font-weight:bold;
	line-height:110%
}

#dnn_right2pane .Head {
	font-size:17px;
}

h3 {
	margin:0!important;
	padding:6px 0 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:15px;
	color:#977849;
}

h4 {
	margin:0!important;
	padding:8px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	color:#681723;
}

h5, .SubHead {
	font-family:Arial, Helvetica, sans-serif;
	color:#826653;
	font-size:14px;
	font-weight:normal;
	margin:0!important;
	padding:10px 0 0px;
}

h6 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#826653;
	font-weight:normal;
	font-size:14px;
	margin:0;
	padding:0;
}

.PublishDate {
	font-size:10px;
	line-height:11px!important;
}

#loginbox {
	text-align:center;
	margin:0 auto;
	width:900px;
}

.Login { 

}
 
.featured a{
 font-size:16px!important;
 padding:0 0 10px 0;
 }
 
 .featured2 a{
 font-size:14px!important;
 padding:0 0 10px 0;
 }
 .thumbnail{padding:0 10px 0 0; }
 
.featuredsub{
font-weight:bold;
font-size:12px;
 padding:5px;
 }
 
 .newsitems{
 font-style:italic!important;
 font-size:12px;
 padding:4px 0 10px 0;
 display:block;

 }
 
 .newsitems p{
 float:left;
 margin-right:5px;
 }
 
 .FCKImageGalleryContainer {
	 background:#fff;
 }
 
 #dnn_ctr485_ManageUsers_User_cmdDelete {
	 display:none;
 }
/*-------------------------------------------------------------
	DNN STUFF
-------------------------------------------------------------*/
.SkinContainer, .Content {
	margin:0px!important;
	padding:0px!important;
}

.EventLinks, .EventLinks a:link, .EventLinks a, .EventLinks a:visited, .EventLinks a:hover {
background-image:url(/Portals/0/MBWWA-arrow.png)!important;
background-repeat:no-repeat;
font-family:arial, helvetica, sans-serif!important;
font-size:12px!important;
font-weight:normal;
margin-left:0;
margin-right:25px;
padding:0 0 0 12px!important;
}
/*-------------------------------------------------------------
	CLEARFIX
-------------------------------------------------------------*/

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}


/*##############################################################
---------------------------------------------------------------

	LAYOUT ELEMENTS

---------------------------------------------------------------
##############################################################*/

/*-------------------------------------------------------------
	MAIN ELEMENTS
-------------------------------------------------------------*/

#Body{
background:#215076;
}

#dnnLOGO{
}


#Search{
float:right;
width:226px;
padding:0px;
margin:5px 7px 0 0px;
}

#dnn_dnnSEARCH_cmdSearch{}
#dnn_dnnSEARCH_txtSearch{
width:140px;
float:left;
height:18px;
margin:0px -5px 0px 10px;
border:1px #666666 solid;
}

.homesearch {
	background: url(images/search.png) no-repeat;
	width:63px;
	height:22px;
	border:0;
	cursor:pointer;
	margin:3px 0 2px 214px;
}

#members {
	float:right;
	width:200px;
	text-align:right;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	margin:7px 0 0 0;
	text-transform:uppercase;
}

#containmenu{
background: url(images/menu.png) repeat-x;
float:left;
width:100%;
height: 35px;
margin:0;
padding:0;
}

body.ie #containmenu{	
}

#container{
background: url(images/back.jpg);
min-height:100px;
width:900px!important;
margin:0 auto;
padding:0 0 5px 0;
overflow:auto;
}

	body.ie #container {
		overflow:hidden;
	}
	
#shadow{
background:url(images/innershadow.png) repeat-y;
width:880px;
margin:0 10px;
float:left;
}

	body.ie #shadow {
		background:none;
		margin:0 10px;
		width:860px;
	}
	
#header{
background: url(images/header.jpg) repeat-x;
height:90px;
width:860px;
margin:0 10px;
float:left;
clear:both;
padding:3px 0 0 0;
position:relative;
z-index:5;
}

	body.ie #header, body.ie #inner {
		margin:0;
	}
	
#logo{
width:300px;
height:60px;
float:left;
}

	#inner   /*inside container*/
	{
		margin:0 10px;
		width:860px;
		float:left;
		min-height:100px;
		text-align:left;
		background:#FFF;
		z-index:1;
		overflow:auto;
	}
	
		#dnn_ContentPane {
		width:837px;
		float:left;
		padding:5px;
		margin:0 8px 0 5px;
		}
		
		body.ie7 #dnn_ContentPane{
		padding:0px;
		margin:0px;
		}
		
		body.ie #dnn_ContentPane{
		padding:0px;
		margin:0px;
		}		
		
		#dnn_leftpane{
		width:532px;
		float:left;

		}
		
		#dnn_rightpane{
		width:320px;
		float:left;
		margin:0;
		}	
		
		body.ie #dnn_rightpane{
		width:320px;
		height:auto;
		float:right;
		margin:0;
		}	

		#dnn_left2pane{
		width:582px;
		float:left;

		}
		
		#dnn_right2pane{
		width:270px;
		float:left;
		margin:0;
		}
		
	#footerleft{
	width:160px;
	height:40px;
	margin:0 auto;
	padding:6px 0 0 6px;
	color:#fff;
	font-size:13px;
	font-weight:bold;
	float:left;
}


	#footerright{
	width:130px;
	height:40px;
	padding:6px 6px 0 0;
	color:#fff;
	font-size:13px;
	font-weight:bold;
	float:right;
}

	#outfooter{   /*inner container*/
	width:860px;
	height:46px;
	background:url(images/footer.png) repeat-x;
	margin:0 auto;
	clear:both;
	padding:0px 0 0 0;
}

	#footercontainer{
	padding:0 0 0px 0;
}
	
	#footerbottom {
	background:url(images/footerbottom.png) no-repeat;
	width:870px;
	height:17px;
	margin:0 10px;
	padding:12px 10px 0 0;
	float:left;
	font-size:11px;
	text-align:right;
	color:#745A34;
	}

	#footerbottom a {
		color:#745A34;
		text-decoration:underline;
	}
 	
	#footerbottom a:hover {
		text-decoration:none;
		color:#806439;
	}
	
	body.ie #footerbottom {
		background:none;
		height:2px;
	}
	
	#ft
	{
		margin:0;
		width:850px!important;
		text-align:center;
		font-family: Arial, Helvetica, sans-serif;
		font-size:10px;
		color:#CCCCCC;
		clear:both;
		background:#ad2226;
		overflow:hidden;
	}
	
		.ftBlock
		{
			padding-bottom:10000px;
			margin-bottom:-10000px;
			width:282px!important;
			border-left:1px solid #aa9d7d!important;
			float:left;
		}
		
		.ftBlock:first-child { border:none!important; }
		
		.copyright {
			font-size:10px;
			line-height:11px;
		}
		
		.quote div {
				float:right;
				text-align:right;
				width:180px;
				font-size:11px;
				color:#FFFFFF;
			}
		
/*-------------------------------------------------------------
	SUPPORTING ELEMENTS
-------------------------------------------------------------*/

.FCKLinkGalleryContainer {
	background:#fff;
}

.ListHeader {
	background:#E4D7B7!important;
	font-family:Arial, Helvetica, sans-serif!important;
	font-size:14px!important;
}

.issuetable td {
	padding:4px 8px 8px 8px;
	background:#DFE3E7;
	border:1px solid #B5A78C;
	
}

.issuetable a {
	color:#624D3F!important;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
}

/*-------------------------------------------------------------
	Articles
*/

.latestArticleItem
{
	padding:12px 0 12px 0;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#000;
	border-top:1px dashed #a6a6a6;
}

.latestArticleItem:first-child { padding-top:0px; border:none; }

#latestArticles .latestArticleItem a { text-decoration:none; }
#latestArticles .latestArticleItem a:hover { text-decoration:underline; }

.latestArticleItem h2 { padding:0!important; margin:0!important;}

.latestArticleItem h2 a { text-decoration:none; }
.latestArticleItem h2 a:hover { text-decoration:underline; }

/*-------------------------------------------------------------
	FormMaster
*/


.Form td
{
	text-align:left;
	padding:4px;
}

.Form span[id$="lblRequired"]
{
	text-align:right;
	float:right;
	margin:-26px 0 0 0;
}

/*-------------------------------------------------------------
	Distributors Directory
*/


.browsetitle {
	float:left;
	width:300px;
	height:29px;
}

.browselink {
	float:left;
	width:262px;
	height:20px;
	padding:9px 0 0 0;
	clear:right;
	text-align:right;
	font-family:Georgia, "Times New Roman", Times, serif;
}

.alphalist {
	float:left;
	clear:both;
	border-top:1px solid #B5A78C;
	border-bottom:1px solid #B5A78C;
	padding:4px 0;
	width:562px;
}

.XMLdbContent {
	float:left;
}

.Distributors thead, .Distributors th {
	color:#5C4A30;
	font-family:Arial,Helvetica, Sans-serif;
	font-size:14px;	
	font-weight:normal;
	line-height:150%;
	padding:5px;
}

.Distributors .TableRowAlt {
	background:#EDE7D0;
	padding:5px;
}

.Distributors td {
	padding:5px;
}

.Distributors a {
	font-size:14px;
}

.Name {
	width:565px;
	padding:8px 0px 3px;
	font-family: "Tw Cen MT", "Futura", "Century Gothic", Helvetica, Arial, sans-serif;
	color:#24557F;
	font-size:20px;
	font-weight:bold;
	border-bottom:1px solid #B5A78C;
	float:left;
	margin:0 0 5px 0;
	clear:both;
	background:#fff;
}

.Name label, .Address1 label, .Address2 label, .City label, .State label, .Zip label, .ContactEmail label, .Contact2 label, .Contact3 label, .Contact4 label, .Contact4 label, .Contact5 label, .Website label {
	display:none;	
}

.Address1, .Address2, .City, .State, .Zip, .Fax {
	float:left;
	width:210px;
	clear:both;
	/*background:#EFE7D1;*/
	padding:0 0 0 5px;
}

.ContactEmail {
	float:left;
	width:210px;
	clear:both;
	padding:4px 0 0 5px;
  }
  
.Phone, .Website {
	float:left;
	width:210px;
	clear:both;
	padding:7px 0 0 5px;
	/*background:#EFE7D1;*/
}

/*.Contact1, .Contact2, .Contact3 {
	background:#EFE7D1;
}*/

.Contact1 label {
	display:none;
}

.Primary, .Distribution, .Counties, .Information {
	float:left;
	width:565px!important;
	padding:5px 0;
}

.Counties {
	margin:7px 0 0 0;
	border-top:1px solid #B5A78C;
}

.Primary label, .Distribution label, .Counties label, .Phone label, .Fax label, .Contact1 label {
	font-weight:bold;
}

.Beer, .Wine, .Other {
	float:left;
	width:187px;
	line-height:140%;
}

.Beer label, .Wine label, .Other label {
	font-family:Arial,Helvetica, Sans-serif;
	line-height:150%;
	color:#977849;
	font-size:15px;
	font-weight:normal;
	margin:0 !important;
	padding:6px 0 4px;
}

.Created, .Changed {
	display:none;
}

#companysearch, #productsearch, #countysearch {
	color:#5C4A30;
	font-family:Arial,Helvetica, Sans-serif;
	font-size:14px;	
	font-weight:normal;
	line-height:150%;
	padding:5px 0;	
}

#company, #product {
	width:224px;
}

#county {
	width:227px;
}

#dnn_rightpane #company {
	width:204px;
	margin:0 0 0 5px;
}

#dnn_rightpane #product {
	width:204px;
	margin:0 0 0 21px;
}

#dnn_rightpane #county {
	width:207px;
	margin:0 0 0 22px;
}

.distsearch {
	background: url(images/search.png) no-repeat;
	width:63px;
	height:22px;
	border:0;
	margin:3px 0 2px 0px;
	cursor:pointer;
}

.searchbtn {
	width:105px;
	display:inline;
	margin:0 0 0 86px;
}

.clearsearch {
	width:115px;
	display:inline;
}


/*##############################################################
---------------------------------------------------------------

	CSS MENU

---------------------------------------------------------------
##############################################################*/

/*-------------------------------------------------------------
	TOP NAV
-------------------------------------------------------------*/


/*-------------------------------------------------------------
	LEVEL ONE
-------------------------------------------------------------*/
#menu {
	width:860px;
	float:right;
	position:relative;
	left:0px;
	top:4px;
}

body.ie #menu {
background:#FFF;
}


#topNav, #topNav ul {
	clear:both;
	float:right!important;
	list-style:none;
	padding: 0px;
	margin: 0px;
	width:auto!important;
}

	body.ie #topNav {

	}

#topNav li {
	border:none;
	float:left;
	list-style: none;
	list-style-image:none;
	background-repeat:no-repeat;
	background-position:right top;
	text-align:center;
	padding: 0px 0px 0px 0px;
	margin: 0px 2px;
}

#topNav a {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;	
	font-size:12px;
	display:block;
	text-decoration:none;
	text-transform:none;
	text-align:center;
	background-repeat:no-repeat!important;
	background-position:left top;
	height:20px;
	padding: 3px 8px 0 8px;
	margin: 0px 0px 0px 0px;
}

	body.ie #topNav a {
		float:left;
	}

#topNav li {
	background-image: url(images/brown/nav-right.jpg);
}
 
#topNav li:hover, body.ie #topNav li:hover, .iehover {
	background-image: url(images/brown/navhighlight-right.jpg)!important;	
}

#topNav li.SelectedTab 
{
	background-image: url(images/brown/overnav-right.jpg)!important;
}


#topNav a {
	color:#FFF;
	background-image:url(images/brown/nav-left.jpg);
	text-transform:uppercase;
}

#topNav a:hover, #topNav li.SelectedTab a, #topNav li:hover a, #topNav li.iehover a {
	background-image: url(images/brown/navhighlight-left.jpg);
	color:#fff;
}

#topNav li.SelectedTab  a {background-image: url(images/brown/overnav-left.jpg);}



#topNav .DisabledTab {
	color:#ffffff;
}
/*-------------------------------------------------------------
	LEVEL TWO
-------------------------------------------------------------*/

#topNav li ul {
	position: absolute;
	left: -999em;
	font-weight: normal;
	padding:0px;
	margin:0px 0px 0px 0px;
	width:auto;
	clear:both;
	height:auto;
}
	
#topNav ul ul a {
	margin:0;
	padding:5px 6px 5px 6px;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
	height:auto;
	width:120px;	
	float:none;
	background-image:none;
	text-align:left;
	text-transform:capitalize;
}

	body.ie7 #topNav li li a {

	}
			
	body.ie #topNav li li a {
		float:none;

	}
	
#topNav li li {
	float:none;
	margin:0;
	padding:0;
	height:auto;
	background-image:none;
}

#topNav li li:hover, #topNav ul ul a, #topNav ul ul .SelectedTab {
	background-image:none!important;
}

#topNav li li.iehover {
 	background-image:none!important;
 }

#topNav li ul {
	background-color:#614B2C;
}

#topNav li ul a {
	color:#fff!important;
}

#topNav li li {
	border-bottom:solid #937342 1px;
}

#topNav ul ul a:hover, #topNav li li:hover, #topNav li li.iehover {
	background-color:#6F5733;
}
/*-------------------------------------------------------------
	LEVEL THREE
-------------------------------------------------------------*/

#topNav li ul ul {
	margin: -2.0em 0 0 10em;
	top:auto;
}

	body.ie #topNav li ul ul {
		margin: -2.0em 0 0 5.4em;
	}
	
	body.ie7 #topNav li ul ul {
		margin: -2.0em 0 0 5.1em;
	}

#topNav li li li li {
	top:auto;
}

#topNav li:hover ul ul, #topNav li:hover ul ul ul, #topNav li.iehover ul ul, #topNav li.iehover ul ul ul {
	left: -999em;
}

#topNav li:hover ul, #topNav li li:hover ul, #topNav li li li:hover ul, #topNav li.iehover ul, #topNav li li.iehover ul, #topNav li li li.iehover ul {
	left: auto;
}


/*##############################################################
---------------------------------------------------------------

	BREADCRUMBS

---------------------------------------------------------------
##############################################################*/

#breadcrumbs
{
	margin:9px 10px;
	width:875px!important;
	text-align:left;
	height:auto!important;
	float:left;
}

#breadcrumbs a {
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-decoration:none;
}

#breadcrumbs a:hover {
	text-decoration:underline;
}





/*##############################################################
---------------------------------------------------------------

	ARTICLE STYLES

---------------------------------------------------------------
##############################################################*/

/*##############################################################
---------------------------------------------------------------

	BROWSER TWEAKS

---------------------------------------------------------------
##############################################################*/
/*-------------------------------------------------------------
	IE 7
-------------------------------------------------------------*/
/* body.ie7 #siteWrapper {  } */

/*-------------------------------------------------------------
	IE 6
-------------------------------------------------------------*/
/* body.ie #siteWrapper {  } */