/**** Begin Basic Framework

 - Be careful making changes to this section *****/



/*Only Change Marked Elements*/

body {

	margin: 20px 0 20px 0;

	padding: 0;

	

	background-color: #141414; /*Enter Background Color*/

	color: #000000; /*Enter Text Color*/

	

	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; /*Enter Text Font*/

	font-size: 13px; /*Enter Text Font Size*/

}





/*** Elements ***/



h1 {

	margin: 23px 0 0 0;

	

	font-family: "Copperplate Gothic Bold", "Palatino Linotype", "Times New Roman", Times, serif;

	font-weight: normal;

	font-size: 28px;

	

	color: #000000;

}

.h_home {
	
	margin: 0px 0px 10px 0px;

	

	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; /*Enter Text Font*/

	font-size: 16px;

	font-weight: bold;

	

	color: #000000;

}



h2 {

	margin: 0px 0px 10px 0px;

	

	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; /*Enter Text Font*/

	font-size: 18px;

	font-weight: bold;

	

	color: #000000;

}



h3 {

	margin: 0px 0px 10px 0px;

	

	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; /*Enter Text Font*/

	font-size: 16px;

	font-weight: bold;

	

	color: #000000;

}



p {

	margin: 0 0 10px 0;

	

	font-family: "Trebuchet MS", 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: #332200; /*Enter Link Color*/

	font-weight: bold;

}



a:hover, a:active {

	color: #ffffff; /*Enter Link Hover Color*/

}

/* @group My Group */



/* @end */





/*** Contain ***/



#contain {

	margin: 0 auto;

	width: 900px;

	

	/*background-image: url(images/topBG.jpg);

	background-repeat: no-repeat;*/

	/*background-image: url(images/containBG.jpg);

	background-repeat: no-repeat;

	background-position: 520px 340px;*/

	background-color: #767878;

	

	border-left: 15px solid #a97d23;

	border-right: 15px solid #a97d23;

}





/*** Header ***/



#header {

	padding: 10px 30px 10px 10px;
	
	background-color: #ffffff;

}



#header h1 a {

	color: #000000;

	font-weight: normal;

}



#header img {

	margin: 0 10px 0 0;

	float: left;

	display: inline;

	

	/*border: 3px solid #191970;*/

}



#header p {

	margin: 0;

	font-size: 18px;

	color: #a97d23; /*Enter Highlight Color*/

}


#header p.tagline {
	
	margin: 58px 0 0 10px;
	
	font-size: 13px;
	
	text-align: center;
	
	width:  280px;
	
	float: left;
	
	display: inline;
}

#header p.gum-disease {
     
	color:#B90000; 
	 
	font-size: 13px; 
	 
	float:right;
}

#header a {
    
	color:#B90000;
	text-decoration:underline;
}

#header a:hover {
    
	color:#B90000;
	text-decoration:none;
}

#address {

	float: right;

	display: inline;

	width: 200px;

	

	margin: 30px 0 0 0;

	

	/*position: relative;

	bottom: 7px;*/

}



#address p {

	margin: 0;

	

	font-size: 14px;

	font-weight: bold;

	color: #000000; /*Enter Highlight Color*/

	

	text-align: center;

	

	line-height: 21px;

}

#address a {
    
	color:#000000;
	
	text-decoration:underline;
}

#address a:hover {
    
	color:#000000;
	
	text-decoration:none;
}




/*** Navigation Block ***/



#navigation {

	padding: 5px 0 5px 0;

	border-top: 3px solid #a97d23; /*Enter Highlight Color*/

	/*border-bottom: 1px solid #4169E1;*/ /*Enter Highlight Color*/

}



#flashHeader {

	/*background-color: Gray;*/ /*Temporary for Positioning*/

	height: 192px;

	

	float: right;

	display: inline;

	width: 715px;

}



/** If Using Dynamic Menu - Wrap this DIV around it**/

#menu {

	float: left;

	display: inline;

	width: 185px;

	height: 192px;

	/*background-color: #5B5B5B;*/

}



/** 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.gif);

	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: #FFD982;

	

	/*border: 1px solid #26376b;*/

}

#rightsideblog {

	margin: 0px 0px 0px 20px;
    padding: 20px 0px 20px 0px;
    width: 180px;
	background-color: #C29C4D;
}



#contactForm p {

	margin: 0 0 10px 6px;

	

	font-size: 11px;

	font-weight: bold;

	

	color: #5B5B5B;

}



#contactForm form {

	margin: 0;

}



#contactForm input, #contactForm textarea {

	color: #000000;

	/*background: #ffffa0;*/

	border: 1px solid #98824A;

}



#contactForm textarea {

	margin-top: 3px;

}



