/*
====================================================================
File:		MASTER.CSS

Author:		Bulldog Creative Services
		http://www.bulldogcreative.com/

====================================================================
 */

html,body,body div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,figure,footer,header,hgroup,menu,nav,section,time,mark,audio,video{border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;margin:0;padding:0;}
html{overflow-y:scroll;}
img,object,embed{max-width:100%;}
ul{list-style:none;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:none;}
a{font-size:100%;vertical-align:baseline;background:transparent;margin:0;padding:0;}
a:hover,a:active{outline:none;}
small{font-size:12px;}
strong,th{font-weight:bold;}
em {font-style:italic;}
sub,sup{font-size:75%;line-height:0;position:relative;}
sup{top:-.5em;}
sub{bottom:-.25em;}
pre{white-space:pre-line;word-wrap:break-word;}
pre,code,kbd,samp{font-family:monospace, sans-serif;}
del{text-decoration:line-through;}
abbr[title],dfn[title]{border-bottom:1px dotted #000;cursor:help;}
table{border:1px solid #c8c8c8;border-collapse:collapse;border-spacing:0;font-size:inherit;font:100%;width:100%;margin-bottom:1.5em;}
tr.odd{background:#f1f1f1;box-shadow: 0 0 5px #c8c8c8 inset;}
th,td{padding: 5px;}
th{background:#0d385f;box-shadow: 0 0 8px #0c1a2c inset;font-weight:bold;border:0;text-align: left;color:#fff;font-size:16px;border:1px solid #0D2A4E;}
td{font-weight:normal;border-bottom:1px solid #C8C8C8;}
td img,td,th{vertical-align:middle;}
dl {margin-bottom: 1em;}
dt{color:#040707;font-weight:700;vertical-align:middle;text-transform: uppercase;}
dd{padding-bottom: 10px;}
hr{display:block;height:1px;border:0;border-top:1px solid #c8c8c8;margin:1em 0;padding:0;}
input,select{vertical-align:middle;}
input[type=checkbox]{vertical-align:baseline;}
input[type=radio],.ie6 input{vertical-align:text-bottom;}
label,input[type=button],input[type=submit],button{cursor:pointer;}
button,input,select,textarea{margin:0;}
button{width:auto;overflow:visible;}
select,input,textarea{font:99% sans-serif;}
.ie7 img{-ms-interpolation-mode:bicubic;}
.ie6 html{filter:expression(document.execCommand("BackgroundImageCache",false,true));}
.clearfix:before,.clearfix:after{content:"\0020";display:block;height:0;overflow:hidden;}
.clearfix:after{clear:both;}
.clearfix{zoom:1;}
::-moz-selection{background: #308be1; color: #fff; text-shadow: none;}
::selection {background: #308be1; color: #fff; text-shadow: none;} 


/* === [ Typography ] ============================================== */

html,body {
	background: #f1f1f1;
	color: #777;
	font-size: 13px;
	line-height: 1.5;
	-webkit-font-smoothing:antialiased;
	-webkit-text-size-adjust:none;
	}
body,h5,h6,select,input,textarea,a.button,button,input[type="submit"],input[type="reset"],input[type="button"],.pane h4,.slider-text a span,#health h2,#giving h2,#section-title h2,#sidebar h2,#entry h2,#entry h3,#entry h4,h5,h6 {
	font-family: "Arimo", "Helvetica Neue", Helvetica, Arial, sans-serif;
	}

h1,#centers h2, #news h2, #events h2,.slider-text a,.video-text h2,.alt,.pane h3 {
	font-family: "Crimson Text", "Hoefler Text", "Baskerville old face", Garamond, "Times New Roman", serif !important;	
	}
	
a,a:visited,a:active {
	color:#308be1;
	text-decoration: none;
	}

a:hover,a:focus {
	color:#004a90;
	text-decoration: none;
	}

a:link {
	-webkit-tap-highlight-color:#fcd700;
	}

h1,h2,h3,h4,h5,h6 {
	color:#0d2a4e;
	font-weight:700;
	}

h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {
	font-weight:inherit;
	}

h1 {
	font-size:40px;
	letter-spacing: -0.02em;
	line-height:40px;
	margin-bottom:14px;
	text-transform: none;
	}

h2 {
	font-size:21px;
	line-height:27px;
	margin-bottom:4px;
	}

h3 {
	font-size:18px;
	line-height:24px;
	margin-bottom:4px;
	}

h4 {
	font-size:16px;
	line-height:22px;
	margin-bottom:4px;
	}

h5,h6 {
	font-size:15px;
	line-height:21px;
	}

p {
	margin:0 0 20px;
	}

p img {
	margin:0;
	}

p.large {
	font-size:18px !important;
	line-height:24px;
	}

blockquote,blockquote p {
	font-size:17px;
	font-style:italic;
	line-height:24px;
	}

blockquote {
	border-left:1px solid #ddd;
	margin:0 0 20px;
	padding:9px 20px 0 19px;
	}

blockquote cite {
	color:#555;
	display:block;
	font-size:12px;
	}

blockquote cite:before {
	content:"\2014 \0020";
	}

blockquote cite a,blockquote cite a:visited,blockquote cite a:visited {
	color:#555;
	}

ul,ol {
	margin-bottom:20px;
	}

ol {
	list-style:decimal;
	}

ol,ul.square,ul.circle,ul.disc {
	margin-left:30px;
	}

ul.square {
	list-style:square outside;
	}

ul.circle {
	list-style:circle outside;
	}

ul.disc {
	list-style:disc outside;
	}

ul ul,ul ol,ol ol,ol ul {
	font-size:90%;
	margin:4px 0 5px 30px;
	}

ul ul li,ul ol li,ol ol li,ol ul li {
	margin-bottom:6px;
	}

.alt {
	font-style: italic;
	font-weight: normal;
	text-transform: none;
	}

.caps {
	text-transform: uppercase;
	}

.noborder {
	border: 0 none !important;
	}

.text-left {
	text-align: left;
	}

.text-right {
	text-align: right;
	}


/* === [ Buttons ] ============================================== */
	
a.button,button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
	background: #308be1; /* Old browsers */
	background: -moz-linear-gradient(top, rgba(73,163,248,1) 0%, rgba(38,120,198,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(73,163,248,1)), color-stop(100%,rgba(38,120,198,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(73,163,248,1) 0%,rgba(38,120,198,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(73,163,248,1) 0%,rgba(38,120,198,1) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(73,163,248,1) 0%,rgba(38,120,198,1) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(73,163,248,1) 0%,rgba(38,120,198,1) 100%); /* W3C */
	border: 1px solid #308be1;
	border-left: 1px solid #308be1;
	padding: 4px 10px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	letter-spacing: 0.025em;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 1px #133669;
	cursor: pointer;
	margin-bottom: 20px;
	line-height: 21px;
	position: relative;
	}

a.button:hover, 
button:hover,
a.button-down,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
	background: #3d9ffb;
	}
	
a.button:active, 
button:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active {
	top: 1px;
	}

.button.full-width, 
button.full-width,
input[type="submit"].full-width,
input[type="reset"].full-width,
input[type="button"].full-width { 
	width: 100%;
	padding-left: 0 !important;
	padding-right: 0 !important;
	text-align: center;
	}
			
			
/* === [ Forms ] ============================================== */

form { 
	margin-bottom: 20px;
	}

fieldset { 
	margin-bottom: 20px;
	}

input[type="text"], 
input[type="password"],
input[type="email"],
textarea, 
select {
	border: 1px solid #c8c8c8;
	padding: 6px 4px 4px;
	outline: none;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	margin: 0;
	width: 210px;
	max-width: 100%;
	display: block;
	margin-bottom: 20px;
	background: #fff;
	font-weight: 700;
	}

select { 
	padding: 0;
	}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus, 
textarea:focus {
	border: 1px solid #aaa;
	-moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
	box-shadow:  0 0 3px rgba(0,0,0,.2);
	color: #0d2a4e;
	}

textarea {
	min-height: 60px;
	}

label,
legend { 
	display: block;
	font-weight: bold;
	font-size: 13px;
	}
	
select { 
	width: 220px;
	}

input[type="checkbox"] {
	display: inline;
	}
	
label span,
legend span {
	font-weight: normal;
	font-size: 13px;
	color: #444;
	}

/* === [ Print Styles ] ============================================== */

@media print {



} /* END Print Styles */

/* === [ Image alignment ] === */

.left {
	float: left;
	margin:0 20px 20px 0;
	}

.right{
	float:right;
	margin:0 0 20px 20px;
	}	


/* === [ Document Icons ] === */

a[href$=".pdf"] {
	background: url(../../assets/images/icon-pdf.png) no-repeat left center;
	height: 16px;
	padding-left: 22px;
	}


/* === [ More Buttons ] === */

a.more {
	padding-left: 10px;
	text-align: left;
	width: 100px;
    }

a.more span {
    background: url(../../assets/images/icon-arrow-darkblue.png) no-repeat center right;
    height: 15px;
    position: absolute;
	right: 8px;
    top: 8px;
    width: 14px;
	}

a.view-more {
	background: url(../../assets/images/icon-arrow-circle.png) no-repeat 3% center;
	display: block;
	padding: 5px 0 5px 25px;
	width: auto;
	}

a:hover.view-more {
	background-color: #f1f1f1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 0 0 3px #c8c8c8 inset;
	}

	
/* === [ Lists ] === */

ul.list li {
	background: url(../../assets/images/icon-arrow-lightblue.png) no-repeat 0 6px;
	padding-left: 12px;
	margin: 6px 0;
	}

ul.list ul li {
	background: none;
	list-style: disc outside;	
	padding-left: 5px;
	}

/* === [ Tabs ] === */

ul.tabs {
	margin: 0;
	width: 100%;
	}

ul.tabs li {
	float: left;
	}
	
ul.tabs li a {
	background: #ddd;
	border-right: 1px solid #fff;
	-moz-box-shadow: 0 -1px 2px #bbb inset;
	-webkit-box-shadow: 0 -1px 2px #bbb inset;
	box-shadow: 0 -1px 2px #bbb inset;
	color: #777;
	font-size: 12px;
	font-weight: 700;
	display: block;
	padding: 8px 20px;
	text-align: center;
	text-shadow: 0 1px 0 #f1f1f1;
	text-transform: uppercase;
	}

ul.tabs li a:hover {
	background: #e8e8e8;
	}

ul.tabs li:last-child a {
	border: none;
	}

ul.tabs li a.current {
	background: #f8f8f8;
	box-shadow: none;
	color: #0d2a4e;
	cursor: pointer;
	}
	
.pane {
	background: #f8f8f8;
	background: -moz-linear-gradient(top, #f8f8f8 0%, #e5e5e5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8f8f8), color-stop(100%,#e5e5e5));
	background: -webkit-linear-gradient(top, #f8f8f8 0%,#e5e5e5 100%);
	background: -o-linear-gradient(top, #f8f8f8 0%,#e5e5e5 100%);
	background: -ms-linear-gradient(top, #f8f8f8 0%,#e5e5e5 100%);
	background: linear-gradient(top, #f8f8f8 0%,#e5e5e5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#e5e5e5',GradientType=0 );
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	clear: both;
	overflow: hidden;
	padding: 20px;
	text-shadow: 0 1px 0 #fff;
	width: 100%;
	}

.home .pane {
	width: 90%;
	}

.ie7 .pane {
	margin-top: -20px;
	}

.pane h3 {
	border-bottom: 1px solid #c8c8c8;
	clear: both;
	font-size: 15px;
	letter-spacing: 0.05em;
	margin-top: 10px;
	padding-bottom: 3px;
	text-transform: uppercase;
	}

.home ul.tabs li {
	width: 33%;
	}

.pane ul {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 2%;
	-moz-column-gap: 2%;
	column-gap: 2%;
	width: 98%;
	}

.home .pane ul {
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;	
	float: left;
	margin: 0 1% 24px;
	width: 48%;
	}		
	
.ie7 hr {
	clear: both;
	}

.pane h4 {
	font-size: 13px;
	margin-bottom: 0;
	}
	
.pane dt {
	color: #777;
	}

.pane dd {
	padding-bottom: 0;
	}

/* ========================================
   2= MASTHEAD
======================================== */

#masthead {
	background: url(../../assets/images/masthead-bg.jpg) no-repeat center center;
	height: 175px;
	width: 100%;
	}
	
.home #masthead {
	height: 600px;
	}


/* === [ Auxillary ] === */

#aux {
	font-size: 12px;
	letter-spacing: 0.025em;
	padding: 5px 0;
	}
	
#aux-info p {
	color: #fff;
	margin: 4px 0 0;
	}
	
#aux-nav li {
	float: left;
	}
	
#aux-nav a {
	color: #49a3f8;
	display: block;
	padding: 4px 12px 4px 7px;
	text-align: center;
	}
	
#aux-nav a:hover {
	color: #fff;
	text-decoration: none;
	}

/* === [ Search ] === */

#search input[type="text"] {
	border: none;
	float: left;
	margin: 0;
	}

#searchbtn {
	background: url(../../assets/images/icon-search.png) no-repeat center center #fff;
	border: none;
	-webkit-border-radius: 0 2px 2px 0;
	-moz-border-radius: 0 2px 2px 0;
	border-radius: 0 2px 2px 0;
	float: left;
	height: 24px;
	margin: 0 0 0 -36px;
	text-indent: -9999em;
	width:36px;
	}
	
#searchbtn:hover {
	background: url(../../assets/images/icon-search.png) no-repeat center center #308be1;
	cursor: pointer;	
	}
	

/* === [ Header ] === */

#header-wrap {
	background: url(../../assets/images/header-bg.png) repeat-x 0 0;
	border-bottom: 1px solid #1a488a;
	border-top: 1px solid #1a488a;
	height: 98px;
	width: 100%;
	}

#header {
	border-bottom: 10px solid #308BE1;
	height: 128px;
	}
	
.home #header {
	border-bottom: none;
	height: auto;
	}	

