/* Resets all browser default styles */
@import url("reset.css");


/* General Styles */
/* Sets basic, cross-browser friendly styles for standard page elements */

body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	line-height: 18px;
	min-width: 960px;
	background: #0065a5;
}
h1, h2, h3, h4, h5 {
	font-weight: bold;
}
h1 {
	font-size: 2.1em;
	color: #003963;
	padding: 20px 0 20px 0;
}
h1 a {
	color: #003963;
}
h2 {
	font-size: 1.8em;
	color: #00929f;
	padding: 8px 0;
	line-height: 1.2em;
}
h2.alt, .landing #content .sidebar.right h2 {
	font-size: 1.4em;
	color: #000;	
	padding: 5px 0;
}
.landing #content .sidebar.right h2 {
	font-size: 1.8em;	
	padding: 0 0 10px 0;
}
h2 a {
	color: #00929f;
}
h2.alt a {
	color: #000;
}
h2.dotted {
	font-size: 1.5em;
	padding-top: 15px;
	color: #003963;
	overflow: hidden;
}
h2.dotted span.left {
	margin: 0;	
}
h2.dotted span.right {
	display: block;
	background: url("../images/bg-content-border.png") repeat-x center left;	
	height: 1px;
	margin: 10px 15px 0 0;
	float: right;
	width: auto;
}
.landing h2, .landing h3 {
	color: #0065a5;	
}
h3 {
	font-size: 1.3em;
	color: #003963;
	padding: 5px 0 15px;
}
h3.alt {
	padding: 3px 0;
}
h3 a {
	color: #003963;	
}
h3.alt a {
	color: #336b9d;	
}
h3 a.right, h4 a.right {
	font-size: .65em;	
	font-weight: normal;
	color: #0065a5;
	margin-bottom: 0;
	position: absolute;
	right: 20px;
}
h3.date {
	color: #fff;
	background: #0065a5;
	padding: 4px 10px;
	font-size: 1.1em;
	margin-bottom: 10px;
	clear: both;
	width: 97.1%;
}
h4 {
	font-size: 1.1em;
	padding-bottom: 10px;
	color: #003963;
}
h4 a {
	color: #003963;
}
h4.alt, h4.alt a {
	color: #336b9d;	
}
.home #content h4 {
	font-size: 1.4em;	
}
h5 {
	line-height: 1.1em;
	padding-bottom: 2px;	
}
h5 a {
	color: #0065a5;
}
sup {
	vertical-align: top;
	margin-top: -10px;
	font-size: .55em;
}
sub {
    font-size: .85em;
}
em {
	font-style: italic;	
}
strong {
	font-weight: bold;	
}
a {
	text-decoration: none;	
	color: #069;
}
a:hover {
	text-decoration: underline;
}
#alert {
	background: #fda624;
	padding: 12px 0 10px;
	height: 28px;
	text-transform: uppercase;
}
#alert h3 {
	font-weight: normal;
	letter-spacing: .03em;
	width: 95%;
	overflow: hidden;
}
#alert span {
	cursor: pointer;
}
#content p {
	font-size: 1em;
	margin-bottom: 10px;
	line-height: 1.2em;
}
#content p.small {
	font-size: .9em;
	line-height: 1.4em;	
}
#content p.filter {
	color: #666;	
	font-weight: bold;
}
#content ul, #content ol {
	margin: 0 0 10px 25px;
}
#content ul.details, #content ol.details {
	margin: 0 0 10px 0;
}
#content ul.details.tabbed, #content ol.details.tabbed {
	
}
#content ul li {
	list-style: disc;
}
#content ol li {
	list-style: decimal;
}
#content ul.details li, #content ol.details li {
	list-style: none;
}

/* Reusable Styles */
/* Some styles are standard across most sites.  Rather than building them in to specific elements, you can stack them */
/* For instance, <div class="left paddingTop"> */

/* The container tag, when nested inside the #header, #content, and #footer tags, allows the parent ID to accomodate full-width backgrounds */
.container {
	margin: 0 auto;
	width: 960px;
	position: relative;
	overflow: hidden;
}

/* Allows any items to float left or right. */
.right {
	float: right;
	margin: 0 0 15px 15px;
}
.right.absolute {
	float: none;
	position: absolute;
	top: 10px;
	/*top: 18px;*/
	right: 0;
	margin: 0;
}
.right.absolute p.news, .right.absolute p.event, .right.paging li, .left.paging li {
	margin: 0px 0px 0px 10px;	
	float: left;
}
.left {
	float: left;
	margin-right: 10px;
}
.left.last {
	margin-right: 0;	
}
.center {
	text-align: center;	
}
.small {
	font-size: .9em;
}
.underline {
	text-decoration: underline;	
}
.uppercase {
	text-transform: uppercase;	
}
.button {
	float: left;
	font-weight: bold;
}
.button.float {
	float: right;
}
.button a {
	color: #fff;	
	display: block;
	padding: 8px 10px;
	background: #e37E02;
}
.button a:hover {
	text-decoration: none;
}
.overflow {
	overflow: auto;
}

