/**** Begin Basic Framework

 - Be careful making changes to this section *****/



/*Only Change Marked Elements*/

body {
	margin: 0;
	padding: 0;
	background-image: url(images/bodyBG.jpg);
	background-repeat: repeat-x;
	background-color: #494949; /*Enter Background Color*/
	color: #ffffff; /*Enter Text Color*/
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; /*Enter Text Font*/
	font-size: 13px; /*Enter Text Font Size*/
}



/*** Elements ***/



h1 {
	margin: 0;
	font-family: "Copperplate Gothic Bold", "Palatino Linotype", "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 32px;
	color: #000000;
}



h2 {
	margin: 0px 0px 10px 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; /*Enter Text Font*/
	font-size: 18px;
	font-weight: bold;
	color: White;
}



h3 {
	margin: 20px 0px 10px 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; /*Enter Text Font*/
	font-size: 16px;
	font-weight: bold;
	color: #660200;
}



h4 {
	margin: 0 0 10px 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; /*Enter Text Font*/
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #696969;
}

h5 {
	margin: 0 0 10px 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; /*Enter Text Font*/
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: White;
}

p {
	margin: 0 0 10px 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; /*Enter Text Font*/
	font-size: 13px; /*Enter Text Font Size*/
	font-weight: normal;
	text-align: left;
	color: #ffffff; /*Enter Text Color*/
}



a {
	text-decoration: none;
	color: #494949; /*Enter Link Color*/
	font-weight: bold;
}



a:hover, a:active {
	color: #660200; /*Enter Link Hover Color*/
}





/*** Contain ***/



#contain {
	margin: 0 auto;
	width: 900px;
}



/*** Header ***/



#header {
	padding: 0px 30px 20px 30px;
	background-color: #fff;
}



#header p {
	margin: 0;
	font-size: 18px;
	color: #660200; /*Enter Highlight Color*/
}

#header h1	{
	text-indent: -9999px;
	background: url('images/logo.jpg') no-repeat;
	width: 537px;
	height: 94px;
}



#call {
	float: right;
	display: inline-block;
	width: 200px;
	margin-top: 23px;
}

#call a {
	margin: 0;
	padding: 0;
	text-decoration: none;
}

#call a img {
	border: none;
}



#call p {
	position: relative;
	bottom: -11px;
	text-align: right;
}



#call span {
	color: #000000; /*Enter Text Color*/
}





/*** Navigation Block ***/



#navigation {
	border-top: 1px solid #660200; /*Enter Highlight Color*/
	border-bottom: 1px solid #660200; /*Enter Highlight Color*/
}



#flashHeader {
	/*background-color: Gray;*/ /*Temporary for Positioning*/
	height: 185px;
}



/** If Using Dynamic Menu - Wrap this DIV around it**/

#menu {
	margin-top: 8px;
}





/*** Page Titles ***/



#pageTitle {
	height: 80px;
}





/*** Content ***/



#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 10px 0px;
	width: 180px;
	background-color: #660200;
	/*border: 1px solid #26376b;*/
}

#contactForm h3 {
	margin: 10px 0 10px 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; /*Enter Text Font*/
	font-size: 19px;
	font-weight: bold;
	color: #ffffff;
}

#contactForm p {
	margin: 0 0 10px 6px;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
}



#contactForm form {
	margin: 0;
}



#contactForm input, #contactForm textarea {
	color: #000000;
	/*background: #ffffa0;*/
	border: 1px solid #696969;
}



#contactForm textarea {
	margin-top: 3px;
}



#contactForm .submit input {
	margin: 3px 6px 0 0;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	background-color: #696969;
	border: 1px outset #660200;
}



#contactForm .alignRight {
	padding-right: 1px;
	text-align: right;
}

#contactForm a	{
	display: block;
	margin: -10px 0 20px 10px;
}

#contactForm a img	{
	border: none;
}



/** Moving **/



#moving {
	margin: 0px 0px 0px 20px;
	padding: 20px 0px 20px 0px;
	width: 180px;
}



#moving p {
	margin: 0 0 10px 0px;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
}



#moving a {
	color: #696969;
}



#moving a:hover {
	color: #494949;
}





/*** Footer ***/



#footer {
	margin-top: 0px;
	padding-top: 15px;
	border-top: 1px solid #660200; /*Enter Highlight Color*/
	text-align: center;
	clear: both;
	background-color: #fff;
}



#footer ul {
	margin: 0;
	padding: 0px 0px 5px 0px;
	list-style: none;
	font-size: 11px;
	color: #660200;
}



#footer ul li {
	display: inline;
	margin: 0;
	padding: 0;
}



#footer ul li a {
	padding: 0px 6px 0px 4px;
	color: #660200;
}



#footer ul li a:hover, #footer ul li a:active {
	color: #696969;
}



#footer p {
	margin: 0px 0px 0px 0px;
	font-size: 9px;
	text-align: center;
	color: #000; /*Enter Tag Color*/
}



#footer .info {
	margin: 7px 0px 0px 10px;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	color: #000; /*Enter Copyright Color*/
}



#footer p.info img {
	vertical-align: middle;
}



/***** End Basic Frame Work *****/







/***** Start General Elements *****/



.clear {
	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: #660200;

}
#faceBookHolder {
  margin: 10px 0px 10px 21px;
  text-align: center;
}

