/**** 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: #5f8fde; /*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: 20px 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; /*Enter Text Font*/
	font-size: 14px;
	font-weight: bold;
	color: #660200;
}

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: #4B0082; /*Enter Link Color*/
	font-weight: bold;
}

a:hover, a:active {
	color: #494949; /*Enter Link Hover Color*/
}

/*** Contain ***/

#contain {
	margin: 0 auto;
	width: 900px;
}

/*** Header ***/

#header {
	padding: 30px 30px 20px 30px;
}

#header p {
	margin: 0;
	font-size: 18px;
	color: #660200; /*Enter Highlight Color*/
}

#call {
	float: right;
	display: inline;
	width: 200px;
}

#call p {
	position: relative;
	bottom: -11px;
	text-align: right;
}



#call span {
	color: #000000; /*Enter Text Color*/
}


#wifi {
	margin-left: 20px;
	text-align: center;
}


/*** 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 20px 0px;
	width: 180px;
	background-color: #660200;
	/*border: 1px solid #26376b;*/
}

#video	{
	margin: 0px 0px 0px 50px;
	padding: 20px 0px 20px 0px;
	border: 0px;
}

#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;
}


/*** Footer ***/

#footer {
	margin-top: 0px;
	padding-top: 15px;
	border-top: 1px solid #660200; /*Enter Highlight Color*/
	text-align: center;
	clear: both;
}


#footer ul {
	margin: 0;
	padding: 0px 0px 5px 0px;
	list-style: none;
	font-size: 11px;
}

#footer ul li {
	display: inline;
	margin: 0;
	padding: 0;
}

#footer ul li a {
	padding: 0px 6px 0px 4px;
	color: #ffffff;
}

#footer ul li a:hover, #footer ul li a:active {
	color: #660200;
}

#footer p {
	margin: 0px 0px 0px 0px;
	font-size: 9px;
	text-align: center;
	color: #696969; /*Enter Tag Color*/
}

#footer .info {
	margin: 7px 0px 0px 10px;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	color: White; /*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;
}
/***** 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;
}

#login	{
	width: 140px;
	text-align: center;
	margin: 10px auto 24px auto;
	border: #696969 2px solid;
	background-color: #fff;
	padding: 2px 6px;
}

/*** About Our Practice ***/

#about img {
	float: left;
	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;
}

/*** Meet Our Staff ***/

#staff img {
	float: left;
	display: inline;
	margin: 0 10px 0 0;
	border: 1px solid #660200;
}


/*** 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 {	

}

/*** Contact Us ***/

#contact img {
	float: left;
	display: inline;
	margin: 0 10px 0 0;
	border: 1px solid #660200;
}

#contact p {
	margin-bottom: 20px;
}

/*** 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;
}

/*** Testimonials ***/

#testimonials img {
	float: left;
	display: inline;
	margin: 0 10px 0 0;
	border: 1px solid #660200;
}

/*** Gallery ***/

.galleryCase img	{
	border: 1px solid #fff;
	margin: 0 10px 10px 0;
	vertical-align: top;
}

/***** End Code for Specific Pages *****/