/* Re-usable padding and clear classes since elements may stack in different orders. */
.clearBoth {
	clear: both;
}
.borderTop {
	border-top: 1px solid #b7d3e6;
	padding-top: 20px;
	margin-top: 20px;
}
.borderBottom {
	border-bottom: 1px solid #b7d3e6;	
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.dottedTop {
	background: url("../images/bg-content-border.png") repeat-x top left;	
	padding-top: 20px;
	margin-top: 15px;
}
.dottedBottom {
	background: url("../images/bg-content-border.png") repeat-x bottom left;	
	padding-bottom: 15px;
	margin-bottom: 15px;
	position: relative;
}
.doublePaddingTop {
	padding-top: 20px;
}
.doublePaddingBottom {
	padding-bottom: 20px;
}
.paddingTop {
	padding-top: 10px;
}
.paddingBottom {
	padding-bottom: 10px;
}
.lowPaddingTop {
	padding-top: 5px;	
}
.lowPaddingBottom {
	padding-bottom: 5px;	
}
.noPaddingTop {
	padding-top: 0px;	
}
.noPaddingBottom {
	padding-bottom: 0px;	
}
.doubleMarginBottom {
	margin-bottom: 20px;	
}
.doubleMarginTop {
	margin-top: 20px;	
}
.marginBottom {
	margin-bottom: 10px;	
}
.marginTop {
	margin-top: 10px;	
}
.lowMarginBottom {
	margin-bottom: 5px;	
}
.lowMarginTop {
	margin-top: 5px;	
}
.noMarginBottom {
	margin-bottom:0px;	
}
.noMarginTop {
	margin-top: 0px;	
}

/* For two, three, or four 'floated' items that aren't sidebars */
.two, .three, .four, .five {
	overflow: hidden;
	clear: both;
	position: relative;
}
.two > div {
	float: left;
	width: 47%;
	margin-right: 2.5%;
	padding-right: 2.5%;
}
.three > div {
	float: left;
	width: 30%;
	margin-right: 3%;
}
.home .three > div {
	width: 32%;
	position: relative;
	margin-right: 2%;
	/*margin-right: 1%;*/
}
.home .three > div .play {
	display: block;
	background: url("../images/ico-play.png") no-repeat center center;
	position: absolute;
	top: 35px;
	left: 70px;
	width: 58px;
	height: 59px;
}
.home .three > div.last {
	margin-right: 0;
}	
.four > div {
	float: left;
	width: 21.8%;
	margin-right: 2%;
	padding-right: 2%;
}
.five > div {
	float: left;
	width: 19%;
	margin-right: 1%;	
}
.two .last, .three .last, .four .last, .five .last {
	margin-right: 0;
	padding-right: 0;
}


/* Specific Styles */
/* Covers the general layout items used on a standard site. Nest most page type specific styles under the ID #content */

/* Standard Header Items */
#header .container {
	color: #fff;
	padding-top: 10px;
}
.landing #header {
	position: relative;
	z-index: 50;
}	
#header #logo {
	float: left;
	margin-left: 15px;
	padding-bottom: 5px;
}
#header #logo span {
	display: none;
}
#header #logo a {
	background: url("../images/template/nebraska-methodist-logo.png") no-repeat center center;
	width: 266px;
	height: 112px;
	display: block;
}
.landing #header #logo {
	float: right;
	margin: 0 15px 0 0;
}
.print {
	display: none !important;
}
#header #logo span {
	display: none;	
}
#header #topMenu {
	float: right;
	margin: 35px 15px 0 0;
	font-size: 1em;
	font-family: "Franklin Gothic Medium", "Franklin Gothic", "ITC Franklin Gothic", Arial, sans-serif;
}
#header #topMenu li, #header #tabMenu li, #menu ul li {
	float: left;	
}
#header #topMenu li a, #menu > .container > ul > li > a {
	color: #fff;
}
#header #topMenu li a {
	margin-left: 7px;	
	/* margin-left: 14px; */
}
#header #topMenu li a:hover {
	text-decoration: underline;	
}
#header #topMenu li:after {
	content: "|";	
	padding-left: 5px;
}
#header #topMenu li.last:after {
	content: "";	
	padding-left: 0;
}
#header .search, #content .sidebar form .search {
	float: right;
	padding: 2px 5px 2px 2px;
	margin-top: 10px;
	background: #fff;
	border-radius: 7px;
	vertical-align: middle;
}
#header .search {
	margin-top: 30px;
}
#content .sidebar form .search {
	float: left;
	margin: 0 0 15px 0;
}
#header .search input, #content .sidebar form .search input {
	float: left;	
	width: auto;
	padding: 3px 0 0;
	border: none;
	font-size: 1em;
}
#header .search input.searchField, #content .sidebar form .search input.searchField {
	background: none;
	padding: 3px;
	width: 160px;
}
.landing #header h1 {
	color: #fff;	
	margin-left: 15px;
	width: 450px;
	font-size: 1.9em;
	line-height: 1.3em;
}
#header #tabMenu {
	position: absolute;
	bottom: 0;
	right: 10px;
}
#header #tabMenu li {
}
#header #tabMenu li a {
	display: block;
	margin-left: -15px;
	background: #fff;
	text-decoration: none;
	color: #0067a5;
	padding: 0 21px 0 0;
	font-size: .9em;
	font-weight: bold;
	background: url("../images/bg-sliding-tabs-right.png") no-repeat 100% -35px;
}
#header #tabMenu li a span {
	display: block;
	padding: 6px 6px 6px 20px;
	background: url("../images/bg-sliding-tabs-left.png") no-repeat 0 -35px;
}

/* Main Black Bar Menu */
#menu {
	background: #6babde;
	position: absolute;
	z-index: 50;
	top: 127px;
	left: 0;
	width: 100%;
}
.has-alert #menu {
	top: 177px;
}
#menu > .container {
	overflow: visible;
	position: static;
	height: 32px;
	background: url("../images/bg-main-menu.png") repeat-y 50.2% 0;
}

.landing #menu {
	margin-top: -30px;	
	z-index: 0;
}
.landing #menu > .container {
	height: 30px;	
}
#menu > .container > ul {
	float: left;
	width: 100%;
}
#menu > .container > ul > li {
	width: 19%;
	padding-right: 1%;	
}
#menu > .container > ul > li > a {
	text-align: center;	
	display: block;
	font-weight: bold;
	padding: 6px 0 8px 0;
	font-size: 1.1em;
	color: #fff;
}
#menu > .container > ul > li:hover > a {
	color: #0065a7;
	text-decoration: none;
}

.menu-drop {
	display: none;
	position: absolute;
	z-index: 2000;
	width: 100%;
	left: 0;
	border-bottom: 1px solid #abacac;
	background: #fff;
}
.menu-drop .container {
	
}
li:hover .menu-drop {
	display: block;	
}
.menu-drop p {
	cursor: pointer;	
	position: absolute;
	right: 15px;
	bottom: -10px;
}
.menu-drop p.close-menu {
	padding-right: 25px;
	background: url("../images/ico-close.png.jpeg") no-repeat center right;	
}
.menu-drop .container ul {
	float: left;
	width: 17.4%;
	padding: .8% 1.25% 1.2% 1.25%;	
}
.menu-drop .container ul li {
	line-height: 1.2em;
	float: none !important;
}
.menu-drop .container ul li a {
	color: #3a3b3b;
	font-size: .9em;
	display: block;
	padding: 5px 5px 5px 0px;
}
.menu-drop .container ul li strong a, .menu-drop .container p {
	color: #0067a5;
	font-size: 1em;
	font-weight: bold;
}
/* Content Area and Children */
#content {
	background: #f6f9fb url("../images/bg-body-gradient.png") repeat-x bottom left;
	position:relative;
	clear: both;
	margin-top: 31px;
}
/************************************
Removed by gpfann2 on 2013-05-16

#content .container-wrapper {
	background: url("../images/bg-body-white.png") repeat-y center center;
}
*********************************/
.fixed #content {
	margin-top: 174px;
}
#content .container {
	background: #fff;
}
#content #breadcrumbs {
	font-size: .9em;
	margin-bottom: 15px;
	margin-top: 5px;
}
#content #breadcrumbs a {
	color: #000;	
	text-decoration: underline;	
}

