img.pdfBtn {
    padding: 0px 20px 20px 20px;
    border: none;
    float: right;
    clear: both;
}

img.alignright {
    margin: 0px 5px 5px 15px; 
    float: right; 
    clear: both;
}

img.alignleft {
    margin: 2px 10px 2px 0px;
    float: left;
    clear: both;
}

a.footnote {
    font-size: .8em;
    vertical-align: top;
    letter-spacing: -1px;
}

span.smallText {
    font-size: .9em;
    line-height: 0.8em;
}

span.smlTxtRight {
    font-size: .9em;
    font-weight: bold;
    line-height: 0.8em;
    text-align:right;
}

div.rightShadeBox a:link, div.rightShadeBox a:visited {
    display: block;
    width: auto;
    text-decoration: none;
    color: #000000;
    font-size: .9em;
    line-height: 1.0em;
    text-align: center;
    margin: 2px 0px 5px 10px;
    padding: 7px 12px;
    background-color: #c5e5bd;
    float: right;
    clear: both;
}

div.rightShadeBox a:hover {
    display: block;
    width: auto;
    color: #ffffff;
    font-size: .9em;
    line-height: 1.0em;
    text-align: center;
    padding: 7px 12px;
    margin: 2px 0px 5px 10px;
    background-color: #004400;
    float: right;
    clear: both;

}

div.rightContainer {
    width: auto;
    margin: 0 0 5px 15px;
    float: right;
    clear: both;
}

div.leftContainer {
    width: 67%;
    margin: 0 15px 5px 0px;
    float: left;
    clear: both;
}

div.rightColumn {
    width: auto;
    margin-top: 0px;
    margin-bottom: 15px;
    margin-left: 435px;
}

div.leftColumn {
    float: left;
    width: 345px;
    margin-top: 30px;   
}

div.keyWestMenu {
  background-color: #aae5dd;
}

div.rightTitle {
    display: block;
    font-size: 0.9em;
    font-weight: bold;
    padding: 5px 10px;
    background-color: #eeeeee;
}

div.borderBox {
    margin: 0px;
    padding: 5px 10px;
    font-size: .9em;
    border: #eeeeee 2px solid;
}

div.shadeBox {
    margin: 0px;
    padding: 5px 10px;
    font-weight: bold;
    background-color: #e6f8dd;
}

div.centerShadeBox {
    width: 70%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    padding: 5px 10px 5px 10px;
    color: #288400;
    background-color: #e6f8dd;
    clear: both;
}

div.centerContainer {
    width: 50%;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
}

div.centerBox {
    padding: 5px 10px;
    text-align: center;
    border: #eeeeee 2px solid;
}

div.centerTitle {
    text-align: center;
    font-weight: bold;
    padding: 5px 10px;
    background-color: #eeeeee;
}

.sidebar_module.norml_event .content {
  padding: 0; 
}

p.joinbanner {
  background-color: #006600;
  width: 620px;
  color: white;
  padding-left: 5px;
  font-weight: bold;
  font-size: 14px;
  padding-top: 3px;
  padding-bottom: 3px;
  margin-bottom: 0px;
}

input.sendbutton {
  background-color: #006600;
  color: white;
  font-size: 16px;
  font-weight: bold;
  }

input.sendbutton:hover {
  background-color: #E4FCDE;
  color: black;
  border-color: black;
}

div.itemimg {
  width: 50px;
  height: 120px;
  padding-left: 5px;
  float: left;
}

div.itemdetail {
  padding-top: 5%;
  height: 120px;
  width: 690px;
  text-align: center;
}

p.boldstore {
  font-weight: bold;
  font-size: 18px;
  padding-left: 5px;
  padding-top: 10px;
}

div.itembottom {
  padding-left: 5px;
  padding-bottom: 10px;
}
  
.itemwrapper {
  background-color: #C5E5BD;
  border-color: #444444;
  border-width: 1px;
  border-style: solid;
  border-top: none;
  width: 623px;
}
.commentsLink {
	float:right;	
}
@media only screen and (max-device-width: 480px) {

	.wrapper {
		width:480px;
	}


	.centerNarrow  {
		width:320px;
		margin:0 auto;
		padding:0;
	}
	.centerNarrowCapWiz {
		width:442px;
		margin:0 auto;
	}	
	.notMobile {
		display:none;
	}
	
	#leftSidebar {
		width:1px;	
	}
	
}