/* ~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~ */
/* BEGIN: STANDARD ELEMENTS
/* ~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~ */
body
{
	margin: 0;
	background-color: #abc598; /*Enter Background Color*/
	background-image: url(images/mainBackground.jpg);
	color: #000000; /*Enter Text Color*/
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif; /*Enter Text Font*/
	font-size: 12px; /*Enter Text Font Size*/
}

h1
{
	margin: 20px 0px 20px 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: bold;
	font-style: italic;
	color: #5b3714;
}

h2
{
	margin: 10px 0px 15px 0;
	font-family: Verdana, "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	color: #000000;
}

h3
{
	margin: 0;
	font-family: Verdana, "Trebuchet MS", Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}

p
{
	margin: 0 0 18px 0;
	font-family: Verdana, "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
}

a
{
	color: #c6a26b;
	text-decoration: none;
}

a:hover
{
	color: #5d3916;
	text-decoration: underline;
}
/* ~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~ */
/* END: STANDARD ELEMENTS
/* ~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~ */



/* ~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~ */
/* BEGIN: MAIN FRAMEWORK
/* ~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~ */
/*** Contain ***/
#contain
{
	margin: 15px auto 15px auto;
	padding: 0;
	width: 905px;
	background-color: transparent;
	border: 0px;
}

/*** Header ***/
#head
{
	height: 116px;
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
}

#head a:link, #head a:hover, #head a:visited, #head a:active
{
	color: #ffffff;
	text-decoration: none;
}

#headLeft
{
	margin: 65px 0px 5px 35px;
	padding: 5px;
	float: left;
	display: inline;
	width: 290px;
	background-color: #5b3714;
	border: 3px solid #b6a371;
	color: #ffffff;
	text-align: center;
}

#headLeft p
{
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	margin: 0px;
	padding: 0px;
	border: 0px;
	text-align: center;
	line-height: 105%;
}

#headRight
{
	margin: 20px 20px 0 0;
	float: right;
	display: inline;
	width: 514px;
	height: 95px;
	background-color: #201C1B;
	border: 1px solid #7B6D4D;
	border-bottom: none;
}

#headRight p.top
{
	margin: 0;
	padding: 7px 10px 3px 10px;
	width: 494px;
	font-size: 11px;
	text-align: right;
	background-color: #ffffff;
}

#headRight span.emphasize
{
	font-weight: bold;
	color: #FFFFFF;
}

#headRight img
{
	margin: 0;
	border-top: 1px solid #7B6D4D;
	border-bottom: 1px solid #7B6D4D;
}

#headRight p.bottom
{
	margin: 0;
	font-size: 11px;
	text-align: center;
}

/*** Menu ***/
#menu
{
	margin: 0 auto;
	width: 905px;
	background-color: #8f6b3f;
	background-image: url(images/navBackground.gif);
	background-repeat: no-repeat;
}

/*** Content ***/
#contentContainer
{
	width: 905px;
	background-color: #ffffff;
	background-image: url(images/contentBackground.gif);
	margin: 0px;
	padding: 0px;
	border: 0px;
}

#content
{
	margin: 0;
	padding: 0 20px 0 20px;
	background-color: #ffffff;
}

#contentLeft
{
	float: left;
	display: inline;
	width: 344px;
	background-color: #ffffff;
}

#contentRight
{
	float: right;
	display: inline;
	width: 500px;
	padding: 7px;
	background-color: #ffffff;
}

#contentRight h2
{
	margin: 10px 0px 15px 0;
	font-family: Verdana, "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	color: #000000;
}

/*** LEFT CONTENT ***/
#largeImage
{
	border: 0px;
	background-color: #ffffff;
}

#largeImage img
{
	border-left: #5b3714 1px solid;
	border-bottom: #5b3714 1px solid;
	border-right: #5b3714 1px solid;
}

#contentLeft h3
{
	margin: 0 0 3px 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	text-align: left;
	color: #ffffff;
}

#sideNav
{
	margin: 0 20px 0 20px;
	width: 303px;
	position: relative;
	top: -20px;
	background-color: #ffffff;
	border: 1px solid #7B6D4D;
	text-align: center;
}

#sideNav ul
{
	margin: 0;
	padding: 5px;
	list-style: none;
	font-size: 11px;
}

#sideNav ul li
{
	display: inline;
	margin: 0;
	padding: 0;
}

