@charset "UTF-8";

/* @group Cell Structure */

#home #wrapper {
	background: #0066CC url(none);
}

/* @end */

/* @group Home text styles */

#homeContent      {
	position: relative;
}

#homeContent  p    {
	font-size: 1.2em;
	line-height: 1.3em;
	padding-right: 9px;
	padding-left: 6px;
}

#homeContent h2 {
	font-size: 1.2em;
	line-height: 1.1em;
	font-weight: bold;
	padding-right: 6px;
	padding-left: 6px;
	color: #B00023;
	margin-top: 0;
}

#homeContent a:link, a:visited  {
	color: #005799;
	font-weight: bold;
	font-size: 1.1em;
}

#homeContent a:hover, a:active {
	color: #0084A9;
	text-decoration: underline;
}

#homeContent .learnMore a  {
	font-weight: bold;
	color: #FFFFFF;
	font-style: oblique;
	padding: 0 0 0 9px;
}

#homeContent .learnMore a:hover  {
	color: #FFFFFF;
	text-decoration: underline;
}

#homeContent .cellImgLeft {
	float: left;
	clear: right;
	margin-right: 9px;
	margin-bottom: 0;
	margin-left: 0;
}

#homeContent .cellImgRight {
	float: right;
	clear: left;
	margin: 0px 0 0 9px;
}

#homeContent .imgCent {
	margin-left: 6px;	
}

#homeContent #sidebarButton {
	z-index: 7;
	position: relative;
	padding: 0px 0px 0px 9px;
	margin-top: 12px;
	margin-bottom: 12px;
}

/* @end Home text */

/* @group Home Layout Table styles */


#homeContent table {
	padding: 0;
	margin: 0;
}

#homeContent td.feature {
	padding-top: 9px;
}

#featuresTable {
	display: table;
	vertical-align: top;
}

#featureCell1 {
	width: 190px;
	background: #F7D48C url(../graphics/cell1bkgd.gif) repeat-x top;
	padding: 9px 0 0;
	display: table-cell;
	vertical-align: top;
}

#featureCell2 {
	width: 250px;
	background: #DDE8FF url(../graphics/cell2bkgd.gif) repeat-x top;
	padding: 9px 0 0;
	display: table-cell;
	vertical-align: top;
}

#featureCell3 {
	width: 330px;
	background: #F7B168 url(../graphics/cell3bkgd.gif) repeat-x top;
	padding: 9px 0 0;
	display: table-cell;
	vertical-align: top;
}

#featureCell4 {
	width: 360px;
	background: #FEF7AA url(../graphics/cell4bkgd.gif) repeat-x top;
	padding: 9px 0 0;
	display: table-cell;
	vertical-align: top;
}

#featureCell5 {
	width: 220px;
	background: #A4C3E1 url(../graphics/cell5bkgd.gif) repeat-x top;
	display: table-cell;
	vertical-align: top;
	padding: 9px 0 0;
}

#learnCell1 {
	width: 190px;
	background: #AC9462;
	display: table-cell;
	height: 20px;
}

#learnCell2 {
	width: 250px;
	background: #9AA2B2;
	display: table-cell;
	height: 20px;
}

#learnCell3 {
	width: 330px;
	background: #AC7D4A;
	display: table-cell;
	height: 20px;
}

#learnCell4 {
	width: 360px;
	background: #B1AC77;
	display: table-cell;
	height: 20px;
}

#learnCell5 {
	width: 220px;
	background: #73899C;
	display: table-cell;
	height: 20px;
}

#cellGroupA {
	background: #AC9462;
	height: 404px;
	display: table;
	vertical-align: top;
}

#cellGroupB {
	height: 404px;
	display: table;
	vertical-align: top;
}

#cellGroupB1 {
	height: 240px;
	display: table;
	vertical-align: top;
}

#cellGroupB2 {
	height: 160px;
	display: table;
	vertical-align: top;
}

/* @end */
