@charset "UTF-8";
/* CSS Document */

/*Login box*/
#login {
	color:white;
	height:185px;
	width:265px;
	text-align:right;
	background-color: transparent;
	background-repeat: no-repeat;
	background-image:url(../images/login_bg.png);
}
#service_right {
	color:white;
	height:185px;
	width:265px;
	text-align:right;
	background-color: transparent;
	background-repeat: no-repeat;
}
#login h1 {
	color:white;
	margin: 0 auto 5px 20px;
	padding:20px 0 8px;
	font-size:23px;
	text-transform:uppercase
}
#login .submit {
	height:32px;
	width:64px;
	color:bc8600;
	background:transparent url(../images/submitBtn.png) no-repeat;
	font-size:14px;
	text-align:center;
	cursor:pointer
}
#login input {
	background:transparent url(../images/input_bg.png) no-repeat;
	height:20px;
	width: 135px;
	padding:5px 0 0 6px;
	color:white;
	font-size:10px;
	border:none;
	margin:1px auto 2px 20px
}
#login label {
	color:#747474;
	font-size:11px;
	text-transform:uppercase;
	display:block;
	margin:2px auto auto 20px
}
/*Promo*/
#promo, #promo_failover {
	color:#505050;
	font-size:28px;
	text-transform:uppercase
}
#promo_failover {
	cursor:pointer;
	border:none
}
#promo_right {
	float:right
}
#services_left {
	background-image: url(../images/services_bg.jpg);
	height: 2744px;
	width: 746px;
}
#empty_left {
	background-image: url(../images/empty_bg.jpg);
	width: 999px;
	
}
/*Education promo*/
#education_promo {
	cursor:pointer;
	height:175px;
	width:265px
}
/*Section Promos*/
.sec_promo:first-child {
	padding-left:0
}
.sec_promo {
	width:196px;
	height:302px;
	float:left;
	padding-left:5px;
}
.sec_promo img {
	border:none;
	padding:0
}
.sec_promo h1 {
	text-align:left;
	margin:3px auto;
	font-size:11px;
	font-weight:bold
}
.sec_promo p {
	height:60px;
	overflow:hidden;
	text-align:left;
	font-size:11px;
	margin:0 auto
}
.sec_promo .header_bar {
	background:url(../images/header_bg.png) no-repeat;
	padding:7px 0 13px;
	height:14px;
	width:196px;
	font-size:16px;
	text-indent:10px;
	text-align:left
}
.sec_promo .content {
	min-height:268px;
	padding:10px;
	text-align:center;
	background:url(../images/blank_bg.png) no-repeat
}
.sec_promo .new_promo {
	background:url(../images/new_bg.png) no-repeat
}
.sec_promo .hot_promo {
	background:url(../images/hot_bg.png) no-repeat
}
