/* ************** */
/* General Styles */
/* ************** */
a, a:visited, a:active {
	color: #697142;
}

a:hover {
	color: #909A5B;
}

body {
	background-color: #909A5B;
	color: #FFF;
}

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: #909a5b;
	font-size: 22px;
	text-transform: capitalize;
	font-weight: 300;
	border-bottom: 1px dashed #333;
}

h3 {
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	margin: 5px;
	border-bottom: 1px dashed #909a5b;
}

h4 {
	color: #b7bf90;
	font-size: 14px;
}

h5 {
	font-size: 12px;
	font-weight: bold;
	color: #a5a5a3;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 2px;
}

h1.title {
	border-bottom: 1px solid #909A5B;
}

#nyk-content-container {
	padding-top: 5px;
}

#nyk-wrapper {
	background-color: #000;
	-moz-box-shadow: 0 0 10px #000;
	-webkit-box-shadow: 0 0 10px #000;
	box-shadow: 0 0 10px #000;
}

#nyk-footer {
	padding-top: 15px;
}

/* ****** */
/* Banner */
/* ****** */
#flash-header {
	min-height: 167px;
	margin-top: 0px;
	padding-top: 0px;
}
#nyk-banner {
	background-image: url(/nyk/gen3/webroot/theme/tanblack/img/banner_background_tanblack.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}

#nyk-banner .flash-wrapper span.tanblack, #nyk-banner .flash-wrapper span.tanblack_a {
	color: #FFF;
	font-size: 2.5em;
	font-weight: bold;
	margin-top: 1em;
	margin-left: 9em;
	text-shadow: 2px 2px 2px #333
}

/* *************** */
/* Navigation Menu */
/* *************** */
#nyk-navigation-menu {
	background-color: #30331E;
}

#nyk-primary-column #nyk-navigation-menu li, #nyk-primary-column #nyk-navigation-menu li a, #nyk-secondary-column #nyk-navigation-menu li, #nyk-secondary-column #nyk-navigation-menu li a, #nyk-navigation-menu li, #nyk-navigation-menu li a {
	color: #FFF;
}

#nyk-navigation-menu li:hover {
	background-color: #909A5B;
}

#nyk-navigation-menu li:hover ul {
	background-color: #60673D;
}

#nyk-navigation-menu li:hover li:hover ul {
	background-color: #ACB384;
}

#nyk-navigation-menu li:hover li:hover li:hover {
	background-color: #93B383;
}

#nyk-navigation-menu li:hover li:hover li:hover a {
	color: #000;
}

/* ******* */
/* Modules */
/* ******* */
#nyk-primary-column .module .title, #nyk-secondary-column .module .title {
	background-color: #697142;
	color: #000;
	margin-bottom: 0;
	padding: .5em 0;
	text-align: left;
	text-indent: 5px;
	color: #FFF;
	-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 {
	background-color: #FFF;
	border: 4px solid #697142;
	color: #000;
	padding: 1em .5em;
	-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;
}

/* ******* */
/* Module Icons */
/* ******* */
#nyk-primary-column #nyk-newsletter-signup .title, #nyk-secondary-column #nyk-newsletter-signup .title {
	height: 25px;
	background-image: url(/nyk/gen3/webroot/theme/tanblack/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: 25px;
	background-image: url(/nyk/gen3/webroot/theme/tanblack/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: 25px;
	background-image: url(/nyk/gen3/webroot/theme/tanblack/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: 25px;
	background-image: url(/nyk/gen3/webroot/theme/tanblack/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: 25px;
	background-image: url(/nyk/gen3/webroot/theme/tanblack/img/module-icon-articles.png);
	background-position: center right;
	background-repeat: no-repeat;
	padding-right: 46px;
}

/*****************************************************************************************************************************************/

/**Footer*/
#nyk-footer {
	border: 5px #30331E solid;
}
#nyk-footer-menu {
	background: #ddd;
	color: black;
}


.title {
	text-align: center;
}

#nyk-content li {
	color: white;
}

#nyk-content h1, h2 {
	margin: 0.8em 0;
	font-size: 22px;
	border-bottom: 1px dashed #333;
}

#nyk-content h3 {
	margin: 1em 0;
	font-size: 18px;
	border-bottom: 1px dashed #909A5B;
}

#nyk-content h4 {
	margin: 1.25em 0;
	font-size: 16px;
}

#nyk-content ul {
	font-family: 'Arial', Gadget, sans-serif;
	font-size: 12px;
	color: #000000;
}

#nyk-content li {
	display: list-item;
	text-align: -webkit-match-parent;
}

#nyk-content ul {
	list-style-type: disc;
}

#nyk-content ul {
	display: block;
	list-style-type: disc;
	-webkit-margin-before: 1em;
	-webkit-margin-after: 1em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	-webkit-padding-start: 40px;
}
#nyk-content ul.forms {
	list-style-image: url(/nyk/gen3/webroot/img/brown_folder.gif);
	list-style-position: inside;
	margin: 0px;
}
#nyk-content td .topics a:link, a {
	text-decoration: none;
	border: none;
}

#nyk-content .all-the-questions ul li {
	padding-right: 3px;
	padding-left: 3px;
}

#nyk-content ul.articles li {
	display: block;
}

#nyk-content .col.all-the-questions ul {
	display: block;
	list-style-type: none;
	list-style-image: none;
	-webkit-margin-before: 0em;
	-webkit-margin-after: 0em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	-webkit-padding-start: 0px;
}

#nyk-content .col.all-the-questions li {

}
#nyk-content .title {
	text-align: left;
}


