/**** Begin Basic Framework
 - Be careful making changes to this section *****/

/*Only Change Marked Elements*/
body {
	margin: 0;
	padding: 0;
	/*background-image: url(images/clouds.jpg);
	background-repeat: repeat;
	background-color: #b4badc;*/
	/*background-color: #fce3ab;*/
	background-color: #ddd7f1;
	color: #060157; /*Enter Text Color*/
	/*font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;*/ /*Enter Text Font*/
	font-family: "Palatino Linotype", "Times New Roman", Times, serif;
	font-size: 13px; /*Enter Text Font Size*/
}


/*** Elements ***/

h1 {
	margin: 0;
	padding: 3px 0 7px 0;
	/*font-family: "Copperplate Gothic Bold", "Palatino Linotype", "Times New Roman", Times, serif;*/
	/*font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;*/
	font-family: "Palatino Linotype", "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 18px;
	color: #060157;
}

h2 {
	margin: 10px 0px 30px 0px;
	/*font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;*/ /*Enter Text Font*/
	font-family: "Palatino Linotype", "Times New Roman", Times, serif;	
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	color: #5D2193;
}

h3 {
	margin: 0px 0px 20px 0px;
	/*font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;*/ /*Enter Text Font*/
	font-family: "Palatino Linotype", "Times New Roman", Times, serif;	
	font-size: 18px;
	font-weight: bold;
	color: #060157;
}

h4 {
	margin: 0px 0px 10px 8px;
	/*font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;*/ /*Enter Text Font*/
	font-family: "Palatino Linotype", "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: White;
}

p {
	margin: 0 0 10px 0;
	/*font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;*/ /*Enter Text Font*/
	font-family: "Palatino Linotype", "Times New Roman", Times, serif;
	font-size: 15px; /*Enter Text Font Size*/
	font-weight: normal;
	text-align: left;
	color: #060157; /*Enter Text Color*/
}

a {
	text-decoration: none;
	color: #5D2193; /*Enter Link Color*/
	font-weight: bold;
}

a:hover, a:active {
	color: #0D9BD4; /*Enter Link Hover Color*/
}


/*** Contain ***/

#contain {
	margin: 0 auto;
	width: 900px;
}


/*** Header ***/

#header {
	padding: 10px 30px 10px 30px;
	text-align: center;
}

#header .logo {
	/*float: left;
	display: inline;
	margin: 0 10px 0 0;*/
}

#header h1 {
	position: relative;
	bottom: -67px;
	float: left;
	display: inline;
	text-align: left;
}

#header p {
	margin: 0;
	font-size: 18px;
	font-weight: bold;
}

#call {
	float: right;
	display: inline;
	width: 170px;
}

#call p {
	margin-top: 0px;
	position: relative;
	bottom: -58px;
	
	text-align: right;
	color: #006c67;
}

#call span {
	color: #5D2193; /*Enter Text Color*/
}

#call p.loc {
	margin: 0px 0 0 0;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
	color: #006c67;
}



/*** Navigation Block ***/

#navigation {
	border-top: 1px solid #5D2193; /*Enter Highlight Color*/
	border-bottom: 1px solid #5D2193; /*Enter Highlight Color*/
}

#flashHeader {
	/*background-color: Gray;*/ /*Temporary for Positioning*/
	/*height: 276px;*/
	height: 185px;
	padding-right: 15px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	text-align: right;
}

#flashHeader img {
	margin: 0;
	padding: 0;
}

#flashHeaderSlideshow {
	float: right;
	text-align: right;
	margin: 0;
	padding: 0 25px 0 0;
	width: 210px;
	height: 185px;
	border: none;
}

#flashHeaderSlideshow script {
	float: right;
	text-align: right;
}

#flashHeaderSlideshow img {
	float: right;
	margin: 0;
	padding: 0;
	border: none;
}

/** If Using Dynamic Menu - Wrap this DIV around it**/
#menu {
	margin-top: 8px;
}

/** If Using Non-Dynamic Menu - Only use UL**/
#plainMenu {
	margin: 0;
	padding: 10px 10px 2px 10px;
}

