/**** 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: #7884ba; /*Enter Background Color*/
	color: White; /*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;
}

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: White; /*Enter Text Color*/
}

a {
	text-decoration:underline;
	color: #FFFFFF; /*Enter Link Color*/
	font-weight: bold;
}

a:hover, a:active {
	color: #304030; /*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: #304030; /*Enter Highlight Color*/
}

#call {
	float: right;
	display: inline;
	width: 215px;
}

#call p {
	margin-top: 0px;
	position: relative;
	/*bottom: -9px;*/
	
	text-align: left;
}

#call span {
	color: #000000; /*Enter Text Color*/
}

#call p.loc {
	margin: 5px 0 0 0;
	font-size: 14px;
	text-align: left;
}




/*** Navigation Block ***/

#navigation {
	border-top: 1px solid #304030; /*Enter Highlight Color*/
	border-bottom: 1px solid #304030; /*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: #304030;
}

#contactForm p {
	margin: 0 0 10px 6px;
	
	font-size: 11px;
	font-weight: bold;
	
	color: #2e6c59;
}

#contactForm form {
	margin: 0;
}

#contactForm input, #contactForm textarea {
	color: #000000;
	border: 1px solid #2e6c59;
}

#contactForm textarea {
	margin-top: 3px;
}

#contactForm .submit input {
	margin: 3px 6px 0 0;
	font-size: 11px;
	font-weight: bold;
	
	color: #ffffff;
	background-color: #2e6c59;
	border: 1px outset #304030;
}

#contactForm .alignRight {
	padding-right: 1px;
	text-align: right;
}

#education {
	margin: 0 8px 25px 8px;
	padding: 10px 5px 0 5px;
	background-color: #7884BA;
	border: 3px dashed #ffffff;
}

#education h4 {
	margin: 0 0 10px 0;
	text-align: center;
	color: #304030;
}

#education p {
	font-size: 12px;
	font-style: italic;
	text-align: center;
	color: #F0E68C;
}

#education a {
	color: #F0E68C;
}

#education a:hover {
	color: #000000;
}



/*** Footer ***/

#footer {
	margin-top: 0px;
	padding-top: 15px;
	border-top: 1px solid #304030; /*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: #2e6c59;
}

#footer ul li a:hover {
	color:  #ffffff;
}

#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;
}

.clear2 {
	clear: both;
	margin-bottom: 50px;
}

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;
}


/*** About Our Practice ***/

#about .procImages {
	float: left;
	display: inline;
}

#about .procImages img {
	margin-right: 10px;
	border: 1px solid #304030;
}


/*** Periodontal Disease ***/

#perio img {
	float: right;
	display: inline;
	margin: 0px 0px 10px 15px;
	border: 1px solid #304030;
}


/*** Surgical Therapy ***/

#surgical .procImages {
	margin: 0 0 10px 0;
}

#surgical .procImages img {
	margin-right: 10px;
	border: 1px solid #304030;
}


/*** Non-Surgical Therapy ***/

#nonsurgical .procImages {
	float: right;
	display: inline;
}

#nonsurgical .procImages img {
	margin-left: 10px;
	border: 1px solid #304030;
}


/*** Dental Implants ***/

#implants .procImages {
	margin: 0 0 10px 0;
}

#implants .procImages img {
	margin-right: 10px;
	border: 1px solid #304030;
}


/*** Newsroom ***/


/*** Patient Forms ****/

#news img {
	margin: 0;
}


/*** Links ***/


/*** Contact Us ***/

#contact img {
	float: left;
	display: inline;
	margin: 0px 10px 10px 0px;
	border: 1px solid #304030;
}

#contact p {
	margin-bottom: 20px;
}

div.googleMap {
	float: right;
	display: inline;
	margin: 0 0 10px 10px;
}


/*** 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 *****/