/*** BOTTOM CONTENT ***/
/*** Tag ***/
#tagBar
{
	width: 905px;
	background-image: url(images/contentBackground.gif);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 10px;
	text-align: center;
	clear: both;
}

#tag
{
	width: 870px;
	margin: 0px 24px 0px 0px;
	padding: 2px;
	background-color: #697b5b;
}

#tag p.left
{
	margin: 5px 20px 5px 20px;
	float: left;
	display: inline;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}

#tag p.right
{
	margin: 5px 20px 5px 20px;
	float: right;
	display: inline;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
}

#tag p.right a
{
	color: #ffffff;
	text-decoration: none;
}

#tag p.right a:hover
{
	color: #ffffff;
	text-decoration: underline;
}

/*** Footer ***/
#foot
{
	margin: 0px auto 0px auto;
	padding: 10px 0px 10px 0px;
	width: 905px;
	text-align: center;
	background-image: url(images/contentBackground.gif);
	background-repeat: repeat-y;
}

#foot ul
{
	margin: 0 0 10px 0;
	padding: 0px 0px 5px 0px;
	list-style: none;
	font-size: 11px;
}

#foot ul li
{
	display: inline;
	margin: 0;
	padding: 0;
}

#foot ul li a
{
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
	padding: 0px 6px 0px 4px;
	color: #5b3714;
	text-decoration: none;
}

#foot ul li a:hover
{
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
	padding: 0px 6px 0px 4px;
	color: #5b3714;
	text-decoration: underline;
}

#foot p
{
	margin: 0px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 9px;
	font-weight: normal;
	line-height: 125%;
	color: #697b5b;
}

#pageBottom
{
	width: 905px;
	height: 30px;
	margin: 0px;
	padding: 0px;
	border: 0px;
	text-align: left;
	clear: both;
}

#pageBottom img
{
	margin: 0px;
	padding: 0px;
	border: 0px;
}
/* ~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~ */
/* END: MAIN FRAMEWORK
/* ~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~ */



/* ~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~ */
/* BEGIN: COMMONLY USED CLASSES
/* ~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~ */
div.clear
{
	clear: both;
}

#listPage
{
	height: 419px; /*Adjust based on longest page*/
}
/* ~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~ */
/* END: COMMONLY USED CLASSES
/* ~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~ */




/* ~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~ */
/* BEGIN: SPECIFIC PAGES
/* ~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~ */
/*** Home Page ***/
#largeImage img.homeIMG
{
	border-bottom: 1px solid #7B6D4D;
}

/** Contact Form **/
#contactForm
{
	padding: 12px;
	border-left: 1px solid #7B6D4D;
	border-bottom: 1px solid #7B6D4D;
	background-color: #201C1B;
}

#largeImage h3
{
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	font-weight: bold;
	color: #5b3714;
}

#largeImage table
{
	margin: 12px;
	width: 310px;
}

#largeImage table th
{
	text-align: left;
}

#largeImage table td
{
	padding: 1px;
	vertical-align: bottom;
}

#largeImage input, #largeImage textarea
{
	margin: 3px 0px 3px 0px;
	padding: 3px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 11px;
	color: #5b3714;
	background-color: #ffffff;
	border: 1px solid #5b3714;
}

#largeImage .submit input
{
	margin: 0 0 1px 10px;
	padding: 3px 0 3px 0;
	width: 60px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	background-color: #697b5b;
	border: 1px solid #5b3714;
}

/** Services **/
#homeServices
{
	margin: 15px 15px 0 0;
	padding: 12px;
	border: 1px solid #7B6D4D;
	font-size: 13px;
	font-weight: bold;
	background-color: #201C1B;
}

#homeServices ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

#homeServices ul li
{
	margin: 7px 0 0 0;
	padding: 0 0 3px 0;
	border-bottom: 1px solid #C1B483;
}

/** Links **/
#homeLinks
{
	margin: 15px 15px 0 0;
	padding: 12px;
	font-size: 13px;
	font-weight: bold;
}

#homeLinks ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

#homeLinks ul li
{
	margin: 3px 0 0 0;
	padding: 0 0 3px 0;
	border-bottom: 1px solid #C1B483;
}

/** Home Content **/
h1.homeTitle
{
	margin: 20px 0px 20px 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: bold;
	font-style: italic;
	color: #5b3714;
}

h2.homeTitle
{
	color: #5b3714;
}

#home
{
	background-color: #ffffff;
	margin: 15px 0px 0px 0px;
}

