/* ========================================
	DEFAULTS
======================================== */
* {
	margin: 0;
	padding: 0;
}
html {
	font: 12px/18px Arial, Helvetica, sans-serif;
}
input, select, textarea {
	font: 12px/14px Arial, Helvetica, sans-serif;
}
ul {
	list-style: none;
}
a img {
	border: none;
}

/* ========================================
	CLEARS
======================================== */
#content:after,  #main .services:after,  #main .services .module:after,  #side .giving:after,  #side .follow:after,  #main .subsections:after,  .itemContainer:after,  #main .media-center-wrapper:after,  #main .module.media-center:after,  .containfloats:after,  #main .gallery-items .leading-item:after,  #main .category-items:after,  #main .subcategories:after, #main fieldset.formFieldset ol.formContainer li:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	overflow: hidden;
	visibility: hidden;
}
.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}

/* ========================================
	PAGE OUTLINE
======================================== */
body {
	background: #fff url(../images/page-bg.png) repeat-x top left;
}
#page {
	margin: 0 auto;
	width: 1000px;
}

/* ========================================
	HEADER
======================================== */
#header {
	height: 127px;
	position: relative;
}
#header h1 a {
	float: left;
	margin: 6px 0 0 20px;
	width: 412px;
	height: 114px;
}
#header #skip {
	position: absolute;
	top: 0;
	left: 0;
}
#header #skip li {
	width: 1px;
	height: 1px;
	overflow: hidden;
}
#header #skip li a {
	color: #fff;
}
#header .courtesy {
	float: right;
	margin: 31px 31px 29px 0;
}
#header .courtesy li {
	float: left;
	height: 9px;
	padding: 0 8px;
	border-left: 1px #e7e7e7 solid;
	border-right: 1px #757575 solid;
}
#header .courtesy li.item-53 {
	border-left: none;
	padding-left: 0;
}
#header .courtesy li.item-55 {
	border-right: none;
	padding-right: 0;
}
#header .courtesy li a {
	display: block;
	height: 16px;
	margin: -3px 0 0 0;
	padding: 0 0 0 20px;
	color: #56759b;
	font: 13px/16px Arial, Helvetica, sans-serif;
	letter-spacing: .1em;
	text-transform: uppercase;
	text-decoration: none;
}
#header .courtesy li a:hover {
	color: #112b4a;
}
#header .courtesy li.item-53 a {
	background: url(../images/alpha-sprites.png) no-repeat 0 -114px;
}
#header .courtesy li.item-54 a {
	background: url(../images/alpha-sprites.png) no-repeat 0 -130px;
}
#header .courtesy li.item-55 a {
	background: url(../images/alpha-sprites.png) no-repeat 0 -146px;
}
#header .site-search {
	float: right;
	clear: right;
	margin: 0 31px 0 0;
}
#header .site-search label {
	display: none;
}
#header .site-search input[type=text] {
	float: left;
	margin: 0 3px 0 0;
	width: 174px;
	height: 15px;
	padding: 7px;
	background: url(../images/alpha-sprites.png) no-repeat -163px -114px;
	border: none;
	color: #5f5f5f;
}
#header .site-search input[type=submit] {
	float: left;
	width: 61px;
	height: 29px;
	padding: 0;
	background: url(../images/alpha-sprites.png) no-repeat -351px -114px;
	border: none;
	text-align: left;
	text-indent: -999px;
	overflow: hidden;
	cursor: pointer;
}

