@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'GothamLight';
    src: url('/fonts/gothamlight_0.eot');
    src: url('/fonts/gothamlight_0.eot?#iefix') format('embedded-opentype'),
         url('/fonts/gothamlight_0.woff') format('woff'),
         url('/fonts/gothamlight_0.ttf') format('truetype'),
         url('/fonts/gothamlight_0.svg#GothamLight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'GothamMed';
    src: url('/fonts/gothammedium0.eot');
    src: url('/fonts/gothammedium0.eot?#iefix') format('embedded-opentype'),
         url('/fonts/ggothammedium0.woff') format('woff'),
         url('/fonts/gothammedium0.ttf') format('truetype'),
         url('/fonts/gothammedium0.svg#GothaMed') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'GothamBold';
    src: url('/fonts/gothambold0.eot');
    src: url('/fonts/gothambold0.eot?#iefix') format('embedded-opentype'),
         url('/fonts/gothambold0.woff') format('woff'),
         url('/fonts/gothambold0.ttf') format('truetype'),
         url('/fonts/gothambold0.svg#GothamBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'GothamBlack';
    src: url('/fonts/gothamblack0.eot');
    src: url('/fonts/gothamblack0.eot?#iefix') format('embedded-opentype'),
         url('/fonts/gothamblack0.woff') format('woff'),
         url('/fonts/gothamblack0.ttf') format('truetype'),
         url('/fonts/gothamblack0.svg#GothamBlack') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
	background-color: #4D4D4D;
	font: 13px Arial, Helvetica, sans-serif;
	color: #323232;
	min-width:964px;
}

#topwrapper {
	/*min-width: 964px;*/
	width:100%;
	background: url(/images/topbg.png) repeat-x top;
	height: 184px;
	position: relative;
	margin: 0 0 -5px 0;
}

#top, #wrapper, #footer, #home {
	width: 964px;
	margin: 0 auto;
}

#top #topblue {
	clear: both;
	overflow: hidden;
	height:45px;
}

#top #topblue a{
	text-decoration:none;
}

#top .search{
	float: right;
	width: 208px;
	border-left: 1px solid #022C39;
	text-align: right;
	padding: 10px 0 7px 23px;
}

#top #form {
	background: url(/images/top_search.png) no-repeat;
	width: 208px;
	height: 26px;
}

#top #form .textfield, #pages.resources .search #form .textfield, #pages.listings .search #form .textfield, #pages.articles .sidebar #form .textfield {
	float: left;
	border: 0px;
	background-color: transparent;
	width: 165px;
	font-size: 10px;
	height:25px;
	padding: 0 0 0 10px;
}

#top #form .textfield {
	color:#FFF;
}

#pages.listings .search #form .textfield, #pages.resources .search #form .textfield, #pages.articles .sidebar #form .textfield {
	width:75%;
}

#pages.resources .search #form .textfield, #pages.listings .search #form .textfield, #pages.articles .sidebar #form .textfield{
	height:auto;
	padding:15px 0 12px  12px;
    border-radius:2px;
	border:2px solid #225a6b;
	background:#FFF;
	font-size:11px;
}

#top #form .go, #pages.resources .search #form .go, #pages.listings .search #form .go, #pages.articles .sidebar #form .go {
	float: right;
	width: 17px;
	padding: 4px 6px 0 0;
}

#top .chat {
	width: 124px;
	border-right: 1px solid #346270;
	border-left: 1px solid #022C39;
	color: #FFFFFF;
	font-size: 12.5px;
	text-align: center;
	float: right;
	padding: 15px 18px 14px 18px;
}

#top .chat a {
	color:#FFFFFF;
	text-decoration:none;
}

#top .hotline {
	width: 127px;
	float: right;
	border-right: 1px solid #346270;
	border-left: 1px solid #022C39;
	color: #8D9DA4;
	font-size: 11px;
	text-align: center;
	padding: 8px 0;
}

#top .hotline .number {
	font: 14px GothamBold;
	color: #CBD2D5;
}

#top .flags {
	float: right;
	width: 275px;
	border-right: 1px solid #346270;
	padding: 15px 2px 13px 0;
}

#top .flags img {
	margin: 0 17px 0 0;
}

#top #logo {
	float: left;
	width:21%;
	padding: 20px 0 0 0;
}

#top #logo img{
	width:100%;
	height:auto;
}

#top .right {
	float: right;
	width: 79%;
	padding:20px 0 0 0;
}

#top #topnav ul {
	text-align: right;
	padding: 10px 0 20px 0;
}

#top #topnav li {
	color: #B8CFD8;
	font-size: 12px;
	display: inline;
	padding: 0 3px;
}

#top #topnav li a {
	color: #B8CFD8;
	text-decoration: none;
}

#top #topnav li a:hover {
	color: #FFFFFF;
}

#top #nav {
	float:right;
}

#top #nav ul {
	text-align: center;
}

#top #nav li, #top #subnav li {
	color: #FFFFFF;
	font-size: 12.5px;
	float: right;
}

#top #subnav li{
	float:right;
}

#top #nav li.top{
	display:none;
}

#top #subnav li {
	background-image:none;
	font-size: 11px;
}

#top #subnav li.lastli {
	border:none;
}

#top #nav li a, #top #subnav li a {
	color: #FFFFFF;
	text-decoration: none;
	padding: 12px 14.5px 12px 14px;
	display: block;
	background:#045d76;
}

#top #subnav li a{
	
}

#top #nav li a:hover, #top #nav .lion a {
	background:#013c4e;
}

#top #subnav {
	/*background: #045d76;*/
	float: right;
}

#top #subnav.about {
	border-radius:2px;
	/*width: 345px;*/
}	

#top #subnav.news {
	border-radius:2px;
	/*width: 240px;*/
}	

#top #subnav.resources {
	border-radius:2px;
/*	width: 716px;*/
}

#top #subnav.articles {
	background: rgba(0,96,121,1);
	border-radius:2px;
	width: 375px;
	margin: 0 83px 0 0;
}	

#top #subnav.classes {
	border-radius:2px;
	/*width: 678px;*/
}

#top #subnav.certified {
	border-radius:2px;
	/*width: 375px;*/
}

#top #subnav.products {
	border-radius:2px;
	/*width: 62%;*/
}	

#top #subnav li a {
	padding: 6px 11px 6px 10px;
}

#top #subnav li a:hover, #top #subnav .lion a {
	background: rgba(0,65,83,1);
}

#centerwrapper {
	width:100%;
	background: url(/images/greybg.jpg) repeat;
}

a.menu{
	display:none;
}

#wrapper {
	padding: 0 0 55px 0;
}

#home {
	clear: both;
	overflow: hidden;
}

#home .toparea {
	padding: 55px 0 40px 0;
	overflow:hidden;
}

#home #flash {
	float: left;
	width: 65%;
	margin:10px 0 0 0;
}

ul.bjqs{position:relative; list-style:none;padding:0;margin:0;overflow:hidden; display:none;}
li.bjqs-slide{position:absolute; display:none;}
ul.bjqs-controls{margin:0;padding:0;z-index:9999;}
ul.bjqs-controls.v-centered li a{position:absolute; padding:8px;  background-color:#FFF; font: 10px GothamBlack;}
ol.bjqs-markers{list-style-type:georgian;  padding: 0; margin: 10px 0px 0px 0; width:100%;}
ol.bjqs-markers.h-centered{text-align: center;}
ol.bjqs-markers li{display:inline;}
ol.bjqs-markers li a{display:inline-block; margin:5px; background-color:#99c739; width:15px; color:#99c739; text-decoration:none; border-radius:100%;}
ol.bjqs-markers li.active-marker a{ background-color:#626262; color:#626262;}
#flash li a img{width:100%; height:auto;}

#home .quicklinks {
	float: right;
	width: 42%;
}

#home .quicklinks h2 {
	font: 22px GothamLight;
	letter-spacing: .14em;
	color: #323232;
	text-transform: uppercase;
	padding: 0 0 8px 0;
	background: url(/images/greyboxbg.gif) repeat-x bottom;
}

#home .quicklinks a.arrowbut {
	background: url(images/home_arrowbutbg.gif) repeat-x bottom, url(images/grey-arrow.png) no-repeat right;
	font: 15px GothamBold;
	color: #4C4C4C;
	color: #323232;
	text-decoration: none;
	padding: 10px 0;
	display: block;
}

#home .quicklinks a.arrowbut.noborder {
	background: url(images/grey-arrow.png) no-repeat right;
}

#home .quicklinks a:hover.arrowbut {
	color: #99C73A;
}	

#darkgreywrapper {
	background: url(images/home_darkgreybg.jpg) repeat;
	border-top: 1px solid #AFADAE;
	border-bottom: 1px solid #AFADAE;
	padding: 20px 0;
}

#home .alert {
	background: url(images/home_alertbg.png) no-repeat;
	width: 95%;
	height: 54px;
	float: left;
	font-size: 12px;
}

#home .alert h2 {
	font: 22px GothamBlack;
	color: #BF3805;
	float: left;
	letter-spacing: .02em;
	border-right: 1px dotted #999999;
	padding: 15px 0px 14px 25px;
	width: 20%;
}

#home .alert .text {
	float: right;
	padding: 20px 15px 0 15px;
	width: 73%;
}

#home a {
	color:#000;
}

#home .alertarrow {
	width: 3.7%;
	float: right;
}

#home .alertarrow img{
	width:100%;
	height:auto;
}

#medgreywrapper {
	background: url(images/home_medgreybg.jpg) repeat;
	padding: 35px 0 55px 0;
}

#home .left {
	float: left;
	width: 52%;
}

#home .left .whitebox {
	border: 1px solid #DAD9DA;
	background-color: #FFFFFF;
	padding: 15px 25px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	clear: both;
	overflow: hidden;
}

#home .left .whitebox.join {
	margin: 0 0 30px 0;
}

#home .left #form {
	background: url(images/home_joinbg.gif) no-repeat left;
	padding: 8px 0 8px 65px;
	clear: both;
	overflow: hidden;
}

#home .left #form .textfield {
	width: 87%;
	height: 32px;
	border: 1px solid #CFCFCF;
	float: left;
	font-size: 16px;
	padding: 0 0 0 10px;
	color: #626262;
}

#home .left #form .go {
	width: 9%;
	float: left;
}


#home .left .whitebox.news .image {
	float: left;
	width: 14%;
	height:auto;
}

#home .left .whitebox.news .desc {
	float: right;
	width: 82%;
	font-size: 11px;
}

#home .left .whitebox.news .newstitle {
	font-weight: bold;
}

#home .left .whitebox.news .date {
	float: right;
	font-weight: normal;
	width: 23%;
	padding:10px 0 0 0;
}

#home .left .whitebox.news p {
	width: 295px;
}

#home .left .whitebox.featured {
	padding: 15px 28px;
}

#home .left .whitebox .title {
	font: 14px GothamMed;
	padding:0 0 10px 0;
	text-transform: uppercase;
}

#home .left .whitebox.featured .logo.last{
	border:none;
}

#home .left .whitebox .desc .more {
	color: #323232;
	font-size: 11px;
}

#home .left .whitebox .desc .more a {
	color: #323232;
}

#home .left .whitebox .view {
	clear: both;
	text-align: right;
	color: #323232;
	font-size: 11px;
	padding:10px 0 0 0;
}

#home .left .whitebox .view a {
	color: #323232;
}

#home .right {
	float: right;
	width: 33.2%;
}

#home .right .box {
	clear: both;
	overflow: hidden;
	padding: 10px 0 0 0;
}

#home .right .box a{
	text-decoration:none;
}

#home .right .box .image {
	float: left;
	width: 14%;
	height:auto;
	margin: 0 10px 0 0;
}

#home .right .box .desc {
	background: url(images/home_arrowbutbg.gif) repeat-x bottom;
	float: right;
	width: 82.8%;
	color: #4C4C4C;
	padding: 0 0 10px 0;
}

#home .right .box .noborder {
	background: none;
}

