/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}
body {
	background-image: url(../images/global/pageBackground.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #3E5F7D;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1em;
}
a {
	color: #00c;
}
	a:hover {
		text-decoration: none;
	}
	a:visited {
		color: #369;
	}
/* CONTAINERS */
#outerWrapper {
	background-color: #FFF;
	border: 1px solid #000;
	padding: 10px;
	margin: 30px;
}
#innerWrapper {
	border: 3px solid #898989;
	padding: 8px;
}

/* GLOBAL NAVIGATION */
#globalNavigation {
	list-style-type: none;
	border: 1px solid #1F3F5D;
	border-bottom: none;
	background-image: url(../images/global/globalNavBack.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	text-align: right;
	padding: 11px;
	padding-right: 6px;
	font-size: .85em;
}
	#globalNavigation li {
		display: inline;
		padding: 0px 5px 0px 10px;
		background-image: url(../images/global/globalNavDivider.gif);
		background-repeat: no-repeat;
		background-position: left top;
	}
		#globalNavigation li a:link,
		#globalNavigation li a:visited,
		#globalNavigation li a:active {
			color: #FFF;
			text-decoration: none;
			font-weight: bold;
		}
		#globalNavigation li a:hover {
			text-decoration: underline;
		}
/* BRANDING */
#branding {
	background-color: #254766;
	border: 1px solid #1F3F5D;
	border-bottom: none;
	background-image: url(../images/global/schoolImage.jpg);
	background-position: right top;
	background-repeat: no-repeat;
}
	#branding img {
		margin: 18px 18px 19px;
	}
#printbranding {
	display: none;
}
/* MAIN NAVIGATION */
#mainNavigation {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	background-image: url(../images/global/mainNavBack.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	list-style-type: none;
	float: left;
	width: 100%;
}
	#mainNavigation a {
		color: #FFF;
		font-size: .8em;
		text-decoration: none;
		padding: 12px 8px;
		display: block;
		border-left: 1px solid #324658;
		border-right: 1px solid #45596B;
	}
	#mainNavigation a:hover {
		background-image: url(../images/global/mainNavBackOver.jpg);
		background-repeat: repeat-x;
		background-position: left top;
	}
	.home #homeNav a,
	.home #homeNav a:hover,
	.programs #programsNav a,
	.programs #programsNav a:hover,
	.admissions #admissionsNav a,
	.admissions #admissionsNav a:hover,
	.financialaid #financialaidNav a,
	.financialaid #financialaidNav a:hover,
	.graduateplacement #graduateplacementNav a,
	.graduateplacement #graduateplacementNav a:hover,
	.externship #externshipNav a,
	.externship #externshipNav a:hover,
	.accreditations #accreditationsNav a,
	.accreditations #accreditationsNav a:hover,
	.academicCalendar #academicCalendarNav a,
	.academicCalendar #academicCalendarNav a:hover {
		background-image: url(../images/global/mainNavBackOn.jpg);
		background-repeat: repeat-x;
		background-position: left top;
	}
	#mainNavigation li {
		float: left;
	}
/* MESSAGE */
#message {
	clear: both;
	width: 100%;
	float: left;
	padding: 13px 0 8px;
	font-weight: bold;
	border-bottom: 1px solid #000;
}
	#message p {
		margin: 0;
		color: #fff;
		text-align: center;
	}
	.alert {
		background-image: url(../images/global/alertBackground.gif);
		background-repeat: repeat-x;
		background-position: left top;
		background-color: red;
		border-top: 1px solid red;
	}
	#message p.date {
		font-size: .9em;
		padding-bottom: 8px;
	}
