@charset "UTF-8";
/* Caring Hands Chiropractice | Design by Brand Iron, http://brandiron.net | Author: Andrew */
/* 
-------------------
Layout elements
------------------- */

body {
	margin-top: 0;
	background-color: #757474;
	text-align:center;
}
#wrapper {
	margin: 0 auto;
  	width: 850px;
	}
#masthead {
	width:850;
	height:171px;
	background-image:url(images/navbg.jpg);
	}
#navbar {
	width:850px;
	height:38px;
	background-image:url(images/navbg.jpg);
	}
#content {
	width: 850px;
	height:492px;
	background-image:url(images/contentbg.jpg);
	text-align: left;
	}
#spacer {
	clear:both;
	}
#textbox {
	width:610px;
	padding-top:1px;
	padding-left:210px;
	padding-right:30px;
}
#packagebox {
	text-align:center;
	width:98px;
	height:126px;
	float:left;
	padding-left:175px;
	padding-top:30px;
	padding-right:17px;
	}
#textbox2 {
	width:715px;
	padding-top:15px;
	padding-left:105px;
	padding-right:30px;
}
#textbox3 {
	width:620px;
	padding-top:1px;
	padding-left:150px;
	padding-right:60px;
}
#bobox {
	width:490px;
	height:151px;
	padding-left:190px;
	padding-top:20px;
	background-image:url(images/boxbg.jpg);
	}
/* 
-------------------
Text Styles
------------------- */
.headertext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	letter-spacing:3px;
	color: #5f4624;
}
.addresstext {font-family: Arial, Helvetica, sans-serif;
	color: #5f4624;
	font-weight:bold;
	}
.greentext {
	color: #738820;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight:bold;
	}
.greenheader {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #738820;
	font-size: 24px;
}
.subhead {
	color: #000000;
	font-size: 17px;
	font-weight: bold;
}
.bodycopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height:18px;
}
.linktext {font-family: Georgia, "Times New Roman", Times, serif;
		font-variant:small-caps;
		letter-spacing:2px;
		font-size:14px;
		line-height:33px;
		}
		
.packageheader {font-family: Arial, Helvetica, sans-serif;
				font-size:14px;
				font-weight:bold;
				}
.packagesub {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
/* 
-------------------
Link Styles
------------------- */
a.greenlink:link {
	color: #738820;
	text-decoration: none;
}
a.greenlink:visited {
	text-decoration: none;
	color: #738820;
}
a.greenlink:hover {
	text-decoration: underline;
	color: #738820;
}
a.greenlink:active {
	text-decoration: none;
	color: #738820;
}
a.mainnav:link {
		text-decoration:none;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-variant:small-caps;
		letter-spacing:2px;
		font-size:14px;
		line-height:33px;
		color:#000000;
		}
a.mainnav:visited {
		text-decoration:none;
		color:#000000;
		
		}
a.mainnav:hover {
		text-decoration:none;
		color: #78A22F;
		}
a.mainnav:active {
		text-decoration:none;
		color:#000000;
		}
