/* This stylesheet is used to style the individual pages */

.spacer-10{width: 100%; height: 10px;}
.spacer-20{width: 100%; height: 20px;}
.spacer-30{width: 100%; height: 30px;}
.spacer-40{width: 100%; height: 40px;}

.page-title{
padding: 20px 0px 0px 10px;
margin: 0px 0px 0px 0px;
font-family: trebuchet, Arial;
font-size: 13pt;
font-weight: bold;
color: #47aa42;
}


.left-column{width: 600px; vertical-align: top;}

.right-column{width: 230px; vertical-align: top;}

.left{
width: 600px; 
margin: 0px 0px 0px 0px;
float: left;
}

.right{
width: 250px; 
margin: 0px 0px 0px 0px;
float: left;
}

.left-split{
width: 425px; 
margin: 0px 0px 0px 0px;
float: left;
}
.right-split{
width: 425px; 
margin: 0px 0px 0px 0px;
float: left;
}
.unique-container{width: 830px; padding: 0px 10px 10px 10px; margin: 0px 0px 0px 0px;}

.paragraphs{width: 535px; margin-right: 10px; margin-left: 10px;}
.paragraphs h4{margin-bottom: 0px; color: #005288;}
.paragraphs p{margin: 7px 0px 7px 0px;}


.side-photo{margin: 0px auto; margin-top: 30px;}

.side-image{margin: 0px auto;}



/* ====================== HOME PAGE ================= */

.home-services{
width: 230px;
height: 110px;
padding: 10px 10px 10px 10px;
margin: 10px 0px 0px 15px;
background-image: url(../images/elements/services.jpg);
background-repeat: no-repeat;
float: left;
}
.home-services h4{
margin: 0px 0px 5px 0px;
font-family: Times, Arial;
font-size: 13pt;
font-weight: bold;
color: #419638;
}
.home-services p{
margin: 5px 0px 5px 0px;
}



.office-hours{
width: 230px;
padding: 0px 0px 10px 0px;
border: 2px solid #005288;
margin: 0px auto;
margin-top: 30px;
}
.office-hours h4{
width: 100%;
height: 26px;
padding-top: 3px;
margin: 0px 0px 0px 0px;
background-image: url(../images/elements/office-hours.jpg);
background-repeat: repeat-x;
text-align: center;
font-family: Times, Arial;
font-size: 13pt;
font-weight: bold;
color: #ffffff;
}
.office-hours p{
padding: 0px 5px 0px 5px;
margin: 5px 0px 0px 0px;
}
.office-hours span{
font-size: 10pt;
font-weight: bold;
}




/* ====================== ABOUT  PAGE ================= */


/* ======================  PAGE =============== */

/* ====================== ALTERNATIVE MEDICINE PAGE ================= */

.list-techniques{
margin-top: 20px;
}
.list-techniques p{

}
.list-techniques p span{
font-weight: bold;
color: #4b4b4b;
}

/* ===================== PATIENT FORMS PAGE ========== */

.each-form{
width: 250px;
}
.each-form p{
text-align: center;
font-weight: bold;
}

/* ===================== COMPREHENSIVE TESTING PAGE ========== */

.testing-chart{
width: 830px;
margin: 20px 0px 0px 0px;
border: 1px solid #4b4b4b;
}

.col1{
width: 190px;
padding: 10px 10px 10px;
vertical-align: top;
border-right: 1px solid #4b4b4b;
}

.col2{
width: 180px;
padding: 10px 10px 10px 10px;
vertical-align: top;
text-align: center;
font-weight: bold;
border-right: 1px solid #4b4b4b;
}

.col3{
width: 396px;
padding: 10px 10px 10px 10px;
vertical-align: top;
}

/* ===================== CONTACT PAGE ================= */


.ct-form-holder{
width: 400px;
margin: 10px 10px 10px 10px;
/* border: 1px solid #3e1c0e; */
}
.ct-form-holder p{
}
.ct-form-holder h4{
margin: 0px 0px 0px 0px;
text-align: center;
font-size: 13pt;
font-weight: bold;
color: #4b4b4b;
}
.ct-form-each{
width: 170px;
height: 50px;
margin: 5px 10px 5px 10px;
float: left;
}
.ct-form-each input{
width: 160px;
/*background-color: #ffffff; */
/* border: #000080 1px solid; */
font-weight: bold; 
color: #000080;
padding-left: 2px;
}

.ct-form-textarea{
width: 360px;
margin: 0px auto;
margin: 0px 10px 5px 10px;
clear: both;
}
.ct-form-textarea textarea{
/*background-color: #ffffff; */
/*border: #000080 1px groove; */
width: 360px;
height: 90px; 
padding: 5px;
font-weight: bold; 
color: #000080;
}


.cpsubmit{
padding-top:20px;
padding-right: 20px;
float:right;
}

/* Reservation contact side */

.res-form-holder{
width: 400px;
margin: 10px 10px 10px 10px;
}

.res-form-holder p{
text-align: right;
margin-right: 70px;
}
.res-form-holder h4{
margin: 0px 0px 25px 0px;
text-align: center;
font-size: 13pt;
font-weight: bold;
color: #09aff7;
}





/* ===================== MENU OF SERVICES PAGE */

.unique-container dl{
margin: 20px 0px 20px 0px;

}
.unique-container dt{
padding: 5px 5px 5px 5px;
margin: 10px 20px 10px 40px;
border: 1px solid #000000;
}


.unique-container dd{
margin: 10px 0px 10px 0px;
list-style: square;
}
.unique-container .list-right{
font-weight: bold;
float: right;
}
.unique-container .list-right span{
font-size: 9pt;
font-weight: normal;
}










