
@import "../../empoweredCommon/css/common.css";

/*** Home page content ***/

/** Typography **/

/** Structure **/

/* Tabbed billboard */

#homeContentWrapper {
	width: 100%;
	height: 495px;
	margin-top: 10px;
    background: url(../images/bg_home_content_980x495.png) top left no-repeat;
}

#homeContentUpper { /* Need to defeat the jQueryUI styles */
	position: relative;
	width: 940px;
	height: 307px;
	margin: 0 auto 0 auto;
	padding: 0;
	background-color: #333333;
	background-image: none;
	border: none;
	-moz-border-radius: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 1em;
}

#homeTabIT,
#homeTabSynch,
#homeTabTest {
	width: 940px;
	height: 307px;
	margin: 0 auto 4px auto;
	color: #FFFFFF; 
	/* Need to defeat the jQueryUI styles */
	padding: 0;
	border: none;
	-moz-border-radius: 0;
}

#homeTabIT {
    background: url(../images/bg_homeTabIT_940x307.jpg) top left no-repeat;
}

#homeTabSynch {
    background: url(../images/bg_homeTabSynch_940x307.jpg) top left no-repeat;
}

#homeTabTest {
    background: url(../images/bg_homeTabTest_940x307.jpg) top left no-repeat;
}

.homeHiddenTab { /* A hack to hide the 2nd and 3rd tabs while IE loads - jQuery removes the class after page load */
	display: none;
}

#homeContentUpper .moduletable {
	padding: 40px 0 20px 630px;
	font-weight: bold;
	font-size: 1.15em;
	cursor: pointer;
}

#homeContentUpper .moduletable p {
	padding: 0 10px 0 0;
}

#homeContentUpper .moduletable ul {
	margin: 5px 0 7px 0;
}

#homeContentUpper .moduletable li {
	list-style: none;
	padding: 3px 10px 2px 0;
	border-bottom: 1px solid #404040;
}

#homeContentUpper .moduletable a {
	padding: 0 0 0 17px;
	color: #ECAC00;
	background: transparent url(../images/bg_more_button_24x12.png) 0 2px no-repeat;
}

#homeContentUpper .moduletable a:hover {
	color: #FFFFFF;
}

#homeContentUpper ul.ui-tabs-nav {
	position: absolute;
	top: 268px;
	left: 0;
	z-index: 2; 
	width: 940px;
	margin: 0;
	padding: 0;
	border: 0 none;
	-moz-border-radius: 0;
	background: transparent none;
}

#homeContentUpper ul.ui-tabs-nav li {
	position:relative;
	width: 312px;
	height: 39px;
	float:left;
	margin:0 1px 0 0;
	padding:0;
	background: transparent none;
	border: 0 none!important;
	-moz-border-radius: 0;
}

#homeContentUpper ul.ui-tabs-nav h2 { 
	margin: 0;
	padding: 0;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif; 
}

#homeContentUpper .ui-tabs-nav li a {
	float: none;
	display:block;
	padding: 11px 0 10px 15px;
	text-decoration:none;
	cursor: pointer;
}

#homeContentUpper li.ui-state-default a { 
	color: #FFFFFF;
}

#homeContentUpper li.ui-state-active a { 
	color: #ECAC00;
}

#homeContentUpper .tabIndicator {
	margin: 0 0 0 11px;
}

#homeContentUpper li.ui-state-default a .tabIndicator { 
	background-color: #FFFFFF;
}

#homeContentUpper li.ui-state-active a .tabIndicator { 
	background-color: #ECAC00;
}

/* Mid section */

#homeContentLower {
	position: absolute;
	width: 100%;
	margin-top: 11px;
}

#homeContentLower h3 {
	margin: 0;
	font-size: 16px;
}

#homeContentLower p {
	padding: 0;
}

.homeLowerLarge {
	font-size: 16px;
	font-weight: bold;
}

#homeLowerLeftWrapper {
	float: left;
	width: 456px;
	height: 150px;
	margin: 22px 0 0 32px;
}

#homeLowerLeft {
	height: 128px;
	padding: 0 20px 0 0;
	font-size: 13px;
	color: #FFFFFF;
}

#homeLowerRightWrapper {
	float: left;
	width: 449px;
	height: 150px;
	margin: 22px 0 0 23px;
}

#homeLowerRight {
	height: 128px;
	font-size: 13px;
	color: #FFFFFF;
}

#testimonialText {
	float: left;
	width: 300px;
	padding: 5px 10px 0 0;
}

#testimonialLogo {
	float: left;
	padding-top: 5px;
}

#homeLearnMore,
#homeMoreTestimonials {
	float: right;
}

a.homeLowerButton {
	display:block;
	height: 17px;
	padding: 4px 26px 1px 12px;
	font-weight: bold;
	color: #669933;
	background: #BFD5AF url(../images/bg_more_button_250x44.png) right 0 no-repeat;
}

a.homeLowerButton:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #41651E;	
	background-position: right -22px;
}

/* Carousel */

span.homePartnersButton {
	display: block;
	width: 110px;
	height: 40px;
	margin: 25px auto 0 auto;
	text-indent: -9999px;
	background: url(../images/bg_our_partners_110x80.png) no-repeat scroll 0 0 transparent;
}

a.homePartnersButton {
	display: block;
	width: 110px;
	height: 40px;
	margin: 25px auto 0 auto;
	text-indent: -9999px;
	background: url(../images/bg_our_partners_110x80.png) no-repeat scroll 0 0 transparent;
}

a.homePartnersButton:hover {	
	background-position: 0 -40px;
}













