/**** 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: #9ba5d3;*/
	background-image: url(images/clouds.jpg);
	background-repeat: repeat;
	background-color: #9ba5d3;
	color: #060157; /*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: 45px;
	
	color: #060157;
}

h2 {
	margin: 0px 0px 10px 0px;
	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; /*Enter Text Font*/
	font-size: 18px;
	font-weight: bold;
	
	color: #000000;
}

h3 {
	margin: 20px 0px 10px 0px;
	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; /*Enter Text Font*/
	font-size: 16px;
	font-weight: bold;
	
	color: #09008b;
}

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: #060157; /*Enter Text Color*/
}

a {
	text-decoration: none;
	color: #09008B; /*Enter Link Color*/
	font-weight: bold;
}

a:hover, a:active {
	color: #7884ba; /*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: #09008b; /*Enter Highlight Color*/
}

#header p.slogan {
	padding-left: 3px;
	font-size: 14px;
	font-weight: bold;
}

#call {
	float: right;
	display: inline;
	width: 200px;
}

#call p {
	position: relative;
	bottom: -3px;
	
	text-align: right;
}

#call span {
	color: #060157; /*Enter Text Color*/
}


/*** Navigation Block ***/

#navigation {
	border-top: 1px solid #09008b; /*Enter Highlight Color*/
	border-bottom: 1px solid #09008b; /*Enter Highlight Color*/
}

#flashHeader {
	/*background-color: Gray;*/ /*Temporary for Positioning*/
	height: 185px;
	background-image: url(images/headerBG.jpg);
	background-repeat: no-repeat;
	background-color: #09008B;
}

/** 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: #26376B;*/
	background-color: #09008b;
	
	/*border: 1px solid #26376b;*/
}

#contactForm p {
	margin: 0 0 10px 6px;
	
	font-size: 11px;
	font-weight: bold;
	
	color: #ffffff;
}

#contactForm form {
	margin: 0;
}

#contactForm input, #contactForm textarea {
	color: #060157;
	/*background: #ffffa0;*/
	border: 1px solid #9BA5D3;
}

#contactForm textarea {
	margin-top: 3px;
}

#contactForm .submit input {
	margin: 3px 6px 0 0;
	font-size: 11px;
	font-weight: bold;
	
	color: #ffffff;
	background-color: #9BA5D3;
	border: 1px outset #09008b;
}

#contactForm .alignRight {
	padding-right: 1px;
	text-align: right;
}

#slogans {
	margin: 0 8px 25px 8px;
	padding: 10px 5px 0 5px;
	background-color: #7884BA;
	border: 3px dashed #ffffff;
}

#slogans p {
	font-size: 12px;
	font-style: italic;
	color: #F0E68C;
}


/*** Footer ***/

#footer {
	margin-top: 0px;
	padding-top: 15px;
	border-top: 1px solid #09008b; /*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: #09008b;
}

#footer ul li a:hover, #footer ul li a:active {
	color: #ffffff;
}

#footer p {
	margin: 0px 0px 0px 0px;
	font-size: 9px;
	text-align: center;
	color: #7884BA; /*Enter Tag Color*/
}

#footer .info {
	margin: 7px 0px 0px 10px;
	
	font-size: 11px;
	font-weight: bold;
	
	text-align: center;
	
	color: #060157; /*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;
}

#listPage img {
	text-align:center;
	display: inline;
	margin: 0 10px 0 0;
	border: 1px solid #09008b;
}
/***** 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: #060157;
}

#home img {
	float: left;
	display: inline;
	margin: 0 10px 24px 0;
	border: 1px solid #09008b;
}
/*** Meet the Doctors ***/

#doctors img {
	float: left;
	display: inline;
	margin: 0 10px 30px 0;
	border: 1px solid #09008b;
}


/*** Meet Our Staff ***/

#staff img {
	border: 1px solid #09008b;
}

#staff p {
	margin: 10px 0 30px 0;
	width: 225px;
	text-align: center;
	font-weight: bold;
}

#staff .staffMember {
	margin-right: 50px;
	float: left;
	display: inline;
}


/*** Procedures ***/

#procedures .procImages {
	/*float: left;
	display: inline;*/
	margin: 0 0 10px 0;
	clear: both;
}

#procedures .procImages img {
	margin-right: 10px;
	border: 1px solid #09008b;
}

#sixMonth img {
	float: right;
	display: inline;
	margin: 0 0px 50px 10px;
	border: 1px solid #09008b;
}


/*** Periodontal Health ***/

#perio img {
	float: right;
	display: inline;
	margin: 0 0px 50px 10px;
	border: 1px solid #09008b;
}


/*** Patient Education ***/

#education hr {
	width: 90%;
	text-align: center;
	margin-bottom: 10px;
}


/*** Photo Gallery ***/

#gallery {
	text-align: center;
}

#gallery table {
	margin: 0 auto;
}

#gallery td {
	width: 275px;
	text-align: center;
}

#gallery td p {
	font-weight: bold;
	text-align: center;
}

#gallery img {
	margin: 10px 0px 10px 0px;
}


/*** Testimonials ***/

#testimonials hr {
	margin-bottom: 10px;
}


/*** Forms ****/

#formTable {
	width: 550px;
}

#formTable th {
	text-align: left;
}

#formTable td {
	width: 275px;
	padding-left: 8px;
	vertical-align: top;
}

#forms img {
	margin-left: 275px;
}


/*** Contact Us ***/

#contact p {
	margin-bottom: 20px;
}


/*** Directions to Our Office ***/

#directions img {
	float: right;
	display: inline;
	margin: 0 0 0 10px;
	border: 1px solid #09008b;
}

#directions 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;
}


/***** End Code for Specific Pages *****/


/***** Special Classes *****/

#listPage ul.staffList		{
	list-style: none;
}

.staffList li		{
	margin-bottom: 24px;
}

.staffList li img	{
	float: left;
	border: 1px solid #09008B;
}