#home .right .box .desc .title {
	font: 16.5px GothamBlack;
	color: #404040;
	text-transform: uppercase;
}

#home .right .box .desc .more {
	text-align: right;
	font-size:12px;
	margin: 5px 5px 0 0;
}

#home .right .box .desc .more a {
	text-decoration: none;
	color: #4C4C4C;
}

#home hr {
	border: 0px;
	background: url(/images/greyboxbg.gif) repeat-x bottom;
	padding: 25px 0 0 0;
	margin: 0 0 25px 0;
	clear: both;
}

#home .left .largetext {
	font-size: 14px;
	font-weight: bold;
}

#home .left p {
	text-align: justify;
}

#pages {
	background-color: #FFFFFF;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 40px;
  	min-height: 500px;
  	height: auto !important;
  	height: 500px;
}

h1 {
	min-height: 22px;
	font: 22px GothamMed;
	line-height:22px;
	letter-spacing: .14em;
	color: #323232;
	text-transform: uppercase;
	text-align: center;
	padding: 20px 0;
}

h1 a {
	text-decoration:none;
	color:#000;
}

h2 {
	color: #047597;
	font-size:16px;
	text-transform:capitalize;
	text-align: center;
	font-weight:bold;
	padding: 20px 0 0 0;
	letter-spacing: .08em;
}

#pages .clear {
	clear: both;
}

#pages .error {
	color:#FF0000;
	font-weight:bold;
}

#pages .left {
	float: left;
	width: 47%;
	text-align: justify;
}

#pages .right {
	float: right;
	width: 47%;
}

#pages .title, #pages #form .field-head, .signup .header {
	font-size: 15px;
	font-weight: bold;
	letter-spacing: .15em;
	background: url(/images/greyboxbg.gif) repeat-x bottom;
	padding: 20px 0 8px 0;
	margin: 0 0 15px 0;
	text-align:left;
	text-transform: uppercase;
}

#pages .title.about {
	background:none;
}

#pages.qanda .title {
	display:block;
}	
	
#pages a {
	text-decoration:none;
	color: #323232;
}

#pages .subtitle {
	padding: 10px 0 5px 0;
	color: #F82925;
	font-size:15px;
	text-transform: uppercase;
	font-weight: bold;
}

#pages .box {
	clear: both;
	overflow: hidden;
}

#pages .box .desc {
	padding: 0 0 0 75px;
	min-height: 51px;
	line-height:18px;
}

#pages .more, #stard_listing .box .more {
	font-size: 12px;
	text-align: right;
	padding: 5px 0;
	text-decoration:underline;
}	



#pages .all {
	width: 65px;
	float: right;
	margin:0 0 10px 0;
	display: block;
	background-color: #000000;
	color: #FFFFFF;
	font-size: 12px;
	text-align: center;
	padding: 4px 0;
	text-decoration: none;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#pages a:hover.all {
	color: #99C73A;
}

#pages .greydots {
	background: url(/images/greyboxbg.gif) repeat-x top;
	margin: 30px 0 0 0;
	padding: 30px 0 0 0;
	clear: both;
}

/*About Section*/
#pages.about {
	overflow:hidden;
}

#pages.about .toplinks .list a {
	text-decoration:underline;
	border-right:1px solid #666666;
}

#pages.about .left{
	float:left;
	width:45%;
}

#pages.about .left .image img{
	width:100%;
	height:auto;
}

#pages.about .right{
	float:right;
	width:45%;
}

#pages.about p, #pages.stard p, #pages.stars p, #pages.local p {
	line-height:18px;
}

#pages.about .bluedots {
	background: url(/images/blueboxbg.gif) repeat-x top;
	margin: 30px 0 0 0;
	padding: 30px 0 0 0;
}

#pages.about li a {
	color: #323232;
	text-decoration:underline;
}

#pages.about li {
	color: #4C4C4C;
	padding: 0 12px 0 15px;
	display: inline;
	line-height: 24px;
	background: url(/images/blue_dot.gif) no-repeat left;
}

#pages.about .firstli {
	background: none;
	padding-left: 0px;
}

#pages.about .box.staff .desc {
	background: url(/images/about_staff_t.gif) no-repeat left;
}

#pages.about .box.speakers  .desc {
	background: url(/images/about_speakers_t.gif) no-repeat left;
}

#pages.about .box.testimonials .desc {
	background: url(/images/about_testimonials_t.gif) no-repeat left;
}

#pages.about .box.video {
	clear:both;
	margin:25px 0 0px 0;
}

#pages.about .redflag {
	background: url(/images/redflagbg.gif) no-repeat;
	width: 145px;
	height: 28px;
	margin: 0 0 0 -8px;
	color: #FFFFFF;
	padding: 3px 0 0 10px;
}

#pages.about .redflaglarge {
	background: url(/images/redflagbg2.png) no-repeat;
	width: 364px;
	height: 32px;
	font-size: 15px;
	text-transform: uppercase;
	margin-top: 50px;
	font-weight: bold;
	padding: 5px 0 20px 20px;
}

#pages.about .redflaglarge.moremarg {
	margin-left: -50px;
}

#pages.about.staff .box.lbox {
	padding: 20px 0;
}

#pages.about.staff .image {
	float: left;
	width: 18%;
}

#pages.about.staff .image img{
	width:100%;
	height:auto;
}

#pages.about.staff .info {
	float: right;
	width: 75%;
	text-align: justify;
}

#pages.about.staff.main .info{
		/*height:155px;*/
}

#pages.about.staff .box{
	float:left;
	width:45%;
}

#pages.about.staff .box.two{
	float:right;
	clear:none;
}

#pages.about.staff .name {
	font-weight: bold;
	color: #014053;
	padding: 0 0 6px 0;
}

#pages.about.staff.speakers .box{
	border-top:2px dotted #000;
	padding:15px 0 0 0;
	margin:0 0 40px 0;
}

#pages.about.staff.speakers .box.one{
	border:none;
}

#pages.about.staff.speakers .greydots{
	display:none;
}

#pages.about.speakers .box .info {
	text-align: left;
}

#pages.about.speakers .box .bio {
	width: 65px;
	background-color: #B3B3B3;
	padding: 2px 0;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	display: block;
	margin: 15px 0;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#pages.about.speakers .box a:hover.bio {
	color: #323232;
}

#pages.about.speakers .box .indent {
	padding: 0 0 0 20px;
}

#pages.about .contactstaff{
	margin:10px 0 15px 0;
	clear:both;
	padding:10px 0 0 0;
	float:right;
}

#pages.about .contactstaff .video, #bio .contactstaff .video{
	float:left;
	background: url(images/staff_video.jpg) no-repeat;
	padding:0px 0 0px 25px;
	margin:8px 15px 0 0;
	
}

#pages.about .contactstaff .phone, #bio .contactstaff .phone{
	float:left;
	background: url(images/staff_phone.jpg) no-repeat;
	background-position:0 3px;
	padding:7px 0 0px 20px;
	margin:0px 15px 0px 0;
	
}

#pages.about .contactstaff .email, #bio .contactstaff .email{
	float:left;
	background: url(images/staff_email.jpg) no-repeat;
	background-position:0 3px;
	padding:3px 0 0px 25px;
	margin:5px 0 0 0;
	
}

#pages.about .contactstaff a, #bio .contactstaff a{
	text-decoration:none;
	color:#323232;
}

#pages.about .redflagmed {
	background: url(/images/redflagbg3.gif) no-repeat;
	width: 237px;
	height: 31px;
	margin: 30px auto;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	padding: 16px 0 0 0;
	clear: both;
}

#pages.about.staff .col {
	float: left;
	width: 24%;
}

#pages.about.staff .col.middle{
	margin:0 120px;
}

#pages.about.staff .col.last{
	float:right;
}

#bio {
	background-color: #FFFFFF;
}

#bio .box {

}

#bio .box .image {
	margin: 0 20px 10px 0;
}

#bio .box .info {
	text-align: justify;
}

#bio .box .name {
	font-weight: bold;
	color: #014053;
	padding: 0 0 6px 0;
}

#pages.about.testimonials .box{
	border-bottom:2px dotted #000;
	padding: 0 0 10px 0;
    margin: 0 0 40px 0;
    height: 260px;

}

#pages.about.testimonials .box.last{
	border:nonne;
}

#pages.about.testimonials .box .image {
	float: left;
	width: 15%;
}

#pages.about.testimonials .box .image img{
	width:100%;
	height:auto;
}

#pages.about.testimonials .box .info {
	float: right;
	width: 75%;
	text-align: justify;
}

#pages.about.testimonials .box .name {
	font-weight: bold;
	color: #067594;
	padding: 0 0 6px 0;
}

#pages.about.testimonials .box .video {
	width: 100%;
	background: url(/images/blackbg.gif) repeat;
	padding: 5px 0;
	text-align: center;
	color: #A9A9A9;
	font-size: 11px;
	margin: 9px 0 0 0;
}

#pages.about.testimonials .box .video a {
	color: #A9A9A9;
}

#pages.about.testimonials .box .quote {
	font-weight: bold;
	background: url(/images/testimonial_quote_left.gif) no-repeat top left, url(/images/testimonial_quote_right.gif) no-repeat bottom right;
	padding: 13px 0 20px 30px;
	margin: 15px 0 0 0;
}

#pages.about.testimonials .greydots{
	display:none;
}

#pages.about .banner img{
	width:100%;
	height:auto;
}

/* Publications */
#pages.publications {
	overflow:hidden;
}

#pages.publications.list .box .image {
	float:left;
	width:22%;
	padding:0px 15px 0px 0px;
}

#pages.publications.list .box .image img{
	width:100%;
	height:auto;
}

#pages.publications.list .box .desc {
	float:right;
	width:72%;
	padding:0px;
}

#pages.publications.list .box  .order {
	background-color:#027393;
	color: #FFFFFF;
	font-size: 12px;
	text-align: center;
	padding: 4px 0;
	margin:10px 0px 0px 0px;
	text-decoration: none;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#pages.publications.list .box a {
	color:#000;
}

#pages.publications.list .box  .order a {
	color:#FFFFFF;
	text-decoration:underline;
}


#pages.publications.list .box  .order a:hover {
	color: #99C73A;
}

/* Education/Classes Section */

#pages.classes {
	overflow:hidden;
}

#pages.classes .left{
	text-align:left;
}


#pages.classes .box.video .desc {
	padding:0px;
}

#pages.classes .box.audio .desc {
	background: url(/images/classes_audio_t.gif) no-repeat top left;
}

#pages.classes #thumbs{
	width:100%!important;
	height:auto!important;
}

#pages.classes #thumbs li{
	width:27%;
	line-height:13px;
	height:140px;
	overflow:visible;
}


#pages.classes #thumbs li .thumb{
	width:100%;
	height:auto;
}

#pages.classes .links.small a.all, #pages.certified .links.small a.all {
	width: 65px;
	float: right;
	display: block;
	background-color: #000000;
	color: #FFFFFF;
	font-size: 12px;
	text-align: center;
	padding: 4px 0;
	text-decoration: none;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-image:none;
	font-weight:normal;
}

#pages.classes .links.small a:hover.all, #pages.certified .links.small a:hover.all {
	color: #99C73A;
}

#pages.classes .kashruskurrents{
	margin:0 0 0 70px;
	
}

#pages.classes .box.kashrus {
}

#pages.classes .box.articles  .desc {
	background: url(/images/articles_articles_t.gif) no-repeat top left;
}

#pages.classes .box.classroom  .desc, #pages.resources .box.classroom  .desc {
	background: url(/images/articles_classroom_t.gif) no-repeat top left;
}

#pages.classes .box.university  .desc {
	background: url(/images/articles_university_t.gif) no-repeat top left;
}

#pages.classes .box.publications  .desc {
	background: url(/images/articles_publications_t.gif) no-repeat top left;
}

#pages.classes .issue {
	float: right;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: .09em;
}

#pages.classes .all {
float: right;
margin: 13px 0 0 0;
font-weight: bold;
}

