/************/
/*  GLOBAL  */
/************/

html, body {
	background-color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #05387e;
	padding: 0;
	margin: 0;
	background-position: top left;
	line-height: 22px;
	min-height: 800px;
}

h1, h2, h3, h4, h5, h6 {
	padding: 0;
	margin: 0;
	/* text-transform: capitalize; */
}

h1 {
	font-size: 20px;
	color: #05387e;
}

h2 {
	font-size: 15px;
	color: #05387e;
}

h3 {
	font-size: 14px;
	color: #05387e;
}

h4 {
	font-size: 13px;
	color: #05387e;
}

h5 {
	font-size: 12px;
	color: #05387e;
}

h6 {
	font-size: 11px;
	color: #05387e;
}

.clearfix:after, .clear-fix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.caps {
	text-transform: capitalize;
}

.uppercase {
	text-transform: uppercase;
}

.lowercase {
	text-transform: lowercase;
}

.smallcaps {
	font-variant: small-caps;
}

.align-center {
	text-align: center;
}

.align-left {
	text-align: left;
}

.align-right {
	text-align: right;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.clear {
	clear: both;
}

.clear-left {
	clear: left;
}

.clear-right {
	clear: right;
}

.strong, .bold {
	font-weight: bold;
}

.italic, .italics {
	font-style: italic;
}

.underline, .underlined {
	text-decoration: underline;
}

img {
	border: none;
	padding: 0;
	margin: 0;
}

a img {
	border: none;
	padding: 0;
	margin: 0;
}

a {
	color: #05387e;
	text-decoration: underline;
	border-bottom: none;
}

a:visited, a:active {
	/* color: #05387e; */
	text-decoration: underline;
	border-bottom: none;
}

a:hover {
	text-decoration: none;
	border-bottom: none;
}

ul li {
	list-style-image: url(/images/site/bullet_blue.gif);
	padding: 0;
	margin: 0;
}

.left-adjust {
	left: -4px;
	position: relative;
}

.right-adjust {
	right: 7px;
	position: relative;
}

.border-top {
	border-top: 1px dashed #05387e;
}

.border-right {
	border-right: 1px dashed #05387e;
}

.border-bottom {
	border-bottom: 1px dashed #05387e;
}

.border-left {
	border-left: 1px dashed #05387e;
}

.divider-h {
	height: 0px;
	width: 100%;
	border-top: 1px dashed #05387e;
	clear: both;
	/* margin: 20px 0 20px 0; */
}

.divider-v {
	height: 100%;
	width: 0px;
	border-left: 1px dashed #05387e;
	clear: both;
	margin: 0 20px 0 20px;
}

fieldset {
	width: 550px;
	clear: both;
	padding: 20px;
	color: #05387e;
	border: 1px dashed #05387e;
	margin: 20px 0;
}

fieldset h3 {
	margin: 0 0 10px 0;
}

legend {
	font-size: 15px;
	font-weight: bold;
}

label {
	/* font-weight: bold; */
	cursor: pointer;
	display: block;
}

input, select, textarea {
	cursor: pointer;
	margin: 0 0 10px 0;
	border: 1px solid #999;
	color: #999;
	background-color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}

input:focus, select:focus, textarea:focus {
	border: 1px solid #05387e;
	background-color: #05387e;
	color: #fff;
}

.full {
	width: 100%;
	clear: both;
}

.full input, .full select, .full textarea {
	width: 535px;
}

.half {
	float: left;
	width: 50%;
}

.half input, .half select, .half textarea {
	width: 265px;
}

.third {
	float: left;
	width: 33%;
}

.third input, .third select, .third textarea {
	width: 170px;
}

.quarter {
	float: left;
	width: 25%;
}

.quarter input, .quarter select, .quarter textarea {
	width: 122px;
}

.checkbox input {
	width: 13px;
}

.checkbox label {
	display: inline-block;
}

.col-3, .col-33, .col-third {
	width: 33%;
	height: auto;
	float: left;
}

/************/
/*  COLORS  */
/************/

a .black, .black {
	color: #000;
	list-style-image: url(/images/site/bullet_black.gif);
}

a .white, .white {
	color: #fff;
	list-style-image: url(/images/site/bullet_white.gif);
}

a .grey, .grey, a .gray, .gray {
	color: #999;
	list-style-image: url(/images/site/bullet_grey.gif);
}

a .blue, .blue {
	color: #05387e;
	list-style-image: url(/images/site/bullet_blue.gif);
}

a .yellow, .yellow {
	color: #fff160;
	list-style-image: url(/images/site/bullet_yellow.gif);
}

a .red, .red {
	color: #df262c;
	list-style-image: url(/images/site/bullet_red.gif);
}

a .green, a .green {
	color: #00672b;
	list-style-image: url(/images/site/bullet_green.gif);
}

a .purple, .purple {
	color: #904495;
	list-style-image: url(/images/site/bullet_purple.gif);
}

a .brown, .brown {
	color: #5d1719;
	list-style-image: url(/images/site/bullet_brown.gif);
}

a .orange, .orange {
	color: #ff9f0e;
	list-style-image: url(/images/site/bullet_orange.gif);
}

/************/
/*  HEADER  */
/************/

#header {
	clear: both;
	height: 187px;
	width: 960px;
	margin-left: auto; /* centers */
	margin-right: auto; /* centers */
	display: block; /* centers */
}