#faceBookHolder p {
	text-align: center;
	color: #FFFFFF
}

#faceBookHolder a {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}

#faceBookHolder a:hover, a:active {
	color: #000000; 
}

#faceBookHolder img {
   margin: 10px 0 0 0;
   border: 0px;
}


#faceBook {
	margin: 0 auto;
	text-align: center;
}

#home .procImages {
	float: left;
	display: inline;
}



#home .procImages img {
	margin-right: 10px;
	border: 1px solid #494949;
}



/*** About Our Practice ***/



#about img {
	float: left;
	display: inline;
	margin: 0 10px 10px 0;
	border: 1px solid #660200;
}


#about .flashImage {
	float: left;
	display: inline;
	margin: 0 10px 10px 0;
	border: 1px solid #660200;
}



/*** Meet Dr. Amison ***/



#doctor img {
	float: left;
	display: inline;
	margin: 0 10px 0 0;
	border: 1px solid #660200;
}

#doctor .rightImg {
	float: right;
	display: inline;
	margin: 0 0 0 7px;
}



/*** Meet Our Staff ***/



#staff img {
	float: left;
	display: inline;
	margin: 0 10px 0 0;
	border: 1px solid #660200;
}

img.staffIntro	{
	float: right;
}



/*** Procedures ***/


#procedures .procImages {
	float: left;
	display: inline;
}



#procedures .procImages img {
	margin-right: 10px;
	border: 1px solid #660200;
}



/*** Cavity Free Club ***/


#cavityfree img {
	margin: 0 0 10px 0;
	border: 1px solid #660200;
}



/*** Instructions ***/


#instructions ul {
	list-style: square;
}


/*** Forms ****/


#formTable {
	width: 500px;
}


#formTable th {
	text-align: left;
}



#formTable td {
	width: 250px;
	padding-left: 8px;
	vertical-align: top;
}



#forms img {
	margin-left: 250px;
}


/*** News ***/


#news {
}

.checkusout {
	text-align: center;
}

.checkusout img {
	border: 2px solid #660200;
}

/** Office Tour **/



/* default link style - needed to make the :active work correctly in IE */

tour.a, tour.a:visited, tour.a:hover, tour.a:active {
	color:#000;
}

/* style the outer cntaining div to fit the landscape, portrait and buttons */

#album {
	width:416px; 
	height:464px; 
	background:#eee url(images/tour/show/office-pictures-004.jpg) 8px 40px no-repeat;
	border:1px solid #aaa;
	margin:0 auto;
}

/* remove the padding margin and bullets from the list. Add a top margin and width to fit the images and a position relative */

.show {
	padding:0; 
	margin:400px 0 0 0; 
	list-style-type:none; 
	position:relative; 
	width:416px;
}

/* remove the default image border */

.show img {
	border:0;
}

/* make the list horizontal */

.show li {
	float:left;
}

/* style the link text to be central in a surrounding box */
.show li a, .show li a:visited {
	font-size:11px;
	float:left; 
	text-decoration:none; 
	color:#000; 
	background:#fff; 
	text-align:center; 
	width:26px; 
	height:26px; 
	line-height:24px; 
	border:1px solid #444;
	margin:2px;
}

/* position the images using an absolute position and hide them from view */

.show li a img {
	position:absolute; 
	top:-400px; 
	left:0; 
	visibility:hidden; 
	border:0;
}

/* fix the top position for the landscape images */

.show li a img.landscape {
	top:-360px;
	border-left:8px solid #eee;
	border-right:8px solid #eee;
}

/* fix the left position for the portrait images */

.show li a img.portrait {
	left:0;
	border-left:58px solid #eee;
	border-right:58px solid #eee;
}

/* style the hover background color for the text boxes */

.show li a:hover {
	background:#ddd;
}

/* style the active/focus colors for the text boxes (required for IE) */

.show li a:active, .show li a:focus {
	background:#444; 
	color:#fff;
}

/* make the images visible on active/focus */

.show li a:active img, .show li a:focus img {
	visibility:visible;
}


/*** Contact Us ***/


#contact img {
	float: left;
	display: inline;
	margin: 0 10px 0 0;
	border: 1px solid #660200;
}



#contact p {
	margin-bottom: 20px;
}

/*** Testimonials ***/
#testimonials {
	
}

#testimonials .testi1 {
    width: 200px;
	float: left;
	display: inline;
	margin:0px 10px 10px 0px;
	text-align: center;
	border: 1px solid #660200;
}

#testimonials .testi1 h5 {
	font-size: 14px;
	text-align: center;
	margin: 0px;
	padding: 5px;
	color: Black;
}

#testimonials .testi1 img {
	padding: 0px;
}

#testimonials .testi2{
    width: 200px;
	float: left;
	display: inline;
	margin:0px 10px 10px 0px;
	text-align: center;
	border: 1px solid #660200;
}

#testimonials .testi2 h5 {
	font-size: 14px;
	text-align: center;
	margin: 0px;
	padding: 5px;
	color: Black;
}

#testimonials .testi2 img {
	padding: 0px;
}


/*** 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 *****/


/* Special Classes
------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

span.caption {
	font-size: 1.2em;
	text-shadow: 3px 3px 4px #000;
}
												
input#contact_business 				{
													display:none;
												}
												
fieldset										{
													border: none;
												}												
											
