/* 
Description: Endodontic Specialists of La Crosse stylesheet.
Version: 1.0
Released: 07/2/08
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */


/* =LAYOUT
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

body {
	background: #dbd7ce;
	color: #534e43;
	font:82%/1.5 "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; /* Sets default size to 13pt */
	text-align: center;
	position: relative;
	min-width: 770px;
}

#branding {
	background: #3D6D5F url(../images/bg_branding.png) repeat-x 0 0;
	height: 139px;
}

#nav {
	height: 33px;
	//height: 2.5em;
	background: #534e43 url(../images/bg_nav.png) repeat-x 0 0;
}

#content_main {
	background: white url(../images/bg_content.jpg) repeat-x 0 100%;
	padding: 30px 0 25px 0;
}

.content #content_main {
	padding-bottom: 50px;
}

#home #content_secondary {
	border-top: 2px solid #beb299;
}

#home #content_main_container {
	position: relative;
}

#branding_container, #nav_container, #content_main_container, #content_secondary_container {
	width: 770px; 
	margin: 0 auto; 
	text-align: left;
}


#content_container {
	width: 770px; 
	margin: 0 auto; 
	text-align: left;
}
		
.content #content_main_container {
	width: 500px;
	float: right;
	background: none;
}

.content #content_secondary {
	width: 260px;
	float: left;
}

.content #site_info {
	border-top: 2px solid #beb299;
	margin: 0;
}

.content #content_main:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#site_info {
	overflow:hidden;
	clear:both;
}

/* =TYPOGRAPHY
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

body * {
	font-size: 100%;
}
	
HTML {
	font-size: 100%;
}

p {
	margin-bottom: 17px;
}

h2 {
	font-size: 192%; /* Sets size to 25pt */
	color: #437365;
	font-weight: bold;
	margin-bottom: 12px;
}

h3{
	font-size: 123%;
	margin-bottom: 4px;
	font-weight: bold;
}

h4{
	font-weight: bold;
	color: #f4f1ea;
}

#home #content_main p {
	font-size: 123%;
	margin-bottom: 15px;
}


/* =NAV
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */


#nav li {
	float: left;
	font-weight: bold;
	text-transform: uppercase;
	text-indent: -9999px;
}

#nav a:link, #nav a:visited {
	display: block;
	color: white;	
}

#nav a {
	display: block;
	height: 33px;
}

a#nav_home:link, a#nav_home:visited {
	background: url(../images/nav_home.png) 0 0 no-repeat;
	width: 74px;
}

a#nav_home:hover {
	background: url(../images/nav_home.png) 0 -100px no-repeat;
}

#home #nav_home {
	background-position: 0 -100px;
}

a#nav_about_us:link, a#nav_about_us:visited {
	background: url(../images/nav_about_us.png) 0 0 no-repeat;
	width: 98px;
}

a#nav_about_us:hover {
	background: url(../images/nav_about_us.png) 0 -100px no-repeat;
}

#about #nav_about_us {
	background-position: 0 -100px;
}

a#nav_dahl:link, a#nav_dahl:visited {
	background: url(../images/nav_dahl.png) 0 0 no-repeat;
	width: 92px;
}

a#nav_dahl:hover {
	background: url(../images/nav_dahl.png) 0 -100px no-repeat;
}

#dahl #nav_dahl {
	background-position: 0 -100px;
}

a#nav_nordeen:link, a#nav_nordeen:visited {
	background: url(../images/nav_nordeen.png) 0 0 no-repeat;
	width: 118px;
}

a#nav_nordeen:hover {
	background: url(../images/nav_nordeen.png) 0 -100px no-repeat;
}

#nordeen #nav_nordeen {
	background-position: 0 -100px;
}

a#nav_our_treatment:link, a#nav_our_treatment:visited {
	background: url(../images/nav_our_treatment.png) 0 0 no-repeat;
	width: 138px;
}

a#nav_our_treatment:hover {
	background: url(../images/nav_our_treatment.png) 0 -100px no-repeat;
}

#treatment #nav_our_treatment {
	background-position: 0 -100px;
}

a#nav_faqs:link, a#nav_faqs:visited {
	background: url(../images/nav_faqs.png) 0 0 no-repeat;
	width: 70px;
}

a#nav_faqs:hover {
	background: url(../images/nav_faqs.png) 0 -100px no-repeat;
}

#faqs #nav_faqs {
	background-position: 0 -100px;
}

a#nav_contact_us:link, a#nav_contact_us:visited {
	background: url(../images/nav_contact_us.png) 0 0 no-repeat;
	width: 115px;
}

a#nav_contact_us:hover {
	background: url(../images/nav_contact_us.png) 0 -100px no-repeat;
}

#contact #nav_contact_us {
	background-position: 0 -100px;
}

