/**
 * homepage.css controls unique styles for the homepage
 */

.left-block {
	float:left;
	vertical-align: top;
	width:460px;
	height: 425px;
	border-style:solid;
	border-width:1px;
	border-color: #cccccc;
	border-radius:10px;
	-moz-border-radius:10px; /* Firefox 3.6 and earlier */
	clear: none;
}

.right-block {
	float:right;
	vertical-align: top;
	width:460px;
	height: 425px;
	border-style:solid;
	border-width:1px;
	border-color: #cccccc;
	border-radius:10px;
	-moz-border-radius:10px; /* Firefox 3.6 and earlier */
	clear: none;
}
.home-clear-block {
	clear: both;
	height: 1px;	

}
.full-block {
	clear: both;
	vertical-align: top;
}
.promo-block {
	clear: both;
	vertical-align: top;
}

.home-text {
	font-family: Verdana;
	color: #7F7F7F;
	padding: 5px;
}

.home-text h1 {
	font-weight: bold;
	color: black;	
}

.home-text a {
	color: red;
}

.home-text ul li {
	padding: 0;	
}

.reg-text {
	font-family: Verdana;
	color: #7F7F7F;
	padding: 5px;	
	font-size: 8pt;
}

.reg-text h1 {
	font-weight: bold;
	color: black;	
}

@media all and (max-width: 1150px) {
	.left-block {
		float:left;
		vertical-align: top;
		width:100%;
		height: 100%;
		border-style:solid;
		border-width:1px;
		border-color: #cccccc;
		border-radius:10px;
		-moz-border-radius:10px; /* Firefox 3.6 and earlier */
		clear: both;
	}
	
	.right-block {
		float:left;
		vertical-align: top;
		width:100%;
		height: 100%;
		border-style:solid;
		border-width:1px;
		border-color: #cccccc;
		border-radius:10px;
		-moz-border-radius:10px; /* Firefox 3.6 and earlier */
		clear: both;
	}
}
