body {
	background: #759cc1;
	font-family : Verdana, Arial, sans-serif; 
	margin: 0px;
}

p, h1, h2 {
	margin: 0px;
	padding: 0px;
}

img {
	border: 0;
	padding: 0;
	margin: 0;
}

a {
	color: #223543;
	text-decoration: underline;
}

a:hover {
	color: #fff;
}

.clearBoth {
	clear: both;
}



/* home page in the browser */

#homeContainer {
	/* background: #5ba9e9; */
	width: 772px;
	margin: 50px auto;
}

#homeTop {
	background: no-repeat url(images/homeBoxTop.gif);
	height: 11px;
	font-size: 1px;
	margin: 0px;
	padding: 0px;
}

#homeBody {
	background: no-repeat url(images/homeBoxBottom.jpg);
	/* min-height: 603px; */
	margin: 0px;
	padding: 0px;
}

#homeHeading {
	float: left;
	margin: 0 0 4px 0;
}

#homeTitle {
	margin: 38px 0 0 40px;
}

#homeTagline {
	margin: -3px 0 0 44px;
}

#homePhone {
	text-align: right;
	padding: 52px 18px 0 0;
}

#homeInner {
	background: left top #73a3cf no-repeat url(images/homeInnerBackground.jpg);
	height: 238px;
	width: 383px;
	margin: 33px 0 228px 40px;
}

#homeWelcome {
	margin: 0 0 0 23px;
	padding: 20px 0 0 0;
}

#homeText {
	margin: 22px 0 0 23px;
}

#homePrice {
	margin: 25px 0 0 280px;
}

#homeFooter {
	text-align: right;
	font-size: 10px;
	color: #d6e1ed;
	margin: 0 10px 0 0;
}


/* body pages in the browser */

#pageContainer {
	/* background: #5ba9e9; */
	width: 772px;
	margin: 50px auto;
}

#pageTop {
	background: no-repeat url(images/pageBoxTop.gif);
	height: 11px;
	font-size: 1px;
	margin: 0px;
	padding: 0px;
}

#pageBody {
	background: left bottom no-repeat url(images/pageBoxBottom.jpg);
	height: 715px;
	margin: 0;
	padding: 0;
}

#pageBodyLarge {
	background: left bottom no-repeat url(images/pageBoxBottomLarge.jpg);
	height: 850px;
	margin: 0;
	padding: 0;
}

#pageHeading {
	float: left;
	margin: 0 0 4px 0;
}

#pageTitle {
	margin: 46px 0 0 40px;
}

#pagePhone {
	text-align: right;
	padding: 52px 18px 0 0;
}

#pageText {
	margin: 24px 0 0 44px;
	/* width: 540px; */
}

div.pageWide {
	width: 690px;
}

div.pageNormal {
	width: 540px;
}

#pageText h2 {
	font-size: 18px;
	font-weight: normal;
	color: #223543;
	margin: 0 0 13px 0;
}

#pageText h3 {
	font-size: 18px;
	font-weight: normal;
	color: #223543;
	margin: 0 0 13px 0;
	text-align: right;
}

#pageText p {
	font-size: 11px;
	text-align: justify;
	color: #223543;
	margin: 0 0 13px 0;
	line-height: 130%;
}

#pageText ul {
	margin: 0 0 0 10px;
	padding: 0 0 0 10px;
}

#pageText li {
	font-size: 11px;
	text-align: justify;
	color: #223543;
	margin: 0 0 13px 0;
	line-height: 130%;
}

#pageFooter {
	text-align: right;
	font-size: 10px;
	color: #d6e1ed;
	margin: 0 10px 0 0;
}

#servicesDoctorsTable {
	border-collapse: collapse;
	margin: 20px 0 15px 45px;
	width: 600px;
}

#servicesDoctorsTable td {
	font-size: 11px;
	color: #223543;
	border: solid 1px #4e7894;
	padding: 3px;
}

#servicesCostsTable {
	border-collapse: collapse;
	margin: 0 0 15px 45px;
	width: 600px;
}

#servicesCostsTable th {
	font-weight: bold;
	font-size: 11px;
	color: #223543;
	padding: 3px;
	border: solid 1px #4e7894;
}

#servicesCostsTable td {
	font-size: 11px;
	color: #223543;
	border: solid 1px #4e7894;
	padding: 3px;
}

td.moneyCell {
	text-align: center;
}

#totalCostTable {
	width: 600px;
	margin: 0 0 15px 45px;
}

#totalCostTable td {
	text-align: center;
	font-size: 14px;
	color: #223543;
	font-weight: bold;
	vertical-align: top;
}

.costSmall {
	font-size: 10px;
	font-weight: normal;
	color: #3a5267;
}

p#serviceTotal {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

span#serviceDisbursements {
	font-size: 14px;
	line-height: 140%;
}

span#serviceDisbSmall {
	font-weight: normal;
	font-size: 11px;
	line-height: 100%;
}

span#pageTextInset {
	margin: 0 0 0 105px;
}

#picCoffin, #picCars {
	margin: 20px 0 0 10px;
	float: right;
}


#contactInner {
	background: left top no-repeat url(images/homeInnerBackground.jpg);
	height: 218px;
	width: 343px;
	margin: 33px 0 228px 40px;
	padding: 20px 20px 0 20px;
}

#contactInner h2 {
	font-size: 18px;
	font-weight: normal;
	color: #fff;
	margin: 0 0 13px 0;
}

#contactInner h3 {
	font-size: 14px;
	font-weight: bold;
	color: #223543;
	margin: 0 0 13px 0;
}

#contactInner p {
	font-size: 11px;
	text-align: justify;
	color: #fff;
	margin: 0 0 13px 0;
	line-height: 130%;
}

div.contactItem {
	clear: both;
	margin: 13px 0 0 0;
}

#contactInner p.contactLabel {
	margin: 0;
	padding: 0;
	font-weight: bold;
	float: left;
}

#contactInner p.contactInfo {
	margin: 0 0 0 100px;
	padding: 0;
}

.contactItem a {
	color: #fff;
	text-decoration: underline;
}

.contactItem a:hover {
	color: #223543;
}

#logoBifdSm {
	float: right;
	margin: 0;
}



/* navigation */

#nav {
	border-top: solid 1px #71b3e6;
	margin: 0 auto 0 auto;
	width: 764px;
	clear: both;
}

#nav ul {
	margin: 2px 0 0 40px;
	padding: 0;
}

#nav li {
	margin: 0 26px 0 0;
	padding: 0;
	display: inline;
	list-style: none;
	font-size: 11px;
}

#nav a {
	color: #f3f9fd;
	text-decoration: none;
	border: none;
}

#nav a:hover {
	text-decoration: underline;
	border: none;
}

/* home page on a printer */

#homePrint {
	display: none;
}

#pageHeadingPrint {
	display: none;
}