#logo a {
	display: block;
	padding: 20px 0;
	}


/* === [ Main Nav ] === */

#mainnav li {
	float: left;
	width: 116px;
	}
	
#mainnav a {
	color: #fff;
	display: block;
	font-size: 15px;
	margin-left: 12px;
	padding: 23px 15px 8px;
	text-align: left;
	text-decoration: none;
	}
	
#mainnav a:hover {
	background: #091f3d;
	border-bottom: 5px solid #308be1;
	}

/* === [ Home Features ] === */

#features {
	border-bottom: 10px solid #308be1;
	height: 423px;
	margin-top: 30px;
    }
	
/* === [ Home Features BT Slider ] === */	
.slider_small {
	height: 312px;
	overflow: hidden;
	position: relative;
	}
	.slider-nav_small {
	height:12px;
	left: 10px;
	position: absolute;
	top: 15px;
	width: auto;
	z-index: 99;
	}
	
	.slider-nav_small a {
	background: #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	display: block;
	float: left;
	height:12px;
	margin: 0 4px;
	opacity: 0.5;
	text-indent: -9999em;
	width:12px;
	}
/* === [ END Home Features BT Slider ] === */
.slider {
	height: 387px;
	overflow: hidden;
	position: relative;
	}

.slider-nav {
	height:12px;
	left: 10px;
	position: absolute;
	top: 15px;
	width: auto;
	z-index: 99;
	}
	
