/* Unique to homepage, overrides some existing styles */
.nav {
 background: white url("../images/greyLogoVertHome.gif") no-repeat top;
}

/* right column */
.sidebar {
  background: white;
  background-image: none;
}

.imgCenter{
float: none;
width: 450px;
margin: 10px 5px 5px 5px;
padding: 5px;
text-align: center;
color: #CCC;
font-weight: bold;
clear: both;
}


/*Special left nav menu for homepage*/
#navcontainer
{
/*avoid gap after li in ie6 by setting width*/
width: 130px;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
margin-left: 10px;
}

#navcontainer ul
{
list-style-type: none;
margin-left: 0;
padding-left: 0;
}

#navlist a
{
display: block;
color: #426FB0;
font-weight: bold;
padding: 1px 0 1px 8px;
}

/*boxmodel hack */
#navlist a { width: 114px; }

#navlist a
{
\width: 130px;
w\idth: 114px;
}


#navlist a, #navlist a:visited
{
border-left: 8px solid #FFFFFF;
background: transparent;
color: #426FB0;
text-decoration: none;
}


#navlist a:hover, #navlist a#current:hover
{
border-left: 8px solid #CCCCCC;
text-decoration: underline;
}


a#current, a:visited#current, a#subcurrent, a:visited#subcurrent
{
border-left: 8px solid #426FB0;
background: #F3F5FC;
color: #426FB0;
text-decoration: none;
}
/* SARS blue 426FB0, green 75BB45 */

.content {
text-align: center;}

.groups {
width: 100%;
margin: 0;
padding: 0;
clear: both;
}

.groups1, .groups2 {
margin: 0;
padding: 5px 0 0 0;
width: 49%;
height: 225px;
overflow: visible;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
background: #f6f6f6;
}

.groups1 {float: left;}

.groups2 {float: right;}

.thumbLeft {
margin: 0;
padding: 0;
float: left;
width: 75px;
height: 45px;
}

a.groups, a.groups:visited {
background: #f6f6f6;
color: #666;
text-decoration: none;
float: left;
}

a.groups:hover
{
background: #F3F5FC;
color: #426FB0;
float: left;
}

.focal {
float: none;
width: 450px;
margin: 0;
padding: 5px;
text-align: center;
color: #426FB0;
background-color: #F4FBFF;
font-weight: bold;
clear: both;
}.focalGrey {
	margin: 0px;
	padding: 5px;
	width: 225px;
	background-color: f6f6f6;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	clear: both;
	float: none;
}
.focalNew {
	background-color: #F6F6F6;
	margin: 0px;
	padding: 5px;
	width: 300px;
	clear: both;
	float: none;
	color: #666;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.groups3 {
	text-align: center;
	border: thin solid ##426FB0;
	width: 350px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 5px;
	padding: 5px;
	float: none;
}