/* Inner Content Wrappers */
#content #wrapper {
	width: 70%;
	float: left;
	padding: 1% 2% 4% 1%;
	margin: 0 0 0 1%;
	position: relative;
	z-index: 20;
	min-height: 600px;
}
.home #content #wrapper {
	min-height: 0;
	padding-right: 0;
}
.landing #content #wrapper {
	padding-right: 0;
	padding-bottom: 1%;
	width: 71.8%;
}
#content #wrapper.left {
	width: 71%;	
}
.home #content #wrapper.left {
	width: 63%;	
}
#content #wrapper.half {
	width: 46%;
	margin-right: 1%;
	padding-right: 2%;
}
#content #wrapper.full {
	width: 96.5%;	
}
#content #wrapper p.right {
	width: 200px;	
	font-size: .85em;
	line-height: 1.4em;
}
#content #wrapper p.right.wide {
	width: 320px;	
}
#content #wrapper p.right img {
	margin-bottom: 5px;	
	display: block;
}

#content #wrapper .caption {
	width: 250px;
	font-size: .8em;
	line-height: 1.2em;
	float: right;
}

#content #wrapper .caption img {
	margin-bottom: 5px;
}

#content #wrapper .caption.Right {
	float: right;
	margin: 10px 0 10px 20px;
}

#content #wrapper .caption.Left {
	float: left;
	margin: 10px 20px 10px 0;
}

#content #wrapper .featured, .landing #content .sidebar .featured {
	float: left;
	/*background: #fff;*/
	padding: 15px 20px;	
	margin: 10px 0;
	width: 94%;
}
.home #content #wrapper .featured {
	padding: 15px 0;
	width: 99%;
	border-top: 1px dotted #ccc;
}	
.home #content #wrapper .featured .description {
	margin-top: 3px;
	padding: 5px;
	background: url("../images/bg-home-tab-bevel.png") no-repeat 90% 100%;
	color: #000;
	width: 180px;
	font-size: .75em;
}
.home #content #wrapper .featured .description h4 {
	margin-bottom: 0;
	padding-bottom: 5px;	
}
.home #content #wrapper .featured .description p {
	font-size: 1.2em;	
}
#content #wrapper.half .featured {
	width: 91%;	
}
#content #wrapper .featured.small {
	width: 25%;	
	margin-right: 20px;
	min-height: 264px;
}
.landing #content #wrapper .small {
	width: 30.5%;	
}
#content #wrapper .featured.half {
	width: 54%;
	float: left;
	margin-right: 15px;
}
#content #wrapper .featured.login {
	width: 43%;
	padding: 20px;
}
#content #wrapper .featured.blue {
	background: rgba(178,208,228,.5);	
}
.no-rgba #content #wrapper .featured.blue {
	background: #dce9f3;
}
#content #wrapper .featured.white div, #content #wrapper .featured.blue.dotted div {
	background: url("../images/bg-content-border.png") repeat-y 100% 0;	
}
#content #wrapper .featured.white div.last, #content #wrapper .featured.blue.dotted div.last {
	background: none;	
}
#content #wrapper .featured.dottedTop {
	background: url("../images/bg-content-border.png") repeat-x top left;	
	padding-top: 20px;
}
.landing #content .sidebar .featured.form {
	background: #d6d6d6;
	padding: 10px 15px 15px 15px;
	border: 3px solid #000;
	border-radius: 10px;
	margin-bottom: 20px;
	width: 84%;
}
#content #wrapper.newsDetail .featured {
	width: 425px;
	float: right;
	padding: 10px;
	background: #dce9f3;
	margin-left: 15px;
}
#content #wrapper.newsDetail .featured img {
	float: left;
	margin-right: 15px;
}
#content #wrapper.newsDetail .featured p {
	font-size: .9em;	
}
#content #wrapper .featured h2 {
	color: #003963;
	padding-bottom: 15px;
}
#content #wrapper .featured h3 a {
	color: #0065a5;
	font-size: 1.2em;
	display: block;
	padding-top: 15px;
}
#content #wrapper .featured.dottedTop .details {
	padding-top: 5px;	
}
#content #wrapper .featured.blue .details li {
	font-size: 1.2em;	
	line-height: 1.6em;
}
#content #wrapper .featured img {
	display: block;	
}
#content .news, #content .event {
	padding: 5px 5px 0 23px;
	margin-bottom: 5px;
	background: url("../images/ico-news.png") no-repeat 0 7px;
}
#content .event {
	background: url("../images/ico-event.png") no-repeat 0 7px;
}
#content .news h4, #content .event h4 {
	padding-bottom: 0;	
}

#content .video {
	position: relative;
}
#content .video img {
	display: block;
}
#content .video .play {
	width: 75px;
	height: 50px;
	background: url("../images/btn-play.png") no-repeat;
	position: absolute;
	top: 30%;
	left: 37%;
}
#content .video:hover .play {
	background: url("../images/btn-play-active.png") no-repeat;
}
#content .video.large .play {
	width: 115px;
	height: 85px;
	top: 35%;
	left: 55%;
	background: url("../images/btn-play-large.png") no-repeat;
}
#content .video.large:hover .play {
	background: url("../images/btn-play-large-active.png") no-repeat;
}

