﻿/* ----------------------------------- Defaults --------------------------------------------------- */
/* hide container until all is ready */
#heroAccordion{ display: none; }

.container { width: 592px; }
.container ul {	list-style-type: none; margin: 0; padding:0; }
.container li {	display: inline; margin: 0px; padding:0px; }

/*Content Container*/
.contentContainer { padding-left: 0px; float: left;	width: 0px; height: 266px; overflow:hidden; }
.contentWrapper {}
.contentInnerWrapper{ padding: 0px; margin: 0px; }

/* ------------------------------------------------------------------------------------------------ */

/* ----------------------------------- Handle Defaults -------------------------------------------- */

.handle{ float: left; width: 38px; height: 266px; background:  url('/_layouts/BA/BAAccordion/handle.png') no-repeat; cursor: default; }
.handleOver{ background: url('/_layouts/BA/BAAccordion/handle-over.png') no-repeat; cursor: pointer; }
.handleSelected{ background: url('/_layouts/BA/BAAccordion/handle-over.png') no-repeat; cursor: default; }

.handle #accordion-sharepoint {	width: 38px; height: 266px;	background: url('/_layouts/BA/BAAccordion/sharepoint.png') no-repeat; }
.handleOver #accordion-sharepoint {	width: 38px; height: 266px; background: url('/_layouts/BA/BAAccordion/sharepoint-over.png') no-repeat; }
.handleSelected #accordion-sharepoint {	width: 38px; height: 266px;	background: url('/_layouts/BA/BAAccordion/sharepoint.png') no-repeat; }

.handle #accordion-chordiant {	width: 38px; height: 266px;	background: url('/_layouts/BA/BAAccordion/chordiant.png') no-repeat; }
.handleOver #accordion-chordiant {	width: 38px; height: 266px; background: url('/_layouts/BA/BAAccordion/chordiant-over.png') no-repeat; }
.handleSelected #accordion-chordiant {	width: 38px; height: 266px;	background: url('/_layouts/BA/BAAccordion/chordiant.png') no-repeat; }

.handle #accordion-integration { width: 38px;	height: 266px; background: url('/_layouts/BA/BAAccordion/integration.png') no-repeat; }
.handleOver #accordion-integration { width: 38px;	height: 266px; background: url('/_layouts/BA/BAAccordion/integration-over.png') no-repeat; }
.handleSelected #accordion-integration { width: 38px;	height: 266px; background: url('/_layouts/BA/BAAccordion/integration.png') no-repeat; }

.handle #accordion-contactus {	width: 38px; height: 266px; background: url('/_layouts/BA/BAAccordion/contactus.png') no-repeat;}
.handleOver #accordion-contactus {	width: 38px; height: 266px;	background: url('/_layouts/BA/BAAccordion/contactus-over.png') no-repeat; }
.handleSelected #accordion-contactus {	width: 38px; height: 266px;	background: url('/_layouts/BA/BAAccordion/contactus.png') no-repeat; }

.handle #accordion-guidewire {	width: 38px; height: 266px; background: url('/_layouts/BA/BAAccordion/guidewire.png') no-repeat;}
.handleOver #accordion-guidewire {	width: 38px; height: 266px;	background: url('/_layouts/BA/BAAccordion/guidewire-over.png') no-repeat; }
.handleSelected #accordion-guidewire {	width: 38px; height: 266px;	background: url('/_layouts/BA/BAAccordion/guidewire.png') no-repeat; }

/* ------------------------------------------------------------------------------------------------ */

/* -------------------------------------- Contact Form -------------------------------------------- */

#contactForm { width: 474px; height: 264px; }
#contactFields { width: 350px; margin: auto auto; }
#contactFields label { float: left; width: 5em; }
#contactFields input { margin: 3px auto; }
#contactFormText { font-size:0.8em; padding: 0px 20px; }

/* ------------------------------------------------------------------------------------------------ */