#logo {
	padding: 20px;
	width: 136px;
	height: 147px;
	float: left;
}

#header-image {
	height: auto;
	width: 960px;
	margin-left: auto; /* centers */
	margin-right: auto; /* centers */
	display: block; /* centers */
	margin-bottom: 20px;
}

/*********/
/*  NAV  */
/*********/

#nav {
	float: left;
	height: 167px;
	width: 784px;
	padding-top: 20px;
}

#nav ul {
	padding: 0;
	margin: 0;
}

#nav ul li {
	list-style: none;
	list-style-image: none;
	display: inline;
}

.nav-item {
	height: 70px;
	background-repeat: no-repeat;
	cursor: pointer;
	display: inline-block;
	padding: 0;
	margin: 0;
}

.nav-item span {
	margin-left: -9999px;
}

.nav-item:hover {
	background-position: 0 -70px;
}

#nav-about {
	background-image: url(/images/nav/about.gif);
	width: 116px;
}

#nav-flyers {
	background-image: url(/images/nav/on_sale.gif);
	width: 173px;
}

#nav-events {
	background-image: url(/images/nav/events.gif);
	width: 179px;
}

#nav-jobs {
	background-image: url(/images/nav/jobs.gif);
	width: 151px;
}

#nav-shop {
	background-image: url(/images/nav/shop.gif);
	width: 116px;
}

#nav-locations {
	background-image: url(/images/nav/locations.gif);
	width: 173px;
}

#nav-contact-us {
	background-image: url(/images/nav/contact_us.gif);
	width: 179px;
}

#nav-recipes {
	background-image: url(/images/nav/recipes.gif);
	width: 151px;
}

#nav-news {
	background-image: url(/images/nav/news.gif);
	width: 151px;
}
	
#nav-kitchen {
	background-image: url(/images/nav/kitchen.gif);
	width: 151px;
}

/***********/
/*  PAGES  */
/***********/

#wrapper {
	width: 974px;
	background-image: url(/images/site/page_bg.png);
	background-repeat: repeat-y;
	margin-left: auto; /* centers */
	margin-right: auto; /* centers */
	display: block; /* centers */
	height: auto;
	clear: both;
}

#page-header {
	height: 20px;
	width: 974px;
	clear: both;
	margin-left: auto; /* centers */
	margin-right: auto; /* centers */
	display: block; /* centers */
}

#page-footer {
	background-image: url(/images/site/page_footer.png);
	background-repeat: no-repeat;
	height: 61px;
	width: 974px;
	margin-left: auto; /* centers */
	margin-right: auto; /* centers */
	display: block; /* centers */
	clear: both;
}

#content {
	width: 640px;
	height: auto;
}

#page-content {
	width: 610px;
	height: auto;
	padding-left: 30px;
	line-height: 22px;
}

#sidebar {
	width: 320px;
	height: auto;
	padding-top: 24px;
	position: relative;
	top: -25px;
}

#events {
	line-height: normal;
}

.event-item, .link-item, .news-item, .tool-item, .recipe-item {
	height: auto;
	clear: both;
	width: auto;
	padding: 20px 0 20px 0;
}

.job-item {
	height: 66px;
	clear: both;
	width: auto;
	padding: 20px 0 20px 20px;
}

.search-item {
	height: auto;
	clear: both;
	width: auto;
	padding: 20px 20px 20px 40px;
}

.search-title {
	background-color: #f8e2cb;
	padding: 20px 0 20px 20px;
}

.job-item-details {
	float: left;
	width: 403px;
	height: 86px;
}