#content #slideshow {
    position:relative;
	z-index: 25;
    height: 305px;
}
#content #wrapper #slideshow {
	height: 275px;
	box-shadow: none;
	/* float: left; -edited by gpfann2 on 4-8-14 */
}
.no-boxshadow #content #slideshow {
	margin-bottom: 10px;	
	/*margin-bottom: 0;*/
}
#content #slideshow > div {
	display: none;	
}
#content #slideshow div.first {
	display: block;	
}
#content #slideshow div.info {
	position: absolute;
	right: 20px;
	bottom: 30px;
	width: 200px;
	padding: 5px 15px 10px 15px;
	background: rgba(0,0,0,.7);
	border-radius: 5px;
}
.home #content #slideshow {
	overflow: hidden;
}
.home #content #slideshow > div {
	width: 960px;
	height: 315px;
}
.home #content #slideshow div.info {
	right: 0;
	border-radius: 0;
	height: 290px;
	width: 280px;
	padding: 15px 30px 15px 60px;
	bottom: 1px;
}
#content #slideshow div.info.left {
	left: 20px;
	bottom: 75px;
}
#content #wrapper #slideshow div.info {
	bottom: 50px;	
}
.no-rgba #content #slideshow div.info {
	background: url("../images/bg-slideshow-feature.png") repeat;	
}
.home #content #slideshow div.info, .no-rgba .home #content #slideshow div.info {
	background: url("../images/bg-slideshow-arrow.png") no-repeat;
}
#content #slideshow div.info h2 {
	color: #fff;
	line-height: 1.2em;
	padding-bottom: 5px;
}
.home #content #slideshow div.info h2 {
	font-size: 3em;	
	line-height: 1em;
	margin-bottom: 10px;
}
.home #content #slideshow div.info h4 {
	color: #fff;
	font-size: 1.4em;
	line-height: 1.1; 
}
#content #slideshow div.info .button {
	padding: 0;
	/*	updated by gpfann2 NMC on 20131209 padding: 15px 0 5px 0;*/
	margin: 0;
	box-shadow: none;
}
.home #content #slideshow div.info .button {
	float: right;	
}
.home #content #slideshow div.info .button a {
	background: #fff;
	box-shadow: none;	
	border-radius: 5px;
	text-transform: uppercase;
	font-weight: bold;
	color: #006699;
	padding: 3px 10px 5px;
	font-size: 1.1em;
}
.home #content #slideshow div.info .button a:before {
	content: ">";
	padding-right: 5px;
}
#content #slideshow div.info .button.blue a {
	background: #00929f;
}
#content #slideshowNav {
    position:absolute;
	z-index: 30;
	top: 303px;
}
.home #content #slideshowNav {
	top: 288px;
	left: -13px;
}
#content #slideshowNav.right {
	right: 10px;
}
#content #wrapper #slideshowNav {
	top: 292px;	
	right: -200px;
}
#content #slideshowNav li {
	list-style: none;
	float: left;
	margin-right: 8px;
}
#content #slideshowNav li {
	margin-right: 5px;	
}
#content #slideshowNav li a {
	width: 12px;
	height: 12px;
	display: block;
	background: URL(../images/ico-slideshow-inactive.png) no-repeat;
}
#content #slideshowNav li.activeSlide a, #content #slideshowNav li a:hover {
	background: URL(../images/ico-slideshow-active.png) no-repeat;
}

#content .tabs {
	margin-top: 0;
	border-top: 2px solid #ccc;
	border-right: 2px solid #ccc;
	border-radius: 10px;
	border-top-left-radius: 0px;
	/*background: #fff;*/
	padding-bottom: 10px;
}
.no-borderradius #content .tabs {
	border: none;
	border-top: 2px solid #ccc;
	border-right: 1px solid #ccc;	
}
#content .tabs {
	width: 100%;
	position: relative;
	z-index: 1;	
}
#content ul.tabNav {
	margin: 0 0 -2px -1px;
	padding: 0;
	overflow: hidden;
	padding-top: 3px;
	clear: both;
	position: relative;
	z-index: 5;
}
.no-borderradius #content ul.tabNav {
	margin-left: -3px;	
}
#content ul.tabNav li {
	float: left;
	list-style: none;
	margin: 0 5px 0 0;
}
.no-borderradius #content ul.tabNav li {
	padding-left: 10px;
	background: url("../images/bg-tab-left1.png") top left no-repeat;
}
#content ul.tabNav li a {
	display: block;	
	padding: 7px 25px 7px 25px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	font-size: 1.1em;
	font-weight: bold;
	box-shadow: 1px -1px 2px #999;
	background: #0065A5;
	color: #FFFFFF
}
.no-borderradius #content ul.tabNav li a {
	padding: 9px 25px 5px 15px;
	border: none;
	background: url("../images/bg-tab-right2.png") top right no-repeat;
}
.no-borderradius .home #content ul.tabNav li a {
	padding: 9px 24px 5px 14px;
}
#content ul.tabNav a.active, #content ul.tabNav a:hover, .home #content ul.tabNav a.active, .home #content ul.tabNav a:hover {
	border-bottom: none;
	padding-bottom: 10px;
}
.no-borderradius #content ul.tabNav a.active, .no-borderradius #content ul.tabNav a:hover, .no-borderradius .home #content ul.tabNav a.active, .no-borderradius .home #content ul.tabNav a:hover {
	padding-bottom: 8px;
}
#content ul.tabNav li a:hover {
	text-decoration: none;	
}
#content .tabs div.tab {
	clear: both;
	padding: 15px;
	min-height: 200px;
	overflow: hidden;
}
#content div.tab {
	display: none;	
}
#content div.tab.first {
	display: block;	
}
#content div.tab .absolute {
	position: relative;
    padding: 15px 20px;
    width: 100%;
    background: rgba(0,0,0,.7);
    color: #fff;
    box-sizing: border-box;
}
.no-rgba #content div.tab .absolute {
	background: url("../images/bg-slideshow-feature.png") repeat;	
}
#content div.tab .absolute a {
	color: #faa635;	
}
#content div.tab .absolute h4 a {
	font-size: 1.05em;
	color: #fff;	
}
#content div.tab table {
	margin: 10px 0;	
}
#content div.tab table td {
	padding: 5px 25px 5px 15px;
	border: 1px solid #003963;
	font-size: 1.1em;
	color: #003963;
}
/* Added following two rules for table fixes on program admissions tabs when in full-page view (since there is no div.tab container) -gpfann2 2014-10-09 */ 
/* Included th tag into this rule for accessability -gpfann2 2018-01-31 */
#program-content table td, #program-content table th { 
	padding: 5px 25px 5px 15px;
	border: 1px solid rgb(0, 57, 99);
	font-size: 1.1em;
	color: rgb(0, 57, 99);
}
#program-content table {
	margin: 10px 0;	
}
#content div.tab .dottedTop.clearBoth a.right {
	right: 40px;
}

#content .homeTabNav {
	margin: 0 0 0 10px;
}

#content .homeTabNav li {
	list-style-type: none;
	float: left;	
}

#content .homeTabNav li a {
	display: block;
	position: relative;
	*position: static;
	z-index: 100;
	margin-left: -17px;
	background: #fff;
	text-decoration: none;
	color: #0067a5;
	padding: 0 21px 0 0;
	font-size:1.3em;
	background: url("../images/bg-sliding-tabs-right.png") no-repeat 100% -2px;
	font-weight: bold;
}