#pages.classes .allleft {
float: left;
}

#pages.classes .box.kashrus .all {
	width: 150px;
}

#pages.classes .links a, #pages.products .links a, #pages.classes .links a, #pages.certified .links a, #pages.resources .sidebar .linkSection a {
	display: block;
	font-size: 14px;
	background: url(images/resources_green-arrow.gif) no-repeat right;
	color: #323232;
	text-decoration: none;
	padding: 0 0 3px 0;
	border-bottom: 1px solid #000000;
	margin: 8px 0 0 0;
	font-weight: bold;
}

#pages.classes .links.small a, #pages.classes .links.small a, #pages.certified  .links.small a {
	width: 150px;
}

#pages.classes .signup .go{
	width: 18%;
	display:block;
    float: right;
    margin: 0 0 10px 0;
    background-color: #000000;
    font-size: 12px;
    text-align: center;
    padding: 8px 0;
    text-decoration: none;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

#pages.classes .signup .go input{
	background:none;
	width:100%;
	color:#fff;
	border:none;
}
/*Kosher Products Section*/
#pages.products {
	overflow:hidden;
}

#pages.products .searchco, #pages.products .appliances{
	margin:0 0 0 70px;
}

#pages.products .left{
	text-align:left;
}

#pages.products .box.restaurant .desc, #pages.resources .box.restaurant .desc  {
	background: url(/images/kosher_restaurant_t.gif) no-repeat top left;
}

#pages.products .box.product .desc.category {
	background: url(/images/kosher_product_t.gif) no-repeat top left;
}

#pages.products .box.product .strong {
	float:left;
	font-weight:bold;
}

#pages.products .box.product .desc .textfield, #pages.articles .search .textfield{
	padding:14px 0px 15px 5px;
	margin:1px 0px 0 5px;
	font-style:italic;
	border:1px solid #c8c8c8;
	color:#c8c8c8;
	width:100%;
}

#pages.products .box.product .desc .textfield:focus, #pages.articles .search .textfield:focus {
	color:#000;
}

#pages.products .box.product .desc .search{
	float:left;
	width:83%;
}

#pages.products .box.product .desc .img{
	float:right;
}

#pages.products .box.product .more{
	margin:20px 0px 0 0;
	float:right;
	text-decoration:none;
}

#pages.products .box.product .more a{
	background:#98c73d;
	padding:10px 20px;
	color:#FFFFFF;
	text-transform:uppercase;
}

/* Appliance */
#pages.appliance {
	overflow:hidden;
}

#pages.appliance .text{
	text-align:justify;
	line-height:20px;
}

#pages.appliance .logos {
	margin:25px 0px;
	overflow:hidden;
	display:block;
}

#pages.appliance .logos a {
	display:block;
	color:#fff;
	text-transform:uppercase;
	background:url(images/appliances-arrow.jpg) no-repeat 95% 11px #067593;
	float:left;
	margin:0 0 10px 0;
	font-weight:bold;
	border-radius:3px;
	padding:10px;
	width:44%;
	clear:both;
	font-size:13px;
	letter-spacing: 0.5px;
}

#pages.appliance .logos a.two{
	float:right;
	clear:none;
}

#pages.appliance a.button,  #pages.resources a.button {
	display:block;
	padding: 15px;
	margin:30px auto 0 auto;
	width:327px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #FFFFFF;
	text-decoration:none;
	text-transform:uppercase;
	font-weight: bold;
	letter-spacing: .1em;
	font-size: 14px;
	background-color:#067593;
}

#pages.appliance a:hover.button,  #pages.resources a:hover.button {
	color:#99C739;
}

#pages.appliance a.button .text, #pages.resources a.button .text {
	background-image:url(images/applicance_arrow.png);
	background-repeat:no-repeat;
	background-position:right;
}

#pages.appliancepopup {
	width:400px;
	text-align:center;
	margin:100px;
	background-color:#FFFFFF;
	border:6px solid #d0d0d0;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

#pages.appliancepopup .models {
	border-top:1px solid #d0d0d0;
	margin:13px auto;
	padding:15px 0px;
	border-bottom:1px solid #d0d0d0;
}

#pages.appliancepopup .text {
	text-align:justify;
}

/*News & Updates*/
#pages.news .box, #stard_listing .box, #pages.products .rbox {
	padding: 20px 0;
}

#pages.news .box {
	float:right;
	width:47%;
	clear:none!important;
}

#pages.news .box.none{
	float:left;
	clear:both!important;
}

#pages.news .box .image, #pages.classes .box .image, #stard_listing .box .image, #pages.products .box .image, #pages.certified .box .image  {
	width: 75px;
	float: left;
	margin: 0 15px 0 0;
}

#pages.news .box .info,  #pages.classes .box .info, #stard_listing .box .info, #pages.products .box .info, #pages.certified .box .info {
	float: right;
	width: 75%;
}

#pages.news .box .info {
	width:75%;
	padding:12px 0 0 0;
}

#pages.news .box .image, #pages.stard .box.listings .box .image {
	width:20%;
	margin:0px;
}

#pages.news .box .image img{
	width:100%;
	height:auto;
}

#pages.news .box .name,   #pages.classes .box .name, #stard_listing .name, #pages.products .name, #pages.certified .box .name, #pages.stard .box.listings .box .name {
	font-weight: bold;
	font-size: 14px;
}

#pages.news .box .date,  #pages.classes .box .date, #pages.certified .box .date {
	color: #03BDAD;
	padding: 6px 0;
}

#pages.news .all.alllarge {
	width: 88px;
	margin: 0 0 30px 0;
}

#pages.news .box.rbox .image, #stard_listing .box .image, #pages.products .box.rbox .image {
	width: 18%;
}

#pages.news .box.rbox .image img, #stard_listing .box .image img, #pages.products .box.rbox .image img{
	width:100%;
	height:auto;
}

#pages.news .box.rbox .image{
	  margin:20px 0 0 0;
}

#pages.news .box.rbox .info, #stard_listing .box .info, #pages.products .box.rbox .info {
	width: 100%;
}

#pages.news .box.rbox .name, #pages.news .alerts .name, #stard_listing .box .name, #pages.products .box.rbox .name, #pages.passover .alerts .name, #pages.stard .box.listings .box .name {
	color: #FFFFFF;
	background-color: #99C739;
	padding: 5px 0 5px 10px;
}

#pages.news .box.rbox li, #stard_listing .box li, #pages.products .box.rbox li, #pages.stard .box.listings .box li {
	padding: 5px 0;
	border-bottom: 1px dotted #006C97;
	list-style: none;
}

#pages.news .box.rbox li.blue {
	font-weight:bold;
	color:#414141;
}

#pages.news .box.rbox .number, #stard_listing .box .number, #pages.products .box.rbox .number {
	float: right;
}

#pages.news .alerts, #pages.passover .alerts {
	clear: both;
	overflow: hidden;
	margin: 30px 0 12px 0;
	background: url(/images/news_alertsbg.gif) repeat-x bottom;
	background-color: #F2F2F2;
	padding: 0 0 8px 0;
}

#pages.news .alerts .name, #pages.passover .alerts .name {
	background-color: #000000;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
}

#pages.news .alerts .marquee, #pages.passover .alerts .marquee{
	height: 200px;
	padding: 0 30px;
}

#pages.news .alerts ol li, #pages.passover .alerts ol li {
	padding:5px 10px;
	list-style-position:inside;
	list-style-type:decimal;
}

#pages.news .signup, #pages.classes .signup, #home .signup {
	border: 1px solid #CBC8C9;
	background-color: #D6D3D4;
	padding: 10px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	clear: both;
	overflow: hidden;
}

#pages.news.updates .box{
	float:none!important;
	width:100%!important;
}

#home .signup{
	padding:20px;
}

#pages.classes .signup {
	margin: 35px 0 0 0;
}

#pages.classes .textfield{
	width:80%;
	padding:6px 0px 6px 3px;
}

#pages.classes .go{
	float:right;
	width:17%;
}

#home .right .signup {
	width: 355px;
}

#pages.news .signup .join, #pages.classes .signup .join, #home .signup .join {
	color: #057594;
	font: 18px "Arial Black", Gadget, sans-serif;
	text-transform: uppercase;
	text-align: center;
	text-shadow: 1px 1px 1px #EAEBEB;
	padding: 0 0 10px 0;
}

#home .signup .left{
	width:65%;
}

#home .signup .join{
	font-size:22px;
}

#pages.classes .signup .join {
	font: 14px "Arial Black", Gadget, sans-serif;
}

#home .right .signup .join {
	color: #757373;
}

#pages.news .signup .textfield , #pages.articles .signup .textfield, #home .signup .textfield {
	width: 95%;
	height: 30px;
	float: left;
	border: 2px solid #C8C8C8;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background-color: #FFFFFF;
	color: #8C8C8C;
	padding: 0 0 0 10px;
}

#home .signup .textfield {
	margin: 0 7px 7px 26px;
}

#pages.news .signup .go, #pages.articles .signup .go {
	float: right;
	width: 14%;
}

#home .signup .go a{
	display:block;
	text-decoration:none;
	background:#057594;
	float:right;
	color:#FFF;
	padding:15px 0;
	width:25%;
	text-align:center;
	border-radius:3px;
}

#home .smalltext {
	font-size: 10px;
	clear: both;
	margin: 0 0 0 27px;
}

#home .left .smalltext {
	text-align:right;
}

#home .smalltext a {
	color: #323232;
}

/*Alerts*/
#pages.news.alerts .left {
	float: left;
	width: 50%;
}


#pages.news.alerts .right {
	float: right;
	width: 40%;
	background-color: #E7E7E7;
	
}

#pages.news.alerts.kurrents .right {
	padding:0px;
}

#pages.news.alerts .right .alerts {
	width: 85%%;
	background:#d6d3d4;
	margin: 0 auto;
	padding: 18px 12px 20px 12px;
}

#pages.news.alerts .right .alerts .header {
	text-transform:uppercase;
	text-align:center;
	font: 20px GothamBold;
	text-shadow: 1px 1px 2px rgba(255, 255, 255, 1);
	padding:0px 0px 5px 0px;
	color:#067596;
}

#pages.news.alerts .right .alerts .textfield {
	width: 74%;
	border: 2px solid #C8C8C8;
	padding: 7px 0 7px 10px;
    float: left;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background-color: #FFFFFF;
}

#pages.news.alerts .right .alerts .go {
	float: right;
    width: 19%;
}

#pages.news.alerts .right .alerts .go input{
	width:100%;
}

#pages.news.alerts .right li {
	font: 17px GothamBold;
	text-align: center;
	padding: 15px 0;
	background: url(images/alerts_yearbg.gif) repeat-x bottom;
}                           

#pages.news .left .title {
	clear:both;
}

#pages.news .signup {
	margin:50px auto 0px auto;
}

#pages.news.alerts .left .title {
	background: none;
	background-color: #99C739;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	padding: 5px 0;
}

#pages.news.alerts .left .monthbox {
	clear: both;
	overflow: hidden;
	padding: 20px 0;
}

#pages.news.alerts .left .month {
	color: #323232;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	float: left;
	width: 72%;
	overflow:hidden;
}


#pages.news.alerts .left .view {
	width: 80px;
	float: right;
}

#pages.news.alerts.kurrents .left .view {
	width: 120px;
	float: right;
	color: #323232;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	text-align:right;
}

#pages.news.alerts.kurrents .left .view a{
	color: #323232;
}

#pages.news.alerts.kurrents .left { 
	position:relative; 
}

#pages.news.alerts h3 {
	text-align:right;
}

#pages.news.alerts h3 a{ 
	text-decoration:underline;
}

#pages.news.alerts div   { 
	position:relative;
}

#pages.news.alerts #articles {
	padding:0px 0px 0px 20px;

}

#pages.news.alerts #articles .ul, #pages.news.alerts #articles .text {
	padding:25px 0px 0px 14px;
}

