/*homepage.css*/
#contentBlock {
	clear: both;
	margin: 5px 0;
	background-color: white;
	padding: 12px 14px;
}

.divisionContent {
	background: url(/images/bg_division.gif) no-repeat top left;
	width: 358px;
	height: 251px;
	padding: 15px 26px 12px 26px;
	margin: 0px;
}

#newToIncorporating {
	float: left;
}

#newToIncorporating ul {
	background: url(/images/bg_questionmark.gif) no-repeat right center;
}

#businessResources ul {
	background: url(/images/bg_gears.gif) no-repeat right center;
}


#verticalStroke {
	background: white url(/images/bg_stroke.gif) repeat-y top center;
	font-size: 1px;
	height: 251px;
}

#horizontalStroke {
	clear: both;
	background: white url(/images/bg_stroke.gif) repeat-x top center;
	font-size: 1px;
	overflow: hidden;
	height: 1px;
	margin: 0 6px 13px 6px; 
}

#businessResources {
	float: right;
}

#mainHomeContent {
	clear: both;
	background: url(/images/bg_main_home_content.gif) no-repeat top;
	padding: 0.5em 26px 12px 26px;
}

#mainHomeContent h1 {
}

/*chooser block*/

#choice_details_1, #choice_details_2, #choice_details_3 {
	height: 290px;
}

#choice_details_2, #choice_details_3 {
	display: none;
}

#choice_details_1 {
	background: url(/images/get_a_quick_quote.jpg) no-repeat top;
}

#choice_details_2 {
	background: url(/images/ready_set_go.jpg) no-repeat top;
}

#choice_details_3 {
	background: url(/images/download_our_free_formation_guide.jpg) no-repeat top;
}

#chooserBlock {
	clear: both;
	height: 290px;
	position: relative;
	top: -33px;
	margin-bottom: -33px
}

#chooser {
	width: 178px;
	height: 257px;
	margin-top: 34px;
	vertical-align: bottom;
	float: left;
}

#chooser a {
	display: block;
	margin: 0px 0px -3px 0;
}
#choice {
	float: right;
	height: 290px;
	width: 589px;
}

#homeWorkbook {
	padding: 191px 0 0 33px;
	width: 333px;
}

#startincForm {
	padding: 214px 0 0 33px;
	width: 363px;
}

#placeOrderForm {
	padding: 164px 0 0 33px;
	width: 250px;
}

.homeInput, div.homeInput input {
	color: black;
	font-size: 85%;
	border: 1px solid #EFEFEF;
	margin: 0 0 10px 0;
}

div.homeInput {
	color: black;
	font-size: 85%;
	border: none;
	margin: 0 0 10px 0;
}

#homeWorkbook input {
	width: 168px;
	height: 19px;
}

div.homeInput input {
	width: 80px !important;
	font-size: 100% !important;
	margin: 0 4px 0 0 !important;
}

#startincForm select, #placeOrderForm select {
	width: 198px;
	margin-bottom: 16px;
	color: black;
}

.button {
	border: 0 !important;
	cursor: pointer;
	position: relative;
}

#downloadButton {
	float: right;
	width: 109px !important;
	height: 29px !important;
	top: 52px;
}

#getAQuoteButton {
	float: right;
	width: 113px !important;
	height: 32px !important;
	top: 27px;
}

#homepageError {
	background: white;
	border: 1px solid #b60000;
	padding: 12px;
	margin-bottom: 12px;
}

#ajaxErrorContainer {
	width: 500px;
	margin: 40px 0 0 33px;
	position: absolute !important;
}
/*end chooser block*/