/* ========================================
	NAV
======================================== */
#nav {
	height: 37px;
	padding: 0 0 0 14px;
}
#nav ul {
	float: left;
	height: 21px;
	margin: 8px 0 0;
	border-left: 1px #012c62 solid;
	border-right: 1px #5080b7 solid;
}
#nav ul li {
	float: left;
	height: 21px;
	border-right: 1px #012c62 solid;
	border-left: 1px #5080b7 solid;
	position: relative;
}
#nav ul li a {
	display: block;
	height: 33px;
	padding: 0 23px 0;
	margin: -6px 0 0;
	position: relative;
	z-index: 1001;
	overflow: hidden;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: 23px 0;
}
#nav ul li a:hover,  #nav ul li:hover a {
	background-color: #fff;
	background-position: 23px -33px;
}
#nav ul li.item-21 a {
	width: 39px;
	background-image: url(../images/nav-home.png);
}
#nav ul li.item-22 a {
	width: 155px;
	background-image: url(../images/nav-personalized-medicine.png);
}
#nav ul li.item-169 a {
	width: 74px;
	background-image: url(../images/nav-stem-cells.png);
}
#nav ul li.item-30 a {
	width: 123px;
	background-image: url(../images/nav-research-services.png);
}
#nav ul li.item-46 a {
	width: 81px;
	background-image: url(../images/nav-biobanking.png);
}
#nav ul li.item-51 a {
	width: 91px;
	background-image: url(../images/nav-media-center.png);
}
#nav ul li.item-52 a {
	width: 70px;
	background-image: url(../images/nav-giving.png);
}
#nav ul ul {
	display: none;
	position: absolute;
	top: 19px;
	left: 0;
	float: none;
	width: 165px;
	height: auto;
	padding: 13px 19px;
	border: none;
	background: #fff;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, .57);
	-moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, .57);
	-webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, .57);
	z-index: 1000;
}
#nav ul li:hover ul {
	display: block;
}
#nav ul li:hover ul li {
	float: none;
	height: auto;
	border: none;
	position: static;
	border-top: 1px #d4d4d4 solid;
}
#nav ul li:hover ul li:first-child {
	border-top: none;
}
#nav ul li:hover ul li a {
	height: auto;
	width: auto !important;
	margin: 0;
	padding: 5px 6px !important;
	color: #595959;
	font: 12px/15px Arial, Helvetica, sans-serif;
	text-decoration: none;
	position: static;
	background-image: none !important;
	overflow: auto;
	text-indent: 0;
}
#nav ul li:hover ul li a:hover {
	color: #000;
	background: #e6e9ea;
}
#nav ul li:hover ul li a:after {
	content: "\00a0\00a0\203A";
	visibility: hidden;
}
#nav ul li:hover ul li a:hover:after {
	visibility: visible;
}
#nav .item-253 {
	display: none !important;
}

/* ========================================
	MAIN CONTENT
======================================== */
#content {
	padding: 0 9px 10px;
	background: url(../images/content-top.png) no-repeat 0 0;
}
.home #main {
	float: left;
	margin: 10px 0 0 10px;
	width: 710px;
}
.interior #main {
	float: right;
	margin: 16px 26px 0 0;
	width: 687px;
}
#main {
	color: #4c4c4c;
	font: 12px/19px Arial, Helvetica, sans-serif;
}
#main h2 {
	margin: 0 0 10px;
	font: 26px/26px "Times New Roman", Times, serif;
	color: #022556;
}
#main h3,  #main .h3 {
	margin: 16px 0 6px;
	font: 18px/18px "Times New Roman", Times, serif;
	color: #022556;
}
#main h4 {
	margin: 16px 0 0;
	font: bold 12px/18px Arial, Helvetica, sans-serif;
}
#main p {
	margin: 0 0 14px;
}
#main ul {
	margin: 0 0 14px 20px;
	list-style: disc;
}
#main ul ul {
	margin: 5px 0 0 20px;
	list-style: circle;
}
#main ul ul ul {
	list-style: square;
}
#main ol {
	margin: 0 0 14px 26px;
}
#main ol li, #main ul li {
	margin: 0 0 5px;
	padding: 0;
}
#main a {
	color: #6c6c6c;
	text-decoration: underline;
}
#main a:hover {
	color: #282828;
}
#main sup, #main sub {
	font-size: 10px;
	line-height: 8px;
}
#main sup {
	position: relative;
	top: 2px;
}
#main sub {
	position: relative;
	top: -4px;
}
#main hr {
	margin: 14px 0;
	height: 1px;
	background: #ccc;
	color: #ccc;
	border: none;
	overflow: hidden;
}
#main .inset-left {
	float: left;
	margin: 0 12px 4px 0;
	border: 1px #d7d7d7 solid;
}
#main table.table {
	margin: 0 0 14px;
}
#main table.table td {
	padding: 2px 4px;
	vertical-align: top;
}
#main table.table td.alt1 {
	background: #f6f6f6;
}
#main table.table td.alt2 {
	background: #ebebeb;
}
#main table.timeline {
	border-collapse: collapse;
	border-spacing: 0;
}
#main table.timeline th {
	padding: 5px;
	background: #4e7eb6;
	color: #fff;
	font: bold 12px/14px Arial, Helvetica, sans-serif;
}
#main table.timeline td {
	padding: 6px 4px;
}
#main table.timeline .date-left,  #main table.timeline .date-right {
	font: 15px/19px Arial, Helvetica, sans-serif;
	color: #4e7eb6;
}
#main table.timeline .date-left {
	border-right: 2px #4e7eb6 solid;
}
#main input[type=text], #main input[type=email],  #main textarea,  #main select {
	padding: 3px;
	color: #4C4C4C;
	border: 1px #c2c2c2 solid;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #fff;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f5f5f5'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#fffff), to(#f5f5f5)); /* for webkit browsers */
	background: -moz-linear-gradient(top, #ffffff, #f5f5f5); /* for firefox 3.6+ */
}
#main select {
	padding: 2px;
}
#main select option {
	padding: 1px 2px;
}
#main textarea {
	overflow: auto;
}
#main .button,  #main input[type=submit] {
	width: 55px;
	height: 23px;
	padding: 0 0 2px;
	background: url(../images/button-bg.png);
	color: #fff;
	cursor: pointer;
	border: none;
}
#main input[type=reset],
#main input.rsform-reset-button {
	width: 55px;
	height: 23px;
	padding: 0 0 2px;
	background: #323232;
 	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#838383', endColorstr='#323232'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#838383), to(#323232)); /* for webkit browsers */
	background: -moz-linear-gradient(top, #838383, #323232); /* for firefox 3.6+ */
	color: #fff;
	cursor: pointer;
	border: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.interior #main h2 {
	margin-right: 50px;
}
#main .social-bookmarks {
	float: right;
	margin: 4px 0 6px;
}

