/* ************** */
/* General Styles */
/* ************** */
a, a:visited, a:active {
	color: #0056C3;
}
a:hover {
	color: #FDFF6B;
}
body {
	background-color: #F6E5B7;
	color: #000;
}
h1, h2, #nyk-content .module-container h4.title  {

	background-position: left bottom;
	background-repeat: repeat-x;
	padding-top: 0px;
	margin: 0px;
	padding-bottom: 3px;
	color: #8f8567;
	font-size: 22px;
	text-transform: capitalize;
	font-weight: 300;
	border-bottom: 1px solid #979284;
}
h3 {
	color: #6f9429;
	font-weight: bold;
	font-size: 16px;
	margin: 5px;
}
h1.title {
	border-bottom: 1px solid #CCC;
}
#nyk-content-container {
	background-color: #FFF;
}
#nyk-wrapper {
	-moz-box-shadow: 0 0 30px #000;
	-webkit-box-shadow: 0 0 30px #000;
	box-shadow: 0 0 30px #000;
}
#nyk-content-container {
	padding-top: 10px
}
/* ****** */
/* Banner */
/* ****** */
#flash-header {
	min-height: 167px;
	margin-top: 0px;
	padding-top: 0px;
}
#nyk-banner {

	background-image: url(/nyk/gen3/webroot/theme/sunflower/img/banner_background.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}
#nyk-banner .flash-wrapper span.sunflower, #nyk-banner .flash-wrapper span.sunflower_a, #nyk-banner .flash-wrapper span.sunflower_b {
	color: #FFF;
	font-size: 2.5em;
	font-weight: bold;
	margin-top: .50em;
	margin-left: .5em;
	text-shadow: 2px 2px 2px #333
}
/* ****** */
/* Footer */
/* ****** */
#nyk-footer {
	background-color: #FFF;
}
/* *************** */
/* Navigation Menu */
/* *************** */
#nyk-navigation-menu ul {
	background-color: #E6F5B5;
}
#nyk-navigation-menu li, #nyk-navigation-menu li a {
	color: #000;
}
#nyk-navigation-menu li:hover, #nyk-navigation-menu ul ul ul {
	background-color: #F6E5B7;
}
#nyk-navigation-menu li:hover ul li:hover ul li:hover {
	background-color: #F5FBE1;
}
/* ******* */
/* Modules */
/* ******* */
#nyk-primary-column .module .title, #nyk-secondary-column .module .title {
	background-color: #F6E5B7;
	color: #000;
	margin-bottom: 0;
	padding: .5em 0;
	text-align: center;
	-webkit-border-top-left-radius: 15px;
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}
#nyk-primary-column .module .content, #nyk-secondary-column .module .content {
	border: 1px solid #F6E5B7;
	padding: .5em 0;
	-webkit-border-bottom-right-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	-moz-border-radius-bottomleft: 15px;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
}
/**Footer*/
#nyk-footer {
	background: #E6F5B5;
	border-top: 2px #F6E5B7 dashed;
}
#nyk-footer-menu {
	background: #F6E5B7;
}
/* ******* */
/* Module Icons */
/* ******* */
#nyk-primary-column #nyk-newsletter-signup .title, #nyk-secondary-column #nyk-newsletter-signup .title {
	height: 36px;
	background-image: url(/nyk/gen3/webroot/theme/sunflower/img/module-icon-newsletter.png);
	background-position: center right;
	background-repeat: no-repeat;
	padding-right: 46px;
}
#nyk-primary-column #nyk-appointment-request .title, #nyk-secondary-column #nyk-appointment-request .title {
	height: 36px;
	background-image: url(/nyk/gen3/webroot/theme/sunflower/img/module-icon-appointment.png);
	background-position: center right;
	background-repeat: no-repeat;
	padding-right: 46px;
}
#nyk-primary-column #nyk-office-hours .title, #nyk-secondary-column #nyk-office-hours .title {
	height: 36px;
	background-image: url(/nyk/gen3/webroot/theme/sunflower/img/module-icon-hours.png);
	background-position: center right;
	background-repeat: no-repeat;
	padding-right: 46px;
}
#nyk-primary-column #nyk-new-patient-center .title, #nyk-secondary-column #nyk-new-patient-center .title {
	height: 36px;
	background-image: url(/nyk/gen3/webroot/theme/sunflower/img/module-icon-npc.png);
	background-position: center right;
	background-repeat: no-repeat;
	padding-right: 46px;
}
#nyk-primary-column #nyk-article-search .title, #nyk-secondary-column #nyk-article-search .title {
	height: 36px;
	background-image: url(/nyk/gen3/webroot/theme/sunflower/img/module-icon-article.png);
	background-position: center right;
	background-repeat: no-repeat;
	padding-right: 46px;
}