#pages.news.alerts #articles .text a {
	font-weight:bold;
}

#pages.news.alerts.kurrents li a {
	color:#000;
	display:block;
	text-decoration:underline;
	margin:8px 0px;
}

#pages.news.alerts .right li a {
	text-decoration:none;
    color: #323232;
}

#pages.news.alerts .view-all{
	display:block;
	color:#fff;
	padding:12px 0;
	background:#027393;
	text-decoration:none;
	width:100%;
	text-align:center;
	font-weight:bold;
	margin:0px;
	border-bottom:20px solid #fff;
}


/*Star-D*/

#pages.stard .image {
	margin: 0 15px 0 0;
}

/*Anchor Links*/
#pages.listings .toplinks, #pages.about .toplinks, #pages.local .toplinks, #pages.restaurant .toplinks{
	background:#f2f2f2;
	border-top:3px solid #9ac739;
	margin:0 -25px 90px -25px;
}

#pages.about .toplinks, #pages.local .toplinks, #pages.restaurant .toplinks{
	margin:0px;
}

#pages.listings .list{
	float:left;
	width:40%;
}

#pages.about .list{
	padding:20px 10px;
}

#pages.listings .list .logo {
	clear:left;
	float:left;
	margin:-8px 5px 0px 8px;
}

#pages.restaurant .list{
	padding:20px 40px;
}

#pages.restaurant .left #filter{
	background:#077694;
	color:#fff;
	margin:20px 0 0 0;
	text-transform:uppercase;
	letter-spacing:1px;
	width:80%;
	padding:30px!important;
}

#pages.restaurant .left #filter .cat{
	letter-spacing:2px;
	margin:0 0 10px 0;
	font-size:15px;
	font-weight:bold;
	border-bottom:2px solid #9ac739;
}
#pages.restaurant .left #filter .cat .clearFilter, #pages.restaurant .left #filter .cat .clearFilter:hover{
	letter-spacing:1px;
	font-size:12px;
	font-weight:normal;	
    padding-left: 50px;
}

#pages.restaurant .left #filter a{
	color:#fff;
}

#pages.restaurant .left #filter a:hover{
	font-weight:bold;
}

#pages.restaurant .left #filter .box{
	height:10px;
	width:10px;
	float: left;
    margin: 8px 8px 0 0;
	border:1px solid #fff;
}

#pages.restaurant .left #filter a:hover .box{
	background:#fff;
}

#pages.local .list{
	padding:20px 0;
	text-align:center;
}

#pages.about .list .top{
}

#pages.listings .list a, #pages.about .list a, #pages.local .list a, #pages.restaurant .list a{
	float:left;
	text-transform:uppercase;
	text-decoration:none;
	color:#323232;
	font-size:12px;
	padding:0 4px 0 4px;
	line-height:12px;
}

#pages.local .list a{
	float:none;
}


#pages.listings .list a {
	padding:16px 10px 10px 4px;
}

#pages.listings .list a.sectionon, #pages.listings .list a:hover {
	font-weight:bold;
	background-color:#99C739;
}

#pages.restaurant .left #filter a.sectionon .box, #pages.restaurant .left #filter a.sectionon:hover .box {
	border:none;
	background-color:transparent;
}

#pages.about .list a, #pages.local .list a, #pages.restaurant .list a{
	font-size:12px;
	line-height:12px;
	padding:0px 5px 0 5px;
	margin:8px 0;
}

#pages.about .list a{
	padding:0 20px;
	text-align:center;
}

#pages.listings .list .last, #pages.about .list .last, #pages.local .list .last, #pages.restaurant .list .last{
	padding:0 0px 0 4px;
	border:none;
}

#pages.listings .list .last {
	padding:16px 0px 10px 4px;
}

#pages.about .list .last, #pages.local .list .last{
	padding:0px 0 0 5px;
}

#pages.listings .ABC {
	padding:16px 15px 0 0;
	color: #99C739;
	float:right;
	width:57%;
}

#pages.listings .ABC a {
	color: #99C739;
	text-decoration: none;
	font-size:13px;
}
	
#pages.listings .ABC a:hover {
	color: #323232;
}


/* Listings Page */

#pages.listings .search{
	padding:0px 0 10px 0;
}

#pages.listings .search .bar{
	float:left;
}

#pages.listings .search .img{
	float:left;
	margin:-5px 0 0 0;
}
	
#pages.listings .letter {
	float: left;
	width: 50px;
	background-color: #99C739;
	padding: 28px 0 0 0;
	margin: 0 50px 0 0;
}

#pages.listings .alpha {
	font: 32px GothamBold;	
	color: #FFFFFF;
	line-height: 22px;
	margin: 0 0 0 -1px;
	padding:0px 0px 1px 0px;
}

#pages.listings .links {
	float: right;
	width: 85%;
}

#pages.listings .links a {
	display: block;
	float: left;
	width: 35%;
	margin: 0 100px 10px 0;
	color: #323232;
	text-decoration:underline;
}

#pages.listings .start {
	clear: both;
	text-align: right;
	padding: 10px 0;
}

#pages.listings .start a {
	color: #323232;
}

#listing {
	background-color: #FEFFFE;
	border: 1px solid #B1B1B1;
}

#listing .box {
	clear: both;
	overflow: hidden;
	margin: 0 auto;
	width: 400px;
	border: 1px solid #CDE0A6;
	background: url(images/star-d_pu.gif) repeat-x top;
	background-color: #EDEEEB;
	padding: 20px 10px;
}

/*Getting Certified Section*/
#pages.certified .links a {
	width:100%;
}

#pages .box .desc.certified, #pages .box .desc.classes, #pages .box .desc.local{
	padding:0px;
}

#pages.certified .icon, #pages.products .icon, #pages.stard .icon, #pages.classes .icon, #pages.local .icon, #pages.lang .icon{
	float:left;
}

#pages.certified .list{
	float:left;
	margin:0 0 0 20px;
}

#pages.certified .box.infopacket{
	margin:30px 0 0 0;
}

#pages.certified .form, #pages.stard .form, #pages.lang .form{
	float:right;
	width:85%;
}


#pages.certified .box .desc .textfield, #pages.stard .box .desc .textfield, #pages.certified .box .desc .textarea, #pages.lang .desc .textfield, #pages.lang .desc .textarea{
	padding:5px 0 5px 5px;
	font-style:italic;
	color:#999798;
	margin:0 0 5px 0;
	width:280px;
}

#pages.certified .box .desc .captcha{
	margin:0 0 10px 0;
}

#pages.certified .box .desc .textfield, #pages.certified .box .desc .textarea, #pages.certified .box.infopacket .desc .textarea, #pages.lang .desc .textfield, #pages.lang .desc .textarea, #pages.stard .desc .textfield{
	width:97%!important;
}

#pages.certified .box .desc .captcha .textfield{
	width:100px;
	margin:0;
}

#pages.certified .box .desc .button, #pages.lang .desc .button, #pages.stard .box .desc .button {
	float:right;
}

#pages.certified .box.infopacket .desc .textarea{
	width:282px;
	padding:5px 0 30px 5px;
}

#pages.certified .box.infopacket .desc form{
	margin:10px 0 0 0;
	
}

#pages.certified .box.infopacket .g-recaptcha div{
	width:100%!important;
}

#pages.certified .box.infopacket .g-recaptcha div iframe{
	float:right;
}


-->
/*WP*/
#pages.wppages{
	position:relative;
}

#pages.wppages a {
	text-decoration:underline;
}

#pages.wppages .post {
	float: left;
	width: 100%;
	margin-right:5%;
}


#pages.wppages .post.category-news {
	width:45%;
	height:360px;
	overflow:hidden;
}

#pages.wppages #mainarticle .post {
	width:100%;
	margin:0px;
}

#pages.wppages #mainarticle.site-content .post.category-news{
	height:auto;
}


#pages.wppages .wp-image {
	/*width:75px;
	height:75px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0 auto;
	overflow: hidden;
	max-width: 100%;
	max-height: 100%;*/
	float:left;
	width:12%;
	
}

#pages.wppages .post.category-news .wp-image {
	/*float:left;
	position:static;*/
}

#pages.wppages .wp-image .centered {
	/*position: absolute;
	top: 0;
	left: 0;
	width: 75px;
	width: 100%;
	height: 100%;
	-webkit-transform: translate(50%,50%);
	-moz-transform: translate(50%,50%);
	-ms-transform: translate(50%,50%);
	-o-transform: translate(50%,50%);
	transform: translate(50%,50%);*/
}

#pages.wppages .post.category-news .wp-image .centered {
	/*position:static;*/
}

#pages.wppages .wp-image img {
	/*border-radius:0px;
	box-shadow:none;
	width: auto;
	max-height: 75px;
	position: absolute;
	-webkit-transform: translate(-50%,-50%);
	max-width:none;*/
	width:100%;
	height:auto;
}

#pages.wppages .entry-header {
	min-height:75px;
	position:relative;
	margin-bottom:0px;
}

#pages.wppages .full-header {
	min-height:inherit;
}


#pages.wppages #mainarticle  .fullimage img.wp-post-image   {
	text-align:right;
	margin:10px 0px 10px 10px;
	float:right;
	border-radius:0px;
	box-shadow:none;
	max-width: 300px;
}

#pages.wppages #mainarticle .entry-header {
	display:block;
}

#pages.wppages .topright {
	float: right;
	width: 85%;
}

#pages.wppages .post.category-news .topright {
	width:77%;
}

*#pages.wppages .entry-title {
	height: auto;
	font: 15px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	line-height:16px;
	text-align: left;
	letter-spacing: .15em;
	padding: 0px;
	font-weight: bold;
	min-height: 44px;
	clear:none;
	margin:0px 0px 5px 0px;
}

#pages.wppages .entry-title a {
	text-decoration:none;
}

#pages.wppages #mainarticle .topright {
	width:600px;
}

#pages.wppages #mainarticle .entry-title {
	min-height: inherit;
}

#pages.wppages #mainarticle .wp-post-image {
	float:left;
	max-width:250px;
}

#pages.wppages .entry-author {
	margin:5px 0px;
	font-style:italic;
}

#pages.wppages .entry-title a {
	color:#323232;
}

#pages.wppages .entry-title a:hover {
	color:#057594;
}

#pages.wppages .comments-link {
	clear: both;
}

#pages.wppages .entry-content {
	padding: 10px 0 0 0;
	clear:both;
	text-align:justify;
	/*min-height:250px;*/
}

#pages.wppages .entry-content ol li, #pages.wppages .entry-content ul li {
	list-style-type:decimal;
	padding:5px 0px;
	list-style-position:inside;
}

#pages.wppages .entry-content ul li {
	list-style-type:circle;
}

#pages.wppages .entry-content p span{
	color:#000!important;
}

#pages.wppages #mainarticle .entry-content {
	clear:both;
}


#pages.wppages .links ul {
	width: 500px;
}

#pages.wppages .archive-header, .page-header {
	border:none;
	margin:0px;
	padding:0px;
}

#pages.wppages .site-content {
	margin:0px;
}

#pages.wppages .articledate {
	color: #FFFFFF;
	width:90px;
	font-weight:normal;
	background-color: #99C739;
	padding: 5px 0 5px 10px;
}

#pages.wppages .more-link {
	display:block;
	font-size:12px;
	text-align:right;
	color:#323232;
}

#pages.wppages #content {
	height:100%; 
	overflow: hidden;
}

#pages.wppages  .sidebar {
	float:right;
	background-color:#f2f2f2;
	width:22%;
	margin:0px 20px 0px 0px;
	padding:15px;
	height:inherit; 
	padding-bottom: 1000000px;
	margin-bottom: -1000000px;
}

.sidebar .header{
	font-size: 15px;
	font-weight: bold;
	letter-spacing: .15em;
	border-bottom:1px solid #cecccc;
	padding: 20px 0 8px 0;
	margin: 0 -15px 15px -15px;
	text-transform: uppercase;
	clear:both;
	text-align:center;
}