.job-item-apply-now {
	float: left;
	height: 86px;
	width: 167px;
	padding-right: 20px;
}

.featured-event {
	background-color: #f8e2cb;
}

.event-item:hover, .link-item:hover, .news-item:hover, .tool-item:hover, .recipe-item:hover, .job-item:hover, .search-item:hover {
	background-color: #e4edfe;
	cursor: pointer;
}

.event-item-image, .link-item-image, .news-item-image {
	float: left;
	height: 100px;
	width: 100px;
	border: 1px solid #05387e;
	margin-left: 20px;
	overflow: hidden;
}

.tool-item-image, .recipe-item-image {
	float: left;
	height: 46px;
	width: 46px;
	border: 1px solid #05387e;
	margin-left: 20px;
	overflow: hidden;
}

.event-item-details, .link-item-details, .news-item-details, .tool-item-details, .recipe-item-details {
	padding: 0 0 0 20px;
	float: left;
	height: auto;
	width: 460px;
	clear: right;
}

#directory {
	background-image: url(/images/site/directory.png);
	background-repeat: no-repeat;
	height: 70px;
	width: 599px;
	left: -29px;
	position: relative;
	line-height: 65px;
	margin-bottom: 10px;
	vertical-align: middle;
	padding-left: 30px;
}

.location-column {
	width: 50%;
	height: auto;
	float: left;
}

.image-left {
	padding: 0 15px 15px 0;
}

.image-right {
	padding: 0 0 15px 15px;
}

.community-item {
	clear: both;
}

/**********************/
/*  HOMEPAGE MODULES  */
/**********************/

.home-module {
	margin-bottom: 20px;
	background-repeat: no-repeat;
}

#flash {
	height: 365px;
	width: 960px;
	clear: both;
	/* background-image: url(/images/site/flash.jpg); */
	/* background-repeat: no-repeat; */
	margin-left: auto; /* centers */
	margin-right: auto; /* centers */
	display: block; /* centers */
	margin-bottom: 20px;
}

#welcome-banner {
	height: auto;
	width: auto;
}

#mothers-university-module {
	background-image: url(/images/site/mothers_university.png);
	height: 155px;
	width: 183px;
	padding-top: 50px;
	float: left;
}

#what-makes-mothers-special {
	float: left;
	width: 395px;
	padding-left: 20px;
	clear: right;
}

.home-list {
	float: left;
	width: 197px;
	height: auto;
	/* top: -10px; */
	/* position: relative; */
}

#what-makes-mothers-special ul {
	padding-left: 15px;
	margin: 0;
}

#what-makes-mothers-special ul li {
	
}

#featured-products, #sale-products {
	height: 268px;
	width: 598px;
	background-image: url(/images/site/featured_products.png);
	clear: both;
	color: #fff;
}

#featured-product-left, #featured-product-mid, #featured-product-right {
	
}

#featured-products-arrow-left {
	
}

#featured-products-arrow-right {
	
}

.featured-products-arrow, .sale-products-arrow {
	height: 133px;
	float: left;
	/* width: 50px; */
	cursor: pointer;
	/* padding: 115px 10px 0 30px; */
	padding-top: 101px;
}

.featured-product, .sale-product {
	float: left;
	width: 166px;
	height: 208px;
	text-align: center;
	padding-top: 45px;
	overflow: hidden;
}

.featured-product img, .sale-product img {
	margin-left: auto; /* centers */
	margin-right: auto; /* centers */
	display: block; /* centers */
	min-height: 142px;
}

#online-coupon {
	height:auto;
	width: auto;
}

#find-seminars {
	height: auto;
	width: auto;
}

/******************/
/*  PAGE MODULES  */
/******************/

#addthis {
	padding-top: 20px;
}

/*********************/
/*  SIDEBAR MODULES  */
/*********************/

.sidebar-module {
	background-repeat: no-repeat;
	margin-bottom: 20px;
	position: relative;
}

#related-pages-module {
	right: -7px;
}

#related-pages-top {
	height: 70px;
	width: 323px;
}

#related-pages-content {
	background-image: url(/images/site/related_pages_content.png);
	background-repeat: repeat-y;
	width: 323px;
	height: auto;
}

#related-pages-content ul {
	padding: 0 0 10px 50px;
	margin: 0;
}

#related-pages-bottom {
	width: 323px;
	height: 13px;
}

#search-module {
	width: 323px;
	height: 70px;
	background-image: url(/images/site/search.png);
	right: -7px;
}

