/*

Nationwide Children's Hospital v. 2.0.1
All work copyright 2011 Nationwide Children's Hospital

Maintained by Conrad | Phillips | Vutech  << cpvinc.com >>

**** Education/Courses stylesheet

*/

/* @group containers ==================================================== */

#subcontainer { /* page container */
	margin:0 auto;
	padding:20px 0;
	width:665px;
	background-color:#fff;
	font:9pt Arial, Helvetica, sans-serif;
}

.coursebanner {
	margin:0;
	padding:0;
}

.courselisting {
	background-color:#fff;
	padding:0;
}

.coursedetails {
	background-color:#e6e6e6;
	padding:5px 50px 20px 50px;
}

.coursedesc {
	background-color:#efefef;
	padding:10px 50px;
	font-size:12px;
}

#sortedu {
	background-color:#f8f1fb;
	text-align:right;
	border-bottom:2px solid #f8971d;
}

#sortpurple { /* patients/families/visitors sort bar */
	background-color:#e6e6e6;
	text-align:right;
	border-bottom:2px solid #f8971d;
}

#sortblue { /* cme course sort bar */
	background-color:#e6e6e6;
	text-align:right;
	border-bottom:2px solid #fff;
}


/* text
----------------------------------------------------------- */



h2 {
	width:440px;
	font:bold 1.2em/133% "Times New Roman", Times, serif;
	color:#666;
}

h3.listhead {
	margin:20px 0 0 0;
	font-size:9pt;
	border-bottom:1px solid #d9d9d9;
	color:#444;
}

h3.eventdate {
	float:right;
	font-size:8pt;
	margin:0 10px 0 0;
	padding:0;
}

h3.detaildate {
	font-size:8pt;
	width:65px;
	margin:0;
	padding:0;
	display:inline;
	float:right;
}

.coursedesc p {
	padding:0;
}

.coursedesc h2 {
	margin:0;
	color:#222;
}

.coursedesc h2 small {
	float:right;
	font-size:8pt;
}


.coursedetails p {
}

ul#courses {
	margin:0;
	padding:0;
	width:665px;
}

	ul#courses li {
		list-style-type:none;
		list-style-image:none;
		background-color:#f2f2f2;
		line-height:140%;
		font-size:9pt;
		text-indent:0;
		margin:0;
		padding:20px 10px;
		display:block;
		
	}
	
	ul#courses li.alt {
		background-color:#fff;
		list-style-image:none;
	}
	
	ul#courses li h2 {
		padding:0;
		margin:0 0 10px 130px;
	}
	
	ul#courses li p {
		padding:0 20px 0 0;
		margin:10px 0 0 130px;
	}
	
	ul#courses li .detailbox {
		margin:3% 15px;
		width:79px;
		height:49px;
		float:left;
	}
		
	ul#courses li ul {
		margin:0 0 0 170px;
		padding:0;
	}	
	
	ul#courses li ul li {
		list-style-type:square;
		line-height:100%;
		padding:2px 0;
		margin:0;
		font-size:8pt;
		display:list-item;
	}


/* links
----------------------------------------------------------- */

p a:link, p a:visited {
	color:#000;
	text-decoration:underline;
}

p a:hover {
	color:#777;
	text-decoration:none;
}

.coursedetails a:link, .coursedetails a:visited, .courselisting a:link, .courselisting a:visited {
	color:#000;
	text-decoration:underline;
}

.coursedetails a:hover, .courselisting a:hover {
	color:#777;
	text-decoration:none;
}

