body {
	font-family: Arial, Helvetica, sans-serif;
	background: #C69E6C url('images/bg_repeat.jpg') repeat-x -150px; 
	margin: 0;
	text-align: center;
}

/* PNG Transparency Support for IE6 */
div#header, div#footer {
	behavior: url(iepngfix.htc);
}

/* Full Page - Corner Image */
#site {
	width: 100%;
}

/* Site Contain */
#container {
	width: 850px;
	margin: 0 auto;
	text-align: left;
} 

#header {
	width:850px;
	height:164px;
	background: url('images/top.png') no-repeat top left;
	text-align: right;
	margin: 0px
}

#mainContent {
	width: 800px;
	background: url('images/body.png') repeat-y top left;
	margin-left: 50px;
}

/* Sidebar Content */
#left {
	width: 252px;
	float: left;
}

#left img {
	margin: 0 0 0 8px;
	border: 10px solid #ffffff;
}

#sideFlash {
	margin: 0 0 0 8px;
	border: 10px solid #ffffff;
}

/* Informational Content */
#right {
	width: 513px;
	float: right;
	margin-right: 25px;
	margin-left: 10px;
}

/* Larger Size #right for Smile Gallery */
#galleryright {
	width: 520px;
	float: right;
}

#footer {
	width: 850px;
	height: 102px;
	background: url('images/footerbg.png') no-repeat top left;
	margin-left: 50px;
	margin-top: -5px;
}
#drlocation p.info {
	line-height: normal;
	font-size: 10px;
	color: #000000;
	text-align: center;
}
#drlocation p.copy {
	line-height: normal;
	font-size: 14px;
	color: #000000;
	text-align: center;
}
#drlocation p.copy img {
	vertical-align: middle;
}

/* Main Menu Formatting */
.nav  {
	width: 750px;
	padding-top: 46px;
	text-align: center;
	margin: 0 auto;
	padding-left: 125px;
	color: #dd9f30;
}
.nav a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}
.nav a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #da341e;
	text-decoration: none;
	font-weight: bold;
}


p {
	margin: 10px 0 10px 0;
	font-size: 12px;
	line-height: 18px;
	color: #000;
}

h1 {
	margin: 0 0 5px 0;
	font-size: 24px;
	font-weight: normal;
	color: #dd9f30;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

h2 {
	font-size: 18px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #3e64b9;
}

h3 {
	font-size: 16px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #385801;
}

h4 {
	font-size: 12px; 
	font-weight: bold;
}

a {
	font-weight: bold;
	text-decoration: none;
	color: #da341e;
}

a:hover {
	text-decoration: none;
	color: #7b6a50;
}

li {
	font-size: 12px;
	line-height: 20px;
	padding-bottom: 5px;
	color: #742916;
	margin-left: -15px;
}

table	{
	border: 1px dotted #000;
	width: 95%;
	padding: 12px;
}

td	{
	font-size: 12px;
}

th	{
	text-align: center;
}

div#gamesTable table {
	border: none;
}


/*** Framework Classes ***/

/* Header Address */
.addressnum {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000;
	font-weight: normal;
	padding-top: 4px;
	padding-right: 25px;
}

/* Footer Links */
.bottomlinks {
	width: 850px;
	margin: 0 auto;
	text-align: center;
} 
.bottomlinks p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #742916;
	text-decoration: none;
	font-weight: normal;
}
.bottomlinks a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	}
.bottomlinks a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #da341e;
	text-decoration: none;
	font-weight: bold;
}
	 
	 
/*** General Classes ***/

div.clear {
	clear: both;
}

/* Page with list of subpages */
#listPage ul {
	list-style: square;
}

/* Subpage Navigation */
ul.subNav {
	margin: 20px 0 0 0;
	padding: 0px 0px 5px 0px;
	
	list-style: none;
	
	font-size: 12px;
	text-align: center;
}
ul.subNav li {
	display: inline;
	margin: 0;
	padding: 0;
}

.imgborder {
	border: #DD9F30 1px solid;
}
		  
hr {
	color: #471A0E;
	background: #471A0E;
	height: 1px;
	border: 0;
}

/* Custom Forms -- Just change the colors */
.fields {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	border: #000000 1px solid;
	background-color: #CCCCCC;
}
 input.submit
{
	border: 1px solid #000000;
	border-top-color: #000000;
	border-left-color: #000000;
	padding: 0.25em;
	background-color: #CCCCCC;
	color: #000000;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
input.submit:hover
{
	border: 1px solid #000000;
	border-top-color: #000000;
	border-left-color: #000000;
	padding: 0.25em;
	background-color: #000000;
	color: #CCCCCC;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}


/*** Main Contact Form ***/

#contactForm {
	padding: 5px;
	color: #ffffff;
	width: 165px;
	margin-left: 50px;
	margin-top: 10px;
}
#contactForm input, #contactForm textarea {
	border: 1px solid #dd9f30;
}
#contactForm textarea {
	margin-top: 3px;
}
#contactForm .submit input {
	font-size: 13px;
	font-weight: bold;
	color: #f9fa3c;
	background-color: #dd9f30;
	border: 1px outset #000000;
}



/***** Individual Pages *****/

/*** Home ***/
#home {
	
}

#home p.signature {
	font-size: 18px;
	font-style: italic;
	text-align: right;
}


/*** Meet the Doctor ***/

#doctor img {
	float: left;
	display: inline;
	margin: 0px 10px 10px 0px;
	border: 1px solid #7F3A10;
}


/*** About Our Practice ***/

#about img {
	float: left;
	display: inline;
	margin: 0px 10px 10px 0px;
	border: 1px solid #7F3A10;
}


/*** Meet the Doctor ***/

#doctor img {
	float: left;
	display: inline;
	margin: 0px 10px 10px 0px;
	border: 1px solid #7F3A10;
}


/*** Meet Our Dental Team ***/

.staffIntro {
	padding-bottom: 100px;/*Add only for short content, adjust depending on length*/
}

#staff img {
	float: left;
	display: inline;
	margin: 0px 10px 10px 0px;
	border: 1px solid #7F3A10;
}


/*** Services Provided ***/

#services .procImages {
	display: inline;
}

#services .procImages img {
	margin-right: 10px;
	border: 1px solid #7F3A10;
}


/*** Dental Implants ***/

#implants .procImages {
	margin-bottom: 10px;
}

#implants .procImages img {
	margin-right: 10px;
	border: 1px solid #7F3A10;
}

#implants .implantVid {
	width: 200px;
	text-align: center;
}


/*** Invisalign ***/

#invisalign {
	
}


/*** Smile Gallery ***/

#gallery p	{
	padding-right: 20px;
}


/*** Forms ***/

#forms h3 {
	margin: 0 0 15px 0;
	padding: 10px 0 0 0;
}

#forms img {
	margin: 40px 0 0 0;
}


/*** Contact Us ***/

#contact {
	
}


/*** Directions ***/

#directions img {
	float: left;
	display: inline;
	margin: 0px 10px 10px 0px;
	border: 1px solid #7F3A10;
}

#directions p {
}

#map	{
	width: 225px;
	float: left;
	margin-right: 12px;
	border: 4px double #f9fa3c;
	background-color: #dd9f30; 
}


/*** Site Map ***/

#sitemap ul {
	list-style: square;
}

/*** Preventive Care ***/

#questions	{
	width: 200px;
	float: left;
	padding-right: 4px;
	margin-right: 12px;
	border-right: 1px solid #000;
}

#answers	{
	padding-top: 3px;
}

#answers .hide	{
	display: none;
}

#answers .show	{
	display: block;
}


