a, a:visited, a:active {
	color: #185275;
}

a:hover {
	color: #06C;
}

body {
	background-color: #FFF;
	background-image: url(/nyk/gen3/webroot/theme/future/img/body_background_future.jpg);
	background-position: left top;
	background-repeat: repeat-x;
	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: #56708e;
	font-size: 22px;
	text-transform: capitalize;
	font-weight: 300;
	border-bottom: 1px solid #cccccc;
}

h3 {
	color: #0066cc;
	font-weight: bold;
	font-size: 16px;
	margin: 5px;
}

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

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

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

input[type="text"] {
	border: 1px solid #DDD;
}

a.read-more:after {
	content: " \00bb";
}

#nyk-content-container {
	padding-top: 6px;
	background-color: #FFF;
	-moz-box-shadow: 0 0 10px #000;
	-webkit-box-shadow: 0 0 10px #000;
	box-shadow: 0 0 10px #000;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#content {
	padding: 5px;
}

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

#nyk-content h3 {
	margin: 1em 0;
	font-size: 18px;
}

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

#nyk-content ul {
	font-family: 'Arial', Helvetica, 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/blue_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;
}

/* ****** */
/* Banner */
/* ****** */
#nyk-banner {
	background-image: url(/nyk/gen3/webroot/theme/future/img/banner_background_future.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}
#flash-header {
	min-height: 167px;
	margin-top: 0px;
	padding-top: 0px;
}
#nyk-banner .flash-wrapper span.future, #nyk-banner .flash-wrapper span.future_d {
	color: #FFF;
	font-size: 2.5em;
	font-weight: bold;
	margin-top: 1.85em;
	margin-left: .5em;
	text-shadow: 2px 2px 2px #333
}

/* *************** */
/* Navigation Menu */
/* *************** */
#nyk-navigation-menu {
	
}

#nyk-navigation-menu li:hover {
	background: #274fb7;
}
#nyk-header #nyk-navigation-menu #menu > li:hover {
	background: transparent;
}

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

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

#nyk-navigation-menu ul ul {
	background-color: #666;
}

#nyk-navigation-menu ul ul li, #nyk-navigation-menu ul ul li a, #nyk-navigation-menu ul ul ul li, #nyk-navigation-menu ul ul ul li a {
	color: #FFF;
}

#nyk-navigation-menu ul ul li:hover, #nyk-navigation-menu ul ul ul li:hover {
	background-color: #274fb7;
}
#outer { background-image: url(/nyk/gen3/webroot/theme/future/img/navigation_menu_background.jpg);
	background-position: left top;
	background-repeat: repeat; }
/* ******* */
/* Modules */
/* ******* */
#nyk-primary-column .module .title, #nyk-secondary-column .module .title {
	background-color: #666;
	color: #FFF;
	margin-bottom: 0;
	padding: .5em 0;
	text-align: left;
	text-indent: 5px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

#nyk-primary-column .module .content, #nyk-secondary-column .module .content {
	border: 1px solid #666;
	padding: .5em;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

#nyk-footer-menu {
	background-image: url(/nyk/gen3/webroot/theme/future/img/navigation_menu_background.jpg);
	background-position: left top;
	background-repeat: repeat-x;
	color: #FFF;
}

#nyk-footer-menu li, #nyk-footer-menu li a, #nyk-footer-menu li:hover li {
	color: #FFF;
}

#nyk-copyright {

}

/* ******* */
/* 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/future/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/future/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/future/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/future/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/future/img/module-icon-articles.png);
	background-position: center right;
	background-repeat: no-repeat;
	padding-right: 46px;
}


#nyk-footer-wrapper .column-container {
	background: rgba(256,256,256,0.44);
	border: 7px solid;
	border-color: #fff;
	-moz-box-shadow: 0 0 10px #000;
	-webkit-box-shadow: 0 0 10px #000;
	box-shadow: 0 0 10px #000;
	/* IE 7-8 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#44ffffff,endColorstr=#22ffffff);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#44ffffff,endColorstr=#22ffffff);
	zoom: 1;
	/* 		  */
}
