/* ~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~ */
/* ~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~ */
/*      FILE: epiphany.css                                               */ 
/* AUTHOR(S): Original by Kelly Wardrop / Modified by Robert Makynen     */
/*      DATE: March 31, 2008                                             */ 
/* ~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~ */
/* ~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~ */

/* ~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~ */
/* BEGIN: Standard Elements                                              */
/* ~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~ */
body
{
	font-family: Arial, Helvetica, sans-serif;
	background: #C69E6C url('images/bg_repeat.jpg') repeat-x top left; 
	margin:0;
	text-align: center;
}

p
{
	font-size: 12px;
	line-height: 18px;
	color:#742916;
	margin-top:10px;
	margin-bottom:10px;
}

h1
{
	font-size: 24px;
	font-weight: normal;
	margin-top:0;
	margin-bottom:5px;
	color:#7b6a50;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
}

h2
{
	font-size: 18px;
	font-weight: normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color:#471A0E;
}



h3
{
	font-size: 16px;
	font-weight: normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color:#385801;
}

h4
{
	font-size: 12px; 
	font-weight: bold;
}

a
{
	font-weight: bold;
	text-decoration: none;
	color:#742916;
}

a:hover
{
	text-decoration: none;
	color:#7b6a50;
}



li
{
	font-size: 12px;
	line-height: 20px;
	padding-bottom:5px;
	color:#742916;
	margin-left:-15px;
}

hr
{
	color:#471A0E;
	background:#471A0E;
	height:1px;
	border:0;
}
/* ~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~ */
/* END: Standard Elements                                                */
/* ~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~ */


/* ~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~ */
/* BEGIN: Main Framework                                                 */
/* ~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~ */
#container
{
	width: 850px;
	margin: 0px auto;
	text-align: left;
} 

#header
{
	width: 850px;
	height: 164px;
	background: url('images/top.png') no-repeat top left;
	text-align: right;
	margin: 0px;
}

#mainContent
{
	width: 800px;
	background: url('images/body.png') repeat-y top left;
	margin-left: 50px;
}

#left
{
	width: 252px;
	float: left;
}

#right
{
	width: 513px;
	float: right;
	margin-right: 25px;
	margin-left: 10px;
}

#galleryright
{
	width: 520px;
	float: right;
}

#gallery {}

#footer
{
	width: 850px;
	height: 68px;
	background: url('images/footerbg.png') no-repeat top left;
	margin-left: 50px;
	margin-top: -5px;
}

.nav
{
	width: 750px;
	padding-top: 50px;
	text-align: center;
	margin: 0px auto;
	padding-left: 50px;
}

.nav a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
}

.nav a:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFCC;
	text-decoration:none;
	font-weight:bold;
}
/* ~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~ */
/* END: Main Framework                                                   */
/* ~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~ */


/* ~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~ */
/* BEGIN: General Classes and IDs                                        */
/* ~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~ */
/*** Clear Div ***/
div.clear
{
	clear: both;
}

/*** Page with list of subpages ***/
#listPage ul
{
	list-style: square;
}

/*** Subpage Navigation ***/
ul.subNav
{
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
	list-style: none;
	font-size: 12px;
	text-align: center;
}

ul.subNav li
{
	display: inline;
	margin: 0;
	padding: 0;
}

.imgborder
{
	border: #FFFFFF 1px solid;
	margin: 4px 2px 5px 5px;
}

.bodyImage
{
	margin: 5px 5px 7px 5px;
	border: #FFFFFF 1px solid;
}

.smalltext
{
	font-size: 10px;
	line-height: 14px;
	color:#D6B98D;
}

.borderleft
{
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
}

/*** Template ***/
.address
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	color:#742916;
	font-weight:normal;
	padding-top:5px;
	letter-spacing:1px;
}

.addressnum
{
	font-family: "Times New Roman", Times, serif;
	font-size:14px;
	color:#742916;
	font-weight:normal;
	padding-top:4px;
	padding-right:25px;
}

.addressblk
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #000000;;
	margin: 0px;
	font-weight: normal;
	padding-top: 20px;
}

.addressnumblk
{
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	color: #000000;
	margin: 0px;
	font-weight: normal;
	padding-top: 20px;
}

.bottomlinks
{
	width: 850px;
	margin: 0px auto;
	text-align: center;
} 

