/******
Overrides for common.css. Modify/delete as needed.
******/
h1, h2, h3, strong	{
	color: #1d2d48;
}

#middle {
    background: #e8eff9 url(../images/bg_middle_home1.gif) repeat-y;
}
#content {
    padding: 0 0 10px 10px;
    width: 618px;
}


/******
Homepage-specific styles
******/

#home_feature {
    margin: 10px 0;
    border: 2px solid #fff;
    width: 614px;
}
#fade {
    margin: 0;
    list-style: none;
}
#fade li {
    margin: 0;
}

#home_bottom {
    margin: 10px 0;
    width:618px;
    background: transparent url(../images/bg_boxes_bothom.png) repeat-y;
	padding: 0;
}
.eyecandy	{
	min-height: 294px;
    background: transparent url(../images/bg_boxes_home1.png) no-repeat;
}

#news {
    padding: 10px 22px 10px 13px;
    width: 325px;
    float: left;
}
#news h3.title {
    font-size: 12px;
}
#news h2 {
    font-size: 1.5em;
	font-weight:normal;
	text-transform:uppercase;
}
#news p.readmore {
    margin: 1em auto;
    height: 31px;
    width: 131px;
    background: url(../images/bg_learnmore_home.png);
    text-indent: -8888px;
}
#news p.readmore a,
#profile p.readmore a {
    height: 31px;
    display: block;
}

#profile {
    padding: 10px 13px 10px 13px;
    width: 232px;
    float: left;
}
#profile h2 {
    font-size: 1.5em;
	font-weight:normal;
	text-transform:uppercase;
}

#profile p.readmore {
    margin: 1em auto;
    height: 31px;
    width: 131px;
    background: url(../images/bg_learnmore_home.png);
    text-indent: -8888px;
}

#switcher {
    background: #345384 url(../images/bg_switcher.jpg) repeat-x bottom;
}
#switcher table {
    width: 100%;
}
#switcher td {
    padding: 0;
    text-align: center;
}
#switcher a {
    padding: 5px 10px;
    display: block;
    font-weight: normal;
    color: #fff;
/*     background: #345384; */
}
#switcher a.selected {
    background: #162439;
}
#switcher a:hover {
    text-decoration: none;
}