/******************** wrapper and area classes for overall layout ********************/
html, body, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font,  ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt,fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td  {
	margin: 0px;
	padding: 0px;
}

/******************** PAGE WRAPPERS ********************/
body {
	margin:0;
	font:11px Arial, Helvetica, sans-serif;
	color:#004c93;
	background-color:#d1d3d4;
}
.bodytext{
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-size: 11px;
	color: #000000;
	font-weight: normal;
}

#wrapper-printable{
	float: left;
	width: 6.25in;
	margin: 10px;
	text-align: left;
	background: #ffffff;
	
}
#wrapper-popup{
float: left;
width: 450px;
margin: 10px;
text-align: left;
}
#wrapper{
	width:948px;
	margin:0 auto;
}
/******************** END: PAGE WRAPPERS ********************/


/*********** HOME PAGE STYLES *************/
.box-holder{
	width:100%;
	overflow:hidden;
	padding:15px 0 20px;
	margin:0 0 7px;
}
.box-holder-b{
	background:url(/site-images/bg-content-b.gif) no-repeat 0 100%;
	width: 670px;
	position:relative;
	overflow:hidden;
	margin:-15px 0 -20px;
	float:left;
}
.event-area{
	background:url(/site-images/bg-box-event.gif) repeat-y !important;
	
}
.event-area .box-holder-b{background:url(/site-images/bg-event-area.gif) no-repeat 0 100%;}
.box-holder-c{
	width:670px;
	float:left;
	background:url(/site-images/bg-box-c.gif) repeat-y;
}
.box-holder-c:after {
	clear: both;
	content:'';
	display: block;
}
.item-box{
	float:left;
	width:325px;
	overflow:hidden;
	margin:0 10px 0 0;
}
.item-box .t{
	background:url(/site-images/bg-box-t.gif) no-repeat;
	padding:12px 0 9px;
	width:325px;
	overflow:hidden;
}
.item-box .item-content{
	padding:14px 10px 37px 0;
	overflow:hidden;
	width:315px;
}
.item-box .item-area{
	padding:9px 10px 32px 0;
	overflow:hidden;
	width:315px;
}
.item-box .item-area .img{
	float:left;
	width:107px;
	margin:4px 20px 0 14px;
	display:inline;
}
* html .item-box .item-area .img {
	margin:4px 17px 0 14px;
}
.item-box .item-area .img img{display:block;}
.item-box .item-area .item-txt{
	overflow:hidden;
	font-size:11px;
	color:#243e84;
	padding:0 0 5px;
}
* html .item-box .item-area .item-txt {
	overflow:visible;
	height:1%;
}
.item-txt h3{
	color:#243e84;
	font-size:12px;
	margin:0;
	text-decoration:none;
}
.item-txt h3 a{
	text-decoration:none;	
	color:#243e84;
	font-size:12px;	
}

.item-txt h3 a:hover{
	text-decoration:underline;
	color:#243e84;
	font-size:12px;
}

.item-txt p{margin:0;}
.item-box h2{
	font-weight:bold;
	color:#fff;
	text-indent:-9999px;
	overflow:hidden;
	font-size:15px;
	margin:0 0 0 18px;
	float:left;
	display:inline;
}
.item-box h2.title-fan{
	background:url(/site-images/text-fan.gif) no-repeat;
	width: 155px;
	height: 13px;
}
.item-box h2.title-feature{
	background:url(/site-images/text-feature.gif) no-repeat;
	width: 144px;
	height: 13px;
}
.item-box h2.title-event{
	background:url(/site-images/text-event.gif) no-repeat;
	width: 66px;
	height: 13px;
}
.item-box h2.title-buzz{
	background:url(/site-images/text-buzz.gif) no-repeat;
	width: 198px;
	height: 13px;
}
.item-box h2.title-online{
	background:url(/site-images/text-online.gif) no-repeat;
	width: 121px;
	height: 13px;
}
.item-box h2.title-restaurant{
	background:url(/site-images/text-restaurant.gif) no-repeat;
	width: 192px;
	height: 13px;
}
.item-box .img-box{
	width:289px;
	margin:0 0 10px 16px;
}
.item-box .img-box img{display:block;}
.item-box .item-desc{
	padding:0 20px 0 18px;
	font-weight:bold;
	font-size:15px;
}
.item-box .item-desc h3{
	margin:0 0 4px;
	color:#243e84;
	font-size:12px;
}
.item-box .item-desc h3 a{
	text-decoration:none;	
	color:#243e84;
	font-size:12px;	
}
.item-box .item-desc h3 a:hover{
	text-decoration:underline;
	color:#243e84;
	font-size:12px;
}
.item-box .more{
	color:#f47a20;
	font-size:10px;
	text-decoration:none;
}
.item-box .more:hover{text-decoration:underline;}
.item-box .more-holder{
	width:305px;
	text-align:right;
	position:absolute;
	bottom:25px;
}
.item-box dl{
	margin:0 0 11px;
	width:100%;
	overflow:hidden;
	color:#004c93;
	font-size:11px;
}
.item-box dt{
	float:left;
	text-align:center;
	font-weight:bold;
	width:72px;
	margin:0 16px 0 0;
}
* html .item-box dt{
	margin:0 13px 0 0;
}
.item-box dd{overflow:hidden;}
.item-box dd a{
	color:#004c93;
	text-decoration:none;
}
.item-box dd a:hover{text-decoration:underline;}

