html,body,#container
{
	height:              auto;
}

body
{
	background-color:    #243345;
}

#homepage-content
{
	border-collapse:     collapse;
	border-bottom:       1px solid #465D7D;
	margin-bottom:       15px;
}

#homepage-content td
{
	color:               white;
	width:               203px;
	padding:             0 10px 15px 10px;
	line-height:         1.3em;
	font-size:           10pt;
}

#homepage-content td a
{
	color:               white;
}

#homepage-content td h2
{
	background-color:    transparent;
	margin-top:          0;
	padding:             0;
	height:              auto;
	line-height:         1.3em;
}

#container
{
	width:               100%;
	background-color:    white;
	padding:             0;
}

#center-x
{
	padding-bottom:      0px;
}

#footer
{
	position:            relative;
	width:               100%;
	bottom:              0px;
	clear:               both;
	height:              auto!important;
	height:              350px;
	min-height:          350px;
	background:          transparent url(/images/home_back.jpg) repeat-x  top left;
}

#footer-text
{
	padding-top:         20px;
	width:               900px;
	margin:              0px auto;
	color:               #ccc;
}

#footer-text p
{
	padding-left:        10px;
}

#feature-images
{
	position:            relative;
	margin-top:          15px;
	width:               900px;
	height:              280px;
	overflow:            hidden;
}

#feature-images div img
{
	display: block;
	width:               900px;
	height:              280px;
}

#feature-images div
{
	position:            absolute;
	top:                 0;
	left:                0;
	display: none;
	background-color:    white;
	width:               900px;
	height:              280px;
	overflow:            hidden;
	z-index:             10;
}

#feature-images div#feature-0
{
	display:             block;
}

#feature-items
{
	margin-top:          10px;
}
#feature-items h2
{
	margin:              0;
	font-size:           16px;
	color:               #CC6633;
	background-color:    transparent;
	padding:             12px 0 4px 10px;
}

#feature-row td
{
	width:               25%;
	background-image:    url('/images/feature-divider.gif');
	background-repeat:   no-repeat;
	background-position: center right;
	border:              3px solid white;
}

#feature-row td#feature-item-4
{
	background-image:    none;
}

#feature-row td:hover
{
	background-image:    none;
	background-color:    #FDFEFE;
}

#feature-row td .bodytext
{
	margin:              0 10px;
	padding-bottom:      3em;
}

#feature-row td h2
{
	position:            relative;
	padding-right:       5px;
}

#feature-row td h2 .icon
{
	position:            absolute!important;
	bottom:              0px;
	left:                0px;
}

#link-row td
{
	padding:             0px;
}

#link-row a
{
	position:            relative;
	top:                 -3em;
	display:             block;
	margin-right:        10px;
 }

/*
#homeinteractive {
    margin:           10px;
	width:               900px;
	height:              330px;
	position:            relative;
	z-index:             100;
}

#bottom-row  img {
}

#bottom-row div {
    position:         absolute;
    bottom:           0;
}

#homepage-content {
    width:            100%;
    border:           1px solid black;
    border-collapse:  collapse;
    margin:           10px 0;
}

#homepage-content td {
    padding:          5px;
    border:           1px solid black;
}
*/

a.learn-more
{
	float:				right;
}