#search-form-wrapper {
	width: 235px;
	height: 24px;
	margin-left: auto; /* centers */
	margin-right: auto; /* centers */
	display: block; /* centers */
	padding-top: 11px;
}

#search-form-input, #newsletter-form-input {
	border: none;
	/* background-image: url(/images/site/search_bg.jpg); */
	/* background-repeat: no-repeat; */
	background-color: #fff;
	border-top: 2px solid #c1cde2;
	border-bottom: 2px solid #c1cde2;
	color: #c1cde2;
	height: 34px;
	width: 180px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	float: left;
}

#search-form-submit, #newsletter-form-submit {
	display: table-cell;
	vertical-align: top;
	height: 40px;
	width: 39px;
	float: left;
	border: none;
}

.form-cap {
	height: 40px;
	width: 9px;
	float: left;
}

#chalkboard-module {
	height: 407px;
	width: 291px;
	/* background-image: url(/images/site/chalkboard.jpg); */
	margin-left: auto; /* centers */
	margin-right: auto; /* centers */
	display: block; /* centers */
	margin-bottom: 20px;
}

#store-locator-module {
	width: 318px;
	height: 262px;
	background-image: url(/images/site/locator.png);
	position: relative;
	right: -16px;
	overflow: hidden;
	text-align: center;
}

#store-locator-arrow-left {
	/* padding-left: 20px; */
	padding-right: 10px;
}

#store-locator-arrow-right {
	/* padding-right: 20px; */
	padding-left: 10px;
}

.store-locator-arrow {
	height: 142px;
	float: left;
	cursor: pointer;
	padding: 100px 0 0 0;
	width: 50px;
}

#active-store {
	height: 202px;
	width: 198px;
	float: left;
	padding-top: 60px;
	overflow: hidden;
}

#newsletter-module {
	width: 319px;
	height: 167px;
	background-image: url(/images/site/newsletter.png);
	right: -15px;
}

#newsletter-form-wrapper {
	width: 235px;
	height: 24px;
	margin-left: auto; /* centers */
	margin-right: auto; /* centers */
	display: block; /* centers */
	padding-top: 87px;
}

#newsletter-notice {
	width: 100%;
	height: 20px;
	text-align: center;
	/* margin-top: 5px; */
	clear: both;
	line-height: 20px;
	vertical-align: middle;
}

/*
#newsletter-form-wrapper {
	width: 226px;
	height: 24px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	padding-top: 18px;
}
*/

#job-app-submit, #care-submit, #recipe-submit {
	border: none;
	background-color: #fff;
}

.radio-item {
	width: 610px;
	height: auto;
	padding: 20px 0;
	/* background-image: url(/images/site/radio-item-bg.jpg); */
	background-repeat: no-repeat;
	background-position: bottom;
	min-height: 210px;
}

.radio-details, .radio-description {
	height: auto;
	width: 590px;
	padding: 0 10px;
}

.radio-download {
	width: 307px;
	height: auto;
	float: left;
	text-align: left;
}

.radio-player {
	width: 283px;
	padding: 0 20px 0 0;
	height: auto;
	float: right;
	text-align: right;
}

.directory-arrow {
	padding: 0 5px;
}

.radio-image {
	padding: 0 0 0 15px;
}

#sponsors {
	height: auto;
	width: 310px;
	padding: 0 0 0 10px;
}

.sponsor-row {
	clear: both;
	width: 300px;
	height: 145px;
	margin: 0 0 10px 0;
}

.sponsor-left {
	height: 145px;
	width: 145px;
}

.recipe-item {
	padding: 20px;
}

/************/
/*  FOOTER  */
/************/

#footer {
	width: 960px;
	color: #999;
	padding-top: 20px;
	margin-left: auto; /* centers */
	margin-right: auto; /* centers */
	display: block; /* centers */
}

#footer a {
	color: #999;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer ul {
	padding: 0;
	margin: 0;
}

#footer ul li {
	list-style: none;
	list-style-image: none;
	display: inline;
}

#footer-left, #footer-right {
	width: 50%;
	padding-bottom: 20px;
}

#footer-left {
	float: left;
	text-align: left;
}