/* CONTENT */
#content {
	clear: both;
	width: 96%;
	float: left;
	padding: 15px 2%;
}
/* BREADCRUMB */
.breadcrumb{
	font-size: .8em;
}
h1 {
	font-size: 2em;
	color: #1E3F5D;
	padding: 25px 0px 25px;
	font-weight: normal;
}
#sidebar {
	width: 30%;
	float: left;
}
#pageContent {
	width: 100%;
	float: left;
	padding-bottom: 30px;
}
	.twoColumn #pageContent {
		width: 70%;
	}
	#pageContent {
		line-height: 15px;	
	}
		#pageContent h2 {
			font-size: 1.5em;
			padding: 25px 0px 25px;
			font-weight: normal;
			color: #996;
		}
		#pageContent h3 {
			font-size: 1.3em;
			color: #000;
			padding: 25px 0px 10px;
			font-weight: normal;
		}
		#pageContent p {
			padding-bottom: 16px;
			font-size: .9em;
			line-height: 1.5em;
		}
		#pageContent p.highlight {
			color: #1E3F5D;
			font-style: italic;
			font-size: 1.2em;
		}
		#pageContent p.subhighlight {
			color: #996;
			font-style: italic;
			font-size: 1.2em;
		}
		#pageContent ol,
		#pageContent ul {
			padding: 0px 50px 16px;
			font-size: .9em;
			line-height: 1.5em;
		}
		#pageContent li {
			padding-bottom: 8px;
		}
		#pageContent ul.addressinformation {
			list-style-type: none;
			font-weight: bold;
			line-height: 1em;
		}
			#pageContent ul.addressinformation li {
				padding-bottom: 5px;
			}
		#pageContent .photo {
			float: right;
			padding: 10px;
			background-color: #fff;
			border: 1px solid #ccc;
			margin: 0px 0px 15px 15px;
		}
		#pageContent .homeSecondary .photo {
			padding: 5px;
		}
			#pageContent .photoleft {
				float: left;
				margin: 0px 15px 15px 0px;
			}
			#pageContent .photo img {
				border: 1px solid #666;
			}
		#columna, #content-w-sidebar {
			float: left;
			width: 66%;
			margin: 20px 0px 0px 0px;
		}
		#columnb {
			float: right;
			width: 31%;
			margin: 20px 0px 0px 2%;
		}
		#pageContent #columna .flashhome {
			text-align: center;
			padding-bottom: 20px;
		}
		#pageContent #columna h2 {
			background-color: #858C92;
			color: #fff;
			border-top: 1px solid #000;
			border-bottom: 1px solid #000;
			padding: 12px 15px;
			font-size: 1.2em;
			background-image: url(../images/home/programsHeaderBkg.jpg);
			background-repeat: repeat-x;
			background-position: left top;
		}
		#programsHome {
			border-top: 1px solid #E8EDF1;
			background-color: #D1DBE4;
			background-image: url(../images/home/programsContentBkg.jpg);
			background-repeat: repeat-x;
			background-position: left bottom;
			padding: 10px 2% 20px;
			float: left;
			width: 96%;
		}
			#pageContent #programsHome p {
				display: block;
			}
		#pageContent #programsList {
			clear: both;
			float: left;
			width: 100%;
			/*background-image: url(../images/home/homeprogramsback.jpg);
			background-repeat: no-repeat;
			background-position: left top;*/
			background-color: #fff;
		}
		#pageContent #programsList ul {
			float: left;
			width: 44%;
			margin: 0px 0px 20px 0px;
			padding: 10px 2% 20px 2%;
			list-style-type: none;
		}
			#pageContent #programsList li {
				padding: 3px 0px 3px 15px;
				background-image: url(../images/global/doubleArrowIcon.gif);
				background-repeat: no-repeat;
				background-position: left 10px;
				border-bottom: 1px solid #ccc;
			}
				#pageContent #programsList a {
					color: #1B70BF;
					text-decoration: none;
					font-size: .85em;
					font-weight: bold;
				}
				#pageContent #programsList a:hover {
					text-decoration: underline;
					color: #006;
				}
		#pageContent #columnb h3 {
			background-color: #ADAA98;
			color: #fff;
			border-top: 1px solid #000;
			border-bottom: 1px solid #000;
			padding: 9px 4%;
			font-size: 1em;
			background-image: url(../images/home/sideHeaderBkg.jpg);
			background-repeat: repeat-x;
			background-position: left top;
			font-weight: normal;
			clear: both;
			float: left;
			width: 92%;
		}
		.homeSecondary {
			border-top: 1px solid #E8EDF1;
			background-color: #E7E5D7;
			background-image: url(../images/home/sideContentBkg.jpg);
			background-repeat: repeat-x;
			background-position: left bottom;
			padding: 10px 4% 20px;
			float: left;
			width: 92%;
			margin-bottom: 25px;
			font-size: .85em;
		}
			.homeSecondary p {
				clear: left;
			}
			#pageContent .homeSecondary p.event-date {
				padding: 0px 0px 3px 0px;
				float: left;
				width: 100%;
				line-height: normal;
			}
			#pageContent .homeSecondary p.event-title {
				padding: 0px 0px 20px 0px;
				font-size: 1.20em;
				line-height: normal;
				float: left;
				width: 100%;
			}
			#pageContent .homeSecondary ul {
				list-style-type: none;
				margin: 8px 0;
				padding: 0px 10px 0px;
				line-height: 1.2em;
			}
			#pageContent .homeSecondary a {
				text-decoration: none;
				color: #1B70BF;
			}
			#pageContent .homeSecondary a:hover {
				text-decoration: underline;
				color: #006;
			}
			#pageContent .homeSecondary li {
				background-image: url(../images/global/doubleArrowIcon.gif);
				background-repeat: no-repeat;
				background-position: left 2px;
				padding-left: 15px;
			}