/* =LINKS- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

.action_link {
	margin-top: 10px;
	font-weight: bold;	
}

.action_link a {
	padding-right: 23px;
	background: url(../images/bg_arrows.png) no-repeat 100% 60% ;	
}

a:link, a:visited {
	color:#5a4359;
	text-decoration: none;
}

a:hover{
	color:#5a4359;
	text-decoration: underline;
}


#content_main_container a:link, #content_main_container a:visited {
	color:#5a4359;
	text-decoration: underline;
}

#content_main_container a:hover{
	color:#5a4359;
	text-decoration: none;
}


/* =Branding
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#branding_container {
	position: relative;
}

#branding h1 {
	text-indent: -9999px;
	position: relative;
	top: 23px;
	left: 0;
}

#branding a {
	display: block;
	background: url(../images/logo.jpg) no-repeat 0 0;
	width: 413px;
	height: 104px;
}

#branding p {
	background: url(../images/names.jpg) no-repeat 0 0;
	width: 152px;
	height: 42px;
	text-indent: -9999px;
	position: absolute;
	top: 59px;
	right: 0;
}

#branding #endo_logo {
	display:none;
}


/* =HOME
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */


#home #content_main h2, #home #content_main p {
	width: 353px;
}

#learn_more {
	text-indent: -9999px;
	margin-top: 20px;
}

#learn_more a {
	display: block;
	background: url(../images/btn_learn_more.gif) no-repeat 0 0;
	width: 277px;
	height: 34px;
}

#learn_more a:hover {
	background-position: 0 -60px;
}

#slideshow_container {
	position: absolute;
	right: 0px;
	top: -15px;
}



/* FEATURES */


.feature {
	width: 238px;
	float: left;
	margin: 0 0 28px 0;
	line-height: 1.3;
	background: url(../images/bg_feature.png) no-repeat 0 0;
}

.feature h3, .feature p {
	padding: 0px 20px;
}

.feature p {
	margin-bottom: 0;
}

.feature h3 {
	font-size: 123%;
	text-transform: uppercase;
	font-weight: bold;
	padding-top: 18px;	
}

.feature img {
	float: left;
	margin: 2px 8px 0px 15px;
}

#home .feature {
	background: #dbd7ce url(../images/bg_feature_home.png) no-repeat 0 0;
	margin: 50px 28px 28px 0;
}

#home #feature-root_canal {
	margin-right: 0;
}


/* =SECONDARY */

.content h2 {
	text-indent: -9999px;
	border-bottom: 1px solid #dbd7ce;
	padding-bottom: 3px;
	height: 29px;
}

#about h2 {
	background: url(../images/bg_h2_about_us.png) no-repeat 0 0;	
}

#dahl h2 {
	background: url(../images/bg_h2_dahl.png) no-repeat 0 0;	
}

#nordeen h2 {
	background: url(../images/bg_h2_nordeen.png) no-repeat 0 0;	
}

#treatment h2 {
	background: url(../images/bg_h2_our_treatment.png) no-repeat 0 0;	
}

#contact h2 {
	background: url(../images/bg_h2_contact_us.png) no-repeat 0 0;	
}

#forms h2 {
	background: url(../images/bg_h2_forms.png) no-repeat 0 0;	
}

#endodontics h2 {
	background: url(../images/bg_h2_endodontics.png) no-repeat 0 0;	
}

#faqs h2 {
	background: url(../images/bg_h2_faqs.png) no-repeat 0 0;	
}

address {
	width: 190px;
	background: #F8F2EC;
	border: 2px solid #beb299;
	float: right;
	padding: 13px;
	margin: 5px 0 5px 20px;
}

address p {
	margin-bottom: 0;
}

.right {
	float: right;
}

/* =CONTACT FORM*/

#contactform {
	margin-top: 5px;
}

#contact input, #contact textarea {
	margin-bottom: 15px;
	background: #F9F9F8;
	border: 2px solid #EEEDED;
}

#contact textarea {
	width: 400px;
	font-size: 115%;
}

#contactform input:focus, #contactform textarea:focus {
	background: white;
}

label {
	font-weight: bold;
}

.required {
	color:  #4B7A6D;
}


#errors p, #errors ul
{
	background: #F8F2EC;
	border: 2px solid #beb299;
	padding: 5px 5px 0px 10px;	
}
#errors p
{
	border-bottom: none;
	font-weight: bold;
	background: #F8F2EC url(../images/error.gif) no-repeat 1% 50%;
	margin-bottom: 0;
}
#errors ul{
	border-top: none;
	padding-bottom: 5px;
}

#errors {
	margin-bottom: 15px;
}


/* =Credential Table Styles */
td {
	padding: 7px 15px;
}

tr:hover {
	background: #F9F9F9;
}

tr.no_hover:hover {
	background: transparent;
}

th {
	background: #E8E8E8;
	padding: 5px 5px 5px 15px;
	font-weight: bold;
}

table {
	font-size: 92.3%;
}

table img {
	margin-right: 40px;
	border: none;
}

.back_to_top {
	padding-left: 15px;
}
	


/* =SITE INFO
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
#site_info {
	text-align: center;
	color: #a29f98;
}

#site_info p {
	margin: 60px 0 20px 0;
}

.content #site_info p {
	margin-top: 20px;
}

#site_info a {
	color: #a29f98;
}
