#homeslider-wrapper {
	background-color: #ff5800;
    width:454px;
    height:275px;
    margin:0 0 9px 0;
	overflow:hidden;
}

#homeslider-wrapper .slide-wrapper {
	width:454px;
    height:275px;
	display:block;
}


#homeslider-wrapper .slide {
    padding: 1px 19px;
	width:424px;
	height:275px;
	display:block;
	cursor:pointer;
}
#homeslider-wrapper .slide h2 {
	position:absolute;
	left:-999em;
    font-size: 300%;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
	line-height:100%;
}

#homeslider-wrapper .slide h3 {
	position:absolute;
	left:-999em;
    font-size: 170%;
	color:#003875;
	font-weight:bold;
	text-transform:uppercase;
	line-height:100%;
}

#homeslider-pager {
    position:relative;
	z-index:9;
	margin: -20px 0 0 7px;;
	
}
#homeslider-pager a {
    display:inline-block;
	
	border: 1px solid #fff;
	margin: 0 7px 0 0;
	height:11px;
	width:11px;
	text-decoration:none;
	
}
#homeslider-pager a.activeSlide{
	background-color:#fff;
}






#login-box-wrapper {
	background-color:#efebe8;
    width:132px;
    height:174px;
    margin:0 9px 0 0;
    float:left;
				padding: 0px 10px;
    
}

#login-box {
    padding: 0 9px 9px 9px;
}
#login-box h1, #login-box h2, #login-box h3, #login-box h4, #login-box h5, #login-box h6 {
	color:#003875;
}
#login-box p {
	color: #000;
	font-size:80%;
	line-height:11px;
}
#login-box a {
	text-decoration:none;
	font-weight:normal;
}
#login-box #login, #login-box #password {
	border: 1px solid #afaba8;
	padding:3px;
}
#login-box #login {
	width: 90%;
}
#login-box #password {
	width: 75%;
}
#login-box #submit{
	border: 1px solid #efebe8;
	background-color:#efebe8;
	color:#ff5800;
	font-size:16px;
	font-weight:bold;
	padding:0px;
	width: 15%;
}




#text-box-wrapper {
    background-color:#003875;
    width:293px;
    height:174px;
    margin:0;
    float:left;
}

#text-box {
    padding: 0 9px 0 9px;
}
#text-box h1, #text-box h2, #text-box h3, #text-box h4, #text-box h5, #text-box h6 {
	color:#ff5800;
}
#text-box p {
	color: #fff;
}