.slider-nav a {
	background: #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	display: block;
	float: left;
	height:12px;
	margin: 0 4px;
	opacity: 0.5;
	text-indent: -9999em;
	width:12px;
	}

.ie7 .slider-nav a,
.ie8 .slider-nav a {
	background: #308BE1;
	}

.ie7 .slider-nav a:hover,
.ie7 .slider-nav a.current,
.ie8 .slider-nav a:hover,
.ie8 .slider-nav a.current {
	background: #fff;
	}

.slider-nav a:hover {
	background: #fff;
	opacity: 0.8;
	}

.slider-nav a.current {
	background: #fff;
	opacity: 1;
	}

a.forward,
a.backward {
	bottom: 0;
	cursor: pointer;
	display: block;
	height: 65px;
	opacity: 0.8;
	position: absolute;
	text-indent: -9999em;
	width: 50px;
	z-index: 2;
	}

a:hover.forward,
a:hover.backward {
	opacity: 1;
	}

a.forward {
	background: url(../../assets/images/icon-sliderbutton-right.png) no-repeat center center #0D2A4E;
	right: 0;
	}
	
a.backward {
	background: url(../../assets/images/icon-sliderbutton-left.png) no-repeat center center #0D2A4E;
	right: 51px;
	}
	
.slider-text a {
	background: url(../../assets/images/slider-text-bg.png) repeat 0 0;
	bottom: 0;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	left: 0;
	letter-spacing: 0.04em;
	height: 45px;
	overflow: hidden;
	padding: 13px 3% 7px;
	position: absolute;
	text-transform: uppercase;
	width: 94%;
	}
	
