/*** Global styles for hortonchiropractic ****/
body {
	font: normal 12px/1.8em Arial, Helvetica, sans-serif;
	color: #2a3845;
	margin: 0;
	padding: 0;
	background: #f2f5f7 url('/images/bg_main.jpg') bottom repeat-x;
	/*background: #c8d7dc url(images/test2.jpg) top repeat-x;*/
}

p {
	margin-top: 0;
	margin-bottom: 10px;
	text-align: justify;
}

a:visited, a:link {
	color: #f78f1e;
	text-decoration: underline;
	background: none;
}

a:hover {
	color: #f00;
	text-decoration: none;
	background:none;
}

img {
	border: 0px;
}

h1 {
/*	color: #7a2e40;*/
	color: #0076c0;
	margin: 0px 0px 10px 0px;
	padding-bottom: 10px;
	font: normal 17px Georgia, serif;
	letter-spacing: 1px;
	border-bottom: 1px solid #efece7;
}
h2 {
/*	color: #7a2e40;*/
	color: #0076c0;
	margin: 20px 0 10px;
	padding-bottom: 10px;
	font: normal 17px Georgia, serif;
	border-bottom: 1px solid #efece7;
}
h3 {
	color: #0076c0;
	margin : 10px 0;
	padding-bottom : 10px;
	font : bold 14px Arial, Helvetica, sans-serif;
	border-bottom : 1px solid #efece7;
}
ul {
	padding:0;
	margin:0 0 10px 17px;
	list-style: square url('/images/bullet.gif');
}

form {
	width: 260px;
	padding: 10px;
	margin: 0;
}

fieldset {
	clear: both;
	margin: 0;
	border: 0;
	padding: 0;
}

label {
	display: inline-block;
	line-height: 1.2em;
}

blockquote {
	font-style: italic;
}

form dl {
	margin: 0; 
	padding: 0;
	position: relative; 
}

form dl dt {
	float: left;
	width: 100px;
}

form dl dd {
	margin: 0;
}

textarea {
	width: 250px;
	margin-bottom: 5px;
}

.center-submit {
	text-align: center;
}

.clearfix {
	clear: both;
}

.red {
	color: #f00;
}

.green {
	color: #090;
}

.blue {
	color: #00f;
}

.box {
	background: #ffffff url('/images/bg_grad.gif') repeat-x top left;
	border: 0px solid #f0e9eb;
	padding: 15px;
}

.right-column-image {
	text-align: center; 
	margin-top: 40px;
}

.underline {
	text-decoration: underline;	
}

.inline-image {
	margin-right:10px;
	margin-bottom:10px;
}

.left {
	float: left;	
}

.logotxt1 {
	font: normal 18px Georgia, serif;
	color: #000000;
	margin: 10px 0 0 15px;
}
.logotxt2 {
	font: normal 18px Georgia, serif;
	color: #000000;
}

/*** Layout ****/
#wrapper {
	margin: 0 auto;
	width: 776px;
	border-left: 1px solid #f0e9eb;
	border-right: 1px solid #f0e9eb;
	background: #fff;
}
#header {
	margin: 0 1px;
	height: 120px;
	clear: both;
}
#bg {
	height: 36px;
	background: url('/images/bg.gif') repeat-x;
}
#logo {
	margin-bottom: 45px;
	padding: 0 0 30px 30px;
}
.phone {
	float: right;
	padding: 0 30px 0 0;
}
#nav {
	background: #216f9b;
	padding: 10px 20px;
	text-align: left;
	color: #fff;
}
#nav a:visited, #nav a:link {
	text-decoration: none;
	color: #fff;
}
#nav a:hover {
	text-decoration: underline;
	color: #f78f1e;
}
#main-content {
	margin: 0 auto;
	margin-top: 15px !important;
}

#left-column {
	width: 440px;
	padding: 0 30px 30px;
	float: left;
}	

#right-column {
	width: 240px;
	padding: 0;
	float: left;
}
.crd a:visited, .crd a:link, .crd a:hover {
	text-decoration: none;
	color: #2a3845;
	cursor: text;
}
#footer {
	background: #f7f7f7;
	border-top: 1px solid #f0e9eb;
	padding: 10px 0px 15px 0px;
	clear: both;
	text-align: center;
}
/*** sidebar ***/
#main-image {
	text-align: center;
	margin-bottom: 15px;
}
.sidebar {
	width: 218px;
	margin: 0 auto;
	padding: 10px 25px;
	/*background: url(images/shadow.jpg) no-repeat top;*/
}
