﻿/***************************************************************************************************
Home page
/***************************************************************************************************/
#homecontent { width: 600px; float:left; }

/* Flash animation container */
.interactive { padding-bottom: 17px; }

/* Featured content columns */
#featcols { 
  width: 600px; 
  font-size: 11px; 
  line-height: 15px; 
  background-image: url("../images/vrt-rules-home.png"); 
  background-repeat: repeat-y; 
  background-position: left top; 
}

.featcol { float:left; width: 155px; padding-left: 20px; }

.featdiv { float:left; width: 165px; padding: 0 12px 0 32px; }

/* LOGIN FORM - HOME PAGE right column */
#rloginfrm { 
  text-align:left; 
  padding: 16px 10px 5px 12px; 
  font-size: 11px; color:#666; 
}

#rloginfrm .logininput { 
  width: 83px; 
  height: 15px; 
  font-size: 11px; 
  margin: 2px 6px 5px 0px; 
  vertical-align: bottom; 
}

#rloginfrm .loginbutton { width: 24px; height: 24px; }

/* Box spacer is tighter on the home page */
.rboxspacer {
  height: 6px; 
}