﻿/*	-------------------------------------------------------------
	CSS - eLearners Express - Main
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Description:	main page styles
	Filename:		express_main.css
	Date:				Dec 19, 2006
	-------------------------------------------------------------	*/
	
/*	--------------------------------------------------------------------------------------------------------------------------
	Base Body / Main / Generic Styles 
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	body {
		font-family:Arial, Helvetica, sans-serif;
		font-size:13px;
		margin: 0px;
		background: #ffffff;
	}
	#main {
		width:820px;
		margin:0px auto;
	}
	.colHolder {
		width:820px;
		display:block;
		margin:0px;
	}
	.sup {
		font-size:50%;
		line-height: 0;
		vertical-align: text-top;
	}
	.choicesHolder {
		display:table;
		width:100%;
		clear:both;
	}
	a.choices:link, a.choices:active, a.choices:visited {
		width:96px;
		float:left;
		color:#b14343;
		background: url(/eximg/arrow_brown.gif) no-repeat 0px 4px;
		padding:0px 0px 0px 8px;
		margin:0px 0px 0px 8px;
	}
	a.choices:hover {
		color:#4386b1;
	}
	a.arrow:link, a.arrow:active, a.arrow:visited {
		color:#b14343;
		background: url(/eximg/arrow_brown.gif) no-repeat 0px 50%;
		padding:0px 0px 0px 8px;
	}
	a.arrow:hover {
		color:#4386b1;
	}
	a.button:link, a.button:active, a.button:visited {
		width:200px;
		height:26px;
		display:block;
		background: url(/eximg/button.gif) no-repeat top;
		text-align:center;
		font-weight:bold;
		text-decoration:none;
		font-size:18px;
		color:#ffffff;
		padding:4px 0px 0px 0px;
	}
	a.button:hover {
		background: url(/eximg/button.gif) no-repeat bottom;
	}
	.green {
		color:#84b143;
	}
	.brown {
		color:#ae731f;
	}
	.blue {
		color:#376fab;
	}
	.red {
		color:#b14343;
	}
/*	--------------------------------------------------------------------------------------------------------------------------
	Header Styles 
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#header {
		width:820px;
		height:50px;
	}
		#header #logoSpace {
			width:250px;
			height:50px;
			float:left;
			margin:0px 0px 0px 20px;
			display:inline;
		}
			#header #logoSpace img {
				display:block;
			}
		
		#header .searchBox {
			width:218px;
			height:50px;
			background: url(/eximg/header_searchbox.gif) no-repeat;
			float:left;
			margin:0px 0px 0px 328px;
			display:inline;
		}
		
		/* Default iframe style */
		
			.searchBox {
				width:218px;
				height:50px;
				background: url(/eximg/header_searchbox.gif) no-repeat;
				float:left;
				margin:0px 0px 0px 0px;
				display:inline;
			}
			
		/* Default iframe style */
		
			#header .searchBox form {
				margin:0px;
				padding:0px;
				color:#525252;
			}
			.searchBoxInput {
				border:0px;
				width:174px; height: 18px;
				font-family:Verdana, Arial, Helvetica, Sans-Serif;
				color:#525252;
				font-size:11px;
				margin:18px 0px 0px 14px;
				float:left;
			}
			
			.magni {
				width:20px; height:20px;
				float:left;
				margin: 16px 0px 0px 0px;
			}
	