/* PAGE NAVIGATION */
#pageNavigation {
	list-style-type: none;
	font-size: .8em;
	padding: 15px 0px 0px 20px;
	background-image: url(../images/global/pageNavigationBackground.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#pageNavigationBottom {
	height: 15px;
	float: left;
	width: 100%;
	background-image: url(../images/global/pageNavigationBottom.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
	#pageNavigation a {
		color: #1B70BF;
		text-decoration: none;
		font-size: .95em;
	}
		#pageNavigation a:hover {
			text-decoration: underline;
			color: #006;
		}
		.medicalAssistant #medicalAssistantNav a,
		.medicalAdministrativeAssistant #medicalAdministrativeAssistantNav a,
		.medicalInsuranceBiller #medicalInsuranceBillerNav a,
		.cardiovascularTechnologist #cardiovascularTechnologistNav a,
		.medicalBusinessSpecialist #medicalBusinessSpecialistNav a,
		.electroneurodiagnosticTechnician #electroneurodiagnosticTechnologistNav a,
		.vascularTechnologist #vascularTechnologistNav a,
		.massageTherapy #massageTherapyNav a,
		.invasiveCardiovascularTechnologist #invasiveCardiovascularTechnologistNav a,
		.cardiologyTechnician #cardiologyTechnicianNav a,
		.cardiacElectrophysiologyTechnologist #cardiacElectrophysiologyTechnologistNav a,
		.pacemaker #pacemakerNav a {
			font-weight: bold;
			color: #254766;
		}
	#pageNavigation li {
		padding: 6px 0px 6px 20px;
		border-bottom: 1px solid #FFF;
		background-image: url(../images/global/doubleArrowIcon.gif);
		background-repeat: no-repeat;
		background-position: left 7px;
	}
.certificationInformation {
	float: left;
	width: 75%;
	margin: 10px 0px;
	border: 1px solid #CCC;
	background-color: #EBE9DC;
	padding: 5%;
}
	.certificationInformation h2 {
		font-size: .8em;
		padding-bottom: 8px;
		margin-bottom: 8px;
		border-bottom: 2px solid #FFF;
		color: #1E3F5D;
	}
	.certificationInformation p {
		font-size: .8em;
		padding: 5px 0px;
		line-height: 1.5em;
	}
.startingDates {
	list-style-type: none;
	font-size: .8em;
	font-weight: bold;
}
	.startingDates li {
		width: 25%;
		clear: left;
		float: left;
	}
	li.startDate {
		clear: none;
		color: #699;
	}