#plainMenu li {
	display: inline;
	font-size: 11px;
}

#plainMenu li a {
	margin: 0 5px 0 0px;
}


/*** Page Titles ***/

#pageTitle {
	height: 80px;
}


/*** Content ***/

/* Use without contact form
#content {
	padding: 10px 30px 30px 30px;
}
*/

#content {
	padding: 10px 30px 30px 30px;
	background-image: url(images/contentBG.jpg);
	background-repeat: repeat-y;
}

#contentLeft {
	float: left;
	display: inline;
	width: 640px;
}

#contentRight {
	float: right;
	display: inline;
	width: 200px;
	position: relative;
	top: -75px;
}


/** Contact Form **/

#contactForm {
	margin: 0px 0px 0px 20px;
	padding: 20px 0px 20px 0px;
	width: 180px;
	background-color: #6179bb;
}

#contactForm p {
	margin: 0 0 10px 6px;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
}

#contactForm form {
	margin: 0;
}

#contactForm input, #contactForm textarea {
	color: #5D2193;
	border: 1px solid #D8E8A8;
}

#contactForm textarea {
	margin-top: 3px;
}

#contactForm .submit input {
	margin: 3px 6px 0 0;
	font-size: 13px;
	font-weight: bold;
	color: #5D2193;
	background-color: #D8E8A8;
	border: 1px outset #5D2193;
}

#contactForm .alignRight {
	padding-right: 1px;
	text-align: right;
}

/*div.sideButton {
	margin: 10px 8px 10px 8px;
	padding: 10px 5px 10px 5px;
	background-color: #7884BA;
	border: 3px outset #ffffff;
	text-align: center;
}

div.sideButton a {
	color: #F0E68C;
	font-size: 13px;
	text-align: center;
}

div.sideButton a:hover {
	color: #ffffff;
}*/

div.sideButton {
	margin: 10px 8px 10px 8px;
	background-image: url(images/buttonBG.jpg);
	height: 60px;
	cursor: pointer;
}

div.sideButton a {
	color: #F0E68C;
	font-size: 14px;
	position: relative;
	bottom: -10px; left: 7px;
}

div.sideButton a:hover {
	color: #ffffff;
}

div.buttonContainer {
	width: 130px;
	height: 55px;
	margin: 0;
	padding: 5px;
}

div.smLinks {
	margin: 11px auto 10px auto;
	padding: 0;
	border: none;
	text-align: center;
}

div.smLinks p {
	margin: 0;
	padding: 1px;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
}

div.smLinks img {
	margin: 3px 4px 1px 0;
	padding: 0;
	border: none;
}


/*** Footer ***/

#footer {
	margin-top: 0px;
	padding-top: 15px;
	border-top: 1px solid #5D2193; /*Enter Highlight Color*/
	text-align: center;
	clear: both;
}

#footer ul {
	margin: 0;
	padding: 0px 0px 5px 0px;
	
	list-style: none;
	
	font-size: 13px;
}

#footer ul li {
	display: inline;
	margin: 0;
	padding: 0;
}

#footer ul li a {
	padding: 0px 6px 0px 4px;
}

#footer p {
	margin: 0px 0px 0px 0px;
	font-size: 11px;
	text-align: center;
	color: #0D9BD4; /*Enter Tag Color*/
}

#footer .info {
	margin: 7px 0px 0px 10px;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	color: #5D2193; /*Enter Copyright Color*/
}

#footer p.info img {
	vertical-align: middle;
}

/***** End Basic Frame Work *****/



/***** Start General Elements *****/

.clear {
	clear: both;
}

ul.topNav {
	margin: 20px 0 0 0;
	padding: 0px 0px 5px 0px;
	list-style: none;
	font-size: 11px;
	text-align: center;
}

ul.topNav li {
	display: inline;
	margin: 0;
	padding: 0;
}

div.rightImages {
	float: right;
	display: inline;
	margin: 0 0 0 10px;
}

div.video {
	float: left;
	display: inline;
	margin: 0 10px 0 0;
}

div.announcement {
	margin: 0 auto 0 auto;
	padding: 0 10px 20px 10px;
	text-align: center;
	clear: both;
}

