/*
-----------------------------------------------
Centra Chiropractic
Copyright 2007 
designed by Coray McClellan - mergeworksmedia.com
----------------------------------------------- */

html, body, form, fieldset, table {
	margin: 0;
	padding: 0;
}

span {
	display: none;
}

p {
	margin-top: 0;
}
body {
    font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, "Trebuchet MS", sans-serif;
	margin: 0px;
	padding: 0px;
	background: #FFFFFF;
	color: #333333;
	font-size: small;
	line-height: 1.5em;
}

html {
	overflow: scroll;
}

a img {
	border: none;
}

#outerwrap {
	width: 776px;
	margin: 0px auto;
	padding: 0;
	margin-bottom: 80px;
}

#innerwrap {
	margin: 0;
	padding: 0;
}

#header {
	background: url(style_images/header.gif) no-repeat left;
	height: 130px;
	width: 776px;
	margin: 0;
	padding: 0;
	color: #919191;
	position: relative;
}

#email_list {
	position: absolute;
	top: 50px;
	right: 20px;
}

#address {
	position: absolute;
	top: 90px;
	left: 138px;
}

/* Content
----------------------------------------------- */
#content {
	color: #333333;
	margin: 20px;
}

#welcome_head {
	background: url(style_images/welcome_head.gif) no-repeat;
	width: 465px;
	height: 60px;
	padding: 0px 25px;
}

#welcome_body {
	background: url(style_images/welcome_body.gif) repeat-y;
	width: 465px;
	padding: 0px 25px 1px;
	margin: 0;
}

#welcome_foot {
	background: url(style_images/welcome_foot.gif) no-repeat;
	width: 465px;
	height: 35px;
	padding: 0px 25px;
	margin: 0;
}

#welcome_head h1{
	display: none;
}

#welcome_body a {
	color: #BD6247;
}

#new_patient_box {	
	width: 200px;
	margin-bottom: 20px;
	margin-left: 20px;
	float: right;
}

#new_patient_head {	
	background: url(style_images/OfficeInfo.gif) no-repeat;
	width: 185px;
	height: 45px;
	padding-left: 15px;
}

#new_patient_body {	
	background: url(style_images/new_patient_body.gif) repeat-y;
	width: 185px;
	padding-left: 15px;
	line-height: 1.8em;
	color: #466592;
	font-size: .90em;
}

#new_patient_foot {	
	background: url(style_images/new_patient_foot.gif) no-repeat;
	width: 185px;
	height: 35px;
	padding-left: 15px;
}

#new_patient_body a{
	color: #466592;
}


#new_patient_body a.orange{
	color: #E29841
}


#new_patient_body a.green{
	color: #1B703A
}

#new_patient_body a:hover{
	text-decoration: underline;
}

#text_content {
	float: left;
	width: 515px;
	margin-bottom: 20px;
}

#contact_info {
	width: 190px;
	float: left;
}

#map {
	float: left;
}

#faq_box {
	float: left;
	width: 515px;
	height: 400px;
	overflow: auto;
	padding-right: 10px;
	margin-bottom: 20px;
}

#img_left, #img_01, #img_02, #img_03, #img_04, #img_05, #img_06, #img_07, #img_08, #img_09, #img_10 {
	margin: 0px 20px 5px 0px;
	float: left;
	padding: 5px;
	border: 1px solid #919191;
}

#img_right{	
	margin: 20px 0px 0px 0px;
	padding: 5px;
	border: 1px solid #919191;
}

/* Headings
----------------------------------------------- */
h1 {
	color: #5C8A4A;
	font-size: 120%;
	margin-top: 0;
}

h2 {
	color: #466592;
	font-size: 100%;
	margin-top: 0;
	margin-bottom: 5px;
}

/* Links
----------------------------------------------- */

a:link {
  color:#E29841;
  text-decoration:none;
}
a:visited {
  color:#E29841;
  text-decoration:none;
}
a:hover {
  color:#E29841;
  text-decoration:underline;
}

#navigation {
	position: relative;
	height: 42px;
}


/* Welcome Button
----------------------------------------------- */

#welcome a {
	background: url(style_images/NavNew.gif) no-repeat;
	height: 42px;
	width: 95px;
	position: absolute;
	background-position: 0px 0px;
}
#welcome .current {
	background: url(style_images/NavNew.gif) no-repeat;
	height: 42px;
	width: 95px;
	position: absolute;
    background-position: 0px -84px;
}
#welcome a:hover {
	background: url(style_images/NavNew.gif) no-repeat;
	height: 42px;
	width: 95px;
	position: absolute;
    background-position: 0px -42px;
}

