@charset "utf-8";
/* CSS Document */

#flash_home_wrapper{
	float:left;
	position:relative;
	/*padding:5px 5px 0 5px;*/
	background-color:#FFF;
	background-image: url(../../_img/flash_home.jpg);
	background-repeat: no-repeat;
	width:960px;
	height:378px;
	display:inline;
	background-position: 5px 5px;
}

#flash_home{
	float:left;
	position:relative;
	margin:5px 5px 0 5px;
	/*padding:5px 5px 0 5px;*/
	background-color:#FFF;
	background-image: url(../../_img/flash_home.jpg);
	background-repeat: no-repeat;
	width:950px;
	height:373px;
	display:inline;
	background-position: 0px;
}

#wrapper_body_home{
	float:left;
	width:960px;
	height:778px;
	overflow:hidden;
	background-color: #FFF;
	background-image: url(../../_img/home/purple_body_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;	
}

#footer_home{
	position:relative;
	clear:both;
	width:933px;
	height:55px;
	color:#c6cdff;
	font-size:11px;
	margin:0 auto 0 auto;
	padding:25px 0px 20px 43px;
	background-color:#313157;
	background-image: url(../../_img/home/footer_home_bg.jpg);
	background-repeat: no-repeat;
}

#footer_home a{
	color:#c6cdff;
	text-decoration:none;
}
#footer_home a:hover{
	text-decoration:none;
}

#welcome_pod{
	float:left;
	width:360px;	
	padding:0px 20px 0px 20px;
	margin-left:30px;
	display:inline;
}

.welcome_message{
	margin-top:10px;
	margin-bottom:25px;
	}

#content_home{
	float:left;
	position:relative;
	width:460px;	
	padding:33px 29px 0px 40px;
}

/*Welcome pod*/

#welcome_logo_pod{
	float:left;
	width:337px;
	height:65px;
	padding:20px 8px 25px 15px;
	background-image: url(../../_img/home/logo_pod.gif);
	background-repeat: no-repeat;
	background-position:0 8px;
}
#welcome_logo_pod img{
	float:left;
	margin-right:7px;
	margin-bottom:7px;
}

#welcome_feature_pod{
	float:left;
	width:360px;
	height:183px;
	background-image: url(../../_img/home/feature_school_pod.png);
	background-repeat: no-repeat;
}

