/* Index */

body {
	border-top:solid #ef774c 7px;
	background-image:url('/educators/global/images/bg-orangebar.png');
}
/*
**************************
Content 
**************************
*/
#content {
	width:770px;
	float:left;
	}
	#feature {
		clear:both;
		height:358px;
		overflow:hidden;
		background-image:url('/educators/index/images/bg-feature.jpg');
		}
		#feature .slideshow {
			overflow:hidden;
		}
		#feature .slide {
			position:relative;
			z-index:1;
			*position:absolute;
			*left:210px;
			*top:7px;
			}
		#feature .nav {
			display:none;
			}
	#content .body {
		float:left;
		}
/* Primary */
	#primary {
		background-color:#fbf7e0;
		width:463px; /* width w/o padding*/
		width:416px;
		padding-top:27px;
		padding-left:29px;
		padding-right:18px;
		}
		#primary .head,
		#secondary .head,
		#primary .body,
		#secondary .body,
		#primary .foot,
		#secondary .foot {
			padding:0;
			margin:0;
			float:none;
			clear:none;
		}
		#primary .head {
			height:auto;
			}
		#primary .body {
			background-color:#fff;
			border-width:0px 1px 0px 1px;
			background-image:none;
			border-color:#eae1c9;
			border-style:solid;
			padding-bottom:15px;
		}
			#primary .entry {
				padding:18px 0px;
				margin:0 24px;
				border-bottom-color:#65b0ae;
				border-bottom-style:dashed;
				border-bottom-width:1px;
			}
				#primary .thumbnail {
					margin-right:11px;
					width:120px;
					float:left;
					}
				#primary .thumbnail .inner {
					border:3px solid #65b0ae;
					}
				#primary .thumbnail img {
					border:2px solid #fff;
					}
				#primary .entry-title,
				#primary .entry-title em {
					padding-top:5px;
					color:#65b0ae;
					font-weight:bold;
				}
				#primary .entry .entry-summary {
					color:#825c3c;
					font-size:11px;
				}
				#primary .entry a {
					color:#ef774c;
					font-size:11px;
					text-decoration:underline;
				}
					#primary .entry a:hover {
						text-decoration:none;
						}
				#primary .foot p {
					text-align:center;
					}
/* What's New */
			#whats-new {
				margin-bottom:15px;
			}
/* Scrollable */
				#whats-new .scrollable {
					position:relative; 
					overflow:hidden; 
					width:414px; 
					height:320px; 
				}
					#whats-new .scrollable .items { 
							height:20000px; 
							position:absolute; 
					} 
					#whats-new .scrollable .item { 
							height:auto; 
					} 

			#whats-new .scroll-prev,
			#whats-new .scroll-next {
				background-image:url('/educators/index/images/button-arrow-wn.png');
				height:21px;
				width:21px;
				overflow:hidden;
				display:block;
				text-indent:-32000px;
				position:absolute;
				left:405px;
				cursor:pointer;
				_zoom: 1;
			}
			#whats-new .scroll-prev {
				background-position:top left;
				top:-300px;
				}
				#whats-new .scroll-prev:hover {
				background-position:bottom left;
					}
			#whats-new .scroll-next {
				background-position:top right;
				top:-70px;
				}
				#whats-new .scroll-next:hover {
				background-position:bottom right;
					}
/* Campus Tour */			
			#campus-tour .body {
				padding-top:30px;
			}	
			#campus-tour p {
				margin:0 32px;
			}
			#campus-tour a {
				color:#ef774c;
				}
			#campus-tour .slideshow {
				margin:30px auto 10px auto;
				width:364px;
				}
				#campus-tour .slideshow .inner {
					border:3px solid #65b0ae;
					height:152px;
					overflow:hidden;
					}
				#campus-tour .slideshow .slide {
					border:3px solid #fff;
					}
				#campus-tour .slideshow .tabs {
					width:200px;
					margin:auto;
					padding:5px;
					}
				#campus-tour .tabs a {
					width:200px;
					font-size:36px;
				}
				#campus-tour .nav {
					text-align:center;
					}
				#campus-tour .slideshow a {
					text-decoration:none;
					padding:5px;
					margin:auto;
				}
					#campus-tour .slideshow a.current {
						font-size:48px;
					}

		#primary .foot {
			position:relative;			
			background-image:url('/educators/index/images/bg-primary-foot.png');
			padding:14px 24px 0 0;
			text-align:right;
		}
			#primary .foot .button {
				margin-right:6px;
			}
		#primary p {
			color:#65b0ae;
			}
/* Secondary*/
	#secondary {
		background-image:url('/educators/index/images/bg-secondary.png');
		background-repeat:repeat-y;
		width:245px;
		color:#fff;
		font-size:11px;
		background-color:#65b0ae;
	}
		#secondary p,
		#secondary a {
			color:#fff;
			}
		#secondary #monthly {
		}
/* Monthly */			
#monthly .body {
				background-color:#64AFAD;
				background-image:url('/educators/index/images/bg-new-content-foot.jpg');
				background-position:right bottom;
				background-repeat:no-repeat;
				margin-left:10px;
				position:relative;
				z-index:10;					
					}
					#monthly .body .inner {
						background-image:url('/educators/index/images/bg-new-content-body.jpg');
						background-repeat:no-repeat;
						margin-left:-10px;
						}
				#monthly .entry {
					margin:0 12px 0px 42px;
					padding:0px 0px 15px 0px;
					}
					#monthly .entry a { color:#fff; }
					#monthly .entry-title { 			
						color:#355c5b;
						font-weight:bold;
						}
			#monthly .foot img {
				margin-top:-75px;
			}
			
/* Presentations */
			#presentations .body {
				margin-left:10px;
				background-color:#65b0ae;
				font-weight:bold;
				}
				#presentations .body .inner {
					background-image:url('/educators/index/images/bg-presentations-body.jpg');
					background-repeat:no-repeat;
					background-position:top left;
					padding-top:290px;
					margin-left:-10px;
					}
				#presentations .body p {
					margin-left:10px;
					padding:0 12px 15px 30px;
					}
			#presentations .foot {
				background-image:url('/educators/index/images/bg-presentations-foot.jpg');
				height:60px;
				}
			#presentations a {
				text-transform:uppercase;
				letter-spacing:1px;
				}
			#presentations .btn-register a {
				height:65px;
				left:40px;
				position:absolute;
				top:160px;
				width:145px;				
			}

/* IE fixes */
#content {
	width:770px;
	*float:none;
	_float:left;
	}
#feature .slide {
	*position:absolute;
	*left:210px;
	*top:7px;
	}
#monthly .head img {
	display:block;
	*margin-bottom:-3px;
	}
#campus-tour .foot {
	*margin-top:-10px;
	}
#whats-new .scroll-prev,
#whats-new .scroll-next {
	_left:153px;
	}