#pages.wppages  .sidebar li {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: .15em;
}

#pages.wppages  .sidebar #search{
	float:left;
	padding:7px 0;
	width:76%;
}

#pages.wppages  .sidebar #searchsubmit{
	floaT:right;
	width:20%;
}

#pages.wppages  .sidebar li a {
	text-decoration:none;
	color:#323232;
	display: block;
	padding: 8px 0 5px 0;
}

#pages.wppages  .sidebar .children li {
	font-size:12px;
	font-weight:normal;
	letter-spacing:normal;
	padding:0px 0px 0 5px; 
}

#pages.wppages  .sidebar .children li a {
	padding:3px 0px 3px 3px;
}

#pages.wppages  .articlesright {
	float: left;
	width: 70%;
}

#pages.wppages .tevila td{
	height:50px;
	border:1px solid #CCCCCC;
}

#pages.wppages .tevila td a{
	color:#fff;
	padding:5px 0 0 0;
	font-size:15px;
	display:block;
}


#pages.wppages .starbucksPar{
	float:left;
	width:60%;
	text-align:justify;
	line-height:20px;
	margin:0 0 70px 0;
}

#pages.wppages .starbucksButton{
	float:right;
	width:27%;
	background: url(images/articles_starbucks.jpg) no-repeat;
	padding:20px 30px 35px 15px;
	line-height:20px;
}

#pages.wppages .starbucksButton a{
	text-decoration:none;
	color:#FFFFFF;
}

#pages.wppages .starbucks{
	font-family: 'GothamMed';
}

#pages.wppages .starbucks .padding{
	padding:0 0 0 20px;
	text-align:left;
}

#pages.wppages .starbucks th{
	background:#197896;
	color:white;
	text-align:center;
	font-size:14px;
	letter-spacing:1px;
	height:50px;
	width:300px;
	text-transform:none;
	line-height:normal;
	vertical-align:middle;
}

#pages.wppages .starbucks td{
	border:1px solid #CCCCCC;
	text-align:center;
	height:100px;
	padding:0px;
	vertical-align:middle;
}

#pages.wppages .starbucks .pattern{
/*	background: url(images/resources_bg.jpg); */
	background-color:#d9d9d9;
}

#pages.wppages .startbuckTitle{
	font-weight:bold;
	text-transform:uppercase;
	font-size:14px;
}

#pages.wppages .small{
	margin:-20px 0 10px 0;
	line-height:normal;
}

#pages .wppages img{
	border:none;
	box-shadow:none;
	border-radius:none;
}

#pages.wppages .lang{
	text-align:justify;
}

#pages.wppages .lang .intro, #pages.wppages .lang ul{
	margin:0 0 20px 0;
}

#pages.wppages .lang ul li{
	padding:5px 0;
	font-weight:bold;
}

#pages.wppages .lang .head{
	font-weight:bold;
	font-size:14px;
	padding:30px 0 5px 0;
}

#pages.wppages .lang .text{
	padding:0 0 10px 0;
}

#pages.wppages .lang .contentUl{
	margin:0 0 0 40px;
}

#pages.wppages .lang .contentUl li{
	font-weight:normal;
	list-style-type:disc;
	padding:0 0 5px 0px;
}

#pages.wppages .checking {
	line-height:20px;
	position:relative;
}

#pages.wppages .checking .box{
	background:#e5e5e5;
	font-size:15px;
	margin:0 0 20px 0;
}

#pages.wppages .checking ul, #pages.wppages .checking ol{
	float:left;
	margin:10px 5px 0px 20px;
}

#pages.wppages .checking ul li{
	list-style-type:disc;
	padding:10px 0 10px 0;
}

#pages.wppages .checking ol li {
	list-style-type:decimal;
	padding:10px 0 10px 0;
}

#pages.wppages .img{
	float:right;
	position:absolute;
	top:45px;
	right:50px;
}


#pages.wppages .checking hr{
	margin:15px 250px 15px 0;
}


#pages.wppages .university{
	padding:0 70px;
}

#pages.wppages .classroom .toppar {
	border-bottom:2px dotted #000000;
	margin:15PX 0PX 0PX 0PX;
}

#pages.wppages .classroom .side a{
	color:#000000;
	text-decoration:none;
}

#pages.wppages .classroom .books{
	float:left;
	width:25%;
	margin:40px 0 0px 0;
}

#pages.wppages .classroom .books img{
	box-shadow:none;
}

#pages.wppages .classroom .consulted{
	width:65%;
	margin:40px 0 0px 0;
	float:right;
}

.clear{
	clear:both;
}

#pages.wppages .classroom .button, #pages.wppages .yoshon .button, #pages.wppages .university .button, #pages.wppages .checking .button,  #pages.about .button  {
	background:#027393;
	border-radius:6px;
	text-align:center;
	color:#FFFFFF;
	padding:10px 0px;
	width:40%;
	margin:40px auto 0 auto;
}

#pages.wppages .yoshon .button {
	float:left;
	width:50%;
}

#pages.wppages .classroom .button a, #pages.wppages .yoshon .button a, #pages.wppages .university .button a, #pages.wppages .checking .button a, #pages.about .button a {
	color:#FFFFFF;
	text-decoration:none;
}

#pages.wppages .university .icon{
	float:left;
	width:16%;
	margin:15px 0 0 0;
}

#pages.wppages .university .par{
	float:right;
	width:75%;
	margin:0px 0 0 0;
}

#pages.wppages .university .icon img{
	box-shadow:none;
}

#pages.wppages .section{
	border-bottom:2px dotted #000000;
	padding:0px 0px 30px 0;
	margin:0px 0px 30px 0;
}
	
/*Local Baltimore*/
#pages.local .box {
	padding: 0 0 30px 0;
}

#pages.local .establishments{
	float:left;
	width:80%;
	margin:0 0 0 20px;
}

#pages.local .title{
	height:30px;
}

#pages.local .box .links li a {
	display: block;
	font-size: 14px;
	background: url(images/resources_green-arrow.gif) no-repeat right;
	color: #000000;
	text-decoration: none;
	padding: 0 0 3px 0;
	border-bottom: 1px solid #000000;
	margin: 8px 0 0 0;
	font-weight: bold;
}

#pages.local p {
	text-align: justify;
}

#pages.local .image {
	margin: 0 20px 0 0;
	float: left;
	width: 187px;
}

#pages.local .greydots {
	margin: 20px 0 0 207px;
	padding: 20px 0 0 0;
}

#pages.local .quote, #pages.stars .quote {
	font: 24px Arial, Helvetica, sans-serif;
	color: #027392;
	font-weight: bold;
	float: right;
	width: 150px;
	text-align: left;
	margin: 0 0 0 30px;
	line-height: 26px;
}

#pages.local a {
	color: #000000;
}

#pages.local .name, #pages.restaurant .name {
	color: #037493;
	font-weight: bold;
	font-size: 14px;
}

#pages.restaurant .desc{
	display:block;
}

#pages.local .number, #pages.restaurant .number {
	font-weight: bold;
	font-size: 18px;
}

#pages.local .details, #pages.restaurant .desc {
	font-style:italic;
}


#pages.local .icons, #pages.restaurant .icons {
	float: right;
}

#pages.local .icons img, #pages.restaurant .icons img{
	margin: 15px 0px 0px 5px;
}

#pages.local .letter, #pages.restaurant .letter {
	font-size: 12px;
	text-align: right;
	padding: 0px 0px 15px 0px;
	text-decoration:underline;
	clear:both;
}

#pages.local .letter a, #pages.restaurant .letter a {
	color:#000;
}

/*StarS*/
#pages.stars li {
	padding:5px 0px 5px 15px;
}

#pages.stars li .subtitle {
	color: #F82925;
font-size: 15px;
text-transform: uppercase;
font-weight: bold;
}


#pages.stars {
	line-height:22px;
}

#pages.stars .banner img{
	width:100%;
	height:auto;
}

/* LightBox */
/* Pop Up */
#lightbox{
	background-color:#eee;
	padding: 15px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(images/overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
	}
	
/*Resources*/
#pages.resources .anchors{
	border-top:3px solid #197896;
	background:#f2f2f2;
	padding:0 10px 20px 10px;
	margin:0 0 40px 0;
}

#pages.resources .anchors a, #pages.restaurant .list .last{
	display:block;
	float:left;
	border:2px solid #9ac739;
	font-weight:bold;
	border-radius:2px;
	padding:8px 8px;
	margin:15px 15px 0 0;
}

#pages.resources .anchors a:hover, #pages.restaurant .list .last:hover{
	background:#9ac739;
	color:#FFF;
}

#pages.resources .search, #pages.listings .search, #pages.articles .sidebar {
	float: right;
	width: 27%;
	margin:0 0 10px 0;
	text-align: right;}

#pages.resources .search #form, #pages.listings .search #form, #pages.articles .sidebar #form {
	background:#225a6b;
}

#pages.resources .search #form .go, #pages.listings .search #form .go, #pages.articles .sidebar #form .go {
	width:12%;
	padding:8px 8px 0 0;
}

#pages.listings .search #form {
	margin:0px;
}

#pages.resources .search #form .textfield:focus, #pages.listings .search #form .textfield:focus, #pages.articles .sidebar #form .textfield:focus {
	color:#225a6b;;
}

#pages.resources .box.rbox.none{
	background:#FFFFFF;
}

#pages.resources .box.rbox{
/*	background:url(images/resources_bg.jpg) repeat; */
	background-color:#efefef;
	border:1px solid #d9d9d9;
	width:75%;
	font-size:14px;
	font-weight:bold;
	margin: 0 auto;
}

#pages.resources .box.rbox .brand, #pages.resources .box.rbox .prevBrand{
	float:left;
	font-family: 'GothamBold';
	padding:20px 20px 20px 30px;
	width:25%;
	font-size:14px;
}

#pages.resources .box.rbox .prevBrand{
	color:#cccccc;

}

#pages.resources .box.rbox .name, #pages.resources .box.rbox .status, #pages.resources .box.rbox .company{
	float:left;
	padding:20px;
	width:25%;
	border-left:1px solid #d9d9d9;
}

#pages.resources .box.rbox .name {
	border-right:1px solid #d9d9d9;
}

#pages.resources .box.rbox .company {
	border:none;
}

#pages.resources .links li{
	min-height:40px!important;
	font-size:13px;
}

#pages.resources .box.rbox .company{
	font-weight:normal;
}

#pages.resources .box.rbox .note p{
	display:inline;
}

#pages.resources .box.rbox .note{
	font-size:12px;
	font-weight:normal;
	text-align:center;
	clear:both;
}

#pages.resources .box.rbox .note.full {
	text-align:left;
	font-style:italic;
	padding:10px 0px 5px 0px;
}

#pages.resources .box.glossary .desc {
	background: url(/images/resources_glossary_t.gif) no-repeat left;
}

#pages.resources .box.checking  .desc {
	background: url(/images/resources_checking_t.gif) no-repeat left;
}

#pages.resources .box.rabbi .desc {
	background: url(/images/resources_rabbi_t.gif) no-repeat left;
}	

#pages.resources .box.travel .desc {
	background: url(/images/kosher_travel_t.gif) no-repeat top left;
}

#pages.resources .hotline {
	margin: 30px 0;
}

#pages.resources .hotline .title {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #057594;
	letter-spacing: .15em;
	padding: 10px;
	margin: 0 0 15px 0;
	text-transform: uppercase;
}

#pages.resources .hotline .title .hours {
	font-size: 12px;
	font-weight: normal;
	letter-spacing: normal;
	float: right;
	width: 80px;
}

#pages.resources .hotline .title .hours a {
	color: #FFFFFF;
}

#pages.resources .hotline li {
	padding: 7px 0 18px 35px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	list-style-position: inside;
}

#pages.resources .hotline li a {
	color: #000000;
}

#pages.resources .hotline li.phone {
	background: url(images/resources_hotline_phone.gif) no-repeat;
}

#pages.resources .hotline li.fax {
	background: url(images/resources_hotline_fax.gif) no-repeat;
}

