/* CSS Document */
#content, #header{
	z-index:0;
}

#content.home .newsHome{
    display:block;
    float:left;
    width:100%;
    margin:-30px 0 10px 0;
}
#content.home .newsHome h2{
    font-size:1.6em;
    line-height:1em;
    margin:10px 0 0 0;
    padding:0;
    color:#533;
}
#content.home .newsHome h3{
    font-size:1.5em;
    margin:10px 0 0 0;
    padding:0;
}
#content.home .newsHome a{
    text-decoration:none;
    text-transform:uppercase;
}

.highlight, .highlightBig{ 
    float:left; 
    z-index:10; 
    width:150px; 
    height:80px;
    padding:10px; 
    margin:10px 0 0 10px; 
    background:#d83; 
    font-size:1em; 
    line-height:1.2em; 
	border-radius:7px;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
}
.highlight a{ text-decoration:none; color:white; }
.highlight a strong{  font-size:1.6em; line-height:1em; }
.highlight a:hover{ color:#000; }
.main{ 
	background:#886; 
	width:690px; 
	height:30px; 
	font-size:1.1em; 
	margin:0 0 5px 10px;
}
.main strong{ 
	color:white; 
	font-weight:normal; 
	text-transform: none; 
}
.highlightBig{
	width:220px;
	border-radius:0px;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;	
}

#content.home .video{
	border:10px solid #886;
	width:730px;
	height:435px;
}
#content.home .newsHome .highlightBig *{
	margin:0;
	padding:0;
}


#registerButton{
	position:absolute;
	width:250px;
	font-size:1.3em;
	top:-55px;
	left:445px;
	z-index:100;
	border-radius:7px;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	background: #d83;
}
#registerButton:hover{
	background:#c40;
}
#registerButton a{
	display:block;
	padding:5px;
	text-decoration:none;
	color:#333;
    font-weight: bold;
}
#registerButton a:hover{
	color:white;
}