.calendarContainer {
	float: left;
	width: 45%;
	padding: 0;
	margin: 0 5% 0 0;
}
.academicCalendarData {
	padding: 5px;
	font-size: .85em;
	font-weight: bold;
	width: 100%;
	border-spacing: 0px;
	margin: 0;
	padding: 0;
}
	.academicCalendarData caption {
		display: none;
	}
	.academicCalendarData tr td {
		width: 50%;
		padding: 3px 0;
	}
	.academicCalendarData tr td.date {
		color: #699;
	}
	
/* FOOTER */
#footer {
	clear: both;
	list-style-type: none;
	padding: 30px 0px 10px;
}
	#footer li {
		display: inline;
		padding: 0px 15px 0px 14px;
		background-image: url(../images/global/footerDivider.gif);
		background-repeat: no-repeat;
		background-position: right 2px;
		font-size: .8em;
	}
/* GENERIC JUNK */
.clearhack {
	clear: both;
}
/* FORM ITEMS */
.formelementset {
	clear: both;
	margin-bottom: 15px;
	float: left;
	width: 100%;
	font-size: .9em;
}
label {
	font-weight: bold;
	text-align: right;
	float: left;
	width: 29%;
	margin-right: 1%;
}
.formnotes {
	display: block;
	margin-left: 30%;
	font-size: .8em;
	color: #999;
	margin-top: 5px;
}
.labelnotes {
	display: block;
	font-size: .8em;
	color: #999;
	font-weight: normal;
}
fieldset {
	clear: both;
	border: none;
}
legend {
	padding-bottom: 10px;
	display: none;
}
.selectionstacked {
	float: left;
}
	.selectionstacked input {
		float: left;
	}
	.selectionstacked label {
		font-weight: normal;
		text-align: left;
		width: auto;
		margin-right: auto;
		margin-left: 1%;
		font-size: .9em;	
	}
	.selectionitemstacked {
		float: left;
		clear: both;
		margin-bottom: 5px;
	}
.selectioninline {
	float: left;
}
	.selectioninline input {
		float: left;
		clear: left;
	}
	.selectioninline label {
		font-weight: normal;
		text-align: left;
		width: auto;
		margin-right: auto;	
		font-size: .9em;
	}
	.selectioninline img {
		float: left;
	}
	.selectioniteminline {
		float: left;
		margin-right: 10px;
	}
.required {
	color: red;
	font-weight: normal;
}
.optional {
	color: orange;
}
.characterCount {
	border: 1px solid #FFF;
	font-weight: bold;
	width:2em;
}
.formbuttons {
	text-align: center;
}
	.formbuttons input {
		margin: 15px 10px;
	}
	.formbuttons input.primary {
		font-weight: bold;
	}
.confirmation {
	color: green;
	font-size: 1.2em;
	padding-bottom: 15px;
}

/* Careeer Postings */
#pageContent ul.careers {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
	#pageContent ul.careers li {
		font-size: 1em;
		line-height: 2em;
		padding: 0px;
		margin: 0px;
	}
	#pageContent ul.careers span {
		color: #333;
		float: left;
		width: 100px;
		margin-right: 20px;
	}
#pageContent p.privacy {
	margin: 50px 0px 0px;
	font-size: .8em;
}
#pageContent p.future {
	margin: 20px 0px;
}
#pageContent p.applynow a {
	display: block;
	width: 119px;
	height: 28px;
	text-indent: -9999px;
	background-image: url(../images/global/applynow.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}
	#pageContent p.applynow a:hover {
		background-position: left -28px;
	}

/* Events */
.events dt {
	font-size: 0.80em;
	padding-bottom: 4px;
}
.events dd {
	padding-bottom: 35px;
}

/* About Us Flash Player */
.flash {
	float: right;
	margin: 0px 0px 20px 20px;
}
	.flash div {
		padding: 15px;
		border: 1px solid #eee;
	}