.bottomlinks p
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#742916;
	text-decoration:none;
	font-weight:normal;
}

.bottomlinks a
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#742916;
	text-decoration:none;
	font-weight:bold;
}

.bottomlinks a:hover
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	text-decoration:none;
	font-weight:bold;
}
/*** End Template ***/

/*** Custom Forms -- Just change the colors ***/
.fields
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	border: #000000 1px solid;
	background-color: #CCCCCC;
}

input.submit
{
	border: 1px solid #000000;
	border-top-color: #000000;
	border-left-color: #000000;
	padding: 0.25em;
	background-color: #CCCCCC;
	color: #000000;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

input.submit:hover
{
	border: 1px solid #000000;
	border-top-color: #000000;
	border-left-color: #000000;
	padding: 0.25em;
	background-color: #000000;
	color: #CCCCCC;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
/*** End Custom Forms ***/

/*** Contact Form ***/
#contactForm
{
	padding: 5px;
	color: #ffffff;
	width: 165px;
	margin-left: 50px;
	margin-top: 10px;
}

#contactForm input, #contactForm textarea
{
	border: 1px solid #342E12;
}

#contactForm textarea
{
	margin-top: 3px;
}

#contactForm .submit input
{
	font-size: 13px;
	font-weight: bold;
	color: #342E12;
	background-color:#D2AA77;
	border: 1px outset #000000;
}
/*** End Contact Form ***/

/*** Coupon ***/
#coupon
{
	width: 180px;
	margin-top: 20px;
	margin-left: 45px;
	border: #ffffff 1px dashed;
	background-color: #d5c9b1;
	
}

#coupon p
{
	text-align: center;
	margin: 7px 5px 7px 5px;
}

#coupon a:link
{
	color: #742916;
	text-decoration: underline;
}

#coupon a:visited
{
	color: #742916;
	text-decoration: underline;
}

#coupon a:active
{
	color: #7b6a50;
	text-decoration: underline;
}

#coupon a:hover
{
	color: #7b6a50;
	text-decoration: underline;
}

#coupon .bigText
{
	color: #ad3110;
	font-weight: bold;
	font-size: 11px;
}

.printCoupon
{
	display: block;
}
/* ~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~ */
/* END: General Classes and IDs                                          */
/* ~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~ */


/* ~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~ */
/* BEGIN: Specific Page Definitions                                      */
/* ~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~ */
/*** Home ***/
#home {}

#home p.signature
{
	font-size: 18px;
	font-style: italic;
	text-align: right;
}

/*** About Our Practice ***/
#about img
{
	float: left;
	display: inline;
	margin: 0px 10px 10px 0px;
	border: 1px solid #7F3A10;
}

/*** Meet the Doctor ***/
#doctor img
{
	float: left;
	display: inline;
	margin: 0px 10px 10px 0px;
	border: 1px solid #7F3A10;
}

/*** Meet Our Dental Team ***/
.staffIntro
{
	padding-bottom: 100px; /*Add only for short content, adjust depending on length*/
}

#staff img
{
	float: left;
	display: inline;
	margin: 0px 10px 10px 0px;
	border: 1px solid #7F3A10;
}

/*** Services Provided ***/
#services .procImages
{
	display: inline;
}

#services .procImages img
{
	margin-right: 10px;
	border: 1px solid #7F3A10;
}

/*** Dental Implants ***/
#implants .procImages
{
	margin-bottom: 10px;
}

#implants .procImages img
{
	margin-right: 10px;
	border: 1px solid #7F3A10;
}

#implants .implantVid
{
	width: 200px;
	text-align: center;
}

/*** Financial Policies ***/
#financial {}

/*** Smile Gallery ***/
#gallery {}

/*** Forms ***/
#forms h3
{
	margin: 0 0 15px 0;
	padding: 10px 0 0 0;
}

#forms img
{
	margin: 40px 0 0 0;
}

/*** Contact Us ***/
#contact {}

/*** Directions ***/
#directions img
{
	float: left;
	display: inline;
	margin: 0px 10px 10px 0px;
	border: 1px solid #7F3A10;
}

#directions p
{
	margin-bottom: 20px;
}

/*** Site Map ***/
#sitemap ul
{
	list-style: square;
}

#drlocation
{
	font-size: 10px;
	text-align: center;
}
/* ~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~ */
/* END: Specific Page Definitions                                        */
/* ~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~ */

