@charset "utf-8";
/* CSS Document */
body { 
	background:url(../img/bkg_main.gif) top repeat-x #2f4159;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
} 
.container { 
	width: 800px;  
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.top-body{
	background:url(../img/box_top-main-body.gif) top no-repeat; height:9px;	
}
.mid-body{
	background-color:#FFF; padding:0px 9px 9px 9px;	
}
.btm-body{
	background:url(../img/box_btm-main-body.gif) top no-repeat; height:9px;	
}

.top-sec-body{
	background:url(../img/box_top-sec-body.gif) top no-repeat; width:530px; height:11px;	
}
.sec-mid-body{
	border-right: 1px solid #a0b86e; border-left:1px solid #a0b86e; width:488px; color:#000; padding: 0px 20px 10px 20px; line-height:19px;	
}
.btm-sec-body{
	background:url(../img/box_btm-sec-body.gif) top no-repeat; width:530px; height:11px;	
}

.side-about-dentist{
	background:url(../img/bkg_about-dentist.jpg) top no-repeat; height:78px; padding:42px 5px 5px 80px; color:#000;	
	text-decoration:none;
	cursor:pointer;
}

.side-our-location{
	background:url(../img/bkg_our-location.jpg) top no-repeat; height:78px; padding:42px 5px 5px 80px; color:#000;	
		text-decoration:none;
	cursor:pointer;

}
.hdr-body{
	color:#88a64a; font-size:22px; padding-bottom:13px;
}

.footer{
	background:url(../img/bkg_footer.gif) top left no-repeat; width:548px; padding-top:8px; height:23px;	
}
.footer a{
	color:#fff;
}
.footer a:hover{
	text-decoration:none;	
}
/* BEGIN TOP NAVIGATION*/
#menu {
    width: 582px; height: 50px;
    background: url(../img/btn_menu-sprite.gif);
    margin: 0 auto; 
	padding: 0;
    position: absolute;
}
#menu li {
    margin: 0; padding: 0; list-style: none;
    position: absolute; top: 0;
}
#menu li span { display: none; }
#menu li, #menu a {
    height: 50px; display: block;
}
#home a:hover {
    background: transparent url(../img/btn_menu-sprite.gif)
    0 -50px no-repeat;}
#meet-the-team a:hover {
    background: transparent url(../img/btn_menu-sprite.gif)
    -58px -50px no-repeat;}
#services a:hover {
    background: transparent url(../img/btn_menu-sprite.gif)
    -190px -50px no-repeat;}
#patient-education a:hover {
    background: transparent url(../img/btn_menu-sprite.gif)
    -263px -50px no-repeat;}	
#testimonials a:hover {
    background: transparent url(../img/btn_menu-sprite.gif)
    -392px -50px no-repeat;}	
#contact-us a:hover {
    background: transparent url(../img/btn_menu-sprite.gif)
    -489px -50px no-repeat;}	
	
#home {left: 0; width: 58px;}
#home-selected { left: 0; width: 58px; background: transparent url(../img/btn_menu-sprite.gif)
    0 -50px no-repeat;
}
#meet-the-team {left: 58px; width:132px;}
#meet-the-team-selected{
	left: 58px; width: 132px;
	background: transparent url(../img/btn_menu-sprite.gif)
    -58px -50px no-repeat;
}
#services {left: 190px; width: 73px;}
#services-selected{
	left: 190px; width: 73px;
	background: transparent url(../img/btn_menu-sprite.gif)
    -190px -50px no-repeat;	
}
#patient-education {left: 263px; width: 129px;}
#patient-education-selected {
	left: 263px; width: 129px;
	background: transparent url(../img/btn_menu-sprite.gif)
    -263px -50px no-repeat;
}
#testimonials {left: 392px; width: 97px;}
#testimonials-selected {
	left: 392px; width: 97px;
	background: transparent url(../img/btn_menu-sprite.gif)
    -392px -50px no-repeat;
}
#contact-us {left: 489px; width: 93px;}
#contact-us-selected {
	left: 489px; width: 93px;
	background: transparent url(../img/btn_menu-sprite.gif)
    -489px -50px no-repeat;
}
/* END TOP NAVIGATION*/
/* BEGIN MAIN SIDE NAVIGATION*/
#menu-side {   
    background:url("../img/btn_side-menu-sprite.gif") 0 0 no-repeat;   
    width:242px;   
    height:125px;   
    margin:0;   
    padding:0;   
    }  