#footer-right {
	float: right;
	text-align: right;
}
div.wrap {
	width : 590px;
	text-align : left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
div#top div#nav2 {
	float : left;
	clear : both;
	width : 590px;
	height : 52px;
	margin-top: 22px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
div#top div#nav2 ul {
	float : left;
	width : 500px;
	height : 52px;
	list-style-type : none;
}
div#nav2 ul li {
float : left;
height : 52px;
}
div#nav2 ul li a {
border : 0;
height : 52px;
display : block;
line-height : 52px;
text-indent : -9999px;
}
div#header {
margin : -1px 0 0;
}
div#video-header {
height : 683px;
margin : -1px 0 0;
}





div.wrap {
width : 590px;
margin : 0 auto;
text-align : left;
}
div#header-vid div.wrap {
	height : 232px;
}
div#header-vid div#slide-holder {
z-index : 40;
width : 590px;
height : 232px;
position : absolute;
}
div#header-vid div#slide-holder div#slide-runner {
top : 0px;
left : 0px;
width : 590px;
height : 232px;
overflow : hidden;
position : absolute;
}
div#header-vid div#slide-holder img {
margin : 0;
display : none;
position : absolute;
}
div#header-vid div#slide-holder div#slide-controls {
	left : 0;
	bottom : 0px;
	width : 590px;
	height : 46px;
	display : none;
	position : absolute;
}
div#header-vid div#slide-holder div#slide-controls p.text {
float : left;
color : #fff;
display : inline;
font-size : 10px;
line-height : 16px;
margin : 15px 0 0 20px;
text-transform : uppercase;
}
div#header-vid div#slide-holder div#slide-controls p#slide-nav {
float : right;
height : 24px;
display : inline;
margin : 11px 15px 0 0;
}
div#header-vid div#slide-holder div#slide-controls p#slide-nav a {
float : left;
width : 24px;
height : 24px;
display : inline;
font-size : 11px;
margin : 0 5px 0 0;
line-height : 24px;
font-weight : bold;
text-align : center;
text-decoration : none;
background-position : 0 0;
background-repeat : no-repeat;
}
div#header-vid div#slide-holder div#slide-controls p#slide-nav a.on {
background-position : 0 -24px;
}
div#header-vid div#slide-holder div#slide-controls p#slide-nav a {
	background-image : url(/images/events/slide-nav.png);
	color: #FFFFFF;
}
/*div#nav ul li a {
background : url(../images/nav.png) no-repeat;
}*/
#event-slider {
	background-image: url(/images/events/body.jpg);
	background-repeat: repeat-y;
}
#event-slider3 {
	padding-top: 65px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#event-slider2 {
	background-image: url(/images/events/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#page-content .event-item {
	background-image: url(/images/events/body.jpg);
	background-repeat: repeat-y;
	padding-top: 10px;
	padding-bottom: 10px;
}
.event-item .event-middle {
	background-image: url(/images/events/event_middle.jpg);
	background-repeat: repeat-y;
}
.event-item .event-bottom {
	background-image: url(/images/events/event_bottom.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.event-item .event-top {
	background-image: url(/images/events/event_top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 10px;
	padding-bottom:5px;
}
.event-item-details h2 {
	font-size: 24px;
	font-weight: normal;
	color:#051536;
}
#coupon-slider {
	background-image: url(/images/coupons/body.jpg);
	background-repeat: repeat-y;
}
#coupon-slider3 {
	padding-top: 65px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#coupon-slider2 {
	background-image: url(/images/coupons/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#page-content .coupon-item {
	background-image: url(/images/coupons/body.jpg);
	background-repeat: repeat-y;
	padding-top: 10px;
	padding-bottom: 10px;
}
.coupon-item .coupon-middle {
	background-image: url(/images/coupons/coupon_middle.jpg);
	background-repeat: repeat-y;
}
.coupon-item .coupon-bottom {
	background-image: url(/images/coupons/coupon_bottom.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.coupon-item .coupon-top {
	background-image: url(/images/coupons/coupon_top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 11px;
	padding-right: 11px;
	padding-bottom: 11px;
	padding-left: 15px;
}
.coupon-item-details h2 {
	font-size: 24px;
	font-weight: normal;
	color:#051536;
}
#coupons {
	background-color: #e2e1e6;
}
#coupons h3 {
	color: #071633;
	font-size: 18px;
}
#coupons h2 {
	color: #071633;
	font-size: 28px;
	padding-bottom: 0px;
	padding-top: 18px;
}
#coupons div.coupon-top h2 {
	padding-bottom:5px;
}
div.coupon-item-image {
	padding-top:20px;
	padding-bottom:5px;
}
#morecoupons img {
	margin-right:8px;
	margin-bottom:8px;
}
