/* ~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~ */
/* BEGIN: STANDARD ELEMENTS
/* ~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~ */
body
{
	margin: 0;
	background-color: #a6d2dd; /*Enter Background Color*/
	background-image: url(images/bgMain.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	color: #000000; /*Enter Text Color*/
	font-family: Verdana, "Trebuchet MS", Arial, sans-serif; /*Enter Text Font*/
	font-size: 12px; /*Enter Text Font Size*/
}

h1
{
	margin: 0px 0px 30px 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
	font-style: italic;
	color: #ffffff;
}

h2
{
	margin: 0px 0px 20px 0px;
	font-family: Verdana, "Trebuchet MS", Arial, sans-serif;
	font-size: 17px;
	font-weight: bold;
	font-style: italic;
	color: #000000;
}

h3
{
	margin: 0;
	font-family: Verdana, "Trebuchet MS", Arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #000000;
}

h4
{
	margin: 0;
	font-family: Verdana, "Trebuchet MS", Arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	font-style: italic;
	color: #000000;
}

p
{
	margin: 0 0 18px 0;
	font-family: Verdana, "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
}

a
{
	color: #009ddc;
	text-decoration: none;
}

a:hover
{
	color: #009ddc;
	text-decoration: underline;
}
/* ~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~ */
/* END: STANDARD ELEMENTS
/* ~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~ */



/* ~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~ */
/* BEGIN: MAIN FRAMEWORK
/* ~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~ */
/*** Contain ***/
#contain
{
	margin: 5px auto 5px auto;
	border: 0px;
	padding: 0px;
	width: 906px;
	background-color: transparent;
}

/*** Header ***/
#head
{
	width: 906px;
	height: 225px;
	margin: 0px;
	padding: 0px;
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	clear: both;
}

/*** Menu ***/
#menu
{
	margin: 0px;
	padding: 0px;
	width: 900px;
	background-color: #ffffff;
	border: #ffd14a 3px solid;
	clear: both;
}

/*** Content ***/
#contentContainer
{
	width: 900px;
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
	border-left: #ffd14a 3px solid;
	border-right: #ffd14a 3px solid;
}

#content
{
	margin: 0px;
	padding: 0px 0px 0px 10px;
	background-color: #ffffff;
}

#contentLeft
{
	float: left;
	display: inline;
	width: 515px;
	margin: 0px;
	padding: 7px;
	background-color: #ffffff;
}

#contentRight
{
	float: right;
	display: inline;
	width: 354px;
	background-color: #ffffff;
}

#contentRight h2
{
	font-family:"Palatino Linotype", "Times New Roman", Times, Arial;
	font-style: italic;
	font-weight: bold;
	font-size: 20px;
	color: #5b3714;
	margin-bottom: 2px;
}

/*** LEFT CONTENT ***/
#largeImage
{
	border: 0px;
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
}

#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: 900px;
	margin: 0px;
	padding: 0px;
	background-color: #009ddc;
	border: #ffd24f 3px solid;
	text-align: center;
	clear: both;
}

#tag
{
	width: 890px;
	margin: 5px 0px 0px 0px;
	padding: 4px 1px 0px 1px;
	background-color: #009ddc;
}

#tag p.left
{
	margin: 0px 10px 0px 2px;
	padding: 0px;
	float: left;
	display: inline;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	color: #ffffff;
}

#tag p.right
{
	margin: 0px 2px 0px 10px;
	padding: 0px;
	float: right;
	display: inline;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
	color: #ffffff;
}

#tag p.right a
{
	color: #ffd24f;
	text-decoration: none;
}

#tag p.right a:hover
{
	color: #ffd24f;
	text-decoration: underline;
}

/*** Footer ***/
#foot
{
	margin: 0px auto 25px auto;
	padding: 0px;
	width: 906px;
	height: 116px;
	text-align: center;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	background-color: transparent;
	display: block;
}

#foot ul
{
	margin: 0px 0px 10px 0px;
	padding: 20px 0px 5px 0px;
	list-style: none;
	font-size: 11px;
}

#foot ul li
{
	display: inline;
	margin: 0px;
	padding: 0;
}

#foot ul li a
{
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
	padding: 0px 6px 0px 4px;
	color: #6b9ebd;
	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: #b0d2db;
	text-decoration: underline;
}

#foot p
{
	margin: 0px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 10px;
	font-weight: normal;
	line-height: 90%;
	color: #b0d2db;
}

#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;
	margin: 0px;
	padding: 0px;
	font-size: 0px;
}

#listPage
{
	height: 419px; /*Adjust based on longest page*/
}

/** Home Content **/
#stdPage
{
	background-color: #ffffff;
	margin: 15px 0px 0px 0px;
}

#stdPage img
{
	margin: 5px 12px 5px 2px;
	border: 1px solid #006a95;
}

#stdPage p
{
	padding: 0px 3px 0px 3px;
	text-align: left;
}

#stdPage h3
{
	margin: 0px 0px 10px 0px;
	color: #ffffff;
}

h1.stdPage
{
	font-family: "Times New Roman", Times, Arial;
	font-size: 26px;
	font-weight: bold;
	margin: 10px 0px 10px 0px;
	color: #009ddc;
}