#pages.resources .hotline li.email {
	background: url(images/resources_hotline_email.gif) no-repeat;
}

#pages.resources .kosherUl{
	float:left;
	padding: 0 20px 0 0;
}

#pages.resources .kosherUl li{
	padding:1px 0px 0px 10px;
	background:url(images/resources_arrow.jpg) no-repeat left;
	margin:0 0 15px 0;
}

#pages.resources .resources li a{
	text-decoration:none;
	color:#323232;
}

#pages.resources .links p {
	border-bottom: 1px solid #000000;
	font-size: 14px;
	font-weight: bold;
}

#pages.resources .links a, #pages.wppages .links li a {
	display: block;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	padding: 0 0 3px 0;
	float:right;
}

#pages.wppages .links li a {
	font-size: 14px;
	float:none;
	background: url(images/resources_green-arrow.gif) no-repeat right;
	border-bottom: 1px solid #000000;
	margin: 8px 0 0 0;
}

#pages.resources.faq .toplinks .left {
	float:left;
	width:50%;
}

#pages.resources.faq .toplinks .right {
	float:right;
	width:50%;
}


#pages.resources.faq .toplinks li {
	font-size: 12px;
	letter-spacing: .15em;
	text-align:left;
	padding: 0 3px;
	text-decoration: none;
}

#pages.resources.faq .toplinks li a {
	color: #000000;
	text-decoration: none;
}

#pages.resources.faq {
	text-align: justify;
}

#pages.resources.faq .top {
	text-align:right;
}

#pages.resources.faq .top a {
	font-weight:bold;
	color:#057594;
	text-decoration:underline;
}

#pages.resources.ask-rabbi .top .left{
	width:63%;
}

#pages.resources.ask-rabbi .top .right{
	width:31%;
}

#pages.faq .questionDt{
	cursor: pointer;
	background-image: url(images/faq_plus.jpg);
	font-weight:bold;
  	color: #FFFFFF;
  	padding: 10px 50px 10px 20px;
  	margin: 20px 0;
  	font-size: 14px;
  	background-position: 96%;
  	background-repeat: no-repeat;
    background-color: #99C739;
}

#pages.faq .inner .questionDt{
	 background-image: url(images/faq-inner-plus.jpg);
	 background-color:#FFF;
	 background-position:015px 10px;
	 padding: 6px 0px 6px 40px;
	 margin: 0px 0 5px 0px;
	 color:#000;
	 font-weight:normal;
}

#pages.faq dt.opened{
	background-image: url(images/faq_minus.jpg);
    background-position: 96%;
    background-repeat: no-repeat;
    background-color: #067593;
}

#pages.faq .inner dt.opened{
	background-image: url(images/faq-inner-minus.jpg);
	background-color:#FFF;
	background-position:015px 10px;
}

#pages.faq dd{
    display:none;
	line-height:20px;
	padding:0px 20px 20px 20px;
}

#pages.faq .inner dd{
    margin: 0 0 0 30px;
    font-style:italic;
}

#pages.faq dl.inner{
	border:2px solid #9ac739;
	margin:0 0 10px 0;
	padding:0 20px 0 0;
}

#pages.faq  dl.inner.full{
	border:2px solid #067593;
}

/*List*/
#pages.resources.list .box, #pages.publications.list .box {
	background: url(/images/greyboxbg.gif) repeat-x bottom;
	padding: 20px 0;
}
	
#pages.resources.list .box .name, #pages.publications.list .box .name {
	font-weight: bold;
	font-size: 14px;
	padding: 0 0 5px 0;
}

#pages.resources.list .box .desc {
	min-height: 70px;
}

#pages.resources.list .box.medicine .desc {
	background: url(/images/resources_medicine2_t.gif) no-repeat top left;
}

#pages.resources.list .box.obgyn .desc {
	background: url(/images/resources_obgyn_t.gif) no-repeat top left;
}

#pages.resources.list .box.cereals .desc {
	background: url(/images/resources_cereals2_t.gif) no-repeat top left;
}

#pages.resources.list .box.beer .desc {
	background: url(/images/resources_beer_t.gif) no-repeat top left;
}

#pages.resources.list .box.beverages .desc {
	background: url(/images/resources_beverages_t.gif) no-repeat top left;
}

#pages.resources.list .box.starbucks .desc {
	background: url(/images/resources_starbucks_t.gif) no-repeat top left;
}

#pages.resources.list .box.slurpee .desc {
	background: url(/images/resources_slurpee_t.gif) no-repeat top left;
}

#pages.resources.list .box.royal-farms .desc {
	background: url(/images/resources_royal-farms_t.gif) no-repeat top left;
}

#pages.resources.list .box.no-hechsher .desc {
	background: url(/images/resources_no-hechsher2_t.gif) no-repeat top left;
}

#pages.resources.list .box.pas .desc {
	background: url(/images/resources_pas_t.gif) no-repeat top left;
}

#pages.resources.list .box.insects .desc {
	background: url(/images/resources_insects_t.gif) no-repeat top left;
}

#pages.resources.list .box.canned .desc {
	background: url(/images/resources_canned_t.gif) no-repeat top left;
}

#pages.resources.list .box.tevilas .desc {
	background: url(/images/resources_tevilas_t.gif) no-repeat top left;
}

#pages.resources.list .box.need-certification .desc {
	background: url(/images/resources_need-certification_t.gif) no-repeat top left;
}



#pages.resources.list .box.terumos .desc {
	background: url(/images/resources_terumos_t.gif) no-repeat top left;
}

#pages.resources.list .box.hetter-iska .desc {
	background: url(/images/resources_hetter-iska_t.gif) no-repeat top left;
}

#pages.resources.meds .box.antiacids .desc {
	background: url(/images/resources-antiacids.jpg) no-repeat top left;
}

#pages.resources.meds .box.anti-nausea .desc {
	background: url(/images/resources-anti-nausea.jpg) no-repeat top left;
}


#pages.resources.meds .box.caffeine .desc {
	background: url(/images/resources-caffeine.jpg) no-repeat top left;
}

#pages.resources.meds .box.fiber .desc {
	background: url(/images/resources-fiber.jpg) no-repeat top left;
}

#pages.resources.meds .box.lactose .desc {
	background: url(/images/resources-lactose.jpg) no-repeat top left;
}

#pages.resources.meds .box.pain .desc {
	background: url(/images/resources-pain-reliever.jpg) no-repeat top left;
}

#pages.resources.meds .box.pro-biotic .desc {
	background: url(/images/resources-probiotic.jpg) no-repeat top left;
}

#pages.resources.meds .box.smoking .desc {
	background: url(/images/resources-smoking.jpg) no-repeat top left;
}

#pages.resources.meds .box.anti-diarrheal .desc {
	background: url(/images/resources-anti-diarrheal.jpg) no-repeat top left;
}

#pages.resources.meds .box.cold .desc {
	background: url(/images/resources-colds.jpg) no-repeat top left;
}

#pages.resources.meds .box.immune .desc {
	background: url(/images/resources-immune.jpg) no-repeat top left;
}

#pages.resources.meds .box.laxatives .desc {
	background: url(/images/resources-laxitive.jpg) no-repeat top left;
}

#pages.resources.meds .box.pinworm .desc {
	background: url(/images/resources-pinworms.jpg) no-repeat top left;
}

#pages.resources.meds .box.sleeping .desc {
	background: url(/images/resources-sleeping.jpg) no-repeat top left;
}

#pages.resources.meds .box.urinary .desc {
	background: url(/images/resources-urinary.jpg) no-repeat top left;
}

#pages.resources.list .disclaimer {
	text-align:justify;
	padding:18px 0px 0px 0px;
	line-height:16px;
	font-size:12px;
}

#pages.resources.list .disclaimer .title {
	text-align:center;
	background:none;
	margin:0px;
}

/*Glossary*/
#pages.resources.glossary {
	padding: 40px 100px;
}

#pages.resources.glossary ul.toplinks, #pages.resources.faq ul.toplinks {
	padding: 20px 0 30px 0;
	text-align: center;
}

#pages.resources.glossary .toplinks li {
	font-size: 12px;
	letter-spacing: .15em;
	text-transform: uppercase;
	display: inline;
	padding: 0 3px;
	text-decoration: none;
}

#pages.resources.glossary .toplinks li a {
	color: #000000;
	text-decoration: none;
}

#pages.resources.glossary .title {
	color: #037493;
	font-weight: bold;
	padding: 5px 0 10px 36px;
	letter-spacing: normal;
	margin: 40px 0 0 0;
}

#pages.resources.glossary .title.kosher {
	background: url(images/glossary_kosher_t.gif) no-repeat left top, url(/images/greyboxbg.gif) repeat-x bottom;
}

#pages.resources.glossary .title.jewish {
	background: url(images/glossary_jewish_t.gif) no-repeat left top, url(/images/greyboxbg.gif) repeat-x bottom;
}

#pages.resources.glossary .title.passover {
	background: url(images/glossary_passover_t.gif) no-repeat left top, url(/images/greyboxbg.gif) repeat-x bottom;
}
#pages.resources.glossary .title.ethnic {
	background: url(images/glossary_ethnic_t.gif) no-repeat left top, url(/images/greyboxbg.gif) repeat-x bottom;
}

#pages.resources.glossary li {
	padding: 10px 0;
	text-decoration: underline;
	font-size: 14px;
	font-weight: bold;
}

#pages.resources.glossary li {
	cursor:pointer;
}

#pages.resources.glossary .answer {
	color: #323232;
	padding: 10px 0;
	display:none;
	font-size: 12px;
}	

#pages.resources.glossary .answer a{
	text-decoration: underline;
	color:#000;
}

/*Ask Rabbi*/
#pages.resources.ask-rabbi {
	overflow:auto;
}

#pages.resources.ask-rabbi .text {
	line-height:20px;
	text-align:justify;
	margin:0px 0px 25px 0px;
}

#pages.resources.ask-rabbi .text .title {
	background:none;
}

#pages.resources.ask-rabbi #form, #pages.contact #form {
	width:100%;
	color: #B4B4B4;
}

#pages.resources.ask-rabbi #form{
	width:100%;
}

#pages.resources.ask-rabbi .textfield, #pages.resources.ask-rabbi .textarea, #pages.contact .textfield, #pages.contact .textarea,  #pages.signup .textfield, #pages.certified.apply #form .textfield, #pages.certified.apply #form .textarea {
	width: 376px;
	height: 46px;
	border: 2px solid #B4B4B4;
	margin: 0 0 12px 0;
	padding: 0 14px;
}

#pages.resources.ask-rabbi .textfield, #pages.resources.ask-rabbi .textarea{
	width:85%;
}

#pages.resources.ask-rabbi .textfield.dropdown {
	width:93%;
}

#pages.contact .textfield, #pages.contact .textarea{
	width:90%;
}

#pages.contact .textfield.dropdown{
	width:99%!important;
}

#pages.resources.ask-rabbi.iframe .textfield{ 
	width:62%;
	height:25px;
	margin:0 0 6px 0;
	color: #323232;	
}

#pages.resources.ask-rabbi.iframe .textarea{
	width:61.5%;
	height:55px;
	margin:0 0 6px 0;
}

#pages.resources.ask-rabbi.iframe .captcha{
	font-size:10px;
	margin:0 0 6px 0;
}

#pages.resources.ask-rabbi.iframe .button{
	float:none;
}

#pages.resources.ask-rabbi.iframe .captcha .textfield{
	width:85px;
}

#pages.resources.ask-rabbi.iframe .more a{
font-size: 11px;

}

#pages.resources.ask-rabbi.iframe #copy{
	padding: 10px 0px 0px 0;
	font-size: 9px;
	position: absolute;
    bottom: 0px;
    left: 0px;
}

#pages.resources.ask-rabbi.iframe .button{
	margin:-3px auto 0 auto;
}

#pages.resources.ask-rabbi .captcha, #pages.contact .captcha {
	color:#838383;
	margin:0px 0px 20px 0px;
}