#content .homeTabNav li.last a {
	z-index: 99;
}
#content .homeTabNav li a span {
	display: block;
	padding: 5px 6px 5px 20px;
	background: url("../images/bg-sliding-tabs-left.png") no-repeat 0 -2px;
}

#content .homeTabNav li a.active {
	z-index: 101;
	background: url("../images/bg-sliding-tabs-right.png") no-repeat 100% -71px;
}

#content .homeTabNav li a.active span {
	background: url("../images/bg-sliding-tabs-left.png") no-repeat 0 -71px;
	padding-bottom: 6px;
}

#content .homeTabs {
	float: left;
	width: 96%;
	padding: 4% 2%;
	border: 1px solid #939192;
	border-right: none;
	border-bottom: none;
	margin-top: -1px;
	*margin-top: -12px;
}	

#content .homeTabs .right {
	margin-right: 5px;	
}

#content .homeTabs .item {
	padding-left: 50px;	
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-bottom: 1px dotted #ccc;
}

#content .homeTabs .item:last-child  {
	padding-left: 50px;	
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-bottom: 1px dotted #fff;
}

#content .homeTabs .item.last {
	border-bottom: none;
	padding-bottom: 0;	
}

#content .homeTabs .item h4 {
	font-size: 1em;
	color: #006699;
}

#content .homeTabs .item h4 a {
	color: #006699;
}

#content .homeTabs .item p {
	margin-bottom: 5px;	
}

#content .homeTabs .item p.date {
	font-weight: bold;	
}

#content .homeTabs .date-icon, #content .homeTabs .image-icon {
	position: absolute;
	width: 44px;
	height: 38px;
	text-align: center;
	padding-top: 30px;
	left: 0;
	top: -12px;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	letter-spacing: .05em;
	background: url("../images/ico-home-news.png") no-repeat center center;	
}

/* IGX Addition Sean C.*/
#content .homeTabs .date-icon-blog, #content .homeTabs .image-icon {
	position: absolute;
	width: 44px;
	height: 38px;
	text-align: center;
	padding-top: 18px;
	left: 0;
	top: -12px;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	letter-spacing: .05em;
	background: url("../images/ico-home-blog.png") no-repeat 08px 14px;	
}


#content .homeTabs #events .date-icon {
	width: 47px;
	height: 38px;
	text-align: center;
	padding-top: 20px;
	left: 0;
	top: -5px;
	background: url("../images/ico-calendar-home.png") no-repeat center center;
	font-size: 20px;
}

/* IGX Addition Sean C.*/
#content .homeTabs #events .date-icon-blog {
	width: 47px;
	height: 38px;
	text-align: center;
	padding-top: 19px;
	left: 0;
	top: -12px;
	background: url("../images/ico-home-blog.png") no-repeat 10px 15px;
	font-size: 14px;
}

#content .homeTabs .image-icon, #content .homeTabs #social .date-icon {
	background: url("../images/ico-home-blog.png") no-repeat center center;	
	padding-top: 9px;
	top: -4px;
	font-size: 14px;
}

#content .rows ul {
	margin-left: 0;	
}
#content .rows li a {
	list-style: none;
	background: #edf6f8;
	display: block;	
	padding: 1px 10px;
}
#content .rows li.alt a {
	/*background: #fff;	*/
}
#content .rows li a:hover {
	background: #eee;
	text-decoration: none;	
}

#content #datepicker {
	margin: 9px 0 0 0;	
}
#content #datepicker .ui-widget-header {
	background: #0065a5;
}
#content #datepicker .ui-datepicker-inline {
	background: url("../images/bg-calendar-gradient.png") repeat-x bottom left;
}
#content #datepicker .ui-datepicker-unselectable span {
	background: none;
	border: none;
}
#content #datepicker .ui-state-default {
	border: 1px solid #67a1c9;
	text-align: center;
}

#content ul.eventTabs {
	margin: 0;
	padding-top: 15px;
	clear: both;
}
#content .eventTabs li {
	float: right;
	margin-left: 3px;
	margin-bottom: 3px;
	list-style: none;
}
#content .eventTabs li a {
	background: #0065a5;
	color: #fff;
	display: block;
	padding: 3px 5px;
	font-weight: bold;
}
#content .eventTabs li.active a, 
#content .eventTabs li a:hover {
	background: #000;	
	text-decoration: none;
}

#content #tabContainer {
	clear: both;	
}

#content .dottedTop.clearBoth, #content .dottedBottom.clearBoth {
	*display: inline-block;
}
#content .dottedTop.clearBoth.first {
	*margin-top: 0px;
}
#content .dottedTop.clearBoth p.left, #content .dottedTop.clearBoth div.left {
	margin-bottom: 10px;
	*display: inline-block;
}
#content .dottedTop ul.details {
	*margin-bottom: 0;
}
#content ul.paging {
	margin-left: 0;	
}
#content .paging li {
	list-style: none;	
	margin: 0;
}
#content .paging li a {
	padding: 1px 6px 3px 6px;
	display: block;
}
#content .paging li a:hover, 
#content .paging li a.active,
#content .paging li.active a {
	background: #d6e4f1;	
	padding: 0px 5px 2px 5px;
	border: 1px solid #000;
	text-decoration: none;
}
#content form fieldset {
	margin-bottom: 20px;
	clear: both;
}
#content form fieldset legend {
	padding-right: 5px;	
	*margin-left: -5px;
	white-space: normal;
	height: 50px;
	width: 100%;
	font-weight: bold;
}
#content form fieldset legend span {
	float: left;
}
#content form div.formDivider {
	float: left;
	width: 50%;
	font-size: 1.1em;
	margin: 15px 0;
}
#content .two form div.formDivider {
	float: none;
	width: auto;
	overflow: hidden;
}
#content .two form div {
	width: auto;
	margin-right: 0;
	padding-right: 0;
}
#content .two form div.child {
	width: 60%;	
	margin-left: -10px;
}
#content .two form div.child p {
	padding-left: 10px;	
}
#content .two form div.child.last {
	width: 49%;	
	position: absolute;
	bottom: 65px;
	right: -10px;
}
#content .two form div.child.last div {
	float: left;	
}
#content .login form div.formDivider {
	margin: 0 0 15px 0;	
}
#content form div.formDivider.wide, #content .login form div.formDivider {
	width: 100%;
	clear: both;
}
#content form input, #content form select, #content form label {
	float: left;	
}
#content form label {
	width: auto;
	padding-right: 5px;
	padding-top: 5px;
	font-size: .9em;
}
#content .two form div label {
	width: 125px;	
}
#content form div.formDivider.wide textarea {
	width: 510px;
	height: 150px;
}
#content form label.label {
	width: 80px;	
	/*text-align: right;*/
}
#content .login form label {
	width: 85px;
	padding-right: 0;
	text-align: left;	
	font-size: 1em;
}
#content form .border {
	background: #adcbe2;
	padding: 1px;
	display: block;
	float: right;
	border-radius: 10px;
	width: auto;
}