.slider-text a span {
	display: block;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 0.025em;
	margin-top: -6px;
	text-transform: none;
	}

.slider-text a:hover {
	background: #308be1; /* Old browsers */
	background: -moz-linear-gradient(top, rgba(73,163,248,1) 0%, rgba(38,120,198,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(73,163,248,1)), color-stop(100%,rgba(38,120,198,1)));
	background: -webkit-linear-gradient(top, rgba(73,163,248,1) 0%,rgba(38,120,198,1) 100%);
	background: -o-linear-gradient(top, rgba(73,163,248,1) 0%,rgba(38,120,198,1) 100%);
	background: -ms-linear-gradient(top, rgba(73,163,248,1) 0%,rgba(38,120,198,1) 100%);
	background: linear-gradient(top, rgba(73,163,248,1) 0%,rgba(38,120,198,1) 100%);
	}

.slider a.more {
    bottom: -3px;
    left: 390px;
    padding-left: 10px;
    position: absolute;
    text-align: left;
    width: 100px;
    }


#buttons a.button {
	padding: 10px 0;
	width: 138px;
	}

#home-videos {
	float: left;
	height: 261px;
	position: relative;
	overflow: hidden;
	}

.ie7 #home-videos {
	margin-top: 20px;
	}

#home-videos .pane {
	padding: 0;
	background: none;
	text-shadow: none;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	width: 100%;
	}