/* === home === */

#main #slider {
	margin: 0 0 10px;
	width: 710px;
	height: 343px;
	overflow: hidden;
	position: relative;
}
#main #slider .description {
	width: 710px;
	height: 343px;
	/*position: absolute;
	top: 0;
	left: 0;
	z-index: 1;*/
}
#main #slider .description img {
	width: 710px;
	height: 343px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
#main #slider .description p {
	position: absolute;
	top: 260px;
	left: 0;
	z-index: 3;
	width: 300px;
	height: 73px;
	padding: 10px 14px 0 396px;
	font: 12px/20px Arial, Helvetica, sans-serif;
	color: #fff;
	background: rgba(0, 28, 63, .64);
}
#main #slider .description p a {
	font-weight: bold;
	color: #ffb018;
	text-decoration: underline;
}
#main #slider .description p a:hover {
	color: #fff6e6;
}
#main #slider .image-container {
	position: absolute;
	max-width: 369px;
	top: 274px;
	left: 27px;
	z-index: 200;
	margin: 0;
}
#main #slider .image-container .image-full {
	display: none;
}
#main #slider .image-container .image-small img {
	float: left;
	width: 50px;
	height: 50px;
	margin: 2px 18px 0 0;
	list-style: none;
	border: 1px #f0f0f0 solid;
	box-shadow: 4px 5px 5px rgba(0, 0, 0, .5);
	-moz-box-shadow: 4px 5px 5px rgba(0, 0, 0, .5);
	-webkit-box-shadow: 4px 5px 5px rgba(0, 0, 0, .5);
}
#main #slider .image-container .image-small img.active {
	border: 3px #f0f0f0 solid;
	margin-top: 0;
}
#main .services {
	margin: 0 0 12px;
}
#main .services .module {
	margin: 0 0 10px;
	width: 334px;
	height: 99px;
	padding: 7px;
	background: #f3f3f3;
	border: 1px #d7d7d7 solid;
	position: relative;
}
#main .services .module h3 {
	margin: 4px 0 4px 144px;
	font: 17px/22px "Times New Roman", Times, serif;
	color: #022556;
	text-transform: uppercase;
}
#main .services .module h3 strong {
	font: 22px/22px "Times New Roman", Times, serif;
}
#main .services .module p {
	margin: 0 0 0 144px;
	font: 12px/20px Arial, Helvetica, sans-serif;
	color: #002b61;
}
#main .services .module p img {
	position: absolute;
	top: 7px;
	left: 7px;
	border: 1px #d7d7d7 solid;
}
#main .services .module a.readmore {
	position: absolute;
	right: 5px;
	bottom: 5px;
	display: block;
	width: 27px;
	height: 26px;
	background: url(../images/alpha-sprites.png) no-repeat -282px -143px;
	overflow: hidden;
	text-indent: -9999px;
}
#main .services .module.odd {
	float: left;
	clear: both;
}
#main .services .module.even {
	float: right;
}
#main .k2ItemsBlock ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
/* === interior === */

