/* STYLE SHEET FOR TABLELESS CSS STYLES - style5.css */

/* Quotes Section */
#cellBox {
	width:90%;
	overflow: hidden;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
}
#cellBox p.quoteBox1 {
    padding:0 0 0 0;
    text-align: left;
    margin-bottom: 4px
}
#cellBox p.quoteBox2 {
    padding:0 0 0 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.9em;
    font-weight:normal;
    line-height: 1.2em;
}
#cellBox span.quotePara {
  padding:0;
  margin:0;
}
#cellBox span.quoteTitle {
  color:#6C051E;
  font-weight:bold;
  vertical-align:middle
}
#cellBox p.quoteBox-fn1 {
    padding:0 0 0 0;
    margin-bottom: 4px
}
#cellBox p.quoteBox-fn2 {
    padding:0 0 0 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.9em;
    font-weight:normal;
    line-height: 1.2em;
}
#cellBox img.quoteImage {
 border-style:none;
 vertical-align:bottom;
 overflow:hidden;;
 margin-left: 0;
 margin-right: 10px
}
#cellBox img.quoteImage-fn {
 border-style:none;
 float:left;
 overflow:hidden;
}

#cellBox span.full-story{
  font-weight:bolder;
  font-style: italic;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.8em;
  font-stretch: narrower
}
/* end Quotes section */

.interiorBox {
	width:900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 7px;
	margin-left: auto;
}
.box {
	width:675px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: 32px;
}
.homeBg {
	background:#fff url(images/home-bg.gif) repeat-y;
	height:100%;
	width:700px;
	overflow:hidden;
	clear:both
}
.mainBg {
	background:#fff url(images/left-border-bg.gif) left repeat-y;
	height:100%;
	width:945px;
	overflow:hidden;
	clear:both
}
.currentEvents {
	padding-top: 30px;
	padding-right: 7px;
	padding-bottom: 10px;
	padding-left: 33px;
}

/* END CELL NOTE*/

.bannerContainer {
	height:80px;
	clear:both;
	background:url(images/top-bg.jpg) repeat-x;
}
/* Vertical Menu Bar */
   	#menu{
		background:#fff;
		width:170px;
		border:1px solid #cccccc;
        float:left;
        margin-left: 0;
        margin-bottom: 15px
}
		#menu ul{
			list-style:none;
		}
			#menu li{
				list-style:none;
				display:block;
				border-bottom:1px solid #ffce88;
                font-weight: bold
			}
				#menu li a{
					list-style:none;
					display:block;
					background:#fbd346 url(images/menu_006_bg.jpg) repeat-y left;
					color:#fff;
					text-transform:uppercase;
					font-size:0.9em;
					text-decoration:none;
					padding:5px 5px 10px 15px;
				}
					#menu li a:hover{
						background:#f7941d url(images/menu_006_h.jpg) repeat-x top;
						color:#fff;
						text-decoration:none;
					}
				#menu li .current{
					list-style:none;
					display:block;
					background:#f7941d url(images/menu_006_h.jpg) repeat-x top;
					color:#fff;
					text-transform:uppercase;
					font-size:0.9em;
					text-decoration:none;
					padding:5px 5px 10px 15px;
				}
					#menu li a.current, #menu li a:hover.current{
						background:#f7941d url(images/menu_006_h.jpg) repeat-x top;
						color:#fff;
						text-decoration:none;
					}
.arrowgreen{
	width: 155px; /*width of menu*/
	border-style: solid solid none solid;
	border-color: #94AA74;
	border-size: 1px;
	border-width: 1px;
}

.arrowgreen ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.arrowgreen li a{
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	display: block;
	background: transparent url(images/arrowgreen.gif) 100% -32px;
    height: 24px; /*Set to height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	padding: 4px 0 4px 10px;
	line-height: 24px; /*Set line-height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	text-decoration: none;
}

.arrowgreen li a:link, .arrowgreen li a:visited {
	color: #5E7830;
}

.arrowgreen li a:hover{
	color: #26370A;
	background-position: 100% -64px;
}


.arrowgreen li a.selected{
	color: #26370A;
	background-position: 100% -96px;
}