#pages.resources.ask-rabbi .captcha .textfield, #pages.contact .captcha .textfield {
	width:215px;
	height:20px;
	margin:0px 5px 0px 0px;
}

#pages.contact .captcha .textfield {
	width:90%;
}

#pages.resources.ask-rabbi .textfield:focus, #pages.resources.ask-rabbi .textarea:focus, #pages.contact .textfield:focus, #pages.contact .textarea:focus, #pages.signup .textfield:focus {
	color:#000;
}

#pages.resources.ask-rabbi .textarea, #pages.contact .textarea {
	resize: none;
	height: 235px;
	padding: 15px 15px 0 15px;
}

#pages.resources.ask-rabbi .display {
	width: 200px;
	float: left;
}

#pages.resources.ask-rabbi .checkbox {
	-webkit-appearance:none;
	width: 13px;
	height: 13px;
	margin: 0 3px 0 0;
	border: 2px solid #B4B4B4;
}	

#pages.resources.ask-rabbi .button, #pages.contact .button {
	float: right;
	width: 88px;
}

#pages.resources.ask-rabbi .right .title {
	text-transform: uppercase;
	clear:both;
}

#pages.resources.ask-rabbi .question {
	background: url(/images/greyboxbg.gif) repeat-x bottom;	
	padding: 10px 0;
}

#pages.resources.ask-rabbi .expandable {
	padding: 5px 0 0 20px;
	color: #737373;
	text-align: justify;
}	

#pages.resources.ask-rabbi .view {
	text-align: right;
	padding: 10px 0;
	color: #000000;
}

#pages.resources.ask-rabbi .right .view a {
	color: #000000;
}

#pages.resources.ask-rabbi .Xchat {
	text-align:right;
	background: url(images/contact_chat.gif) no-repeat;
	background-position: 0 3px;
}

#pages.resources.ask-rabbi .chat {
	background:url(images/resources_search.png) no-repeat;
	width: 165px;
	height:24px;
	color: #FFFFFF;
	font-size: 12.5px;
	text-align:center;
	float: right;
	padding: 5px;
}

#pages.resources.ask-rabbi .chat a {
	color:#FFFFFF;
	text-decoration:none;
}

#pages.resources.ask-rabbi .container{
	width:100%;
}

.partial_list li {
        width: 33%;
    float: left;
    font-weight: bold;
    padding: 10px 0px;
    text-align: center;
}

/*Bug Checking*/
#pages.resources .imgLinks{
	float:left;
	width:68%;
	border-left:1px solid #a9a9a9;
	margin:20px 0 0 0;
}

#pages.resources .imgLinks .checkBox{
	border-bottom:1px solid #a9a9a9;
	border-right:1px solid #a9a9a9;
	float:left;
	text-align:center;
	width:18%;
	height:140px;
}

#pages.resources .imgLinks .checkBox.top{
	border-top:1px solid #a9a9a9;
}

#pages.resources .imgLinks .checkBox .img{
	width:80%;
	margin: 0 auto;
}

#pages.resources .imgLinks .checkBox .img img{
	width:100%;
	height:auto;
}

#pages.resources .imgLinks .checkBox img{
	padding:10px 0;
	width:100%;
	height:auto;
}

#pages.resources .imgLinks .checkBox a{
	color:#a9a9a9;
	text-decoration:underline;
		vertical-align:middle;
}

#vegDataWrapper {
	min-width:400px;
	max-width:900px;
	min-height:350px;
}

#vegDataWrapper .header{
	font-size: 15px;
	font-weight: bold;
	letter-spacing: .15em;
	background: url(/images/greyboxbg.gif) repeat-x bottom;
	padding: 20px 0 8px 0;
	margin: 0 0 15px 0;
	text-transform: uppercase;
}
#vegDataWrapper .title{
	background:url(images/inspect_ribbon.png) no-repeat;
	color:#FFFFFF;
	text-transform:uppercase;
	padding: 5px 0px 15px 40px;
	margin: 50px 0 10px -15px;
	font-weight: bold;
	font-size: 15px;
	letter-spacing: 1px;
}

#vegDataWrapper .indent {
	margin-left:30px;
}

#vegDataWrapper .note {
	font-style:italic;	
	background:#e5e5e5;
	padding:10px 20px;
	text-align:justify;
}	

#vegDataWrapper ol, #vegDataWrapper ul  {
	margin:10px 5px 0px 20px;
}
	
#vegDataWrapper ol li, #vegDataWrapper ul li {
	list-style-type:decimal;
	padding:0 0 5px 0px;
}
	
#vegDataWrapper ul li {
	list-style-type:circle;
}

#pages.resources .sidebar{
	float:right;
	width:30%;
}

#pages.resources .sidebar .linkSection .title{
	margin:0 0 20px 0;
}

#pages.resources .sidebar .linkSection a {
	font-weight:normal;
}

#pages.resources .sidebar .sub{
	font-size:14px;
}

#pages.resources .sidebar .textfield{
	width:97%;
	margin:10px 0;
	padding:10px 0 10px 5px;
	font-style:italic;
	color:#a9a9a9;
}

#pages.resources .sidebar .submit{
	float:right;
}

#pages.resources .box .note{
	margin-left:20px!important;
}

/*Passover*/
#pages.passover .left{
	float:left;
	width:45%;
}

#pages.passover .header{
	text-transform:uppercase;
	letter-spacing:1px;
	margin:0 0 20px 0;
	font-weight:bold;
}

#pagees.passover .par{
	line-height:20px;
	text-align:justify;
}

#pages.passover .more{
	text-align:right;
	margin:0 0 60px 0;
	text-decoration:none;
}

#pages.passover .more a{
	color:#007090;
}

#pages.passover .links .catLi a, #pages.lang ul li a{
	display: block;
	font-size: 14px;
	background: url(images/resources_green-arrow.gif) no-repeat right;
	color: #000000;
	text-decoration: none;
	padding: 0 0 6px 0;
	border-bottom: 1px solid #000000;
	margin: 0px 0 10px 0;
}

#pages.passover .links .catLi a.last{
	border:none;
}

#pages.passover .view{
	float:right;
	width:47px;
}

#pages.passover .right{
	float:right;
	width:45%;
}

#pages.passover .book .img{
	float:left;
	width:45%;
	margin:0 0 50px 0;
}

#pages.passover .book .img img{
	width:100%;
	height:auto;
}

#pages.passover .book .purchase{
	float:left;
	width:45%;
	margin:60px 0 0 28px;
}

#pages.passover .book .purchase img{
	width:100%;
	height:auto;
}

#pages.passover .book .text{
	color:#509459;
	text-align:center;
	line-height:20px;
	font-size:16px;
	margin:0 0 30px 0;
}

#pages.passover .right .button img{
	width:100%;
	height:auto;
}

#pages.passover .alerts{
	margin:80px 0 0 0;
}

#pages.passover .all{
	width:100px;
	margin:20px 0 0 0;
}

/*Articles*/
#pages.articles .sidebar #form {
	overflow:hidden;
}

#pages.articles .sidebar #form .go {
	padding:0px;
	margin:-7px 7px 0px 0px;
}


#pages.articles .search {
	float:right;
	width:45%;
	text-align:right;
	margin:0px 0px 25px 0px;
}

#pages.articles .search .textfield {
	width:83%;
	margin:1px 2% 0px 0px;
	float:left;
}

#pages.articles .columnLeft{
	float:left;
	width:45%;
}

#pages.articles .topImg, #pages.local .topImg {
	margin:0 0 20px 0;
}

#pages.articles .topImg img, #pages.local .topImg img{
	width:100%;
	height:auto;
}

#pages.articles .catTitle{
	text-transform:uppercase;
	font-weight:bold;
	letter-spacing:1px;
	font-size:14px;
	display:inline;
}

#pages.articles .category .view{
	display:inline;
}

#pages.articles .category .view a{
	color:#027393;
	float:right;
	text-decoration:underline;
}

#pages.articles .category{
	margin:0px 0 50px 0;
	padding:0 0 40px 0;
	border-bottom:2px dotted #000000;
}

#pages.articles .category.last{
	border:none;
}

#pages.articles .cat{
	margin:20px 0 0 0;
}

#pages.articles .cat .img{
	float:left;
	margin:0 50px 0 0;
	width:10%
}

#pages.articles .cat .sub{
	float:left;
	width:75%
}

#pages.articles .cat .sub .subTitle{
	font-weight:bold;
}

#pages.articles .catList{
	margin:20px 0 0 0;
}

#pages.articles .catLi{
	list-style-type:none;
	padding:0 0 15px 0;
}

#pages.articles .catLi a{
	color:#747474;
	text-decoration:underline;
}

#pages.articles .columnRight{
	float:right;
	width:45%;
}

/*Online Application*/
#pages.certified.apply #form .textfield {
	height:35px;
	width:92%;
}

#pages.certified.apply #form .textarea {
	height:50px;
	width:92%;
}

#pages.certified.apply #form .field-padding {
	padding:5px 0px;
}

#pages.certified.apply #form .fieldtitle {
	font-size:12px;
}

#pages.certified.apply #form .spacer {
	clear:both;
	height:10px;
}


#pages.certified.apply #form .onefull {
	clear:both;
	width:100%;
}

#pages.certified.apply #form .twoleft {
	float:left;
	width:49%;
}

#pages.certified.apply #form  .tworight {
	float:right;
	width:49%;
}

#pages.certified.apply #form .captcha {
	clear:both;
	text-align:center;
	padding:10px 0px 0px 0px;
	font-weight:bold;
}

#pages.certified.apply #form .captcha .textfield {
	width:20%;
	height:20px;
	margin:0 5px 0 0;
}

#pages.certified.apply #form .button {
	text-align:center;
	margin:10px 0px;
}

/*Appliances*/
#pages.appliances .left{
	float:left;
	width:25%;
	border:2px solid #d6d6d6;
	padding:20px 20px 80px 20px;
	text-align:left;
}

#pages.appliances .left .head{
	color:#087596;
	padding:0 0 10px 0;
	margin:0 0 20px 0;
	border-bottom:1px solid #d6d6d6;
	font-size: 15px;
	font-weight: bold;
}

#pages.appliances .left input{
	padding:0 8px 0 0px;
}

#pages.appliances .left .appliance{
	margin:0 0 10px 0;
	width:100%;
}

#pages.appliances .left .appliance .amount{
	text-align:right;
}

#pages.appliances .left .sub{
	padding:15px 0 10px 0;
}

#pages.appliances .right{
	float:right;
	width:65%;
}
	
#pages.appliances .right .box{
	margin:0 0 15px 0;
	padding:15px 15px 20px 15px;
	border:1px solid #d6d6d6;
}


#pages.appliances .right .box .description{
	float:left;
	width: 50%;
}

#pages.appliances .right .box .image{
	float:left;
	width:20%;
}

#pages.appliances .right .box .image img{
	width:100%;
	height:auto;
}

#pages.appliances .right .box .par{
	float:left;
	text-align:left;
	width:95%;
	margin:0 15px 0 15px;
	line-height:20px;
	border-right:1px solid #d6d6d6;
}

#pages.appliances .right .box .par .SabbathInfo {
	color: #ffffff;
	background: #087596;
	padding: 5px 20px 5px 20px;
 	text-decoration: none;
}

#pages.appliances .right .box .par .SabbathInfo:hover {
  background: #3498db;
  text-decoration: none;
}

#pages.appliances .right .box .item{
	padding:0 0 5px 0;
	color:#087596;
	font-size:15px;
}

#pages.appliances .right .box .par p{
	padding:0 30px 0 0;
	border-right:0px;
}

#pages.appliances .right .box .brand{
	float:right;	
	width: 45%;
}

#pages.appliances .right .box .logo{
	float:right;
	padding:5px 0 15px 0;
}

#pages.appliances .right .box .brand .head{
	color:#FFFFFF;
	padding:4px 0 4px 10px;
	margin:0 0 20px 0;
	background-color:#087596;
	clear:both;
}