#menu-side li span { display: none; }   
  
#menu-side li { float:left; list-style:none; position:relative; }   
  
#menu-side li, #menu-side a {   
    height:62px;    /* Each button must have the same height, define it here */  
    display:block;   
    margin:0;   
    padding:0;   
    }   
  
li#request-appt,li#new-forms { margin-bottom:0px; width:237px; } 
#request-appt a:hover { background:url("../img/btn_side-menu-sprite.gif") -242px  -0px no-repeat; }   
#new-forms a:hover { background:url("../img/btn_side-menu-sprite.gif") -242px  -62px no-repeat; } 

li#request-appt-selected,li#new-forms-selected { margin-bottom:0px; width:242px; } 
#request-appt-selected { background:url("../img/btn_side-menu-sprite.gif") -242px  -0px no-repeat; }   
#new-forms-selected { background:url("../img/btn_side-menu-sprite.gif") -242px  -62px no-repeat; } 

/* END SIDE NAVIGATION*/



/*=========GENERAL CSS RULES================*/
.a-error {
color:#FF0000;
display:none;
font-weight:bold;
margin:0;
text-align:left;
}
.a-form {
font-size:12px;
margin:0;
}
.a-div {
clear:both;
margin:0;
padding:0 2px 10px;
}
.a-pad {
padding:6px;
}
.a-label {
font-weight:bold;
margin:0;
padding:0;
text-align:left;
width:95px;
}
.a-input {
margin:0;
padding:0;
width:190px;
}
.a-logo {
background-image:url(http://www.patientdocs.com/img/home/poweredby.png);
background-repeat:no-repeat;
}
* html .a-logo {
background-image:none;
}
.a-clear {
clear:both;
height:50px;
position:relative;
}

#cal1Container {
            position: absolute;
            display: none;
        }
        p, #cal1Container {
            margin: 1em;
        }
        
        #cal1Container {
            z-index: 500;
        }
        .dp-highlighter {
            z-index: 1;
        }

/*--Input Style--*/
input {
	border:1px solid #7e9db9;
	background-color:#FFFFFF;
	margin-top:2px;
	}
	
select {
	border:1px solid #7e9db9;
	background-color:#FFFFFF;
	margin-top:2px;
	}
	
textarea {
	border:1px solid #7e9db9;
	background-color:#FFFFFF;
	margin-top:2px;
	}
/*--End Input Style--*/

/*--Divs--*/
#form_container {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width:365px; height:270px;
	text-align:left;
	}
	
#top_left {
	width:174px;
	float:left;
	padding-bottom:15px;
	border-right:1px solid #d9d9d9;/*--Change the color of border--*/
	}	
	
#top_right {
	width:175px;
	float:right;
	padding-bottom:15px;
	}
	
#bottom {
	clear:both;
	width:365px;
	height:51px;
	padding-top:11px;
	margin-bottom:10px;
	border-top:1px solid #d9d9d9;/*--Change the color of border--*/
	border-bottom:1px solid #d9d9d9;/*--Change the color of border--*/
	}
/*--End Divs--*/	
	
/*--Images--*/
#submit_request {
	border:none;
	}
	
.bkg_calendar {
	background:url(/images/btn_img_calendar.gif) right no-repeat;
	}
/*--End Images--*/
	
/*--Classes--*/
.field_name {
	font-weight:bold;
	color:#000000;/*--Change the color of the field name ie: Name--*/
	}

.secondary_details {
	font-size:11px;
	color:#000000;/*--Change the color of the secondary details ie: (include area code)--*/
	}
	
.required {
	color:#f26522;/*--Change the color of the required fields--*/
	}
	
.float_right {
	float:right;
	}

.float_left {
	float:left;
	}
	.powered-by{
	float:right;
	background:url(/images/img_powered-by-color.png) top left no-repeat;
	width:100px;
	height:40px;
}


	
.field_margin {
	clear:both;
	margin-bottom:12px;
	}
	

/*--End Classes--*/