#content .two form .border {
	width: 135px;	
	margin-right: 5px;
}
#content .two form .wide .border {
	width: 155px;	
}
#content form .formDivider .border {
	width: auto;
	float: left;
	border-radius: 0;
}
#content .two form .formDivider .border {
	*width: 197px;	
}
#content form .formDivider.wide .border {
	width: 516px;	
}
#content .login form .formDivider .border {
	width: 199px;
}
#content form input, #content form select {
	border: 1px solid #0065a5;
	width: 183px;
}
#content form input#searchDirectory {
	padding-right: 33px;
}
#content form input.searchSubmit {
	border: none;
	width: auto;
	padding: 0;	
	margin-left: -30px;
	margin-top: 3px;
}
#content form select {
	width: auto;
	padding: 4px;
}
#content .login form input {
	padding: 7px;		
}

#content form input.radio, #content form input.checkbox {
	width: 20px;	
	border: none;
	padding: 2px;
}
#content form input.submit {
	float: right;
	width: 95px;
	border-radius: 10px;
	*border: none;
	padding: 7px 25px 7px 7px;
	text-transform: uppercase;
	font-weight: bold;
	color: #003963;
	cursor: pointer;
	background-image: url("../images/ico-input-arrow.png"), url("../images/bg-input-button.png");
	background-position: 89% 50%, left top;
	background-repeat: no-repeat, repeat-x;
}
.no-multiplebgs #content form input.submit, #content form input.submit:hover {
	background: #fff url("../images/ico-input-arrow.png") no-repeat 89% 50%;
}

#content .two form input.submit {
	width: 133px;	
	padding-left: 0;
	text-transform: none;
	float: none;
}
#content .two form .wide input.submit {
	width: 153px;	
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
#content form .border {
	padding: 0 2px;
}
#content form .formDivider .border {
	padding: 0px 1px 0px 2px;
}
#content form .formDivider.wide .border {
	padding: 2px 2px 0 2px;	
}
#content form input {
	width: 182px;
}
#content form select {
	width: 194px;	
}
#content form.left {
	margin-right: 0;
}
#content form.left input {
	width: 150px;
	padding-left: 10px; 
}
#content form.left select {
	width: auto;	
}
#content form.left input.searchSubmit {
	width: auto;
}
} 
.landing #content form div.formDivider {
	margin: 5px 0;	
}
.landing #content form input, .landing #content form textarea {
	width: 173px;	
	border: 1px solid #000;
	color: #5898c4;
}
.landing #content form textarea {
	font-family: Tahoma, Geneva, sans-serif;
	width: 175px;
	padding: 5px;
	font-size: .95em;
}
.landing #content form input:focus, .landing #content form textarea:focus {
	color: #0065a5;	
}
.landing #content form input.submit {
	width: 100px;	
	background: #0065a5 url("../images/ico-landing-submit.png") no-repeat 90% 50%;
	color: #fff;
	border: 2px solid #000;
	border-radius: 10px;
	margin-top: 5px;
}
#content .expand.courses {
	margin-bottom: 15px;	
}
#content .expand.courses.last {
	margin-bottom: 0;	
}
#content .expand .dottedBottom {
	margin-bottom: 5px;
}
#content .expand .toggle div {
	display: none;
	margin-top: 5px;
	*margin-top: 20px;
}
#content #wrapper .expand .toggle div p.right {
	width: auto;
	margin-right: 25px;
}
#content .expand .toggle .toggleHeader {
	display: block;
	padding: 20px 0;
	*padding-bottom: 5px;
	margin: -15px 0;
	cursor: pointer;
	background: url("../images/ico-expanding-index.png") no-repeat 99% 50%;
	*background-position: 99% 75%;
	overflow: hidden;
	color: #00929F;
}
#content .expand.courses .toggle {
	/*background-color: #fff;*/
}
#content .expand.courses .toggle.alt {
	background-color: #e2f0f4;
}
#content .expand.courses .toggle .toggleHeader {
	margin: 0;
	padding: 8px 0 8px 10px;
}
#content .expand.courses .toggle .toggleHeader * {
	margin-bottom: 0;
}
#content .expand .toggle .toggleHeader:hover{
	background: url("../images/ico-expanding-index-hover.png") no-repeat 99% 50%;
	*background-position: 99% 75%;
}
#content .expand .toggle .toggleHeader.active {
	background: url("../images/ico-expanding-index-active.png") no-repeat 99% 50%;
	*background-position: 99% 75%;
	font-weight: bold;
}
#content .expand .toggle .clearBoth {
	margin-top: 0;	
	padding: 0 10px 5px 10px;
}

#content .siteMap ul ul {
	margin-left: 10px;
	margin-bottom: -3px;
}
#content .siteMap ul li {
	line-height: 1.2em;
	padding: 3px 0;
}
.landing #content .three {
	padding-bottom: 10px;
	*padding-top: 10px;
}
.landing #content .three div {
	background: #d6d6d6;
	padding: 15px;
	width: 26.8%;
	border-radius: 10px;
}
.landing #content .three div.last {
	margin-right: 0;	
}
.landing #content .three div h3 {
	background: #000;
	color: #fff;
	padding: 20px 15px 15px 55px;
	margin: -15px -15px 15px -15px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.landing #content .three .action {
	color: #fff;
	background: #0065a5;
	border-radius: 10px;
	padding: 10px 50px 10px 10px;
	position: relative;
	font-weight: bold;
}
.landing #content .three .action a {
	color: #fff;	
	text-decoration: none;
}
.landing #content .three .action span {
	position: absolute;
	right: 8px;
	top: 13px;
	font-size: 4em;
}