.video-text {
	background: url(../../assets/images/header-bg.png) repeat-x 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	padding: 15px 0 10px 10px;
	}

.ie7 .video-text {
	background: #0D2A4E;
	padding: 35px 0 11px 10px;
	}

.video-text h2 {
	font-size: 15px;
	letter-spacing: 0.04em;
	line-height: 1;
	text-transform: uppercase;
	}

.video-text h2,
.video-text p {
	color: #fff;
	margin-bottom: 0;
	}

.video-more a {
	background: url(../../assets/images/video-more-bg.jpg) no-repeat 0 0;
	display: block;
	height: 48px;
	position: absolute;
	right: 0;
	text-indent: -9999em;
	bottom: 0;
	width: 114px;
	}

.video-more a:hover {
	background: url(../../assets/images/video-more-bg-hover.jpg) no-repeat 0 0
	}

#home-videos ul.tabs {
	background: url(../../assets/images/video-text-bg.png) repeat-x 0 0;
	-moz-border-radius: 0 0 0 5px;
	-webkit-border-radius: 0 0 0 5px;
	border-radius: 0 0 0 5px;
	bottom: 0;
	left: 0;
	margin: 0;
	padding: 18px 0 18px 10px;
	position: absolute;
	width: 176px;
	}

#home-videos ul.tabs li {
	border: 0;
	float: left;
	margin: 0;
	width: auto;
	}

#home-videos ul.tabs li a {
	background: #308be1;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 3px;
	border: 0;
	display: block;
	float: left;
	height:12px;
	margin: 0 4px;
	padding: 0;
	text-indent: -9999em;
	width:12px;
	}

#home-videos ul.tabs li a:hover {
	background: #1e65a9;
	}	

#home-videos ul.tabs li a.current {
	background: #fff;
	}

/* ========================================
   3= CONTENT
======================================== */

#content-wrap {
	background: #fff;
	padding-bottom: 40px;
	width: 100%;
	}

.home #content {
	border-top: none;
	}

/* === [ Home Content ] === */