* html .item-box dd {
	overflow:visible;
	height:1%;
}

/******************** HEADER ********************/

#header{
	overflow:hidden;
	background:url(/site-images/bg-header.jpg) no-repeat;
	height: 235px;
}
#header .logo{
	background:url(/site-images/bg-logo.png) no-repeat;
	width: 250px;
	height: 181px;
	margin:0 0 0 11px;
	overflow:hidden;
	float:left;
	text-indent:-9999px;
	display:inline;
}
#header .logo a{
	display:block;
	height:100%;
	position:relative;
}
.btn-fun{
	height: 62px;
	float:right;
	margin:24px 15px 0 0;
	font:bold 16px/62px Arial, Helvetica, sans-serif;
	color:#fff;
	text-decoration:none;
	display:inline;
	cursor:pointer;
}
.btn-fun span{
	float:left;
	cursor:pointer;
}
.btn-fun span.l{
	background:url(/site-images/btn-l.png) no-repeat;
	width: 11px;
	height: 62px;
}
.btn-fun span.r{
	background:url(/site-images/btn-r.png) no-repeat;
	width: 14px;
	height: 62px;
}
.btn-fun span.c{
	height:62px;
	padding:7px 10px;
	background:url(/site-images/btn-c.png) repeat-x 0 0;
		color:#fff;
}

#main{
	width:100%;
	background:url(/site-images/bg-main.gif) repeat-y;
}
.main-content{
	width:100%;
	overflow:hidden;
	background:url(/site-images/bg-main-area.gif) no-repeat;
	padding:25px 0 0;
}
#content{
	float:right;
	width:676px;

}
#content-withmargin {
	float:right;
	width:656px;
	margin-right:20px;

}
/******************** END: HEADER ********************/