#main .spotlight {
	float: right;
	clear: right;
	width: 177px;
	margin: -4px -12px 7px 14px;
	padding: 10px 12px;
	border: 1px #fdc606 solid;
	border-top-width: 4px;
	background: #edebeb url(../images/interior-spotlight-bg.png) no-repeat 17px 109px;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, .15);
}
#main .spotlight h3 {
	margin: 0 0 9px;
	font: 22px/22px Arial, Helvetica, sans-serif;
	color: #053066;
	text-transform: uppercase;
	letter-spacing: .05em;
}
#main .spotlight p {
	margin: 0 0 6px;
	padding: 8px 0;
	color: #2f5280;
}
#main .spotlight a {
	color: #2f5280;
	font-weight: bold;
	text-decoration: none;
}
#main .spotlight a:hover {
	color: #000;
	text-decoration: underline;
}
#main .spotlight a.readmore {
	float: right;
	text-decoration: underline;
}
#main .left-image {
	float: left;
	margin: 2px 12px 4px 0;
	border: 1px #d7d7d7 solid;
}
#main .right-image {
	float: right;
	margin: 2px 0 4px 12px;
	border: 1px #d7d7d7 solid;
}
#main .clearfloats {
	clear: both;
}
#main .clear-left {
	clear: left;
}
#main .clear-right {
	clear: right;
}
#main .category-items,  #main .subcategories {
	clear: both;
	padding: 12px 0 0;
	border-top: 1px #e2e2e2 solid;
}
#main .category-items.category-items-reverse {
	padding: 0;
	margin: 0 0 12px;
	border-top: none;
	border-bottom: 1px #e2e2e2 solid;
}
#main .category-items .leading-item,  #main .subcategories .subcategory {
	width: 337px;
	margin: 0 0 13px;
	float: left;
	clear: both;
}
#main .category-items .leading-item h4,  #main .subcategories .subcategory h4 {
	margin: 0;
	font: bold 12px/19px Arial, Helvetica, sans-serif;
}
#main .category-items .leading-item img,  #main .subcategories .subcategory img {
	float: left;
	margin: 4px 10px 0 0;
}
#main .category-items .leading-item a,  #main .subcategories .subcategory a {
	color: #ffa800;
	text-decoration: underline;
}
#main .category-items .leading-item a:hover,  #main .subcategories .subcategory a:hover {
	color: #6c6c6c;
}
#main .category-items .leading-item .catItemReadMore,  #main .subcategories .subcategory .subCategoryMore {
	white-space: nowrap;
}
#main .category-items .leading-item.itemContainerLast,  #main .subcategories .subcategory.subCategoryContainerLast {
	clear: none;
	float: right;
}
/* === biography pages === */

#main .bio-image {
	float: left;
	margin: 0 13px 0 0;
	border: 1px #7a7a7a solid;
}
#main .bio-name {
	color: #022556;
	font: 20px/20px "Times New Roman", Times, serif;
}
#main p.bio-name {
	margin: 30px 0 0;
}
#main .bio-title {
	color: #868686;
}
#main p.bio-title {
	margin: 0 0 10px;
}
#main .bio-quote {
	color: #647991;
	font: italic 18px/24px "Times New Roman", Times, serif;
}
#main p.bio-quote {
	margin: 10px 0 12px;
}
/* === media center === */