/* First Visit Button
----------------------------------------------- */

#first_visit a {
	background: url(style_images/NavNew.gif) no-repeat;
	height: 42px;
	width: 105px;
	left: 95px;
	position: absolute;
	background-position: -95px 0px;
}
#first_visit .current {
	background: url(style_images/NavNew.gif) no-repeat;
	height: 42px;
	width: 105px;
	left: 95px;
	position: absolute;
    background-position: -95px -84px;
}
#first_visit a:hover {
	background: url(style_images/NavNew.gif) no-repeat;
	height: 42px;
	width: 105px;
	left: 95px;
	position: absolute;
    background-position: -95px -42px;
}

/* Treatment Button
----------------------------------------------- */

#treatment a {
	background: url(style_images/NavNew.gif) no-repeat;
	height: 42px;
	width: 105px;
	left: 200px;
	position: absolute;
	background-position: -200px 0px;
}
#treatment .current {
	background: url(style_images/NavNew.gif) no-repeat;
	height: 42px;
	width: 105px;
	left: 200px;
	position: absolute;
    background-position: -200px -84px;
}
#treatment a:hover {
	background: url(style_images/NavNew.gif) no-repeat;
	height: 42px;
	width: 105px;
	left: 200px;
	position: absolute;
    background-position: -200px -42px;
}

/* Testimonials Button
----------------------------------------------- */

#testimonials a {
	background: url(style_images/NavNew.gif) no-repeat;
	height: 42px;
	width: 120px;
	left: 305px;
	position: absolute;
	background-position: -305px 0px;
}
#testimonials .current {
	background: url(style_images/NavNew.gif) no-repeat;
	height: 42px;
	width: 120px;
	left: 305px;
	position: absolute;
    background-position: -305px -84px;
}
#testimonials a:hover {
	background: url(style_images/NavNew.gif) no-repeat;
	height: 42px;
	width: 120px;
	left: 305px;
	position: absolute;
    background-position: -305px -42px;
}



/* Newsletter Button
----------------------------------------------- */

#newsletter a {
	background: url(style_images/NavNew.gif) no-repeat;
	height: 42px;
	width: 115px;
	left: 425px;
	position: absolute;
	background-position: -425px 0px;
}
#newsletter .current {
	background: url(style_images/NavNew.gif) no-repeat;
	height: 42px;
	width: 115px;
	left: 425px;
	position: absolute;
    background-position: -425px -84px;
}
#newsletter a:hover {
	background: url(style_images/NavNew.gif) no-repeat;
	height: 42px;
	width: 115px;
	left: 425px;
	position: absolute;
    background-position: -425px -42px;
}

/* Online Store Button
----------------------------------------------- */

#store a {
	background: url(style_images/NavNew.gif) no-repeat;
	height: 42px;
	width: 125px;
	left: 540px;
	position: absolute;
	background-position: -540px 0px;
}
#store .current {
	background: url(style_images/NavNew.gif) no-repeat;
	height: 42px;
	width: 125px;
	left: 540px;
	position: absolute;
    background-position: -540px -84px;
}
#store a:hover {
	background: url(style_images/NavNew.gif) no-repeat;
	height: 42px;
	width: 125px;
	left: 540px;
	position: absolute;
    background-position: -540px -42px;
}

/* Contact Button
----------------------------------------------- */

#contact a {
	background: url(style_images/NavNew.gif) no-repeat;
	height: 42px;
	width: 119px;
	left: 665px;
	position: absolute;
	background-position: -665px 0px;
}
#contact .current {
	background: url(style_images/NavNew.gif) no-repeat;
	height: 42px;
	width: 119px;
	left: 665px;
	position: absolute;
    background-position: -665px -84px;
}
#contact a:hover {
	background: url(style_images/NavNew.gif) no-repeat;
	height: 42px;
	width: 119px;
	left: 665px;
	position: absolute;
    background-position: -665px -42px;
}

/* Footer
----------------------------------------------- */

#footer {
	padding-top: 10px;
	color:#919191;
	clear: both;
	background: url(style_images/footer_lines.gif) no-repeat top;
}

#footer_left {
	float: left;
	font-size: 14px;
	font-style: italic;
	padding-left: 20px;
}

#footer_right {
	float: right;
	text-align: right;
	padding-right: 20px;
}

#footer_links {
	font-size: x-small;

}

#footer_links a {
  	color:#919191;
  	text-decoration:none;
}

#footer a:hover {
  	color:#919191;
 	text-decoration:underline;
}