/* Sidebars */
#content .sidebarBg, #content #contentBg {
	position: absolute;
	height: 100%;
	width: 25%;
	top: 0;
	left: 0;
	background: #e5eff6;
	z-index: 10;
}
#content #contentBg {
	/* top: auto; */
	top: 225px;
	bottom: 0;

	z-index: 15;
	width: 75%;
	background: url("../images/bg-content-dove.png") no-repeat 100% 50px;
	right: 0;
	left: auto;
}
#content .sidebarBg.right {
	left: auto;
	top: 65px;
	right: 24.5%;
	height: 90%;
	width: 1%;
	background: url("../images/bg-content-border.png") repeat-y;	
}
.home #content .sidebarBg.right {
	right: 32.8%;
	height: 55%;
	top: 400px;
}
#content .sidebar {
	float: left;
	position: relative;
	z-index: 20;
	width: 21%;
	padding: 1%;
}
.home #content .sidebar.right {
	width: 32%;	
	margin: 15px 0;
}
#content .sidebar div {
	clear: both;	
}
#content .sidebar .three div {
	clear: none;	
}
#content .sidebar.left {
	padding: 5.5% 0 3% 0;
	margin: 0 2%;
	width: 21%;
}
#content .sidebar.left h3 {
	margin-bottom: 10px;	
}
#content .sidebar.left h3.lowMarginBottom {
	margin-bottom: 5px;	
}
#content .sidebar.left ul {
	margin-left: 0;	
}
#content .sidebar.left ul ul {
	margin-left: 10px;
	margin-bottom: 0;
}
#content .sidebar.left ul li {
	list-style-type: none;	
	margin-bottom: 5px;
}
#content .sidebar.left #navigation ul li {
	font-size: 1.1em;	
	margin-bottom: 15px;
}
#content .sidebar.left #navigation ul ul li {
	font-size: .95em;
	margin-top: 5px;
	margin-bottom: 0;
}
#content .sidebar.left #navigation ul ul ul li {
	font-size: .9em;
	margin: 3px 0 0 0;
}
#content .sidebar.left a {
	color: #003963;
}
#content .sidebar.left #navigation ul ul li a {
	color: #000;
}
#content .sidebar.left ul li.children a, #content .sidebar.left ul li.children li.children a, #content .sidebar.left ul li.children li.children li.children a {
	padding-right: 20px;
	/*background: url("../images/ico-nav-arrow.png") no-repeat bottom right;*/	
	*display: inline-block;
}
#content .sidebar.left ul li.children li a, #content .sidebar.left ul li.children li.children li a {
	padding-right: 0;
	background: none;
}
#content .sidebar.left ul li.active {
	font-weight: bold;	
}
#content .sidebar.left ul li.active a, #content .sidebar.left ul li.children li.active a, #content .sidebar.left ul li.children li.children li.active a {						
	/*background: url("../images/ico-nav-arrow-active.png") no-repeat center right;*/
	*display: inline-block;
}
#content .sidebar.left ul li.active li a, #content .sidebar.left ul li.active li.active li a {
	background: none;
}
#content .sidebar.left ul li.active li {
	font-weight: normal;
}
#content .sidebar.left select {
	margin-bottom: 15px;	
	width: 200px;
	padding: 5px;
}
#content .sidebar.right {
	margin: 50px 0 0 0;
}
.landing #content .sidebar.right {
	margin-left: .5%;
	margin-top: 0;
	width: 23%;
}
#content .sidebar.right h2 {
	font-size: 1em;	
	padding-bottom: 0;
	*padding-top: 0;
}
#content .sidebar.right h4 {
	clear: both;
	padding-bottom: 5px;	
	*padding-bottom: 10px;
}

/* ShareThis Styles */
#content .share {
	top:12px;
	right:20px;
	position:absolute;
}

#content #wrapper .share {
	margin-top: 10px;
	margin-right: -10px;
	position: static;
	top: 0;
	right: 0;
}
/*#content .share span {
	padding:0 0 0 22px;
	margin: 0 0 0 10px;
	cursor: pointer;
}
#content .share span:hover {
	text-decoration: underline;	
}
#content .share span.st_sharethis_custom {
	background: url("../images/ico-share-this.png") no-repeat left top;
}

#content .share span.st_email_custom {
	background: url("../images/ico-share-email.png") no-repeat left top;
}

#content .share span.print {
	background: url("../images/ico-share-print.png") no-repeat left top;
}*/

.home #content .sidebar.right .three {
	margin-bottom: 10px;
	margin-left: 5px;
	*padding-bottom: 15px;
}

.home #content .sidebar.right img.left {
	margin-top: 5px;	
}

#content .sidebar.right .button, #content #wrapper p.button {
	font-size: 1.15em;
	font-weight: normal;	
	width: 100%;
	box-shadow: none;
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=150, Color='#999999');
	text-align: center;
}
.home #content .sidebar.right .button.noshadow, #content #wrapper p.button.noshadow {
	box-shadow: none;
	filter: none;
}
.home #content .sidebar.right .button a {
	background-position: top center !important;
}
#content #wrapper p.button {
	width: auto;	
	margin-left: 15px;
}
#content .sidebar.right .button span, #content #wrapper p.button span {
	font-size: 1.25em;
	font-weight: bold;
	display: block;
}
#content .sidebar.right .button a {
	text-align: center;	
	padding: 5px;
	display: block;
}

#content .linklist {
	margin: 15px 0 0 0;
}
#content .linklist li {
	list-style-type: none;
	clear: both;
}
#content .linklist a {
	background: #e2f0f4;
	display: block;
	margin-bottom: 2px;
	padding: 7px 5px 7px 10px;
	font-weight: bold;
	font-size: .9em;
}
#content .linklist a.pdf {
	padding-left: 32px;
	background: #e2f0f4 url("../images/ico-pdf.png") no-repeat 5px 4px;
}
#content .linklist a span.right {
	margin: 0;
	padding-right: 15px;
	text-transform: uppercase;
	color: #000;
	font-weight: normal;
	letter-spacing: .06em;
	background: url("../images/ico-expanding-index.png") no-repeat 99% 50%;
}

/* Footer Styles */
#footer .container {
	margin: 15px auto;
}
#footer .four div {
	color: #fff;
	width: 16%;
	margin-right: 0;
	padding-right: 0;
	min-height: 150px;
	background: url("../images/bg-footer-dotted.png") repeat-y top left;
}
#footer .four div.first {
	background: none;
}
#footer .four div.wide {
	width: 28%;
	padding-left: 2.5%;
}
#footer .four div.last {	
	text-align: right;
	width: 9%;
	padding-left: 1%;
	padding-right: 1%;
	margin-right: 0;
}
#footer .four div.last.apply {
	text-align: center;
	width: 11%;
	padding-left: 0;
	padding-right: 0;
}
#footer .four div h4 {
	text-transform: uppercase;	
	padding-bottom: 10px;
	color: #fff;
}
#footer .four div a {
	color: #fff;
}
#footer .four div a:hover {
	text-decoration: none;	
}
#footer .four div.last img {
	margin-left: 7px;	
}
#footer .four div ul {
	float: left;
	width: 49%;
}
#footer .four div ul li {
	line-height: 1.2em;
	margin-bottom: 5px;
}