#main .media-center-wrapper {
	margin: 0 0 11px;
	padding: 10px;
	background: #eeeeee;
}
#main .media-center-wrapper p {
	margin: 0;
}
#main .media-center-wrapper .media-center-a {
	float: left;
	width: 417px;
}
#main .media-center-wrapper .media-center-b {
	float: right;
	width: 240px;
}
#main .media-center-wrapper .featured-video {
	margin: 0 0 10px;
	padding: 0 0 4px;
	background: url(../images/media-center-divider.png) repeat-x bottom left;
}
#main .media-center-wrapper .featured-video p {
	margin: 0;
	font: 12px/20px Arial, Helvetica, sans-serif;
	color: #053066;
}
#main .media-center-wrapper .featured-video h3 {
	margin: 3px 0 0;
	font: 20px/23px "Times New Roman", Times, serif;
	color: #053066;
}
#main .media-center-wrapper .featured-video .avPlayerWrapper .avPlayerContainer {
	border: none;
	margin: 0;
	padding: 0;
}
#main .media-center-wrapper .subvideo {
	width: 200px;
	height: 146px;
	position: relative;
}
#main .media-center-wrapper .subvideo p {
	margin: 0;
}
#main .media-center-wrapper .subvideo img {
	display: block;
}
#main .media-center-wrapper .subvideo h4 {
	margin: 0;
	height: 34px;
	padding: 0 8px;
	background: #244978;
	color: #fff;
	font: bold 12px/34px Arial, Helvetica, sans-serif;
	overflow: hidden;
}
#main .media-center-wrapper .subvideo a {
	display: block;
	width: 200px;
	height: 112px;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	text-indent: -9999px;
	background: url(../images/alpha-sprites.png) no-repeat 10px -244px;
}
#main .media-center-wrapper .video1 {
	float: left;
}
#main .media-center-wrapper .video2 {
	float: right;
}
#main .media-center-wrapper .image-rotator {
	position: relative;
	height: 384px;
	background: url(../images/media-center-rotator-bg.png) repeat-x bottom left;
	overflow: hidden;
}
#main .media-center-wrapper .image-rotator ul.rotate {
	margin: 0;
	height: 358px;
	overflow: hidden;
}
#main .media-center-wrapper .image-rotator div.pager-wrap {
	position: absolute;
	left: 0;
	top: 340px;
	width: 238px;
	height: 18px;
	background: rgba(36, 73, 120, .6);
	z-index: 9999;
}
#main .media-center-wrapper .image-rotator span.pager-wrap {
	float: right;
}
#main .media-center-wrapper .image-rotator .pager-wrap a {
	float: left;
	padding: 0 3px;
	height: 18px;
	text-decoration: none;
	font: bold 11px/18px Arial, Helvetica, sans-serif;
	color: #fff;
}
#main .media-center-wrapper .image-rotator .pager-wrap a.prev-link:hover,  #main .media-center-wrapper .image-rotator .pager-wrap a.next-link:hover {
	background: #244978;
}
#main .media-center-wrapper .image-rotator .pager-wrap .pager a {
	background: #244978;
}
#main .media-center-wrapper .image-rotator .pager-wrap .pager a.activeSlide,  #main .media-center-wrapper .image-rotator .pager-wrap .pager a:hover {
	background: #f79c17;
}
#main .media-center-wrapper .mediabutton a {
	display: block;
	height: 29px;
	margin: 8px 0 0;
	padding: 9px 11px 0;
	border: 1px #d5d5d5 solid;
	color: #053066;
	text-decoration: none;
	font: 18px/18px Arial, Helvetica, sans-serif;
	font-weight: normal;
	background: #f3f3f3 url(../images/alpha-sprites.png) no-repeat -183px -188px;
}
#main .media-center-wrapper .mediabutton.photo a span {
	padding: 0 20px 0 0;
	background: url(../images/icon-photo.png) no-repeat 100% 50%;
}
#main .media-center-wrapper .mediabutton.video a span {
	padding: 0 20px 0 0;
	background: url(../images/icon-video.png) no-repeat 100% 50%;
}
#main .k2CategoryMedia {
	margin: 0 0 22px;
}
#main .k2CategoryMedia .itemContainer {
	padding: 9px 2px;
	border-bottom: 1px #e2e2e2 solid;
}
#main .k2CategoryMedia .itemContainer .categoryItemImage {
	float: left;
	border: 1px #e2e2e2 solid;
}
#main .k2CategoryMedia .itemContainer .categoryItemImage img {
	display: block;
}
#main .k2CategoryMedia .itemContainer .catItemTitle {
	margin: 0 0 5px 116px;
	font: 18px/20px "Times New Roman", Times, serif;
	color: #053066;
}
#main .k2CategoryMedia .itemContainer .catItemTitle .iconpage {
	background: url(../images/icon-page.png) no-repeat 100% 50%;
	padding-right: 18px;
}
#main .k2CategoryMedia .itemContainer .catItemTitle .iconphoto {
	background: url(../images/icon-photo.png) no-repeat 100% 50%;
	padding-right: 18px;
}
#main .k2CategoryMedia .itemContainer .catItemTitle .iconvideo {
	background: url(../images/icon-video.png) no-repeat 100% 50%;
	padding-right: 18px;
}
#main .k2CategoryMedia .itemContainer .catItemTitle a {
	color: #053066;
	text-decoration: none;
}
#main .k2CategoryMedia .itemContainer .catItemTitle a:hover {
	text-decoration: underline;
}
#main .k2CategoryMedia .itemContainer p {
	margin: 0 0 0 116px;
	color: #053066;
}
#main .k2CategoryMedia .itemContainer p.catetoryItemDateCreated {
	color: #737373;
	margin: 12px 0 0 116px;
}
#main .module.media-center {
	float: left;
	width: 205px;
	height: 204px;
	padding: 0 6px;
	margin: 0 10px 10px 0;
	border: 1px #e5e5e5 solid;
	background: #f6f6f6;
}
#main .module.media-center h3.module-title {
	height: 41px;
	padding: 0 12px;
	margin: 0 -6px 2px;
	color: #fff;
	font: 18px/41px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	background: #f79c17;
}
#main .module.media-center.arrow h3.module-title {
	background: #f79c17 url(../images/alpha-sprites.png) no-repeat -204px -377px;
}
#main .module.media-center h3.module-title a {
	color: #fff;
	text-decoration: none;
}
#main .module.media-center h3 {
	margin: 0;
	padding: 4px 0;
	color: #053066;
	font: 16px/24px "Times New Roman", Times, serif;
}
#main .module.media-center .h3 {
	color: #053066;
	font: 16px/24px "Times New Roman", Times, serif;
}
#main .module.media-center p {
	margin: 0;
	padding: 4px 0;
	color: #053066;
}
#main .module.media-center.events p {
	padding: 9px 0;
}
#main .module.media-center img {
	display: block;
	border: 1px #e6e6e6 solid;
}
#main .module.media-center span.date {
	float: left;
	margin: 0 7px 0 0;
	width: 34px;
	height: 51px;
	background: url(../images/alpha-sprites.png) no-repeat 0 -406px;
}
#main .module.media-center span.date .month {
	display: block;
	height: 19px;
	padding: 0 2px 0 0;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font: 15px/19px Arial, Helvetica, sans-serif;
}
#main .module.media-center span.date .day {
	display: block;
	height: 30px;
	padding: 0 2px 0 0;
	text-align: center;
	color: #053066;
	text-transform: uppercase;
	font: 26px/30px Arial, Helvetica, sans-serif;
}
#main .module.media-center.enews p {
	font: 11px/16px Arial, Helvetica, sans-serif;
}
#main .module.media-center.enews fieldset {
	margin: 0;
}
#main .media-center.enews ol {
	margin: 0;
	list-style: none;
}
#main .media-center #userForm .formCaption2 {
	display: none;
}
#main .media-center #userForm input[type=text] {
	width: 197px;
	border-color: #e6e6e6;
	color: #848484;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	filter: none;
	border-radius: 0;
	background: #fff;
}
#main .media-center #userForm input[type=submit] {
	width: 79px;
	height: 31px;
	margin-left: 131px;
	background: url(../images/media-center-submit.png);
	text-align: left;
	text-indent: -9999px;
}
/* === photo gallery === */