#sidebar{
	float:left;
	margin:0 0 0 21px;
	display:inline;
	width:227px;
	padding:17px 0 0;
}
#nav{
	margin:0 0 21px;
	padding:0 0 0 3px;
	width:224px;
	overflow:hidden;
	font-weight:bold;
	font-size:14px;
}
#nav li{
	float:left;
	width:100%;
	margin:0 0 10px;
}
#nav a{
	color:#00539b;
	display:block;
	padding:0 0 0 18px;
	background:url(/site-images/bullet01.gif) no-repeat;
	text-decoration:none;
	font-size:14px;
	font-family: Helvetica, sans-serif;
}
#nav a:hover{color:#FBB03B;}
#nav li.active a{
	color:#FBB03B;
}
#nav li.active li a{color:#00539b;}
#nav li.active li a:hover{color:#FBB03B;}
#nav li.active li.active a{
	font-weight:bold;
	color:#FBB03B;
	background:url(/site-images/nav-bullet.gif) no-repeat 4px 5px;
}
#nav li.active li li a{color:#00539b;}
#nav li.active li li a:hover{color:#FBB03B;}
#nav li.active li.active li a{color:#00539b; background:none;font-weight:normal;}
#nav li.active li.active li.active a{
	font-weight:bold;
	color:#FBB03B;
	background:url(/site-images/nav-bullet.gif) no-repeat 4px 5px;
}
#nav ul{
	list-style:none;
	margin:10px 0 0;
	padding:0 0 0 9px;
	overflow:hidden;
	font-weight:normal;
}
#nav ul li{margin:0 0 5px;}
#nav ul a{
	background:none;
}
.socials{
	list-style:none;
	margin:0 0 15px 55px;
	padding:0;
	width:180px;
	overflow:hidden;
}
.socials li{
	float:left;
	margin:0 4px 0 0;
}
.socials a{
	display:block;
	width:25px;
	height:24px;
	text-indent:-9999px;
	overflow:hidden;
}
.socials a.twitter{background:url(/site-images/icon-socials.gif) no-repeat;}
.socials a.facebook{background:url(/site-images/icon-socials.gif) no-repeat 0 -24px;}
.socials a.social-icon{background:url(/site-images/icon-socials.gif) no-repeat 0 -48px;}
.socials a.youtube{background:url(/site-images/icon-socials.gif) no-repeat 0 -72px;}
.sponsors{
	list-style:none;
	margin:0 0 0px;
	padding:0;
	width:100%;
	overflow:hidden;
	line-height: 5px;
}
.sponsors li{
	float:left;
	width:100%;
	margin:0 0 12px;
}
.sponsors img{display:block;}
#footer{
	width:100%;
	overflow:hidden;
	padding:55px 0 40px;
	background-color:#fff;
	text-align:center;
	font-size:11px;
	color:#939598;
}
#footer a{
	text-decoration:none;
	color:#939598;
}
#footer a:hover{text-decoration:underline;}
#footer p{margin:0;}
#footer .logo{
	background:url(/site-images/logo.gif) no-repeat;
	width: 254px;
	height: 58px;
	margin:0 auto 35px;
	overflow:hidden;
	display:block;
	text-indent:-9999px;
}
#footer .logo a{
	display:block;
	height:100%;
}
.menu-holder{
	width:100%;
	overflow:hidden;
	position:relative;
}
.w1{
	position:relative;
	left:50%;
	float:left;
}
.w2{
	float:left;
	position:relative;
	left:-50%;
}
.menu{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	overflow:hidden;
}
.menu li{
	float:left;
	margin:0 1px 0 -1px;
	padding:0 6px;
	background:url(/site-images/separator-menu.gif) no-repeat 0 3px;
}


/******************** FOOTER ********************/


#wrapper-footer-printable {
	display: none;
}



/******************** END: FOOTER ********************/

/******************** GLOBAL ********************/
#faux-column-bkgrd {
	float: left;
	margin: 0px;
	width: 948px;
	background: transparent url(site-images/vertical-dashes-column.jpg) repeat-y 32px 318px;
}

#column-left {
	float: left;
	width: 290px;
}

#column-right {
	float: left;
	width: 658px;
	margin-bottom: 180px;	
}



.speak-bubble {
	float: left;
	padding-left: 21px;
	width: 269px;
}

.speak-bubble-top {
	float: left;
	width: 265px;
	height: 40px;
	background: transparent  url(site-images/speak-bubble-top.jpg) no-repeat top left;
}

.speak-bubble-middle {
	float: left;
	width: 205px;
	padding: 5px 30px 0px 30px;
	background: transparent  url(site-images/speak-bubble-middle.jpg) repeat-y top left;
}

.speak-bubble-bottom {
	float: left;
	width: 265px;
	height: 46px;
	background: transparent  url(site-images/speak-bubble-bottom.jpg) no-repeat top left;
}

.whats-churning {
	font-size: 20px;
	font-family: Georgia,Helvetica, Arial, Verdana, sans-serif;
	color: #F78E1E;
}

.speak-bubble-middle a {
	font-size: 12px;
}

.speak-bubble-middle a:link,
.speak-bubble-middle a:visited {
	color: #000000;
}

.speak-bubble-middle a:hover,
.speak-bubble-middle a:active {
	color: #FBB03B;
}

.sidebar-more-content {
	float: left;
	width: 225px;
	padding-left: 2px;
	margin-left: 32px;
	/*background: transparent url(site-images/vertical-dashes-column.jpg) repeat-y top left;*/
}
.sidebar-content {
	width: 220px;
	padding-left: 0px;
	padding-right: 0px;
	border-top: 1px dashed #FBB03B;
	border-bottom: 1px dashed #FBB03B;
	
	
}
.factory-tour {
	float: left;
	width: 221px;
}