/*	--------------------------------------------------------------------------------------------------------------------------
	sideColumn Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#sideCol {
		width:270px;
		/* background:url(/eximg/sideColGuide.jpg) no-repeat; */
		float:left;
	}
		#sideCol .sideHolder {
			margin:12px 0px 0px 0px;
			width:270px;
			background:url(/eximg/sideNav_mid.gif) repeat-y;
		}
		#sideCol .sideBottom {
			width:270px;
			height:20px;
			display:block;
			background:url(/eximg/sideNav_bottom.gif) no-repeat bottom;
		}
		#sideCol .sideContent {
			margin:6px 6px 0px 6px;
			color:#525252;
			font-size:12px;
		}
		/* headers */
			#sideCol h1 {
				color:#ae731f;
				font-size:14px;
				margin:4px 0px 1px 0px;
				padding:6px 0px;
				border-top:1px solid #dddddd;
			}
			#sideCol h2 {
				color:#525252;
				font-size:13px;
				margin:3px 0px 3px 0px;
			}
		/* links */
			#sideCol .sideContent a:link, #sideCol .sideContent a:active, #sideCol .sideContent a:visited {
				color:#6c9a29;
			}
			#sideCol .sideContent a:hover {
				background:#84b143;
				color:#ffffff;
			}
		/* lists */
			#sideCol .sideContent ul {
				list-style:none;
				margin:0px 0px 0px 0px;
				padding:0px;
			}
			#sideCol .sideContent li {
				margin:4px 0px 0px 0px;
				padding:0px 0px 0px 8px;
				background: url(/eximg/arrow_brown.gif) no-repeat 0px 3px;
			}
	/*	schoolBrowser Styles
		- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
		#treeView {
		}
			#treeView a.level1:active, #treeView a.level1:visited, #treeView a.level1:link {
				background:#525252;
				color:#ffffff;
				display:block;
				padding:2px 6px;
				margin:0px;
				width:196px;
			}
			#treeView a.level1:hover {
				background:#84b143;
			}
			#treeView a.level2:active, #treeView a.level2:visited, #treeView a.level2:link {
				color:#6c9a29;
				display:block;
				padding:1px 6px;
				margin:0px;
			}
			#treeView a.level2:hover {
				background:#84b143;
				color:#ffffff;
			}
	
	/*	schoolBrowser Styles
		- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
		#schoolBrowser {
			width:270px;
			margin:16px 0px 10px 0px;
		}
		#schoolBrowserHTML {
			width:240px;
			background:url(/eximg/schoolBrowser_top.gif) no-repeat;
			padding:6px 5px 0px 25px;
			font-size:12px;
		}
		#schoolBrowserHTML h2 {
			padding:0px 0px 0px 0px;
		}
			#schoolBrowserHTML h2 a:link, #schoolBrowserHTML h2 a:active, #schoolBrowserHTML h2 a:visited {
				color:#ae731f;
				text-decoration:none;
			}
			#schoolBrowserHTML h2 a:hover {
				color:#84b143;
			}
		#schoolBrowserHTML .logoHolder a {
			width:240px;
			height:80px;
			background:#ffffff no-repeat 50% 50%;
			display:block;
		}
			#schoolBrowserHTML .logoHolder a span {
				display:none;
			}
		#schoolBrowserHTML #schoolDescription {
			font-size:11px;
			color:#ae731f;
			margin:0px;
			height:88px;
			clear:both;
			display:block;
		}
		#schoolBrowserHTML #schoolNav {
			width:236px;
			height:16px;
			background:#dddddd;
			margin:0px 0px 4px 0px;
			padding:2px;
		}
			#schoolNav a span {
				display:none;
			}
			#schoolNav a.play:link, #schoolNav a.play:active, #schoolNav a.play:visited {
				width:16px;
				height:16px;
				display:block;
				float:left;
				margin:0px 0px 0px 2px;
				background: url(/eximg/schoolBrowser_play.gif) no-repeat 0px 0px;
			}
			#schoolNav a.play:hover {
				background: url(/eximg/schoolBrowser_play.gif) no-repeat 0px -16px;
			}
			#schoolNav a.pause:link, #schoolNav a.pause:active, #schoolNav a.pause:visited {
				width:16px;
				height:16px;
				display:block;
				float:left;
				margin:0px 0px 0px 2px;
				background: url(/eximg/schoolBrowser_pause.gif) no-repeat 0px 0px;
			}
			#schoolNav a.pause:hover {
				background: url(/eximg/schoolBrowser_pause.gif) no-repeat 0px -16px;
			}
			#schoolNav a.rewind:link, #schoolNav a.rewind:active, #schoolNav a.rewind:visited {
				width:16px;
				height:16px;
				display:block;
				float:left;
				margin:0px 0px 0px 2px;
				background: url(/eximg/schoolBrowser_rewind.gif) no-repeat 0px 0px;
			}
			#schoolNav a.rewind:hover {
				background: url(/eximg/schoolBrowser_rewind.gif) no-repeat 0px -16px;
			}
			#schoolNav a.forward:link, #schoolNav a.forward:active, #schoolNav a.forward:visited {
				width:16px;
				height:16px;
				display:block;
				float:left;
				margin:0px 0px 0px 2px;
				background: url(/eximg/schoolBrowser_forward.gif) no-repeat 0px 0px;
			}
			#schoolNav a.forward:hover {
				background: url(/eximg/schoolBrowser_forward.gif) no-repeat 0px -16px;
			}
			#schoolNav a.getInfo:link, #schoolNav a.getInfo:active, #schoolNav a.getInfo:visited {
				width:60px;
				height:16px;
				display:block;
				float:left;
				margin:0px 0px 0px 2px;
				background: url(/eximg/schoolBrowser_getinfo.gif) no-repeat 0px 0px;
			}
			#schoolNav a.getInfo:hover {
				background: url(/eximg/schoolBrowser_getinfo.gif) no-repeat 0px -16px;
			}
			#schoolNav a.allSchools:link, #schoolNav a.allSchools:active, #schoolNav a.allSchools:visited {
				margin:0px 0px 0px 20px;
				color:#ae731f;
				text-decoration:none;
				font-weight:bold;
				display:inline;
				font-size:12px;
				float:left;
			}
			#schoolNav a.allSchools:hover {
				color:#84b143;
			}
			#schoolNav a.allSchools span {
				display:inline;
			}
	
	/*	schoolInfo Styles
		- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
		#schoolInfo {
			width:240px;
			background:url(/eximg/schoolInfo_top.gif) no-repeat;
			padding:11px 5px 0px 25px;
		}
			#schoolInfo .logoWrapper {
				width:240px;
				height:80px;
				display:block;
				background:#ffffff no-repeat 50% 50%;
				cursor:pointer;
			}
	
	/*	degreeInfo Styles
		- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
		#degreeInfo {
			width:240px;
			background:url(/eximg/degreeInfo_top.gif) no-repeat;
			padding:11px 5px 0px 25px;
		}
			#degreeInfo .logoWrapper {
				width:240px;
				height:80px;
				display:block;
				background:#ffffff no-repeat 50% 50%;
			}
			
	
	/*	sideNav Styles
		- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
		#sideNav {
			width:240px;
			background:url(/eximg/sideNav_top.gif) no-repeat;
			padding:11px 5px 0px 25px;
		}
		
		
		/*	Menu Styles
		- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
			#sideNav .menuItemHolder {
				margin:0px 0px 1px 0px;
			}
			#sideNav .programType {
				color:#525252;
				font-size:12px;
				height:25px;
				margin:0px;
				clear:both;
				display:block;
			}
				#sideNav div.programType div.browseTab{
					height:21px;
					color:#ae731f;
					font-size:13px;
					font-weight:bold;
					display:block;
					float:left;
					padding:4px 0px 0px 0px;
					margin:0px 16px 0px 6px;
				}
				#sideNav div.programType a.degreesTab:link, #sideNav div.programType a.degreesTab:active, #sideNav div.programType a.degreesTab:visited {
					width:66px;
					height:21px;
					background:url(/eximg/tab_degrees.gif) no-repeat;
					color:#ffffff;
					text-align:center;
					font-weight:bold;
					font-size:13px;
					display:block;
					float:left;
					padding:4px 0px 0px 0px;
					text-decoration:none;
					margin:0px 3px 0px 0px;
				}
				#sideNav div.programType a.degreesTab:hover {
					text-decoration:underline;
				}
				#sideNav div.programType a.certificatesTab:link, #sideNav div.programType a.certificatesTab:active, #sideNav div.programType a.certificatesTab:visited {
					width:86px;
					height:21px;
					background:url(/eximg/tab_certificates.gif) no-repeat;
					color:#ffffff;
					text-align:center;
					font-weight:bold;
					font-size:13px;
					display:block;
					float:left;
					padding:4px 0px 0px 0px;
					text-decoration:none;
				}
				#sideNav div.programType a.certificatesTab:hover {
					text-decoration:underline;
				}
			/*	DegreesMenu start*/
				#sideNav #menu_DegreesMenu_sideMenu .menuItem {
					background:#15487d;
				}
				#sideNav #menu_DegreesMenu_sideMenu a.menuLevel1:link, #sideNav #menu_DegreesMenu_sideMenu a.menuLevel1:active, #sideNav #menu_DegreesMenu_sideMenu a.menuLevel1:visited {
					display:block;
					padding:2px 6px;
					color:#ffffff;
					text-decoration:none;
					font-weight:bold;
				}
				#sideNav #menu_DegreesMenu_sideMenu a.menuLevel1:hover {
					background:#84B143;
					color:#ffffff;
				}
			/*	ProgramsMenu start*/
				#sideNav #menu_ProgramsMenu_sideMenu .menuItem {
					background:#7a4c09;
				}
				#sideNav #menu_ProgramsMenu_sideMenu a.menuLevel1:link, #sideNav #menu_ProgramsMenu_sideMenu a.menuLevel1:active, #sideNav #menu_ProgramsMenu_sideMenu a.menuLevel1:visited {
					display:block;
					padding:2px 6px;
					color:#ffffff;
					text-decoration:none;
					font-weight:bold;
				}
				#sideNav #menu_ProgramsMenu_sideMenu a.menuLevel1:hover {
					background:#84B143;
					color:#ffffff;
				}
			#sideNav a.menuLevel2:link, #sideNav a.menuLevel2:active, #sideNav a.menuLevel2:visited {
				color:#5a8719;
				display:block;
				padding:2px 54px 2px 10px;
				background: url(/eximg/arrow_getinfo.gif) no-repeat 0px 0px; 
				/*background: url(/eximg/arrow_brown.gif) no-repeat 3px 4px;*/
				text-decoration:none;
				font-size:11px;
				line-height:12px;
				width:176px;
			}
			#sideNav a.menuLevel2:hover {
				background:#84B143 url(/eximg/arrow_getinfo.gif) no-repeat 0px -74px; 
				/* background:#84B143 url(/eximg/arrow_lightblue.gif) no-repeat 3px 4px;*/
				color:#ffffff;
			}
			#sideNav a.menuLevel2Dark:link, #sideNav a.menuLevel2Dark:active, #sideNav a.menuLevel2Dark:visited {
				color:#5a8719;
				display:block;
				padding:2px 54px 2px 10px;
				background:#dddddd url(/eximg/arrow_getinfo.gif) no-repeat 0px 0px;
				/* background:#dddddd url(/eximg/arrow_brown.gif) no-repeat 3px 4px;  */
				text-decoration:none;
				font-size:11px;
				line-height:12px;
				width:176px;
			}
			#sideNav a.menuLevel2Dark:hover {
				background:#84B143 url(/eximg/arrow_getinfo.gif) no-repeat 0px -74px; 
				/* background:#84B143 url(/eximg/arrow_lightblue.gif) no-repeat 3px 4px; */
				color:#ffffff;
			}
			/* menu items */
				#sideNav ul {
					margin:0px;
					padding:0px;
					list-style:none;
					display:inline;
				}
				#sideNav li.col2 {
					width:116px;
					float:left;
					display:inline;
					margin:0px 0px 0px 4px;
					padding:0px;
				}
				#sideNav li.col1 {
					display:inline;
					margin:0px 0px 0px 4px;
					padding:0px;
				}
			#SchoolRecord1_tdDegreeList a.menuLevel1:link, #SchoolRecord1_tdDegreeList a.menuLevel1:active, #SchoolRecord1_tdDegreeList a.menuLevel1:visited {
				background:#dddddd url(/eximg/plusBox.gif) no-repeat 2px 5px;
				display:block;
				margin:1px 0px 0px 0px;
				padding:2px 5px 2px 14px;
				color:#525252;
				text-decoration:none;
			}
			#SchoolRecord1_tdDegreeList a.menuLevel1:hover {
				color:#ffffff;
				font-weight:bold;
				background:#84B143 url(/eximg/plusBox.gif) no-repeat 2px 5px;
			}
			#SchoolRecord1_tdDegreeList a.menuLevel1Open:link, #SchoolRecord1_tdDegreeList a.menuLevel1Open:active, #SchoolRecord1_tdDegreeList a.menuLevel1Open:visited {
				background:#dddddd url(/eximg/plusBox.gif) no-repeat 2px -66px;
				display:block;
				margin:1px 0px 0px 0px;
				padding:2px 5px 2px 14px;
				color:#525252;
				text-decoration:none;
			}
			#SchoolRecord1_tdDegreeList a.menuLevel1Open:hover {
				color:#ffffff;
				font-weight:bold;
				background:#84B143 url(/eximg/plusBox.gif) no-repeat 2px -66px;
			}
		
		/*	QDF Styles
		- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
		#qdf_FrameQDF {
			margin:0px 0px 0px 0px;
			width:270px;
			height:236px;
		}
		#qdfHolder {
			width:270px;
		}
			#qdfHolder .sideHolder {
				margin:12px 0px 0px 0px;
				width:270px;
				background:url(/eximg/sideNav_mid_light.gif) repeat-y;
				display:table;
			}
			#qdfHolder .sideBottom {
				width:270px;
				height:20px;
				background:url(/eximg/sideNav_bottom_light.gif) no-repeat bottom;
			}
			
			#qdf {
				width:240px;
				background:url(/eximg/qdf_top_light.gif) no-repeat;
				padding:11px 5px 0px 25px;
				margin-top:10px;
				height:210px;
			}

			#qdf select {
				width:225px;
				margin-left:10px;
			}

			div#qdf2_UpdatePanel1 {
					margin-left:20px;
					margin-top:10px;
			}
			
			#qdf h1 {
				color:#000000;
				font-size:14px;
				margin:0px 0px 12px 10px;
				padding:0px;
				border:0px;
			}
			#qdf h2 {
				color:#c45959;
				font-size:13px;
				margin:3px 0px 3px 10px;
			}
			#qdf .dropDownHolder {
				text-align:center;
			}
			#qdf .dropDownHolder select {
				font-size:13px;
			}
			#qdf p {
				margin:6px 0px 0px 0px;
			}
			#qdf a#quick_nav {
				margin:0px auto;
			}

/*	--------------------------------------------------------------------------------------------------------------------------
	mainColumn Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#mainCol {
		width:522px;
		float:left;
		margin:12px 0px 0px 24px;
	}
	/*	Message Header Styles - first time visitors to Express
		- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
		#message_hdr {
			color:#15487d;
			background: url(/eximg/header_msg_bg.jpg) no-repeat 0px 0px;
			padding:12px 0px 0px 162px;
			height:88px;
		}
		#message_hdr h3 {
			margin:0px;
			color:#ae731f;
			font-size:18px;
		}
		#message_hdr p {
			margin:2px 0px 0px 0px;
			font-weight:bold;
			font-size:14px;
		}
	/*	Express Degree Finder Wizard Styles
		- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
		#edfHolder {
			width:522px;
			margin:0px 0px 14px 0px;
		}
			#edfHolder h1 {
				color:#659bd4;
				font-size:20px;
				line-height:20px;
				margin:0px 0px 6px 14px;
			}
			#edfHolder #edf {
				background:url(/eximg/alt_edf.gif) no-repeat;
				margin:0px;
				padding:0px;
				width:522px;
			}
				#edfHolder #edf h1 {
					color:#a20000;
					font-size:24px;
					line-height:28px;
					margin:0px 0px 6px 0px;
					padding:0px;
				}
				#edfHolder #edf .altContent {
					padding:120px 14px 0px 14px;
				}
	/*	Express Degree Finder middleNavDegrees Styles
		- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
		#middleNavDegreesHolder #degreeType {
			padding:3px 0px 0px 210px;
			margin:0px;
			color:#ae731f;
			clear:both;
			height:26px;
		}
			#middleNavDegreesHolder #degreeType a.programType:link, #middleNavDegreesHolder #degreeType a.programType:active, #middleNavDegreesHolder #degreeType a.programType:visited {
				width:112px;
				height:22px;
				background: url(/eximg/midTab_on.gif) no-repeat;
				display:block;
				float:left;
				font-size:14px;
				padding:4px 0px 0px 0px;
				font-weight:bold;
				text-align:center;
				text-decoration:none;
				color:#b14343;
				margin:0px 2px;
			}
			#middleNavDegreesHolder #degreeType a.programType:hover {
				text-decoration:underline;
			}
			#middleNavDegreesHolder #degreeType a.offState:link, #middleNavDegreesHolder #degreeType a.offState:active, #middleNavDegreesHolder #degreeType a.offState:visited {
				width:112px;
				height:22px;
				background: url(/eximg/midTab_off.gif) no-repeat;
				display:block;
				float:left;
				font-size:14px;
				padding:4px 0px 0px 0px;
				font-weight:bold;
				text-align:center;
				text-decoration:none;
				color:#525252;
			}
			#middleNavDegreesHolder #degreeType a.offState:hover {
				text-decoration:underline;
			}
			.middleNavDegreesBottom {
				background:#ffffff url(/eximg/middleNavBottom.gif) no-repeat bottom;
				height:12px;
				width:522px;
				margin:10px 0px 0px 0px;
				border-top:1px solid #dddddd;
				border-bottom:5px solid #ffffff;
				clear:both;
				display:block;
				font-size:1px;
				line-height:1px;
			}
		#middleNavDegrees {
			margin:0px 0px 0px 20px;
			top:16px;
			position:relative;
			height:250px;
			overflow-y: auto;
			overflow-x: hidden;
			width:502px;
		}
		#middleNavDegrees a.degreeChoices:link, #middleNavDegrees a.degreeChoices:active, #middleNavDegrees a.degreeChoices:visited {
			width:220px;
			float:left;
			color:#7a4c09;
			background: none;
			padding:2px 4px;
			text-decoration:underline;
			font-size:12px;
		}
		#middleNavDegrees a.degreeChoices:hover {
			color:#84B143;
			background: none;
		}
		#middleNavDegrees span {
			float:left;
			color:#ae731f;
			display:none;
		}
		#middleNavDegrees div.choicesMain {
			width:240px;
			float:left;
			margin:0px 1px 0px 0px;
			display:table;
		}
		#middleNavDegrees div.choicesSub {
			padding:0px 0px 0px 10px;
			height:40px;
		}
			#middleNavDegrees a.choicesMain:link, #middleNavDegrees a.choicesMain:active, #middleNavDegrees a.choicesMain:visited {
				width:228px;
				color:#ffffff;
				background: #525252 url(/eximg/arrow_brown.gif) no-repeat 4px 5px;
				padding:2px 0px 2px 12px;
				margin:0px;
				text-decoration:none;
				font-size:14px;
				display:block;
			}
			#middleNavDegrees a.choicesMain:hover {
				background: #84B143 url(/eximg/arrow_brown.gif) no-repeat 4px 5px;
			}
			#middleNavDegrees a.choicesSub:link, #middleNavDegrees a.choicesSub:active, #middleNavDegrees a.choicesSub:visited {
				color:#7a4c09;
				text-decoration:none;
				font-size:11px;
			}
			#middleNavDegrees a.choicesSub:hover {
				background:#84B143;
				color:#ffffff;
			}
		
		#middleNavDegrees .backButtonHolder {
			clear:both;
			padding:4px 0px 0px 0px;
		}
	/*	END Express Degree Finder middleNavDegrees Styles
		- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
		
	/*	Express Degree Finder middleNavPrograms Styles
		- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
		#middleNavPrograms {
			margin:0px 0px 0px 20px;
			top:16px;
			position:relative;
			height:250px;
			width:502px;
		}
		#middleNavPrograms a.degreeChoices:link, #middleNavPrograms a.degreeChoices:active, #middleNavPrograms a.degreeChoices:visited {
			width:220px;
			float:left;
			color:#7a4c09;
			background: none;
			padding:2px;
			text-decoration:underline;
			font-size:12px;
		}
		#middleNavPrograms a.degreeChoices:hover {
			color:#84B143;
			background: none;
		}
		#middleNavPrograms div.choicesMain {
			width:240px;
			float:left;
			margin:0px 1px 0px 0px;
			display:table;
		}
		#middleNavPrograms div.choicesSub {
			padding:0px 0px 0px 10px;
			height:40px;
		}
			#middleNavPrograms a.choicesMain:link, #middleNavPrograms a.choicesMain:active, #middleNavPrograms a.choicesMain:visited {
				width:228px;
				color:#ffffff;
				background: #525252 url(/eximg/arrow_brown.gif) no-repeat 4px 5px;
				padding:2px 0px 2px 12px;
				margin:0px;
				text-decoration:none;
				font-size:14px;
				display:block;
			}
			#middleNavPrograms a.choicesMain:hover {
				background: #84B143 url(/eximg/arrow_brown.gif) no-repeat 4px 5px;
			}
			#middleNavPrograms a.choicesSub:link, #middleNavPrograms a.choicesSub:active, #middleNavPrograms a.choicesSub:visited {
				color:#7a4c09;
				text-decoration:none;
				font-size:11px;
			}
			#middleNavPrograms a.choicesSub:hover {
				background:#84B143;
				color:#ffffff;
			}
		#middleNavPrograms .backButtonHolder {
			clear:both;
			padding:4px 0px 0px 0px;
		}
		
	/*	END Express Degree Finder middleNavPrograms Styles
		- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/	
	
	/*	Express Degree Finder middleNav Styles
		- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
		#middleNav {
			margin:0px 0px 0px 20px;
			top:40px;
			position:relative;
			height:250px;
			width:502px;
		}
		#middleNav a.choices:link, #middleNav a.choices:active, #middleNav a.choices:visited {
			width:228px;
			float:left;
			color:#ffffff;
			background: #525252 url(/eximg/arrow_brown.gif) no-repeat 4px 5px;
			padding:2px 0px 2px 12px;
			margin:0px 0px 1px 1px;
			text-decoration:none;
			font-size:12px;
			font-weight:bold;
		}
		#middleNav a.choices:hover {
			background: #84B143 url(/eximg/arrow_brown.gif) no-repeat 4px 5px;
		}
		#middleNav div.choicesMain {
			width:240px;
			float:left;
			margin:0px 1px 0px 0px;
			display:table;
		}
		#middleNav div.choicesSub {
			padding:0px 0px 10px 10px;
		}
			#middleNav a.choicesMain:link, #middleNav a.choicesMain:active, #middleNav a.choicesMain:visited {
				width:228px;
				color:#ffffff;
				background: #525252 url(/eximg/arrow_brown.gif) no-repeat 4px 5px;
				padding:2px 0px 2px 12px;
				margin:0px;
				text-decoration:none;
				font-size:14px;
				display:block;
			}
			#middleNav a.choicesMain:hover {
				background: #84B143 url(/eximg/arrow_brown.gif) no-repeat 4px 5px;
			}
			#middleNav a.choicesSub:link, #middleNav a.choicesSub:active, #middleNav a.choicesSub:visited {
				color:#7a4c09;
				text-decoration:none;
				font-size:11px;
			}
			#middleNav a.choicesSub:hover {
				background:#84B143;
				color:#ffffff;
			}
		#middleNavDegreesHolder a.backButton:link, #middleNavDegreesHolder a.backButton:active, #middleNavDegreesHolder a.backButton:visited {
			width:72px;
			height:18px;
			display:block;
			color:#ffffff;
			background: url(/eximg/backButton.gif) top no-repeat;
			padding:3px 4px;
			text-decoration:none;
			font-size:14px;
			font-weight:bold;
			text-align:center;
			position:relative;
		}
		#middleNavDegreesHolder a.backButton:hover {
			background: url(/eximg/backButton.gif) bottom no-repeat;
		}
		#middleNavDegreesHolder h2 {
			margin:0px 0px 1px 0px;
			padding:2px 8px;
			color:#ffffff;
			background:#525252;
			width:465px;
			font-size:15px;
		}
	/*	END Express Degree Finder middleNav Styles
		- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	/*	introText Styles
		- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
		#mainCol #introText {
			margin:0px 0px 0px 0px;
		}
			#mainCol #introText h1 {
				color:#659bd4;
				font-size:30px;
				line-height:32px;
				margin:0px 0px 10px 0px;
			}
			#mainCol #introText h2 {
				color:#525252;
				font-size:16px;
				line-height:18px;
				margin:0px 0px 0px 7px;
			}
			#mainCol #introText p {
				font-size:14px;
				color:#525252;
				margin:0px 0px 24px 7px;
			}
	/*	leadText Styles
		- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
		#mainCol #leadText {
			margin:0px 0px 0px 0px;
		}
			#mainCol #leadText h1 {
				color:#659bd4;
				font-size:25px;
				line-height:27px;
				margin:0px 0px 6px 12px;
			}
			#mainCol #leadText h2 {
				color:#ae731f;
				font-size:16px;
				line-height:16px;
				margin:0px 0px 0px 12px;
			}
			#mainCol #leadText h3 {
				font-size:14px;
				line-height:14px;
				margin:0px 0px 0px 0px;
			}
			#mainCol #leadText h4 {
				color:#659bd4;
				font-size:16px;
				line-height:19px;
				margin:4px 0px 8px 12px;
			}
			#mainCol #leadText p {
				font-size:12px;
				color:#525252;
				margin:10px 0px 0px 0px;
			}
			#mainCol #leadText .boxContent {
				width: 472px;
				margin:0px auto 6px auto;
				padding:12px;
				border:1px solid #dddddd;
				background:#f7f7f7;
				display:table;
			}
	
	/*	AlphaPaging Styles
		- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
		.alphaHolder {
			background:#525252;
			padding:6px 8px;
			margin:0px 0px 8px 0px;
			text-align:center;
			color:#bababa;
			font-family:Verdana, Arial, Helvetica, Sans-Serif;
			font-size:11px;
		}
			.alphaHolder a:link, .alphaHolder a:active, .alphaHolder a:visited {
				color:#ffffff;
				font-weight:bold;
				padding:0px 3px;
			}
			.alphaHolder a:hover {
				background:#84b143;
				color:#ffffff;
			}
		#currentAlphaHolder {
			background:#376fab;
			padding:4px;
			text-align:center;
			margin:3px 6px;
			color:#ffffff;
			font-weight:bold;
		}
		a#Schools1_hplOther:link, a#Schools1_hplOther:active, a#Schools1_hplOther:visited {
			color:#b14343;
			background: url(/eximg/arrow_brown.gif) no-repeat 0px 50%;
			padding:0px 0px 0px 8px;
		}
		a#Schools1_hplOther:hover {
			color:#4386b1;
		}
	
	/*	browseResults / degreeMatch Styles
		- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
		#browseResults {
			margin:0px;
			padding:3px 0px 10px 0px;
			border:1px solid #dddddd;
			background:#f7f7f7;
		}
			#mainCol #browseResults .degreeMatch {
				width:506px;
				margin:0px auto 0px auto; padding:3px 6px 3px 6px;
				background:#f7f7f7;
				display:table;
			}
			/*	degreeMatch Header Styles
				- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
				#mainCol #browseResults .degreeMatchHeader {
					width:494px;
					background:#376fab;
					padding:6px;
					display:table;
				}
					#mainCol #browseResults .degreeMatchHeader h1 {
						font-size:16px;
						margin:0px;
						color:#ffffff;
						font-family:Georgia, Times New Roman, Times, Serif;
						float:left;
						width:368px;
					}
					#mainCol #browseResults .degreeMatchHeader h1 span {
						font-family:Verdana, Arial, Helvetica, Sans-Serif;
						font-size:9px;
						color:#c1dfff;
						font-weight:normal;
					}
					#mainCol #browseResults .degreeMatchHeader .schoolLogoHolder {
						float:left;
					}
					#mainCol #browseResults .degreeMatchHeader a.schoolLogo {
						width:120px;
						height:40px;
						display:block;
						background-repeat: no-repeat;
						background-color:#ffffff;
						background-position:50% 50%;
						margin:0px 6px 0px 0px;
					}
			#mainCol #browseResults .degreesHolder {
				border:1px solid #4386b1;
			}
				
			/*	Browse Results List Styles
				- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
				#mainCol #browseResults ul  {
					list-style:none;
					margin:6px 0px; padding:0px;
				}
				#mainCol #browseResults ul li {
					margin:0px 0px 2px 0px; padding:0px;
				}
			/*	Browse Results Link Styles
				- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
				/* light style */
				#mainCol #browseResults a.light:link, #mainCol #browseResults a.light:active, #mainCol #browseResults a.light:visited {
					width:398px;
					display:block;
					color:#1b4d82;
					background:  url(/eximg/arrow_listing00.gif) no-repeat 0px 0px;
					padding:3px 94px 3px 12px;
					font-family:Verdana, Arial, Helvetica, Sans-Serif;
				}
				#mainCol #browseResults a.light:hover {
					color:#ffffff;
					background:#84b143 url(/eximg/arrow_listing00.gif) no-repeat 0px -102px;
					font-weight:bold;
				}
				/* dark style */
				#mainCol #browseResults a.dark:link, #mainCol #browseResults a.dark:active, #mainCol #browseResults a.dark:visited {
					width:398px;
					display:block;
					color:#1b4d82;
					background:#e3e2e2  url(/eximg/arrow_listing00.gif) no-repeat 0px 0px;
					padding:3px 94px 3px 12px;
					font-family:Verdana, Arial, Helvetica, Sans-Serif;
				}
				#mainCol #browseResults a.dark:hover {
					color:#ffffff;
					background:#84b143 url(/eximg/arrow_listing00.gif) no-repeat 0px -102px;
					font-weight:bold;
				}
					#mainCol #browseResults span.info {
						display:none;
					}
			
	/*	searchResults Styles
		- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
		#searchResults {
			margin:0px;
			padding:3px 0px 10px 0px;
			border:1px solid #dddddd;
			background:#f7f7f7;
		}
		#pnlNoResults h1 {
			color:#790000;
		}
			#mainCol #searchResults .searchMatch {
				width:506px;
				margin:0px auto 0px auto; padding:3px 6px 3px 6px;
				background:#f7f7f7;
				display:table;
			}
			/*	searchMatch Header Styles
				- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
				#mainCol #searchResults .searchMatchHeader {
					width:494px;
					background:#376fab;
					padding:6px;
					display:table;
				}
					#mainCol #searchResults .searchMatchHeader h1 {
						font-size:16px;
						margin:0px;
						color:#ffffff;
						font-family:Georgia, Times New Roman, Times, Serif;
					}
					#mainCol #searchResults .searchMatchHeader h1 span {
						font-family:Verdana, Arial, Helvetica, Sans-Serif;
						font-size:9px;
						color:#c1dfff;
						font-weight:normal;
					}
					/* */
					#mainCol #searchResults a.header:link, #mainCol #searchResults a.header:active, #mainCol #searchResults a.header:visited {
						width:408px;
						display:block;
						color:#1b4d82;
						background: #e3e2e2 url(/eximg/arrow_listing01.gif) no-repeat 0px 17px;
						padding:3px 92px 3px 6px;
						font-family:Verdana, Arial, Helvetica, Sans-Serif;
						text-decoration:none;
					}
					#mainCol #searchResults a.header:hover {
						color:#ffffff;
						background:#84b143 url(/eximg/arrow_listing01.gif) no-repeat 0px -85px;
						text-decoration:none;
					}
						#mainCol #searchResults a.header span.degree {
							text-decoration:underline;
							display:block;
							padding:0px 0px 2px 0px;
							font-size:16px;
							color:#000000;
							font-family: Georgia, Times, Times New Roman, Serif;
							font-weight:bold;
						}
						#mainCol #searchResults a.header span.school {
							font-family:Verdana, Arial, Helvetica, Sans-Serif;
							font-size:9px;
							color:#525252;
							padding:0px 0px 2px 0px;
							display:block;
						}
			#mainCol #searchResults .degreesHolder {
			}
			#mainCol #searchResults .degreesHolder p.description {
				margin:2px 6px;
				font-size:12px;
			}
			#mainCol #searchResults .degreesHolder p.viewAll {
				text-align:right;
				margin:0px 6px 0px 0px;
			}
			/*	Search Results List Styles
				- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
				#mainCol #searchResults ul  {
					list-style:none;
					margin:6px 0px; padding:0px;
				}
				#mainCol #searchResults ul li {
					padding:0px 0px 2px 0px; margin:0px;
					behavior: url("css/IEFixes.htc");
				}
					
			/*	Search Results Link Styles
				- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
				/* light style */
				#mainCol #searchResults a.light:link, #mainCol #searchResults a.light:active, #mainCol #searchResults a.light:visited {
					width:402px;
					display:block;
					color:#1b4d82;
					background: url(/eximg/arrow_listing00.gif) no-repeat 0px 0px;
					padding:3px 94px 3px 12px;
					font-family:Verdana, Arial, Helvetica, Sans-Serif;
					text-decoration:none;
				}
				#mainCol #searchResults a.light:hover {
					color:#ffffff;
					background:#84b143 url(/eximg/arrow_listing00.gif) no-repeat 0px -102px;
					font-weight:bold;
					text-decoration:none;
				}
				/* dark style */
				#mainCol #searchResults a.dark:link, #mainCol #searchResults a.dark:active, #mainCol #searchResults a.dark:visited {
					width:402px;
					display:block;
					color:#1b4d82;
					background:#e3e2e2  url(/eximg/arrow_listing00.gif) no-repeat 0px 0px;
					padding:3px 94px 3px 12px;
					font-family:Verdana, Arial, Helvetica, Sans-Serif;
					text-decoration:none;
				}
				#mainCol #searchResults a.dark:hover {
					color:#ffffff;
					background:#84b143 url(/eximg/arrow_listing00.gif) no-repeat 0px -102px;
					font-weight:bold;
					text-decoration:none;
				}
					#mainCol #searchResults a span.degree {
						text-decoration:underline;
						display:block;
						padding:0px 0px 2px 0px;
					}
					#mainCol #searchResults a span.school {
						font-size:11px;
						color:#000000;
						padding:0px 0px 2px 0px;
						display:block;
					}
	/*	collegeMatch Styles
		- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
		#mainCol #searchResults .collegeMatch {
			width:506px;
			margin:0px auto 0px auto; padding:3px 6px 3px 6px;
			background:#f7f7f7;
			display:table;
		}
			#mainCol #searchResults .collegeMatch .collegeHolder {
				margin:8px 0px 0px 0px;
			}
			#mainCol #searchResults .collegeMatch .schoolLogoHolder {
				float:left;
			}
				#mainCol #searchResults .collegeMatch a.schoolLogo {
					width:240px;
					height:80px;
					display:block;
					background-repeat: no-repeat;
					background-color:#ffffff;
					background-position:50% 50%;
					margin:0px 6px 0px 0px;
					border:1px solid #dddddd;
				}
				#mainCol #searchResults .collegeMatch a.schoolLogo span {
					display:none;
				}
			#mainCol #searchResults .collegeHolder .schoolDescriptionHolder {
				float:left;
				width:246px;
			}
			#mainCol #searchResults .collegeHolder p.description {
				margin:0px 0px 6px 0px;
				font-size:12px;
			}
			#mainCol #searchResults .collegeHolder p.viewAll {
				margin:0px 0px 4px 0px;
			}
		/*	searchMatch Header Styles
			- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
			#mainCol #searchResults .collegeMatch a.header:link, #mainCol #searchResults .collegeMatch a.header:active, #mainCol #searchResults .collegeMatch a.header:visited {
				width:408px;
				display:block;
				color:#1b4d82;
				background: #e3e2e2 url(/eximg/arrow_listing01.gif) no-repeat 0px 2px;
				padding:3px 92px 3px 6px;
				font-family:Verdana, Arial, Helvetica, Sans-Serif;
				text-decoration:none;
			}
			#mainCol #searchResults .collegeMatch a.header:hover {
				color:#ffffff;
				background:#84b143 url(/eximg/arrow_listing01.gif) no-repeat 0px -100px;
				text-decoration:none;
			}
				#mainCol #searchResults .collegeMatch a.header span.school {
					text-decoration:underline;
					display:block;
					padding:0px 0px 2px 0px;
					font-size:16px;
					color:#000000;
					font-family: Georgia, Times, Times New Roman, Serif;
					font-weight:bold;
				}
			
		

	/*	Page Number Styles
		- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
		.pageBrowser {
			background:#525252;
			padding:3px 0px;
			color:#ffffff;
			font-family:Verdana, Arial, Helvetica, Sans-Serif;
			font-size:12px;
		}
			.pageBrowser a:link, .pageBrowser a:active, .pageBrowser a:visited {
				color:#dddddd;
				padding:0px 2px;
			}
			.pageBrowser a:hover {
				color:#ffffff;
				background:#84b143;
				padding:0px 2px;
			}
		.resultsCount {
			background:#376fab;
			margin:3px 7px;
			padding:4px 0px;
			text-align:center;
			color:#ffffff;
			font-family:Verdana, Arial, Helvetica, Sans-Serif;
			font-size:12px;
			font-weight:bold;
		}


	/*	inquiryForm Styles
		- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
		#mainCol #inquiryFormHolder #FormTopTextPane {
			margin:0px 12px 10px 12px;
		}
		#mainCol #inquiryFormHolder #FormPane  {
			background:#F7F7F7;
			border:1px solid #dddddd;
			font-family:Verdana, Arial, Helvetica, Sans-Serif;
			font-size:11px;
			padding:10px 0px 0px 0px;
			color:#895710;
		}
	
	/*	privacyMessage Styles
		- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
		#privacyMessage {
			font-family:Verdana, Arial, Helvetica, Sans-Serif;
			font-size:11px;
			color:#ae731f;
			margin:10px;
		}


/*	-------------------------------------------------------------
	Footer Styles 
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#footer {
		clear:both;
		width:820px;
		padding:10px 0px 0px 0px;
		margin:0px 0px 20px 0px;
		text-align:center;
		font-family:Verdana, Arial, Helvetica, Sans-Serif;
		font-size:10px;
		color:#a0a0a0;
	}
	#footer a {
		margin:0px 0px 0px 16px;
	}
	#footer a.footerText:link, #footer a.footerText:active, #footer a.footerText:visited {
		color:#84b143;
	}
	#footer a.footerText:hover {
		color:#b04242;
	}
	#footer img {
		vertical-align:top;
		top:-7px;
		position:relative;
	}
	.express_banner {
    background-image:url(/eximg/express_banner.jpg);
    background-repeat:none;
    height:97px;
    width:521px;
    margin:0px 0px 5px 0px;
    padding:0px;
    border:solid 1px #74B8E4;
    }
a.more_school {
    margin:79px 0px 0px 40px;
    padding:0px;
    display:block;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    font-weight:bold;
    float:left;
    text-decoration:none;
    color:#000;
    }
a.more_school:hover {
    color: #c60000;
} 
a.previous {
    background:url(/eximg/leftarrow.jpg) no-repeat center top;
    height:0px;
    width:54px;
    padding:63px 0px 0px 0px;
    margin:14px 0px 20px 48px;
    color:#000;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    font-weight:bold;
    text-decoration:none;
    float:left;
    text-align:center;
    display:block;
    }
a.previous:hover {
    color: #013694;
    background:url(/eximg/leftarrow_blue.jpg) no-repeat center top;
    }
a.next {
    background:url(/eximg/rightarrow.jpg) no-repeat center top;
    height:0px;
    width:54px;
    padding:63px 0px 0px 0px;
    margin:14px 45px 20px 20px;
    color:#000;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    font-weight:bold;
    text-decoration:none;
    float:right;
    text-align:center;
    display:block;
    }
a.next:hover {
    color: #013694;
    background:url(/eximg/rightarrow_blue.jpg) no-repeat center top;
    }