/* Secondary Footer Menu */
#footerMenu {
	background: #000;
	padding: 5px 0;
	color: #fff;
}
#footerMenu ul {
	margin-left: -7px;
}
#footerMenu ul.right {
	font-size: .8em;	
}
#footerMenu li {
	float: left;
	margin-left: 7px;
	*margin-left: 0px;
	*margin-right: 20px;
}
#footerMenu li:after{
	content: "|";	
	padding-left: 7px;
}
#footerMenu ul.left li.last:before {
	content: "|";	
	padding-right: 7px;
}
#footerMenu li.last:after {
	content: "";	
}
#footerMenu li a {
	color: #fff;	
}
.landing #footerMenu .left, .landing #footerMenu .right {
	margin-bottom: 0;	
}


#content #slideshow div.left {
	left: 20px;
}

#content #wrapper  #slideshow div.top {
	right: 20px;
	bottom:auto;
	top: 20px;
	width: 620px;
	padding: 5px 15px 10px 15px;
	background: rgba(0,0,0,.7);
	border-radius: 5px;
}

.featured.white div img {padding-bottom:5px;}

#menu ul.buttons li a:hover {
	background: #e37e02;
}
/* fix for images on constituent base comps*/
.featured.four div img {width:130px;}

#gallery .absolute h4 {color:white;}

/*fix button positioning if course index form doesn't have filters*/
#content .two form div.child.last {top:75px;}

/*video caption override*/
#content div.tab .absolute.video
{
	position:relative;
	margin-top:10px;
	width:640px;
	bottom:auto;
	margin-left:-10px;
}

#content .right .featured.form div.featured {padding:0px; margin:0px; background: none; width:100%;}
#content .right .featured.form div.featured form.formBuilder {padding:10px 0 0 0;}

#menu ul li div ul.links h4 a, #menu ul.links li div h4 a:hover {
    color: #0063A4;
    font-size: 1.15em;
    padding-bottom: 5px;
    padding-left: 25px;
	text-align: left;
	background:transparent;
}

/*fix slideshow dots for pages without a right column */
#content #wrapper #slideshowNav {right:50px;}
#content #wrapper.half #slideshowNav {right:200px;}

/*fix for line-height*/
h1 {line-height:28px;}

.white_background {background-color:white;}

#content form.Top_of_Field label.label {width: 100%; }
#content form.Top_of_Field .formDivider {width: 100%; margin:5px 0; }

#content form.category .border {
  border-radius: 0 0 0 0;
  float: left;
  width: auto;
}

#content form.category label { width:130px; margin-left:10px; font-weight:bold; }
#content form.category label.wide { width:145px;margin-right:3px;text-align:right; }

#content .sidebar.right .share.right {position:relative;}


#content #wrapper .featured.small {
	height: 264px;
	overflow:hidden;
}

p.left.course {width: 60px;}
p.left.title {max-width:440px;}

/* Print Modal */

#print-modal {
    background: #FFF;
    position: absolute;
    left: 50%;
    margin: 0 0 0 -465px;
    padding: 0 25px 0 0;
    width: 935px;
    box-shadow: 0 0 20px #000;
        -moz-box-shadow: 0 0 20px #000;
    	-webkit-box-shadow: 0 0 10px #000;
}

#print-modal-content {
    margin: 68px 0;
    border: none;
    height: 100%;
    overflow: hidden;
    width: 100%;
}

#print-modal-controls {
    border: 1px solid #ccc;
    border-radius: 8px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
    top: 15px;
    left: 50%;
    margin: 0 0 0 -80px;
    position: fixed;
    padding: 5px 0;
    background: rgba(250, 250, 250, 0.75);
}

    #print-modal-controls a {
        color: #FFF;
        display: block;
        float: left;
        height: 32px;
        text-decoration: none;
        text-indent: -999em;
        width: 80px;
    }
    
    #print-modal-controls a:hover {
        opacity: 0.75;
    }
    
    #print-modal-controls a.print {
		display: block !important;
        background: url("../images/icon-print.png") no-repeat 50% 50%;
    }
    #print-modal-controls a.close {
        background: url("../images/icon-close.png") no-repeat 50% 50%;
    }
    
    
    /* Container DIV - automatically generated */
.simply-scroll-container { 
	position: relative;
}

/* Clip DIV - automatically generated */
.simply-scroll-clip { 
	position: relative;
	overflow: hidden;
}

.simply-scroll-list { 
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}

/* Container DIV */
.simply-scroll { 
	width: 920px;
	height: 20px;
}

/* Clip DIV */
.simply-scroll .simply-scroll-clip {
	width: 920px;
	height: 20px;
}
	
/* Explicitly set height/width of each list item */	
.simply-scroll .simply-scroll-list span {
	float: left; /* Horizontal scroll only */
	height: 20px;
}

/* HubSpot embedded forms styles */
/* Added by gpfann2 on 7-10-13 */
.hs-form.stacked .field {     
margin-bottom: 3px;
}

.hs-form.stacked label {
    line-height: 8px;
    margin-bottom: 6px;
}

#content .sidebar.left select {
    margin-bottom: 6px;
    padding: 5px;
    width: 200px;
}
/* HubSpot embedded forms styles */
/* Added by gpfann2 on 3-21-14 */
#content form input.hs-input, #content form select.hs-input {
	border: 1px solid #CCCCCC;
	width: 183px;
}
/*Restyle heading elements in left navigation, left column, footer and home slideshow*/
.left-nav-top-heading {
    display: block;
    color: #00929F;
    font-size: 1.8em;
    line-height: 1.2em;
    padding: 8px 0;
    font-weight: bold;
}
.left-col-comp-heading {
    color: #003963;
    display: block;
    font-size: 1.3em;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 3px 0;
    text-align: center;
	line-height:1.5;
}
.footer-nav-heading {
    color: #FFFFFF;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-size: 1.1em;
    font-weight: bold;
    display: block;
}
.slideshow-heading {
    display:block;
	font-size: 3em;
    line-height: 1.1;
    margin-bottom: 10px;
    color: #FFFFFF;
    padding-bottom: 5px;
    font-weight: bold;
}
.slideshow-subheading {
    display:block;
    color: #FFFFFF;
    font-size: 1.4em;
    line-height: 1.45;
    padding-bottom: 10px;
    font-weight: bold;
}