#main .gallery-items .leading-item {
	margin: 0 0 20px;
}
#main .gallery-items .catItemImageBlock {
	float: left;
	width: 150px;
}
#main .gallery-items .catItemImagesBlock img {
	border: 1px #d7d7d7 solid;
}
#main .gallery-items .catItemContent {
	float: right;
	width: 517px;
}
#main .gallery-items .catItemContent h3 {
	margin-top: 0;
}
#main .itemImageBlock {
	float: left;
	margin: 0 15px 5px 0;
}
#main .itemImageBlock img {
	border: 1px #d7d7d7 solid;
}
/* === contacts === */

#main #contact-form fieldset {
	border: none;
}
#main #contact-form label {
	width: 120px;
	float: left;
}
#main #contact-form input[type=text], input[type=email],  #main #emailForm textarea {
	width: 220px;
	margin: 0 0 8px;
}
#main #contact-form textarea {
	width: 500px;
	height: 150px;
}
#main #contact-form .contact_email_checkbox label {
	width: auto;
	float: none;
}
#main #contact-form .contact_email_checkbox {
	padding: 0 0 0 120px;
}
#main #contact-form .button {
	margin: 10px 0 0 120px;
	width: auto;
	padding: 2px 5px;
	background: #2a578e;
 	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5080b7', endColorstr='#022d63'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#5080b7), to(#022d63)); /* for webkit browsers */
	background: -moz-linear-gradient(top, #5080b7, #022d63); /* for firefox 3.6+ */
	color: #fff;
	cursor: pointer;
	border: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
/* === search === */

#main .search_result fieldset {
	padding: 10px;
	border: 1px solid #cdd6e0;
}
#main .search_result .button {
	margin: 10px 0 0;
}
/* === rsform === */

