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

a:hover {
	color: #7B94B3;
}

body {
	background-image: url(/nyk/gen3/webroot/theme/glory/img/body_background_glory.jpg);
	background-position: left top;
	background-repeat: repeat-x;
	font-family: Georgia, "Times New Roman", Times, serif;
	font: 75%/170% Arial, Helvetica, sans-serif;
}
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: rgb(0, 86, 152);
	font-size: 22px;
	text-transform: capitalize;
	font-weight: 300;
	border-bottom: 1px solid #fe0c06;
}

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

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

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

a {
	color: #610009;
}

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

#nyk-wrapper {
	/*background-color: #FFF;*/
	-moz-box-shadow: 0 0 10px #000;
	-webkit-box-shadow: 0 0 10px #000;
	box-shadow: 0 0 10px #000;
}
#flash-header {
	height: 167px;
	margin-top: 0px;
	padding-top: 0px;
}

/* ****** */
/* Banner */
/* ****** */
#nyk-banner {
	background-image: url(/nyk/gen3/webroot/theme/glory/img/banner_background_glory.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
}

#nyk-banner .flash-wrapper span.glory {
	color: #b40000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font: 75%/170% Arial, Helvetica, sans-serif;
	font-size: 2.5em;
	font-weight: bold;
	margin-top: .50em;
	margin-left: .5em;
	text-shadow: 2px 2px 2px #333
}

/* *************** */
/* Navigation Menu */
/* *************** */
#nyk-navigation-menu {
	background-image: url(/nyk/gen3/webroot/theme/glory/img/navigation_menu_background_glory.jpg);
	background-position: left top;
	background-repeat: repeat;
}

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

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

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

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

#nyk-navigation-menu li:hover li:hover li:hover {
	background-color: #49408F;
}

/* ************ */
/* Page Content */
/* ************ */

#nyk-content-wrapper {
	background-image: url(/nyk/gen3/webroot/theme/glory/img/glory-content-background.jpg);
}
#nyk-content-container {
	padding-top: 10px
}

#content {
	padding: 0 10px 0 10px
}

.right {
	float: right;
	margin: 5px;
}

/* ******* */
/* Modules */
/* ******* */
#nyk-primary-column .module .title, #nyk-secondary-column .module .title {
	/* background-color: #b40000; */
	background-color: #0158a3;
	color: #FFF;
	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: 2px solid #0158a3;
	padding: .5em .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: 36px;
	background-image: url(/nyk/gen3/webroot/theme/glory/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/glory/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/glory/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/glory/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/glory/img/module-icon-article.png);
	background-position: center right;
	background-repeat: no-repeat;
	padding-right: 46px;
}

#nyk-footer .column-container {
	-moz-box-shadow: 0 0 15px #000;
	-webkit-box-shadow: 0 0 15px #000;
	box-shadow: 0 0 15px #000;
	/*border-radius: 20px;*/
	background: #e5e5e5; /* Old browsers */
	background: -moz-linear-gradient(top,  #e5e5e5 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5e5e5), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e5e5e5 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e5e5e5 0%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e5e5e5 0%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(top,  #e5e5e5 0%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

#nyk-footer #nyk-copyright {
	background-image: url(/nyk/gen3/webroot/theme/glory/img/footer_background_glory.jpg);
}
#nyk-footer #nyk-copyright p, #nyk-footer #nyk-copyright p a {
	color: #FFF;
}