#centers {
	background: #f8f8f8;
	background: -moz-linear-gradient(top, #e5e5e5 0%, #f8f8f8 35%, #f8f8f8 65%, #e5e5e5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5e5e5), color-stop(35%,#f8f8f8), color-stop(65%,#f8f8f8), color-stop(100%,#e5e5e5));
	background: -webkit-linear-gradient(top, #e5e5e5 0%,#f8f8f8 35%,#f8f8f8 65%,#e5e5e5 100%);
	background: -o-linear-gradient(top, #e5e5e5 0%,#f8f8f8 35%,#f8f8f8 65%,#e5e5e5 100%);
	background: -ms-linear-gradient(top, #e5e5e5 0%,#f8f8f8 35%,#f8f8f8 65%,#e5e5e5 100%);
	background: linear-gradient(top, #e5e5e5 0%,#f8f8f8 35%,#f8f8f8 65%,#e5e5e5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#e5e5e5',GradientType=0 );
	margin-bottom: 35px;
	}		
	
#centers h2 {
	background: url(../../assets/images/centers-title-bg.png) no-repeat 0 0;
	color: #fff;
	float: left;
	font-size: 18px;
	height: 43px;
	letter-spacing: 0.04em;
	margin-bottom: 0;
	overflow: hidden;
	padding: 16px 0 0 30px;
	width: 280px;
	}

.ie7 #centers h2,
.ie8 #centers h2 {
	padding-left: 20px;
	width: 290px;
	}
	
#centers ul {
	float: left;
	margin: 0;
	}
	
#centers li {
	border-right: 1px solid #fff;
	float: left;
	width: 161px;
	}
	
#centers li:last-child {
	border-right: 0;
	}
	
#centers a {
	color: #0d2a4e;
	display: block;
	font-weight: 700;
	line-height: 1.4;
	padding: 12px 0;
	text-align: center;
	text-shadow: 0 1px 0 #fff;
	text-transform: uppercase;
	}
	
#centers a:hover {
	color: #308BE1;
	}

#health h2 a,
#giving h2 a {
	display: block;
	padding-left: 60px;
	text-transform: none;
	}
	
#health h2 a {
	background: url(../../assets/images/icon-camera.png) no-repeat left center;
	}
	
#giving h2 a {
	background: url(../../assets/images/icon-heart.png) no-repeat left center;
	}

#news,
#events {
	margin-top: 20px;
	}
	
#news h2,
#events h2 {
	border-bottom: 1px solid #c8c8c8;
	font-size: 16px;
	margin-bottom: 0;
	}
		
#news p,
#events p {
	border-bottom: 1px solid #c8c8c8;
	font-weight: 700;
	margin-bottom: 0;
	padding: 5px 0;
	}

#news a,
#events a {
	display: block;
	}

#news a.fb,
#events a.calendar {
	display: block;
	font-weight: 700;
	padding: 10px 0 10px 25px;
	width: auto;
	}

#news a.fb {
	background: url(../../assets/images/icon-fb.png) no-repeat 0 11px;	
	}

#events a.calendar {
	background: url(../../assets/images/icon-calendar.png) no-repeat 0 11px;	
	}

/* === [ Section Heading ] === */

#section-heading {
	border-bottom: 1px solid #c8c8c8;
	margin-bottom: 30px;
	padding: 15px 0;
	}
	
#section-title h2 {
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0.035em;
	margin-bottom: 0;
	}
	
#share {
	padding: 5px 0 0 10px;
	}
	
#share a {
	margin-right: 5px;
	}

	
/* === [ Entry ] === */

#entry {
	padding-right: 80px;
	}

#entry h1 + p {
	font-size: 18px
	}

#entry p {
	font-size: 14px;
	}


/* === [ Sidebar ] === */

#sidebar h2 {
	font-size: 16px;
	margin-bottom: 0;
	padding-bottom: 2px;
	}

#sidebar ul,
#sidebar #buttons {
	margin-bottom: 30px;
	}


#sidebar ul {
	border-top: 1px solid #C8C8C8;	
	}

#sidebar li a {
	border-bottom: 1px solid #c8c8c8;
	display: block;
	padding: 5px 10px;
	}
	
#sidebar li a:hover,
#sidebar li.current a {
	background: url(../../assets/images/icon-arrow-circle.png) no-repeat 97% center;
	}


#sidebar li.current a {
	background-color: #f1f1f1;
	box-shadow: 0 0 3px #c8c8c8 inset;
	color: #0D2A4E;
	cursor: default;
	font-weight: 700;
	}

#sidebar #buttons a.button {
	margin-bottom: 10px;
	width: 100%;
	}

#sidebar #buttons a:hover.button {
	background-color: #308BE1;
	}

.ie7 #sidebar #buttons a:hover.button,
.ie8 #sidebar #buttons a:hover.button {
	background-color: #3d9ffb;
	}


/* === [ Physician Index ] === */

.physician {
	border-bottom: 1px solid #ddd;
	overflow: hidden;
	padding: 10px 0;
	position: relative;
	}
	
.photo,
.name,
.view {
	float: left;
	}