#home p
{
	padding: 0px 3px 0px 3px;
	text-align: justify;
}

#home h3
{
	margin: 0px 0px 10px 0px;
	color: #ffffff;
}

#home div.categories
{
	margin: 0px 0px 18px 0px;
	padding: 7px;
	width: 484px;
	background-color: #abc598;
	border: 1px solid #5b3714;
}

#home div.categories h3
{
	font-family: "Trebuchet MS", Verdana, Arial;
	font-weight: bold;
	font-size: 17px;
	height: 16px;
	color: #000000;
}

#home div.categories a:link, #home div.categories a:visited, #home div.categories a:active
{
	color: #000000;
	text-decoration: none;
}

#home div.categories a:hover
{
	color: #000000;
	text-decoration: underline;
}

#home div.categories img
{
	float: left;
	display: inline;
	border: 1px solid #A5A5A5;
}

#home div.categories p
{
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	line-height: 100%;
	color: #5b3714;
	float: right;
	display: inline;
	padding: 0;
	width: 415px;
}

#home div.categories p.read 
{
	font-family: "Trebuchet MS", Verdana, Arial;
	font-weight: bold;
	font-size: 14px;
	line-height: 100%;
	color: #000000;
	text-align: right;
}

#home p.homeLogo
{
	margin:  100px auto 18px auto;
	text-align: center;
}

/*** About Our Practice ***/
#about
{
	padding-bottom: 150px; /*Adjust  text length*/
}

/*** Meet Our Team ***/
#staff
{
	height: 419px; /*Adjust based on longest page*/
}

/*** Services Provided ***/
#services
{
	padding-bottom: 150px; /*Adjust with text length*/
}

#services .procImages img
{
	margin: 0 20px 20px 0;
	border: 1px solid #5d3916;
}

/*** Dental Implants ***/
#implants
{
	padding-bottom: 150px;
}

#implants .procImages img
{
	margin: 0 20px 20px 0;
	border: 1px solid #C1B483;
}

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

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

#flashGallery
{
	position: relative;
	top: -5px;
}

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

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

/*** Contact ***/
#contact
{
	height: 400px; /*Adjust based on text length */
}

/*** Site Map ***/
#sitemap
{
	padding-left: 20px;
}

/*** Standard Page ***/
#stdPage {}

#stdPage img
{
	margin: 5px 12px 5px 2px;
	border: 1px solid #5d3916;
}

stdPage h2 .special
{
	margin: 10px 0px 15px 0;
	font-family: Verdana, "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	color: #000000;
}

/*** New Patients ***/
#newLeftImage
{
	border: 0px;
	background-color: #ffffff;
}

#newLeftImage h3
{
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	font-weight: bold;
	color: #5b3714;
}

#newLeftImage table
{
	margin: 12px;
	width: 310px;
}

#newLeftImage table th
{
	text-align: left;
}

#newLeftImage table td
{
	padding: 1px;
	vertical-align: bottom;
}

#newLeftImage input, #newLeftImage textarea
{
	margin: 3px 0px 3px 0px;
	padding: 3px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 11px;
	color: #5b3714;
	background-color: #ffffff;
	border: 1px solid #5b3714;
}

#newLeftImage .submit input
{
	margin: 0 0 1px 10px;
	padding: 3px 0 3px 0;
	width: 60px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	background-color: #697b5b;
	border: 1px solid #5b3714;
}

#npSpecialBody
{
	width: 343px;
	margin: 0px;
	padding: 0px;
	border: 0px;
	background-image: url(images/new/np_main_bg.jpg);
	background-repeat: repeat-y;
}

#npSpecialBody img
{
	margin: 0px;
	padding: 0px;
	border: 0px;
}

#npSpecialBody p
{
	width: 310px;
	margin: 10px 20px 0px 12px;
	padding: 0px;
	font-size: 11px;
}

.npSpecialTitle
{
	color: #54391f;
	font-weight: bold;
	font-size: 11px;
}

#npSpecialFooter
{
	width: 343px;
	height: 8px;
	margin: 0px 0px 15px 0px;
	padding: 0px;
	border: 0px;
	background-image: url(images/new/np_bottom.jpg);
	background-repeat: no-repeat;
	background-position: top;
	clear: both;
}

h2 .special
{
	margin: 10px 0px 15px 0;
	font-family: Verdana, "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	color: #000000;
}
/* ~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~ */
/* END: SPECIFIC PAGES
/* ~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~ */