div.banner {
	margin: 0 auto 0 auto;
	padding: 0 0 14px 0;
	text-align: center;
	clear: both;
}


/***** End General Elements *****/



/*** Page with list of subpages ***/

#listPage ul {
	list-style: square;
}


/***** End Page Layouts *****/



/***** Start Code for Specific Pages *****/


/*** Home ***/

#home .signature {
	font-family: Academy,Times New Roman,Times,serif;
	font-size: 18px;
	text-align: right;
	color: #5D2193;
}

div.sideImg {
	margin: 8px 5px 10px 30px;
	padding: 0;
	border: none;
}


/*** Meet the Dentists ***/

#staff img {
	float: right;
	display: inline;
	margin: 0px 0px 0px 10px;
	border: 1px solid #5D2193;
}

#team img {
	float: left;
	display: inline;
	margin: 0px 10px 0px 0px;
	border: 1px solid #5D2193;
}

#team hr {
	margin: 20px auto;
	width: 85%;
	color: #006C67;
}


/*** What We Offer ***/

#services .procImages {
	float: left;
	display: inline;
}

#services .procImages img {
	margin-right: 10px;
	border: 1px solid #5D2193;
}


/*** Patient Forms ****/

#formTable {
	width: 500px;
}

#formTable th {
	text-align: left;
}

#formTable td {
	width: 250px;
	padding-left: 8px;
}

#forms img {
	margin-left: 250px;
}


/*** Appointments ***/

#appointments img {
	border: 1px solid #5D2193;
}


/*** Contact Us ***/

#contact img {
	float: left;
	display: inline;
	margin: 0px 10px 10px 0px;
	border: 1px solid #5D2193;
}

#contact p {
	margin-bottom: 20px;
}

div.googleMap {
	float: right;
	display: inline;
	margin: 0 0 10px 10px;
}

/*** Referrals ***/

#referral img {
	float: right;
	display: inline;
	margin: 0px 10px 0px 0px;
	border: none;
} 

#referral a {
	text-decoration: none;
	color: #1c128c; /*Enter Link Color*/
	font-weight: bold;
}


/*** Web Specials ***/

.coupon {
	margin: 0 auto 20px auto;
	font-family:arial;
	color:373637;
	border:dashed;
	width:380px;
	height:300px;
	background-color:#FFFFFF;
	padding:5px;
	background-image:url(images/specials/coupon_bkgd.jpg);
	background-repeat: no-repeat;
}

.coupon_text {
	font-family:arial;
	color:#373637;
	font-size:18px;
	font-weight:bold
}

.coupon_text2 {
	font-family:arial;
	color:#373637;
	font-size:10px;
	font-weight:bold;
}

.coupon p {
	margin: 0 10px;
	text-align: center;
}

.coupon p.couponTitle {
	margin: 100px 0 15px 0;
}

.coupon p.couponAddress {
	margin: 15px 0 0 0;
	line-height: 10px;
}


/*** Site Map ***/

#sitemapLeft {
	float: left;
	display: inline;
	/*width: 350px;*/
	width: 320px;
}

#sitemap ul {
	list-style: none;
}

#sitemapRight {
	float: right;
	display: inline;
	/*width: 490px;*/
	width: 320px;
}


/***** End Code for Specific Pages *****/







/*** Our Practice ***/

#about img {
	float: right;
	display: inline;
	margin: 0px 0px 10px 15px;
	border: 1px solid #5D2193;
}


/*** Meet Us ***/

#staff {

}


/*** Procedures ***/

#procedures .procImages {
	float: left;
	display: inline;
}

#procedures .procImages img {
	margin-right: 10px;
	border: 1px solid #5D2193;
}


/*** Dental Implants ***/

#implants .procImages {
	margin-bottom: 10px;
}

#implants .procImages img {
	margin-right: 10px;
	border: 1px solid #5D2193;
}

#implants .implantVid {
	width: 200px;
	text-align: center;
}

img.right	{
	float: right;
	border: 1px solid #7D529A;
}

.center	{
	text-align: center;
	margin: 0 auto;
}

