@import url("global.css");

/*** HomeContent style ***/		
#HomeContentBox{
background:url(../images/ContentBoxBottom.jpg) no-repeat bottom;
margin:25px 0 0 0;
padding:0 0 42px 0;
width:980px;
}

#dark-link a {
color:#003366;
}

#HomeContent{
background:url(../images/HDR_Welcome.jpg) no-repeat top #acbac5;
float:left;
margin:0;
padding:140px 0 0 0;
width:666px;
}
	#HomeContent p{
	padding:0 30px 10px 30px;
	}
	#WhyChoose{
	border-bottom:1px solid white;
	background:url(../images/HDR_WhyChoose.jpg) no-repeat top #383d43;
	padding:75px 0 20px 0;
	width:666px;
	}
		#WhyChoose p{
		color:#FFF;
		padding:0 30px 0 30px;
		}
	#Financing{
	border-bottom:1px solid white;
	background:url(../images/FinancingBoxBG.jpg);
	padding:125px 0 0 0;
	width:666px;
	}
		#Financing a{
		color:#003366;
		}
		#Financing a:hover{
		color:#333;
		}
		#CareCredit{
		float:left;
		width:333px;
		}
			#CareCredit p{
			padding:0 16px 10px 28px;
			}
		#CapitalOne{
		float:left;
		width:333px;
		}
			#CapitalOne p{
			padding:0 16px 10px 28px;
			}
			
	#HomeQuickContactBox{
	background:url(../images/QuickContactBoxBG.jpg) no-repeat bottom #a5b2c2;
	padding:0 0 20px 0;
	width:666px;
	}		
		/*** MiniContact ***/
		#HomeContactFormMini{	
		float:left;
		margin:0;
		padding:0;
		width:442px;
		}
			#HomeContactFormMini li{ /* Vertical spacing between form fields */
			margin:4px 0;
			padding:0 30px 0 30px; 
			list-style:none;
			}			
			#HomeContactFormMini input{
			border:none;
			font:12px Arial, Helvetica, sans-serif;
			padding:2px;
			height:20px;
			width:235px;
			}
			#HomeContactFormMini textarea{
			border:none;
			font:12px Arial, Helvetica, sans-serif;
			padding:2px;
			height:16px;
			width:235px;
			height:80px;
			}
			#HomeContactFormMini .SubmitBtn{
			border:1px solid white;
			height:22px;
			width:100px;
			background:#abc9ce;
			color:#333;
			}
		#HomeQuickContactInfo{		
		float:left;
		padding:150px 0 0 0;
		width:222px;
		}
			#HomeQuickContactInfo p{
			color:#FFF;
			}	