.photo,
.name {
	margin-right: 20px;
	}

	
.photo {
	width: 55px;
	}

.name {
	width: 380px;
	}

.name p {
	margin-bottom: 0;
	}

.name h2 {
	font-size: 18px;
	margin-bottom: 0;
	}
	
.view a.button {
	margin-bottom: 0;
	margin-top: 8px;
	padding: 10px 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 10px;
	width: 120px;
	}

.physician .info {
	clear: both;
	padding: 20px;
	}

.physician .info > p {
	font-size: 16px;
	}

.collapsible-heading-status {
	}

a.collapsible-heading {
	background: #cc041b;
	background: -moz-linear-gradient(top,  #cc041b 0%, #ad0014 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cc041b), color-stop(100%,#ad0014));
	background: -webkit-linear-gradient(top,  #cc041b 0%,#ad0014 100%);
	background: -o-linear-gradient(top,  #cc041b 0%,#ad0014 100%);
	background: -ms-linear-gradient(top,  #cc041b 0%,#ad0014 100%);
	background: linear-gradient(top,  #cc041b 0%,#ad0014 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc041b', endColorstr='#ad0014',GradientType=0 );
	border: 1px solid #ad0014;
	}

a.collapsible-heading a {
	color: #fff;
	text-shadow: none;
	}

a:hover.collapsible-heading a,
a:hover.collapsible-heading:after {
	color: #040707;
	}
		
a.collapsible-heading:after {
	color: #fff;
	content:"\00d7";
	padding-left:5px;
	padding-top: 2px;
	}

a.collapsible-heading-collapsed {
	background: #eee;
	background: -moz-linear-gradient(top, rgba(255,255,255,.1) 0%, rgba(0,0,0,.1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.1)), color-stop(100%,rgba(0,0,0,.1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,.1) 0%,rgba(0,0,0,.1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,.1) 0%,rgba(0,0,0,.1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,.1) 0%,rgba(0,0,0,.1) 100%);
	background: linear-gradient(top, rgba(255,255,255,.1) 0%,rgba(0,0,0,.1) 100%);
	border: 1px solid #ddd;
	}

a.collapsible-heading-collapsed,
a.collapsible-heading-collapsed a,
a:hover.collapsible-heading-collapsed a {
	color: #143d8d;
	}
	
a.collapsible-heading-collapsed:after {
	color: #143d8d;
	content:"\203A";
	padding-left:1px;
	}

.collapsible-heading-toggle {
	text-decoration:none !important;
	}

.collapsible-content {
	border-top:1px solid #ddd;
	margin-top:10px;
	overflow:hidden;
	}

.collapsible-content-collapsed {
	display:none;
	}

.contact dd {
	font-size: 16px;
	font-weight: 700;
	}

a.letter{
	padding:3px !important;
	margin-right:5px !important;
}

/* === [ Listings ] === */

.admin {
	float: left;
	margin: 0 1% 1em;
	width: 48%;
	}

.admin h3,
.admin p,
.list-thumb h2,
.list-thumb h3 {
	font-size: 16px !important;
	line-height: 1.25;
	margin-bottom: 0;
	}
	
.list-thumb {
	float: left;
	margin: 0.5em 1%;
	text-align: center;
	width: 31%;
	}	


/* ========================================
   4= FOOTER
======================================== */

#footer {
	font-size: 12px;
	padding-top: 20px;
	text-shadow: 0 1px 0 #fff;
	text-align: left;
	}
	
#footer h6 {
	text-transform: none;
	}

#footer h6,
#footer p,
#footer a {
	color: #777;
	}

#footer a:hover {
	text-decoration: underline;
	}

#footer li {
	margin: 4px 0;
	}
	

/* === [ Footer Auxillary ] === */

#footer-aux {
	border-top: 1px solid #c8c8c8;
	margin: 20px 0;
	padding-top: 20px;
	}

#footer-aux li {
	border-right: 1px solid #777;
	float: left;
	line-height: 1;
	margin-right: 10px;
	}
	
#footer-aux a {
	display: block;
	padding-right: 10px;
	text-align: center;
	}	
	
#fb,
#youtube {
	float: left;
	margin-right: 5px;
	}
	
#fb a,
#youtube a {
	display: block;
	padding: 5px;
	text-align: center;
	}

#copyright {
	font-size: 11px;
	}
