/**** Begin Basic Framework
 - Be careful making changes to this section *****/

/*Only Change Marked Elements*/
body {
	margin: 0;
	padding: 0;
	
	background-image: url(images/bkground.jpg);
	background-repeat: repeat;
	background-color: Black; /*Enter Background Color*/
	color: #000000; /*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;
}

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 {
	font-size: 14px;
	color: #15388a;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

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: #000000; /*Enter Text Color*/
}

a {
	text-decoration: none;
	color: #15388a; /*Enter Link Color*/
	font-weight: bold;
}

a:hover, a:active {
	color: #01a2e6; /*Enter Link Hover Color*/
}


/*** Contain ***/

#contain {
	margin: 0 auto;
	width: 900px;
	background-color: #ffffff;
	border-left: 1px solid #15388a;
	border-right: 1px solid #15388a;
}


/*** Header ***/

#header {
	padding: 0px 0px 0px 10px;
	background-image: url(images/headerBG.jpg);
	background-repeat: no-repeat;
	height: 150px;
	position: relative;
}

#header .logo {
	float: left;
	display: inline;
}

#header p {
	margin: 0;
	font-size: 14px;
	color: #15388a; /*Enter Highlight Color*/
}

#call {
	float: right;
	display: inline;
	margin-top: -10px;
	width: 180px;
}

#call p {
	margin-top: 0px;
	position: relative;
	bottom: -60px;
	
	text-align: left;
}

#call span {
	color: #061d52; /*Enter Text Color*/
}

#call p.loc {
	margin: 5px 0 0 0;
	font-size: 11px;
	text-align: left;
}

#hours {
	display:inline;
	float:right;
	margin-top:53px;
	width:200px;
}

#hours p {
	font-size: 11px;
}

#starburst {
	width: 319px;
	position: absolute;
	top: 0px;
	left: 240px;
	margin: 0;
}


/*** Navigation Block ***/

#navigation {
	border-top: 1px solid #15388a; /*Enter Highlight Color*/
	border-bottom: 1px solid #15388a; /*Enter Highlight Color*/
}

#flashHeader {
	/*background-color: Gray;*/ /*Temporary for Positioning*/
	/*height: 276px;*/
	height: 185px;
}

#flashHeader img {
	margin: 0;
	padding: 0;
}

/** If Using Dynamic Menu - Wrap this DIV around it**/
#menu {
	
}

/** 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: #15388a;
}

#contactForm p {
	margin: 0 0 10px 6px;
	
	font-size: 11px;
	font-weight: bold;
	
	color: #01a2e6;
}

#contactForm form {
	margin: 0;
}

#contactForm input, #contactForm textarea {
	color: #000000;
	border: 1px solid #01a2e6;
}

#contactForm textarea {
	margin-top: 3px;
}

#contactForm .submit input {
	margin: 3px 6px 0 0;
	font-size: 11px;
	font-weight: bold;
	
	color: #ffffff;
	background-color: #01a2e6;
	border: 1px outset #ffffff;
}

#contactForm .alignRight {
	padding-right: 1px;
	text-align: right;
}


/*** Footer ***/

#footer {
	margin-top: 0px;
	padding-top: 15px;
	border-top: 1px solid #15388a; /*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;
}

#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: #000000; /*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;
}

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 Page Layouts *****/



/***** Start Code for Specific Pages *****/


/*** Home ***/

#home .signature {
	font-family: Academy,Times New Roman,Times,serif;
	font-size: 18px;
	text-align: right;
}


/*** About Our Practice ***/

#about img {
	float: left;
	display: inline;
	margin: 0px 15px 10px 0px;
	border: 1px solid #15388a;
}


/*** Meet Our Dental Team ***/


#staff img {
	float: left;
	display: inline;
	margin: 0 10px 10px 0;
	border: 1px solid #15388a;
}


/*** Services Provided ***/

#services .procImages {
	float: left;
	display: inline;
}

#services .procImages img {
	margin-right: 10px;
	border: 1px solid #15388a;
}


/*** Dental Implants ***/

#implants .procImages {
	margin-bottom: 10px;
}

#implants .procImages img {
	margin-right: 10px;
	border: 1px solid #15388a;
}

#implants .implantVid {
	width: 200px;
	text-align: center;
}


/*** Invisalign ***/

#invisalign img {
	float: left;
	display: inline;
	margin: 0px 10px 10px 0px;
	border: 1px solid #15388a;
}


/*** Smile Gallery ***/

#gallery {
	text-align: center;
}


/*** Financial Options ***/

#financial img {
	float: left;
	display: inline;
	margin: 0px 10px 10px 0px;
}


/*** Patient Forms ****/

#formTable {
	width: 500px;
}

#formTable th {
	text-align: left;
}

#formTable td {
	width: 250px;
	padding-left: 8px;
}

#forms img {
	margin:  30px 0 0 250px;
}


/*** Contact Us ***/

div.googleMap {
	float: right;
	display: inline;
	margin: 0 0 10px 10px;
}

#contact img {
	float: left;
	display: inline;
	margin: 0px 10px 10px 0px;
	border: 1px solid #15388a;
}


/*** 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 *****/



/*  Social Network Include 
------------------------------------------------------------------------------------------------------------------------------------------------------------------ */

#socialNets										{
															margin: 36px auto 0 auto;
															padding: 5px 0;
															width: 75%;
															height: 80px;
														}
														
#socialNets ul									{
															list-style: none;
															width: inherit;
															margin: 0 auto;
														}
														
#socialNets ul li								{
															display: inline;
															margin-left: 20px;
														}
														
#socialNets ul li a							{
															text-decoration: none;
														}														
														
#socialNets ul li a img					{
															border: none;
														}		

														
/*   Special Classes
----------------------------------------------------------------------------------------------------------------------------------------------------------------- */	

.right												{
															float: right;
															border: none;
														}		
														
a.right img										{
															border: none;
														}																																																																	

.referral											{
															margin: 50px;
															font-size: 1.1em;
															font-weight: bold;
														}	
														
a.noBorder img								{
															border: none;
														}
														
.conditions										{
															width: 60%;
															margin: 0 auto;
															font-size: 0.8em;
															text-align: center;
														}	
														
span.tab											{
															width: 80px;
															display: inline-block;
															margin-bottom: 4px;
														}
														
.smaller											{
															font-size: 1em;
														}															
														
b.blackHeader								{
															color: #000;
															font-size: 12px;
															font-weight: normal;
															text-decoration: underline;
														}																																		
														
#youTubeVid									{
															width: 600px;
															margin: 12px auto;
															text-align: center;
															position: relative;
															z-index: 800;
														}
														
.doNotDisplay									{
															display: none;
														}														
														
#promotion									{
															margin: 24px 0 0 8px;
														}