.seo {
	display: none;
}

.printable-block-text {
	display: none;
}

/******************** END: GLOBAL ********************/

/******************** HOMEPAGE ********************/

/******************** END: HOMEPAGE ********************/
.badge-area {
	margin-left: 430px;
	clear: both;
	height: 174px;
	border: 0px solid black;
}
.badge {
	margin-top:10px;
	border: 0px solid black;
}

#main-content {
	margin-top: 40px;
	border: 0px solid black;
	width: 630px;
	padding-left: 11px;
}


.recipe-pods {
	float: left;
	width: 610px;
	height: 85px;
	background: transparent url(site-images/recipe-pods.jpg) no-repeat top left;
}

.recipe-pods a:link,
.recipe-pods a:visited {
	color: #000000;
}

.recipe-pods a:hover,
.recipe-pods a:active {
	color: #FBB03B;
}

.recipe-pod-image {
	float: left;
	width: 114px;
	height: 73px;
	border: 1px solid #FBB03B;
}

.recipe-pod-info {
	float: left;
	width: 181px;
	height: 73px;
	border: 1px solid #FBB03B;
	background-color: #FFFFFF;
}
/********************4 IMAGE DETAIL LAYOUT ********************/

.right-sidebar-photo {
	float: left;
	width: 195px;
}

.right-sidebar-photo-separator {
	float: left;
	width: 190px;
	height: 10px;
}


.main-info {
	float: left;
	width: 390px;
	margin: 10px 5px 0px 0px;
}
.middle-content{
	float: left;
	width: 390px;
	margin: 0px 15px 0px 0px;
}
.stats-title {
	background:#F78F1E;
	width:382px;
	margin:0px;
	padding:3px;
	color:#ffffff;
	text-align: center;
	font-size: 12px;
	font-family: Georgia,Arial, Verdana, Helvetica, sans-serif;	
	font-weight:bold;
	border-left: 1px solid #F78F1E;
	border-right: 1px solid #F78F1E;
	border-top: 1px solid #F78F1E;
}

.stats-box {
	float: left;
	width: 376px;
	padding: 8px 6px;
	border-left: 1px solid #F78F1E;
	border-right: 1px solid #F78F1E;
	border-bottom: 1px solid #F78F1E;
	border-top: 1px solid #F78F1E;
	line-height: 130%;
	color: #00539B;
	margin-bottom:20px;
}
.stats-box p{
	color: #00539B;
}
.search-box{
border:1px solid #dddddd;
background: #eeeeee;
}

.sidebar-right {
	float: left;
	width: 190px;
	padding-top: 0px;
	border: 0px solid black;
}

.photo-caption {
	width: 184px;
	margin-top: 5px;
	margin-bottom: 20px;
	color: #00539B;
}

#thumbform{
position:absolute;
visibility:visible; 
display:none; 
border:1px solid #F78F1E;
color:#00539B;
background:#dddddd;
width:250px;
padding:10px;
}
#tafform{
position:absolute;
visibility:visible; 
display:none; 
border:1px solid #F78F1E;
color:#00539B;
background:#dddddd;
width:450px;
padding:10px;
}


/******************** END: 4 IMAGE DETAIL********************/
.join-now-pod {
	float: left;
	width: 193px;
	height: 83px;
	margin: 5px 0px 0px 0px;
}

.page-number-on{
	font-weight: bold;
	color: #F78F1E;
}


/******************** LISTING  PAGE********************/
.listing-main-content {
	float: left;
	width: 647px;
	padding-left: 11px;
}

.listing-nav-bar {
	width: 440px;
	color: #00539B;
	margin-bottom: 20px;
}



.nav-bar-h1 {
	display: inline;
	font-size: 11px;
}

.listing-nav-bar a {
}

.listing-nav-bar a:link,
.listing-nav-bar a:visited {
	color: #00539B;
}
.listing-nav-bar a:hover,
.listing-nav-bar a:active {
	color: #FBB03B;
}

.listing-nav-bar a.nav-on:link,
.listing-nav-bar a.nav-on:visited,
.listing-nav-bar a.nav-on:hover,
.listing-nav-bar a.nav-on:active,
.listing-nav-bar .nav-on {
	font-weight: bold;
	color: #FBB03B;
}