h2.stdPage
{
	font-family: "Times New Roman", Times, Arial;
	font-size: 26px;
	font-weight: bold;
	margin: 10px 0px 10px 0px;
	color: #009ddc;
}

#stdPage p.pageBottomLinks
{
	text-align: center;
	margin: 35px 0px 10px 0px;
	padding: 0px;
	border: 0px;
}
/* ~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~ */
/* END: COMMONLY USED CLASSES
/* ~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~ */




/* ~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~ */
/* BEGIN: SPECIFIC PAGES
/* ~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~ */
/*** Home Page ***/
#largeImage img.homeIMG
{
	border-bottom: 1px solid #7B6D4D;
}

/** Contact Form **/
#contactForm
{
	width: 354px;
	margin: -5px 0px 0px 0px;
	padding: 0px;
	background-color: #ffffff;
}

#formContents
{
	width: 295px;
	margin: 0px 0px 15px 38px;
}

#formContents table
{
	width: 295px;
	padding: 0px;
}

#formContents td
{
	margin: 0px;
	padding: 5px 0px 5px 0px;
}

#formContents form
{
	margin: 5px 0px 0px 0px;
	padding: 0px;
}

#formContents input
{
	width: 245px;
	color: #000000;
	border: #93abb8 1px solid;
	margin: 0px;
}

#formContents textarea
{
	width: 295px;
	color: #000000;
	border: #93abb8 1px solid;
	margin: -6px 0px 0px 0px;
}

#formContents input.submit
{
	width: 112px;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

#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 **/
h2.homeTitle
{
	font-family: "Times New Roman", Times, Arial;
	font-size: 26px;
	font-weight: bold;
	margin: 10px 0px 10px 0px;
	color: #009ddc;
}

#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: transparent;
}

#home div.categories h2
{
	margin: 0px 0px 3px 0px;
	font-family: "Century Gothic", Tahoma, Verdana, Arial;
	font-weight: bold;
	font-style: normal;
	font-size: 17px;
	height: 16px;
	color: #016f9b;
}

#home div.categories h3
{
	font-family: "Century Gothic", Tahoma, Verdana, Arial;
	font-weight: bold;
	font-size: 17px;
	height: 16px;
	color: #016f9b;
}

#home div.categories h4
{
	margin: 0px 0px 3px 0px;
	font-family: "Century Gothic", Tahoma, Verdana, Arial;
	font-weight: bold;
	font-style: normal;
	font-size: 17px;
	height: 16px;
	color: #CC0000;
}

#home div.categories a:link, #home div.categories a:visited, #home div.categories a:active
{
	color: #016f9b;
	text-decoration: none;
}

#home div.categories a:hover
{
	color: #000000;
	text-decoration: underline;
}

#home .headlineLink
{
	color: #CC0000;
	text-decoration: none;
}

#home div.categories img
{
	float: left;
	display: inline;
	border: 1px solid #A5A5A5;
}

#home div.categories p
{
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	line-height: 100%;
	color: #000000;
	float: right;
	display: inline;
	margin: 4px 0px 4px 0px;
	padding: 0px;
	width: 415px;
}

#home div.categories p.read 
{
	font-family: Tahoma, Verdana, Arial;
	font-weight: bold;
	font-size: 11px;
	line-height: 100%;
	color: #000000;
	text-align: right;
}

#home p.homeLogo
{
	margin:  100px auto 18px auto;
	text-align: center;
}

#home p.signature
{
	font-family: "Times New Roman", Times, Arial;
	font-weight: bold;
	font-style: italic;
	font-size: 18px;
	text-align: right;
	color: #008c98;
}

.homeBox
{
	margin: 10px 0px 15px 7px;
	padding: 0px;
}

.homeBoxTop
{
	background-image: url(images/home/highlights/boxTop.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	height: 23px;
}

.homeBoxBottom
{
	background-image: url(images/home/highlights/boxBottom.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	background-color: #cceff3;
}

/*** 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;
}

/*** 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;
}

#specials h2
{
	margin: 10px 0px 20px 0px;
	font-family: Verdana, "Trebuchet MS", Arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	font-style: italic;
	color: #000000;
}

#boxTop
{
	width: 318px;
	height: 34px;
	margin: 10px 0 0 20px;
	padding: 0;
	border: 0;
	border-style: none;
	background-image: url(images/box_top.jpg);
	background-repeat: no-repeat;
	clear: both;
}

#boxBody
{
	width: 318px;
	margin: 0 0 0 20px;
	padding: 0;
	border: 0;
	border-style: none;
	background-image: url(images/box_body.jpg);
	background-repeat: repeat;
	clear: both;
}

#boxBody p
{
	margin: 0;
	padding: 5px 12px 5px 20px;
}

#boxBody img
{
	margin: 2px 5px 5px 1px;
	padding: 0;
	border: 1px solid #000000;
	float: left;
}

#boxBottom
{
	width: 318px;
	height: 34px;
	margin: 0px 0 10px 20px;
	padding: 0;
	border: 0;
	border-style: none;
	background-image: url(images/box_bottom.jpg);
	background-repeat: no-repeat;
	clear: both;
}
/* ~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~ */
/* END: SPECIFIC PAGES
/* ~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~ */