/*carousel*/	
#welcome_feature_pod_carousel {
	position:relative;
	margin:20px 0 0 20px;
	width:320px;
	height:150px;
	overflow:hidden;
}
	/*carousel slide*/
	#welcome_feature_pod_carousel .slide {
		position:absolute;
		top:0;
		left:0;
		width:320px;
		height:115px;
		background:none!important;
	}
		/*carousel slide content*/
		#welcome_feature_pod_carousel .slide .imgThumb {
			display:block;
			position:absolute;
			top:0;
			left:0;
			width:120px;
			height:90px;
			border:4px solid #fff;
			background:#2e2e2e;
		}
		#welcome_feature_pod_carousel .slide .imgThumb:hover {
			border-color:#b93100;
		}
		#welcome_feature_pod_carousel .slide .content {
			margin-left:140px;
			width:174px;
			height:115px;
			overflow:hidden;
		}
			#welcome_feature_pod_carousel .slide .content .title {
				margin:0;
				padding:0 0 8px 0;
				color:#fff;
				font-size:16px;
				line-height:16px;
			}
				#welcome_feature_pod_carousel .slide .content .title a {
					color:#fff;
					font-size:16px;
					line-height:16px;
				}
				#welcome_feature_pod_carousel .slide .content .title a:hover {
					color:#b93100;
					text-decoration:underline;
				}
				
			#welcome_feature_pod_carousel .slide .content .message {
				margin:0;
				padding:0 0 8px 0;
				color:#983511;
				font-size:12px;
				line-height:17px;
			}
			#welcome_feature_pod_carousel .slide .content .btnMore {
				margin:0;
				padding:0 10px 0 0;
				font-size:12px;
				line-height:12px;
				font-weight:bold;
				color:#983511;
				background:url(../../_img/home/btnArrow.gif) center right no-repeat;
			}
			#welcome_feature_pod_carousel .slide .content .btnMore:hover {
				text-decoration:underline;	
			}
			
	/*carousel controls*/	
	/*prev, next buttons*/
	.carousel .btnPrev,
	.carousel .btnNext { 
		background:url(../../_img/home/sprite-carousel.png) no-repeat;
		position:absolute;
		width:30px;
		height:30px;
		top:120px;
		cursor:pointer;
	}
	.carousel .btnPrev { left:35px; z-index:190; background-position:0 -30px; }
	.carousel .btnPrev:hover,
	.carousel .btnPrev:focus { background-position:0 -70px; }
	.carousel .btnPrev.disabled { background-position:0 -110px; cursor:default!important; }
	.carousel .btnNext { right:35px; z-index:180; background-position:-40px -30px; }
	.carousel .btnNext:hover,
	.carousel .btnNext:focus { background-position:-40px -70px; }
	.carousel .btnNext.disabled { background-position:-40px -110px; cursor:default!important; }
	/*remove bg in ie6, multiple classes CSS not supported*/
	.ie6 .carousel .disabled { background:none!important; }
	
	/*slideshowControls*/
	.carousel .controls {
		position:absolute;
		left:0;
		bottom:6px;
		padding:0 80px;
		width:160px;
		height:20px;
		z-index:100;
		text-align:center;
		overflow:hidden;
	}
	 
	/*slideshowControls buttons*/
	.carousel .controls .btnSlide {
		background:url(../../_img/home/sprite-carousel.png) 0 0 no-repeat;
		display:inline-block;
		width:20px;
		height:20px;
		padding:0;
		margin:0;
		/*ir*/
		text-indent:-999em;
		overflow:hidden;
		text-align:left;
		direction:ltr;
		line-height:1px;
		cursor:pointer!important;		
	}
	/*IE7 display inline with text-indent fix*/
	.ie6 .carousel .controls .btnSlide,
	.ie7 .carousel .controls .btnSlide { text-indent:0!important; }
	.ie6 .carousel .controls .btnSlide span,
	.ie7 .carousel .controls .btnSlide span { display:none; }
	
	.carousel .controls .btnSlide:hover,
	.carousel .controls .btnSlide:focus {
		background-position:-20px 0px;
		outline:none;
	}
	/*current item*/
	.carousel .controls .activeSlide,
	.carousel .controls .activeSlide:hover,
	.carousel .controls .activeSlide:focus {
		background-position:-40px 0px;
		cursor:default!important;
	}

/* updated to carousel 20120120
#welcome_feature_pod a{
	color:#973411;
	text-decoration:none;
}
#welcome_feature_pod a:hover{
	color:#973411;
	text-decoration:underline;
}

#welcome_feature_pod_img{
	float:left;
	width:74px;
	margin:52px 0px 0 20px;
	padding:3px;
	background-color:#FFF;
	display:inline;
}
#welcome_feature_pod_text{
	float:left;
	width:220px;
	padding:50px 25px 0 10px;
	color:#973411;
	font-size:12px;
}
#welcome_feature_pod_text h3{
	color:#d74200;
	font-size:16px;
	margin:0px 0px 1px 0px;
	padding:0px;
}

#welcome_feature_pod_text p{
	margin:0px;
	line-height:1.4em;
}
*/

/*News articles*/

div.news_article_home{
	position:relative;
	width:297px;
	padding:5px 0px 0px 163px;
	margin:6px 0 0 0;
	position:relative;
	float:left;
	height: 116px;
}

div.news_article_home_divider{
	background-image: url(../../_img/home/news_dots.gif);
	background-repeat: repeat-x;
	background-position: top;
	height:1px;
	width:460px;
	position:relative;
	float:left;
	overflow:hidden;
}


div.news_article_home img{
	position:absolute;
	top:7px;
	left:0px;
	width:140px;
	height:80px;
}

.img_news_home_img_style{
	padding:4px;
	background-color:#FFF;
	border:solid 1px #a6c6d1;
}

.news_date_home{
	color:#e55825;
	padding:1px 0px 3px 0px;
	margin:0px;
	font-size:13px;
}
div.news_article_home h3{
	color:#4d60a4;
	padding:0px;
	margin:0px;
	font-size:15px;
	line-height:1.2em;
}
div.news_article_home h3 a{
	color: #4d60a4;
	text-decoration:none;
}
div.news_article_home h3 a:hover{
	text-decoration:underline;
	color: #4d60a4;
}