#main fieldset.formFieldset {
	border: none;
}
#main fieldset.formFieldset legend {
	display: none;
}
#main fieldset.formFieldset ol.formContainer {
	margin: 0;
	padding: 0;
}
#main fieldset.formFieldset ol.formContainer li {
	padding: 0 0 8px;
	margin: 0;
	clear: none;
}
#main div.formCaption {
	width: 80px;
	height: auto;
	padding: 3px 0 0;
}
#main fieldset.formFieldset input[type=text] {
	width: 250px;
}
#main fieldset.formFieldset textarea {
	width: 400px;
	height: 150px;
}

/* === search results === */
#searchForm {
	margin: 0 0 25px;
}
#searchForm fieldset {
	margin: 6px 0;
	padding: 10px;
	border: 1px solid #e3e3e3;
}
#search-searchword {
	width: 300px;
}
#searchForm p {
	margin: 14px 0;
}
#searchForm  .only {
	display: none;
}
#searchForm .ordering-box {
	/*margin: 4px 0 0;*/
	display: none;
}
.form-limit {
	display: none;
}
p.counter {
	text-align: right;
}
.result-title {
	font-weight: bold;
}
.result-title a {
	font-size: 13px;
}
.result-text {
	margin: 0 0 15px;
}
.result-created, .result-category {
	display: none;
}

/* === pagination === */

#main ul.pagination,
#main .pagination ul {
	margin: 20px 0;
	padding: 2px 0;
	list-style: none;
	text-align: center;
	background: #f7f7f7;
}
#main ul.pagination li,
#main .pagination ul li {
	display: inline;
	padding: 0 4px;
}
#main .k2Pagination ul {
	margin: 20px 0;
	padding: 2px 0;
	list-style: none;
	text-align: center;
	background: #f7f7f7;
}
#main .k2Pagination li {
	display: inline;
	padding: 0 4px;
}


/* === google map === */

