#header #tools,
#nav,
.chooseroc,
ul.pager {
	display:none;
}

#header h1 {
	float:right;
}

.block_full, .block_half {
	margin-bottom:10px;
	display:block;
	clear:both;
}

.block_full .roc, .block_half .roc {
	float:left;
	display:block;
	width:75px;
}
.block_full .roc div, .block_half .roc div {
	display:none;
}	

.block_full .details, .block_half .details {
	float:left;
	display:block;
	width:550px;
}
.block_full .details p, .block_half .details p {
	margin:0 0 0 0;
}
.block_full .details div, .block_half .details div {
	font-style:italic;
}

.layout_fix {
	clear:both;
	font-size:1px;
	line-height:1px;
}	

.rocblock {
	border-bottom:1px solid #3577b0;
	margin-bottom:5px;
}
.rocblock img {
	float:left;
	margin-right:10px;
}
.rocblock h2 {
	margin-top:20px;
}

.roccell {
	clear:both;
}

.roclink {
  display: block;
  margin: 0;
  text-decoration: none;
  padding: 5px;
  height: 52px;
  float: left;
  width: 315px;
}
.roclink img {
  float: left;
  margin: 0 10px 0 0;
  border: 1px solid #333;
}
.roclink span {
  display:block;
  line-height: 20px;
  font-weight:bold;
  color: #5196c5;
  font-size: 16px;
  margin: 35px 0 0 0;
}


#news {
	clear:both;
}

#news span {
	display:none;
}

#news h2 {
	margin:0;
	line-height:16px;
}
#news h3 {
	margin:0 0 4px 0;
	line-height:14px;
}

#copyright, #copyright a:link, #copyright a:visited {
	text-align:center;
	font-style:italic;
	text-decoration:none;
}


form .row {
	clear:both;
	margin-bottom:2px;
}
form label {
	display:block;
	width:150px;
	float:left;
}
form .radiolabel {
	float:none;
	display:inline;
	width:auto;
}
form .textfield {
	width:300px;
	border:none;
	border-bottom:1px solid #3577b0;
}
form textarea {
	width:300px;
	border:1px solid #3577b0;
	overflow:auto;
}
form .submit {
	display:none;
}