#contactForm .submit input {


	font-size: 11px;

	font-weight: bold;

	

	color: #ffffff;

	background-color: #403620;

	border: 1px outset #98824A;
	height: 25px;
	width:100px;
	font-family: Tahoma, Geneva, sans-serif;

}



#contactForm .alignRight {

	padding-left: 7px;

	text-align: left;

}



#special {

	margin: 0px 0px 0px 20px;

	padding: 20px 0px 10px 0px;

	width: 180px;

}



#special img {

	margin: 0px 10px;

}



div.feature {

	margin: 0px 0px 0px 20px;

	padding: 10px 0px 20px 0px;

	width: 180px;

}



#pressLink {

	margin: 0px 0px 0px 20px;

	padding: 0px 0px 20px 0px;

	width: 180px;

}



#pressLink p {

	margin: 0 auto;

	width: 150px;

	height: 50px;

	font-size: 20px;

	text-align: center;

	line-height: 50px;

	background-color: #99A6B5;

	border: 5px solid #ffffff;

}



#pressLink a {

	color: #214081;

}



#pressLink a:hover {

	color: #ffffff;

}





/*** Footer ***/



#footer {

	margin-top: 0px;

	padding-top: 15px;

	border-top: 1px solid #a97d23; /*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: #dabf84; /*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;

}



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: 14px;
	font-weight:bold;
	text-align: left;

}



#home div.stackedImages {

	float: right;

	display: inline;

}



#home div.stackedImages img {

	float: none;

	display: block;

	margin: 0 0 15px 10px;

	border: 1px solid #000000;

}





/*** Meet Dr. DiGiallorenzo ***/



#meet img {

	float: left;

	display: inline;

	margin: 0px 10px 10px 0px;

	border: 1px solid #000000;

}



#meet ul.topNav {

	margin-top: 140px;

}





/*** Periodontal Disease ***/



div.perioIntro {

	padding-bottom: 100px;

}



#perio img {

	float: left;

	display: inline;

	margin: 0px 10px 10px 0px;

	border: 1px solid #000000;

}





/*** Crown Lengthening ***/



div.crownIntro {

	padding-bottom: 160px;

}



#crown .procImages {

	float: left;

	display: inline;

	

	margin: 0 0 10px 0;

}



#crown .procImages img {

	margin-right: 10px;

	border: 1px solid #000000;

}





/*** Bone Grafting ***/



div.boneIntro {

	padding-bottom: 70px;

}



#bone .procImages {

	float: left;

	display: inline;

}



#bone .procImages img {

	margin-right: 10px;

	border: 1px solid #000000;

}





/*** Tooth Replacement ***/



div.toothIntro {

	padding-bottom: 20px;

}



#tooth .procImages {

	margin: 0 0 10px 0;

}



#tooth .procImages img {

	margin-right: 10px;

	border: 1px solid #000000;

}





/*** Soft Tissue Grafting ***/



div.tissueIntro {

	padding-bottom: 160px;

}



#tissue .procImages {

	float: left;

	display: inline;

}



#tissue .procImages img {

	margin-right: 10px;

	border: 1px solid #000000;

}





/*** Other Approaches/Topics ***/



div.topicsIntro {

	padding-bottom: 160px;

}



#topics img {

	float: right;

	display: inline;

	margin: 0px 0px 10px 10px;

	border: 1px solid #000000;

}





/*** Latest Technology ***/



#tech img {

	float: right;

	display: inline;

	margin: 0px 0px 10px 10px;

	border: 1px solid #000000;

}



#tech ul.topNav {

	margin-top: 60px;

}



#tech div.stackedImages {

	float: right;

	display: inline;

}



#tech div.stackedImages img {

	float: none;

	display: block;

	border: 1px solid #000000;

}





/*** Patient Forms ****/



#formTable {

	width: 500px;

}



#formTable th {

	text-align: left;

}



#formTable td {

	width: 250px;

	padding-left: 8px;

}



#forms img {

	margin-left: 250px;

}





/*** Contact Us ***/



#contact img {

	float: right;

	display: inline;

	margin: 0px 0px 10px 10px;

	border: 1px solid #000000;

}





/*** 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;

}


#above-fold {
background-color:#C29C4D;
margin:0 0 0 20px;
padding:0;
width:180px;
}

#special2 {
margin:0 0 0 0;
padding:5px 0 10px;
width:180px;
}

#rss li {
padding-bottom: 10px;
}

#rss span.desc {
font-size:12px;
}

#rss a.rmore {
color:#000000; font-weight:normal; font-size:12px;
}

#rss a.rmore:hover {
color:#ffffff; font-weight:normal; font-size:12px;
}

.feedback {
margin-bottom: 25px;
}
/***** End Code for Specific Pages *****/