.listing-box {
	float: left;
	width: 590px;
	margin-bottom: 10px;
}

.printable-listing-title {
	display: none;
}


.listing-image {
	float: left;
	width: 158px;
	height: 98px;
	background: transparent url(site-images/events-image-box.jpg) no-repeat top left;
}

.listing-description {
	float: left;
	width: 422px;
	padding: 4px 0px 5px 10px;
	line-height: 16px;
}





.listing-p {
	line-height: 140%;
}


/******************** STANDARDS ********************/

/******************** TAG STANDARDS ********************/
a {
	font-size: 11px;
}

a:link,
a:visited,
a:active  {
	color: #00539B;
}

a:hover{
	color: #FBB03B;
}

a img {
	border: 0px;
}

h1 {
	font-size: 16px;
	font-family: Georgia,Arial, Verdana, Helvetica, sans-serif; 
	color: #00539B;
	font-weight: bold;
}
h1 .subtitle{
	font-weight: normal;
}
.btn {
	background: #FFFFFF;
	font-weight: bold;
}
.title{
	font-family: Georgia,Arial, Verdana, Helvetica, sans-serif; 
}


h2,
h2 a,
h2 a:active,
h2 a:link,
h2 a:visited {
	font-size: 13px;
	font-family: Georgia,Arial, Verdana, Helvetica, sans-serif; 
	color: #000000;
	font-weight: bold;
}
h2 a:hover{
	text-decoration: underline;
	color: #FBB03B;
}
h3{
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

p, textarea {
	font-size: 11px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #000000;
}

/******************** END: TAG STANDARDS ********************/

/******************** NAVIGATION ********************/
#nav-primary {
	margin: 0px;
	padding: 0px;	
	float: left;
	width: 225px;
	margin-left: 32px;
	list-style-type: none;
	font-size: 14px;
}

#nav-primary li {
	margin: 0px;
	padding: 0px;	
	float: left;
	display: block;
	width: 217px;
	padding-left: 8px;
	padding-bottom: 8px;
	border-bottom: 1px dashed #FBB03B;
}

#nav-primary li.nav-end {
	border-bottom: 0px;
}
#nav-primary li.nav-on {
	background: url(site-images/nav-bullet.gif) no-repeat 28px 9px;

}

#nav-primary a {
	float: left;
	display: block;
	padding-left: 30px;
	font-size: 14px;
	line-height: 28px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-decoration: none;
	background: transparent url(site-images/nav-arrow.gif) no-repeat 0px 0px;
}

#nav-primary a:link,
#nav-primary a:visited {
	color: #00539B;
}
#nav-primary a:hover,
#nav-primary a:active {
	color: #FBB03B;
}

#nav-primary a.nav-on:link,
#nav-primary a.nav-on:visited,
#nav-primary a.nav-on:hover,
#nav-primary a.nav-on:active {
	font-weight: bold;
	color: #FBB03B;
}

/* Adjusts the first nav item */
#nav-primary a.nav-start {
	border-top: 0px;
}

#nav-primary li ul {
	margin: 0px;
	padding: 0px;	
	float: left;

	margin: -5px 0px 0px 0px;
}

#nav-primary li ul li {
	margin: 0px;
	padding: 0px;	
	float: left;
	display: block;
	width: 209px;
	border: 0px;
	padding-bottom: 4px;
}

#nav-primary li ul li ul li {
	margin-left: 15px;
	width: 190px;
}


#nav-primary li ul li.nav-end {
	padding-bottom: 3px;
}

#nav-primary li ul li a {
	float: left;
	display: block;
	padding: 0px 0px 0px 40px;
	font-size: 14px;
	line-height: 17px;
	margin-top: 3px;
	margin-bottom: 3px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-decoration: none;
	background-image: none;
}


#nav-secondary {
	float: left;
	list-style-type: none;
}

#nav-secondary a {
	font-size: 14px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

#nav-secondary a:link,
#nav-secondary a:visited {
	color: #00539B;
}

#nav-secondary a:hover,
#nav-secondary a:active {
	color: #FBB03B;
}

/* END: Adjusts the first nav item */


/******************** END: NAVIGATION ********************/
li{
	vertical-align: middle;
}

