@charset "utf-8";
/* CSS Document */

/* homepage */

.carousel{
	float:left;
	width:636px;
	
}

	.carousel .image{
		float:left;
		width:323px;
		height:236px;
		margin:7px 0 0 0px;
		display:inline;

	}	
	.carousel .image img{
		width:317px;
		height:230px;
		border:solid #e1d102 3px;

	}
	.carousel .image a{
		border:none;
	}
	.carousel .text{
		float:right;
		width:293px;
		height:190px;
		margin:0 5px 0 15px;
		padding:40px 0 0 0;
		display:inline;
	}
			.carousel .text h1{
				font-family:Arial, Helvetica, sans-serif;
				font-weight:bold;
				font-size:30px;
				margin:0;
				color:#333333;	
			}
			
				.carousel .text h1 a{ 
					text-decoration:none;
					border:none;
					color:#333333;	
				}
			
			.carousel .text p{
				margin:5px 0 0 0;	
				padding:0 0 2px 0;
			}
			
			
	.carousel .nav{
		float:left;
		width:323px;
		margin:3px 0 0 0;
		text-align:center;
		display:inline;

	}		
	.carousel .nav a{
		color:#999999;
		font-weight:bold;
	}
	
	.carousel .nav a.on, .carousel .nav a:hover{
		color:#e1d102;
		font-weight:bold;
	}
	
	.carousel .nav a.prev 
	{
		background-position:center;
		padding:5px;
	}
	.carousel .nav a.next 
	{
		
		padding:5px;
		background-position:center;
	}
	.carousel .nav ul li a:hover, .carousel .nav ul li a.selected
{	
	color:#E1D102;	
}
.joinmod{
	float:left;
	width:200px;
	margin:0;
	padding:0 0 15px 25px;
	}		
	
	.joinmod h6{
		
	}
	
	.joinmod p{
		margin:5px 0 0 0;
	
	}
.AlertTextComponent
{
	color: Red;
}