#pages.appliances .right .box .brand .features p{
	margin:0px 0 8px 0;
}

#pages.appliances .right .box .brand .features ol li { 
   list-style-type: decimal; 
}

#pages.appliances .right .box .brand .features ol ol, ul ol { 
   list-style-type: lower-latin; 
   list-style-position: inside; 
   margin-left: 15px; 
}

#pages.appliance .image{
	margin:0 0 20px 0;
}

/*Insect Detail*/
#pages.insect_detail .head{
	text-align:center;
	padding:0 0 6px 0;
	width:23%;
	margin:0 auto 20px auto;
}

#pages.insect_detail .head .pic{

}

#pages.insect_detail .head .caps{
	float:right;
	text-transform:uppercase;
	font-size:24px;
	font-weight:bold;
	padding:10px 0 0 0;
}

#pages.insect_detail .text.center{
	text-align:center;
}

#pages.insect_detail .text.center.top{
	padding:0 300px;
}

#pages.insect_detail .ribbon{
	background:url(images/inspect_ribbon.png) no-repeat;
	color:#FFFFFF;
	text-transform:uppercase;
	padding: 5px 0px 15px 40px;
	margin: 50px 0 50px -50px;
	font-weight: bold;
	font-size: 15px;
	letter-spacing: 1px;
}

#pages.insect_detail .instructions{
	padding:0 100px;
}

#pages.insect_detail .grey{
	background:#e5e5e5;
	padding:30px 20px;
	text-align:justify;
}

#pages.insect_detail .grey.big{
	padding:30px 50px;
}

#pages.insect_detail .title{
	margin:30px 200px 40px 0;
}

#pages.insect_detail .left{
	margin:0 0 0 20px;
	float:left;
	text-align:justify;
	width:47%;
}

#pages.insect_detail .left .top, #pages.insect_detail .right .top{
	margin:0 0 40px 0;
}

#pages.insect_detail .left .top .text.short{
	padding:0 80px 0 0;
}

#pages.insect_detail .left .bottom{
	margin:85px 0 0 0;
}

#pages.insect_detail .left .number{
	float:left;
	clear:left;
	padding:0 0 10px 0;
}

#pages.insect_detail .left .check{
	float:right;
	width:85%;
	padding:2px 0 10px 8px;
}

#pages.insect_detail .right{
	float:right;
	width:47%;
}

#pages.insect_detail .padding{
	padding: 0 50px;
}

#pages.insect_detail .box{
	float:left;
	margin:0 30px 0 0;
	width:170px;
	clear:none;
}

#pages.insect_detail .box img{
	width:100%;
	height:auto;
}

#pages.insect_detail .box.last{
	margin:0px;
}

#pages.insect_detail .caption{
	text-align:center;
	padding:15px 0 0 0;
}

#pages.insect_detail .video{
	width:337px;
}

#pages.insect_detail .video img{
	width:100%;
	height:auto;
}

#pages.insect_detail .clip{
	float:left;
	width:337px;
}

#pages.insect_detail .clip img{
	width:100%;
	height:auto;
}

#pages.insect_detail .clip.right{
	float:right;
}

/*Spanish*/
#pages.lang .banner img{
	widtH:100%;
	height:auto;
}

#pages.lang .head .img{
	float:left;
}

#pages.lang .headText{
	float:left;
	font-weight:bold;
	margin:0 0 0 15px;
	font-size:15px;
}

#pages.lang .headText.two{
	margin:20px 0 0 60px;
}

#pages.lang ul{
	margin:-20px 0 0 90px;
}

#pages.lang .icon.test{
	padding:0 20px 0 0px;
}

#pages.lang .click{
	text-align:right;
}

#pages.lang .click a, #pages.lang .info a{
	text-decoration:underline;
}

#pages.lang .button{
	width:20%;
	margin:0px 5px 0 0!important;
}

#pages.lang .button input{
	color:#FFF;
	text-transform:capitalize;
	background:#000;
	border-radius:3px;
	padding:5px 0;
	width:100%;
	text-align:center;
	border:none;
}

/* Q&A */
 #pages.qanda .questions a {
    font-size: 14px;
	display: block;
    background: url(images/resources_green-arrow.gif) no-repeat left;
    margin: 0 0 0 50px;
    font-weight: bold;
    padding: 0 0 3px 15px;
	text-decoration:underline;
}

/*Contact*/
#pages.contact .left .text {
	line-height:18px;
	margin:0px 0px 25px 0px;
}

#pages.contact .info, #pages.lang .info{
	padding: 0 0 10px 30px;
	line-height: 24px;
}

#pages.contact .info.address, #pages.lang .info.address {
	background: url(images/contact_address.gif) no-repeat;
	background-position: 0 3px;
}

#pages.contact .info.phone, #pages.lang .info.phone {
	background: url(images/contact_phone.gif) no-repeat;
	background-position: 0 3px;
}

#pages.contact .info.fax, #pages.lang .info.fax {
	background: url(images/contact_fax.gif) no-repeat;
	background-position: 0 3px;
}

#pages.contact .info.email, #pages.lang .info.email{
	background: url(images/contact_email.gif) no-repeat;
	background-position: 0 3px;
}

#pages.contact .info.chat {
	background: url(images/contact_chat.gif) no-repeat;
	background-position: 0 3px;
}

#pages.contact .info.hours {
	background: url(images/contact_hours.gif) no-repeat;
	background-position: 0 3px;
}

#pages.contact .locations {
	background-color: #CCCCCC;
	padding: 10px;
	margin: 30px 0 0 0;
}

#pages.contact .locations .click {
	float: right;
}

#pages.contact .textfield.dropdown {
	-webkit-appearance:none;
	background: url(images/contact_dropdown-arrow.gif) no-repeat right;
	width: 408px;
}

#pages.contact.locations .address {
	float: left;
	width: 56%
}

#pages.contact.locations .phone {
	float: right;
	width: 43%;
}

#pages.contact.locations .phone a {
	color: #000000;
	text-decoration:underline;
}

/*Signup*/
#pages.signup #form {
	padding:90px 30px 40px 30px;
	width:408px;
	background:url(images/signup_star.jpg) no-repeat top center #e5e5e5;
	border-radius:2px;
	margin:0 auto;
}

#pages.signup #form  .checkbox {
	padding:5px;
}

#pages.signup .onefull {
	clear:both;
	width:100%;
}

#pages.signup .go {
	text-align:right;
}

#pages.signup .captcha {
	margin:10px 0px;
}


#footerwrapper {
	/*min-width: 964px;*/
	width:100%;
	background: url(/images/footerbg.jpg) repeat;
	border-top: 4px solid #D5CCB0;
	border-bottom: 5px solid #5C5C5C;
}

#footertop {
	border-top: 1px solid #ECE8DD;
	/*min-width: 964px;*/
	width:100%;
	background: url(/images/footer_topbg.png) repeat-x top;
}

#footer {
}

#footer #socialmedia {
	clear: both;
	background-color: #666666;
	width: 137px;
	text-align: center;
	padding: 7px 0 0 0;
	height: 33px;
	float: right;
	margin: -40px 0 0 0;
	position: relative;
}

#footer #socialmedia img {
	margin: 0 5px;
}

#footer .linksfooter {
	clear: both;
	overflow: hidden;
}

#footer .left {
	width:82.5%;
	float: left;
	background: url(/images/footer-line.png) repeat-y right;
	margin: 20px 0;
}

#footer ul {
	float: left;
	width: 16%;
	background: url(/images/footer-line.png) repeat-y right;
	padding: 0 20px;
	margin: 0 0 30px 0;
	line-height: 23px;
	height: 210px;
}

#footer .clear {
	clear:both;
}

#footer ul.firstul {
	width: 140px;
	padding-left: 0px;
}

#footer ul.fourthul {
	width:105px;
}

#footer ul.lastul {
	background: none;
	padding-right: 0px;
}

#footer ul.botul {
	height: 180px;
}

#footer li {
	color: #BBBBBB;
	font-size: 12px;
}

#footer li a {
	color: #BBBBBB;
}

#footer li a:hover {
	color: #FFFFFF;
}

#footer li.title {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 0 0 5px 0;
}

#footer li.title a {
	color: #FFFFFF;
	text-decoration: none;
}

#footer li.title a:hover {
	color: #BBBBBB;
}

#footer li.xtrapad {
	padding: 20px 0 5px 0;
}

#footer #newsletter {
	width: 15%;
	float: right;
	margin: 80px 0 0 15px;
	background: url(/images/footer_newsletter.png) no-repeat;
	padding: 125px 0 0 0;
	color: #BBBBBB;
}

#footer #newsletter .join {
	font-size: 11px;
	widtH:99%;
	text-align: right;
	padding: 0 4px 15px 0;
}

#footer #newsletter #form {}

#footer #newsletter #form .textfield {
	background:rgba(0,0,0,0.20);
	border: 0px;
	width: 144px;
	height: 26px;
	margin: 0 0 5px 0;
	color: #BBBBBB;
	padding: 0 0 0 10px;
}

#footer #newsletter #form .go {
	text-align: right;
}

#footer #newsletter #form {}

#copy {
	color: #8A8A8A;
	padding: 20px 0 30px 0;
	font-size: 11px;
	text-align: center;
}

#copy a {
	color: #8A8A8A;
	text-decoration: none;
}

#copy a:hover {
	color: #FFFFFF;
}

	
@media print {
	#topblue, #top .right, #pages.resources .search, #pages.listings .search, #pages.resources .back, #pages.listings .back, #footerwrapper, #pages.wppages .checking .box .img, #pages iframe, #pages.resources .search, #pages.listings .search, #pages.articles .sidebar {
		display: none;
	}
	#topwrapper {
		height:90px;
	}
	h1 {
		height:25px;
	}
	#wrapper {
 	   padding: 0;
	}

	#pages.resources .box.rbox .name, #pages.resources .box.rbox .status, #pages.resources .box.rbox .company {
		/* padding:5px 5px 5px 10px; */
	    width: 33%;
/* Can this work for all pages? */
	}
	
	#pages.resources .box.rbox {
		width:100%; 
	}

	#pages.resources, #pages.resources .box.rbox .brand, #pages.resources .box.rbox .prevBrand {
    	padding: 2px;
	}
	#pages.resources .box.rbox .name, #pages.resources .box.rbox .status, #pages.resources .box.rbox .company, #pages.resources .box.rbox.child li, #pages.resources .box.rbox.child .prevBrand, #pages.resources .box.rbox .note.full {
	    padding: 2px !important; 
	}

	#pages.resources .links li, #pages.resources .box.rbox.child li  {
	    min-height: 0px;
	}
	
	
/*	
	#pages.resources .links li {
		min-height:55px !important;
	}
*/	
	#topwrapper {
		background-image:none;
		background-color:#027392;
		  -webkit-print-color-adjust: exact;
	}
	#top #logo {
		padding:20px;
		float:none;
		margin:0 auto;
	}

}
/* Scrolling #Top Button */ 
#pages.restaurant .top.is-visible, #pages.listings .top.is-visible {
  visibility: visible;
  opacity: 1;
}
#pages.restaurant .top.fade-out, #pages.listings .top.fade-out {
  opacity: .5;
}

#pages.restaurant .top, #pages.listings .top  {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 100px;
  right: 10px;
  z-index: 10;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(131, 186, 202, 1) url(/images/top-arrow.png) no-repeat center 50%;
 visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
#pages.restaurant  .top.is-visible, .top.fade-out, .no-touch .top:hover, #pages.listings  .top.is-visible, {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
#pages.restaurant .top.is-visible, #pages.listings .top.is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
#pages.restaurant  .top.fade-out, #pages.listings  .top.fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
#pages.restaurant  .no-touch .top:hover, #pages.listings  .no-touch .top:hover {
  background-color: #83BACA;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
 #pages.restaurant .top, #pages.listings .top  {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
#pages.restaurant  .top, #pages.listings  .top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}