/* CSS Core Document */

* { margin: 0; padding: 0; }

body, html {
	font-size: 12px;
	line-height: 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000000;
	background: url(../images/landing/bg-black-top.gif) repeat-x #B8CFDE;
}

h1 {
	font-size: 28px;
	padding: 0px 0px 10px 0px;
	color: #075698;
	font-family: "Trebuchet MS", Tahoma, Arial;
}
h2 {
	font-size: 22px;
	padding: 0px 0px 10px 0px;
	color: #75A9CF;
	font-family: "Trebuchet MS", Tahoma, Arial;
}
h2 span.black {
	color: #000000;
}
h3 {
	font-size: 20px;
	color: #75a9cf;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 0px 0px 12px 0px;
}

a {
	color: #0774B7;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

p { padding-bottom: 12px; }

/* Reusable */
.splitleft { float: left; }
.splitright { float: right; }
.clear { clear: both; font-size: 1px; line-height: 0px; height: 0px; }


/* Main CSS Document */
#container {
	width: 956px;
	margin: 0px auto 30px auto;
	background: url(../images/landing/main-area-W926-bottom.gif) no-repeat bottom center;
}

/* header */
#header {
	width: 956px;
	height: 98px;
	background: url(../images/landing/main-area-W926-top.gif) no-repeat;
	margin: 0px auto;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#header h1 {
	width: 246px;
	height: 98px;
	background: url(../images/landing/same-day-logo.gif) no-repeat center bottom;
	text-indent: -7000px;
	float: left;
	padding: 0px 0px 0px 15px;
	margin: 0px;
}
#header p {
	width: 270px;
	float: left;
	padding: 44px 0px 0px 30px;
}
#header ul {
	width: 280px;
	float: left;
	padding: 50px 0px 0px 70px;
	margin: 0px;
}
#header li.link {
	list-style-type: none;
	display: inline;
	background: url(../images/landing/bg-list-divider.gif) no-repeat right center;
	padding: 0px 10px 0px 0px;
}
#header li.phone {
	list-style-type: none;
	display: inline;
	background: url(../images/landing/telephone-icon.gif) no-repeat left center;
	padding: 0px 0px 0px 30px;
	margin: 0px 0px 0px 5px;
}


/* middle */
#middle {
	width: 926px;
	background: url(../images/landing/inner-container-W926-bottom.gif) no-repeat bottom center;
	margin: 0px auto;
	padding: 0px 0px 15px 0px;
}
.middleContent {
	width: 870px;
	height: 394px;
	background: url(../images/landing/bg-middle.jpg) no-repeat;
	padding: 70px 0px 0px 56px;
	margin: 0px auto 10px auto;
}
.middleContent p {
	font-size: 16px;
	color: #ffffff;
	font-style: italic;
	float: right;
	padding: 80px 30px 0px 0px;
}


/* action */
#actionBox {
	width: 504px;
	background: url(../images/landing/action-box-bottom.gif) no-repeat bottom center;
	margin: 30px 0px 0px 40px;
}
.actionBoxContent {
	padding: 54px;
	background: url(../images/landing/action-box-top.gif) no-repeat;
}
#actionBox h2 {
	color: #59a730;						 
}
#actionBox label {
	width: 180px;
	float: left;
	color: #999999;
	font-size: 11px;
	padding: 0px 0px 0px 30px;
}
.continue {
	float: left;
	padding: 10px 0px 0px 0px;
}


/* photo */
#photo {
	width: 289px;
	height: 463px;
	left: 637px;
	top: -339px;
	background: url(../images/lady-standing.jpg) no-repeat;
	z-index: 1;
	position: relative;
	margin: 0px;
	padding: 0px;
}


/* content */
#contentBox {
	width: 890px;
	margin: 0px auto;
	background: #f9f8f7;
	border: 1px solid #e1e8c6;
}
.left {
	width: 590px;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 30px 0px 0px 30px;
}
.left strong {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;	
	font-size: 14px;
}
.paymentBox {
	width: 586px;
	background: url(../images/landing/payment-plan-box-bottom.gif) no-repeat bottom center;
}
.paymentBoxContent {
	width: 534px;
	background: url(../images/landing/payment-plan-box-top.gif) no-repeat top center;
	padding: 26px;
}
.paymentBoxContent h3 {
	color: #59a730;
	font-size: 18px;
	padding: 6px 0px 0px 0px;
	margin: 0px;
	float: left;
}
.right {
	width: 204px;
	float: right;
	padding: 6px 6px 0px 0px;
}
#disclaimer {
	width: 926px;
	margin: -15px auto;
}
#disclaimer p {
	margin: 0px;
	padding: 0px 5px 5px 5px;
	color: #a1a1a1;
	font-size: 10px;
	line-height: 12px;
}