div.news_article_home p{
	line-height:1.3em;
	margin-top:4px;
	font-size:13px;
}

.latest_news_title{
	padding-bottom:8px;	
}

/*bottom pod*/

#home_bottom_pod{
	float:left;
	position:relative;
	width:900px;
	padding:60px 30px 0px 30px;
	color:#fff;
}

#home_bottom_pod a{
	color:#FFF;
	text-decoration:none;
}
#home_bottom_pod a:hover{
	color:#FFF;
	text-decoration:underline;
}

#home_bottom_pod p{
	line-height:1.3em;
	padding:0px 0 7px 0;
	margin:0px;
	font-size:12px;
}

.home_title1{
	position:absolute;
	top:0px;
	left:22px;
	padding-bottom:10px;
}
.home_title2{
	position:absolute;
	top:0px;
	left:29px;
	padding-bottom:10px;
}
.home_title3{
	position:absolute;
	top:0px;
	left:38px;
	padding-bottom:10px;
}
.home_title4{
	position:absolute;
	top:0px;
	left:30px;
	padding-bottom:10px;	
}

/*contact us*/

#home_contactus{
	float:left;
	position:relative;
	width:190px;
	padding:40px 0px 0px 20px;
}
.home_contactus_title{
	padding:0px 0px 0px 0px;
}
	/*btns*/
	.socialbtns {
		position:relative;
		height:44px;
		padding:0;	
	}
	.btnFacebook {
		position:absolute;
		top:14px;
		left:0;
		width:79px;
		height:26px;
		margin:0;
		padding:0;
		background:url(../../_img/home/btn-social.png) 0 0 no-repeat;
		background-position:0 0;
	}
	.btnTwitter {
		position:absolute;
		top:14px;
		left:92px;
		width:90px;
		height:26px;
		margin:0;
		padding:0;
		background:url(../../_img/home/btn-social.png) no-repeat;
		background-position:-92px 0;
	}
	.btnFacebook:hover {background-position:0 -30px;}
	.btnTwitter:hover {background-position:-92px -30px;}


/*enews*/

#home_enews{
	float:left;
	position:relative;
	width:202px;
	height:200px;
	padding:40px 0px 0px 28px;
	background-image: url(../../_img/home/enews_image.gif);
	background-repeat: no-repeat;
	background-position: 155px 7px;
}
#home_enews_text{
	position:absolute;
	top:39px;
	left:28px;
	width: 117px;
	height: 75px;
}
#home_enews_text2{
	position:absolute;
	top:75px;
	left:-1px;
	width: 175px;
	height: 57px;
}
/*members*/

#home_members{
	float:left;
	position:relative;
	width:204px;
	padding:40px 0px 0px 39px;
}
#home_members_link{
	padding:7px 0px 20px 0px;
	margin-top: 5px;
	float:left;
	width:200px;
	/*background-image: url(../../_img/home/link_white_arrow.jpg);*/
	background-repeat: no-repeat;
	font-size:10px;
}
#home_members_link input.submitLink{
	width: 64px;
	height: 27px;
	border: none;
	margin: 0px 0 0 0;
	background-color: transparent;
	background-image: url(../../_img/home/login_btn.gif);
}
#home_members_link input.submitLink:hover {
	background-image: url(../../_img/home/login_btn_f1.gif);
}
#home_members_link a {
	padding: 0 0 0 20px;
	margin: 0;
}
.members_login{
	width:171px;
	height:18px;
	margin:5px 0 5px 0;
	font-family:Arial, Helvetica, sans-serif;
}
/*services*/

#home_services{
	float:left;
	position:relative;
	width:191px;
	padding:40px 0px 0px 26px;
}
ul#homeservices_arrows{
	padding:5px 0 0 0;
	margin:0px;
}

ul#homeservices_arrows li{
	background-image: none;
	background-repeat: no-repeat;
	background-position: left 6px;
	list-style-type:none;
	padding:0 0 0 5px;
	margin:0px;
}