#main #saddr {
	width: 150px;
}
#main .mapdirform .button {
	width: auto;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5080b7', endColorstr='#022d63'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#5080b7), to(#022d63)); /* for webkit browsers */
	background: -moz-linear-gradient(top, #5080b7, #022d63); /* for firefox 3.6+ */
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

/* ========================================
	SIDE COLUMN
======================================== */
.home #side {
	float: right;
	width: 251px;
	background: url(../images/home-sidebar-bg.png) no-repeat 0 0;
}
.interior #side {
	float: left;
	width: 221px;
	min-height: 500px;
	padding: 23px 14px 0 17px;
	background: url(../images/interior-sidebar-bg.png) no-repeat 0 0;
}
#side a {
	color: #3e6da3;
	text-decoration: underline;
}
#side a:hover {
	color: #474747;
}
#side .spotlight {
	padding: 14px 22px 0 9px;
}
#side .spotlight h2 {
	margin: 0 0 9px;
	font: 22px/22px Arial, Helvetica, sans-serif;
	color: #053066;
	text-transform: uppercase;
	letter-spacing: .05em;
}
#side .spotlight .spotlight-item {
	margin: 0 0 15px;
}
#side .spotlight .spotlight-item h3 {
	font: 18px/20px "Times New Roman", Times, serif;
	color: #f99d3a;
	text-transform: uppercase;
}
#side .spotlight .spotlight-item h4 {
	font: bold 12px/20px Arial, Helvetica, sans-serif;
	color: #474747;
}
#side .spotlight .spotlight-item p {
	font: 12px/20px Arial, Helvetica, sans-serif;
	color: #474747;
}
#side .spotlight .spotlight-item p a {
	font-weight: bold;
	color: #3e6da3;
	text-decoration: underline;
}
#side .spotlight .spotlight-item p a:hover {
	color: #474747;
}
#side .giving {
	margin: 30px 22px 0 9px;
	border-top: 1px #cdd6e0 solid;
	font: 11px/16px Arial, Helvetica, sans-serif;
	color: #626262;
}
#side .giving h3 {
	padding: 5px 0 7px;
	font: 22px/22px Arial, Helvetica, sans-serif;
	color: #053066;
	text-transform: uppercase;
	letter-spacing: .05em;
}
#side .giving img {
	float: left;
	margin: 0 10px 10px 0;
	border: 1px #959595 solid;
}
#side .giving a.donate-button {
	float: left;
	margin: 6px 0 0 -2px;
	width: 118px;
	height: 44px;
	background: url(../images/alpha-sprites.png) no-repeat -163px -143px;
	overflow: hidden;
	text-indent: -9999px;
}
#side .follow {
	margin: 30px 22px 0 9px;
	border-top: 1px #cdd6e0 solid;
}
#side .follow h3 {
	padding: 5px 0 7px;
	font: 22px/22px Arial, Helvetica, sans-serif;
	color: #053066;
	text-transform: uppercase;
	letter-spacing: .05em;
}
#side .follow img {
	float: left;
	margin: 0 7px 0 0;
}
#side .nav ul li {
	display: none;
}
#side .nav ul li.active {
	display: block;
}
#side .nav ul li.active li {
	display: block;
}
#side .nav ul li.active.item-46,  #side .nav ul li.active.item149, #side .nav ul li.active.item-169 {
	display: none;
}
#side .nav ul li a {
	display: block;
	margin: 0 0 8px;
	font: 22px/22px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: .05em;
	color: #053066;
	text-decoration: none;
}
#side .nav ul ul li {
	padding: 9px;
	font-weight: normal;
	border-bottom: 1px #cdd6e0 solid;
}
#side .nav ul ul li.active {
	background: #e6e8eb;
}
#side .nav ul ul li a {
	display: inline;
	color: #053066;
	text-decoration: none;
	padding-right: 25px;
	font: 18px/20px Arial, Helvetica, sans-serif;
	text-transform: none;
	letter-spacing: normal;
	white-space: nowrap;
	background: url(../images/alpha-sprites.png) no-repeat 100% -267px;
}
#side .nav ul ul li.active a {
	background-position: 100% -324px;
}
#side .nav ul ul li a:hover {
	color: #000;
}
#side .nav ul ul ul {
	padding: 3px 0 0;
}
#side .nav ul ul ul li {
	padding: 5px 0 0 9px;
	border: none;
}
#side .nav ul ul ul li a {
	font: 12px/15px Arial, Helvetica, sans-serif;
	background: none;
	white-space: normal;
}
#side .nav ul ul ul li a:hover {
	text-decoration: underline;
}
#side .nav ul ul ul li a span,  #side .nav ul ul li.active ul li a span {
	padding: 0;
	background: none;
}
#side .nav ul ul ul li.active a {
	font-style: italic;
}
#side .item-252 {
	display: none !important;
}
#side .item-253 {
	display: none !important;
}
.interior #side .giving {
	margin: 28px 0 0;
	border-color: #768daa;
}
.interior #side .follow {
	margin: 30px 0 0;
	border-color: #768daa;
}
.interior #side .follow.interior h3 {
	float: left;
}
.interior #side .follow.interior img {
	margin: 8px 0 0 7px;
}
#side .experts {
	margin: 30px 0 0;
	border-top: 1px solid #768daa;
}
#side .experts h3 {
	padding: 5px 0 7px;
	font: 22px/22px Arial, Helvetica, sans-serif;
	color: #053066;
	text-transform: uppercase;
	letter-spacing: .05em;
}
#side .experts a {
	color: #6c6c6c;
	text-decoration: underline;
}
#side .experts a:hover {
	color: #282828;
}

/* ========================================
	FOOTER
======================================== */
#footer {
	height: 101px;
	background: url(../images/footer-bg.png);
}
#footer .footer-inner {
	width: 962px;
	margin: 0 auto;
}
#footer .contact {
	float: right;
	margin: 25px 0 0;
	color: #fff;
	text-align: center;
}
#footer .nav {
	float: left;
	margin: 31px 0 10px;
}
#footer .nav li {
	float: left;
	padding: 0 10px;
	font: 12px/12px Arial, Helvetica, sans-serif;
	border-left: 1px #fff solid;
}
#footer .nav li:first-child {
	border-left: none;
	padding-left: 0;
}
#footer .nav li a {
	color: #fff;
	text-decoration: underline;
}
#footer .nav li a:hover {
	text-decoration: none;
}
#footer .copyright {
	float: left;
	clear: left;
	font: 11px/13px Arial, Helvetica, sans-serif;
	color: #6d9ed8;
}
#footer .copyright a {
	color: #6d9ed8;
	text-decoration: none;
}
#footer .copyright a:hover {
	text-decoration: underline;
}