/******************** UTILITY STYLES ********************/
.valign-middle {
	vertical-align: middle;
}

.bold {
	font-weight: bold;
}

.border {
	border: 1px solid black;
}

.border-dashed {
	border: 1px dashed #FBB03B;
}

.border-solid {
	border: 1px solid #FBB03B;
}

.border-red {
	border: 1px solid red;
}

.border-green {
	border: 1px solid green;
}

.center {
	text-align: center;
}

.chevrons {
	color: #FFFFFF;
}

.clear {
	clear: both;
}

.clear-left {
	clear: left;
}

.error {
	color: red;
	font-weight: bold;
}

.floatright {
	float: right;
}

.floatleft {
	float: left;
}

.hide {
	visibility: hidden;
}

.hspace1 {
	padding-right: 5px;
}

.hspace2 {
	padding-right: 10px;
}

.hspace3 {
	padding-right: 15px;
}

.hspace4 {
	padding-right: 20px;
}

.hspace5 {
	padding-right: 25px;
}

.hspace6 {
	padding-right: 60px;
}

.login-text {
	color: #1C3C8F;
}

.margin-bttm1 {
	margin-bottom: 5px;
}

.margin-bttm2 {
	margin-bottom: 10px;
}

.margin-bttm3 {
	margin-bottom: 15px;
}

.margin-bttm4 {
	margin-bottom: 20px;
}

.margin-bttm5 {
	margin-bottom: 25px;
}

.margin-bttm6 {
	margin-bottom: 30px;
}

.margin-bttm8 {
	margin-bottom: 8px;
}

.margin-left5 {
	margin-left: 5px;
}

.margin-left6 {
	margin-left: 6px;
}

.margin-left7 {
	margin-left: 7px;
}

.margin-left30 {
	margin-left: 30px;
}

.margin-left40 {
	margin-left: 40px;
}

.margin-left50 {
	margin-left: 50px;
}

.margin-right1 {
	margin-right: 8px;
}

.margin-top1 {
	margin-top: 1px;
}

.margin-top4 {
	margin-top: 4px;
}

.margin-top5 {
	margin-top: 5px;
}

.margin-top8 {
	margin-top: 8px;
}

.margin-top10 {
	margin-top: 10px;
}

.margin-top12 {
	margin-top: 12px;
}

.margin-top15 {
	margin-top: 15px;
}

.margin-top24 {
	margin-top: 24px;
}

.margin-top30 {
	margin-top: 30px;
}

.margin-top50 {
	margin-top: 48px;
}

.margin-top-neg5 {
	margin-top: -5px;
}

.right {
	text-align: right;
}

.text-blue {
	color: #00539B;
}

.text-black {
	color: #000000;
}

.text-default {
	font-size: 11px;
}

.text-large {
	font-size: 13px;
}

.text-small {
	font-size: 8px;
}

.text-white {
	color: #FFFFFF;
}

.vspace1 {
	line-height: 4px !important;
}

.vspace2 {
	line-height: 6px !important;
}

.vspace3 {
	line-height: 8px !important;
}

.vspace4 {
	line-height: 10px !important;
}

.vspace5 {
	line-height: 12px !important;
}

.vspace6 {
	line-height: 70px !important;
}
.smalltext{
font-size: 10px;
line-height: 12px; 
}
a.smalltext{
font-size: 10px;
}
.byline{
font-size: 11px;
line-height: 14px; 
font-style: italic;
}

.nav-inpage{
	font-size: 11px !important;
}
.nav-inpage-on{
	font-size: 11px !important;
}

a.nav-inpage {
	color: #4F7282 !important;
}

a.nav-inpage:link{
	color: #4F7282 !important;
}

a.nav-inpage:hover,
a.nav-inpage:active,
a.nav-inpage:visited  {
	color: #000000 !important;
}
.page-utilitylinks{
	text-align: right;
	margin: 0px 0px 5px 0px !important;
}
.black{
	color: #000000 !important;
}
.black a:link,
.black a:visited,
.black a:active {
	color: #000000 !important;
}

.black a:hover {
	color: #FBB03B !important;
}

img{border-style:none;}
 a{color:#000;} 
 a:hover{text-decoration:none;} 
/********** END: UTILITY STYLES **********/