body {
	margin: 0;
	padding: 0;
	
	background-image: url(images/bkground.jpg);
	background-repeat: repeat-x;
	background-color: #0e272c;
	
	font-family: "Palatino Linotype", "Times New Roman", Times, serif;
	font-size: 14px;
	color: #ffffff;
}

/* PNG Transparency Support for IE6 */
div#contain, div#rightContain, div#contentBottom {
    behavior: url(iepngfix.htc);
}

/* PNG Transparency Support for IE6 */
div {
    behavior: url(iepngfix.htc);
}


/***** Elements *****/

h2 {
	margin: 0 0 15px 0;
	padding: 0;
	font-family: "Palatino Linotype", "Times New Roman", Times, serif;
	font-size: 28px;
	font-weight: bold;
	font-variant: small-caps;
	color: #062447;
}

h3 {
	margin: 0 0 10px 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #bacce1;
}

h4 {
	margin: 0 0 10px 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #bacce1;
}

p {
	margin: 0 0 10px 0;
	font-family: "Palatino Linotype", "Times New Roman", Times, serif;
	font-size: 14px;
	color: #ffffff;
}

a:link, a:visited {
	color: #bacce1;
	text-decoration: none;
}

a:hover, a:active {
	color: #062447;
	text-decoration: underline;
}


/***** Structure *****/

#contain {
	margin: 0 auto;
	width: 940px;
	
	background-image: url(images/contentRepeatBG.jpg);
	background-repeat: repeat-y;
	background-position: top right;
}

#leftContain {
	float: left;
	display: inline;
	width: 40px;
}

#rightContain {
	float: right;
	display: inline;
	width: 900px;
	background-image: url(images/contentTopBG.png);
	background-repeat: no-repeat;
}


/*** Top Left Structure ***/

#topLeft {
	float: left;
	display: inline;
	width: 560px;
}

/** Address **/

#address {
	padding: 49px 20px 0 10px;
	text-align: right;
}

#address p {
	margin: 0;
	text-align: right;
	color: #ffffff;
}

/** Top Flash/Image **/

#flashTop {
	margin: 4px 3px 0 12px;
	height: 350px;
	position: absolute;
}

#imageTop {
	margin: 4px 3px 0 12px;
	height: 320px;
	position: absolute;
}

/** Content **/

#content {
	padding: 290px 11px 0 20px;
	position: relative;
}


/*** Top Right Structure ***/

#topRight {
	float: right;
	display: inline;
	width: 340px;
}

#linkRight {
	float: right;
	display: inline;
	width: 100px;
}

/** Phone **/

#phone {
	padding: 12px 113px 65px 13px;
	text-align: center;
}

#phone p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
}

/** Navigation **/

#navigation {
	padding: 0 118px 10px 18px;
}

#navigation ul {
	margin: 0 0 0 20px;
	padding: 0;
	list-style: none;
}

#navigation li {
	margin: 0 0 4px 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	font-variant: small-caps;
}

#navigation li a {
	color:  #062447;
}

#navigation li a:hover {
	color: #bacce1;
}

/** Side Bar/Contact Form **/

#sidebar {
	padding: 0 115px 10px 21px;
}

#contactForm {
	padding-top: 25px;
}

#contactForm input, #contactForm textarea {
	color: #290101;
	border: 1px solid #114a8d;
}

#contactForm textarea {
	margin-top: 3px;
}

#contactForm .submit input {
	font-size: 13px;
	font-weight: bold;
	
	color: #062447;
	background-color: #bacce1;
	border: 1px outset #114a8d;
}

#contactForm .alignRight {
	margin-right: 5px;
	text-align: right;
}


/*** Bottom Structure ***/

/** Bottom Content **/

#contentBottom {
	clear: both;
	height: 260px;
	background-image: url(images/contentBottomBG.png);
	background-repeat: no-repeat;
	background-color: #0e272c;
}

/** Tag **/

#tag {
	padding: 0 348px 0 17px;
	height: 150px;
}

#tag h4 {
	margin-top: 28px;
	color: #062447;
}

/** Flash Squares **/

#flashBottom {
	margin-left: 130px;
}

/** Footer **/

#footer {
	text-align: center;
	background-color: #0e272c;
}

#footer ul {
	margin: 0;
	padding: 0;
	
	list-style: none;
}

#footer ul li {
	display: inline;
	color: #ffffff;
}

#footer ul li a {
	margin: 0 5px 0 0;
	
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
}

#footer p.drlocation {
	margin: 10px 0 10px 0;
	font-size: 10px;
	color: #bacce1;
}

#footer p.copyright {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
}

#footer p.copyright img {
	vertical-align: middle;
}


/*** 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;
}


/***** Individual Pages *****/

/*** Home ***/

#home {
	
}

#home p.signature {
	font-size: 18px;
	font-style: italic;
	text-align: right;
}

#home .video {
	text-align: center;
	width: 320px;
	margin: 10px auto;
	border: 1px #fff solid;
	background-color: #fff;
	padding: 3px 3px 0 3px;
}


/*** About Our Practice ***/

#about img {
	float: left;
	display: inline;
	margin: 0px 10px 10px 0px;
	border: 1px solid #062447;
}


/*** Meet the Doctor ***/

#doctor img {
	float: left;
	display: inline;
	margin: 0px 10px 10px 0px;
	border: 1px solid #062447;
}


/*** 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 #062447;
}


/*** Services Provided ***/

#services .procImages {
	float: left;
	display: inline;
}

#services .procImages img {
	margin-right: 10px;
	border: 1px solid #062447;
}


/*** Dental Implants ***/

#implants .procImages {
	margin-bottom: 10px;
}

#implants .procImages img {
	margin-right: 10px;
	border: 1px solid #062447;
}

#implants .implantVid {
	width: 200px;
	text-align: center;
}


/*** Invisalign ***/

#invisalign img {
	float: left;
	display: inline;
	margin: 0px 10px 10px 0px;
	border: 1px solid #062447;
}


/*** Smile Gallery ***/

#gallery {
	text-align: center;
}

#gallery h2 {
	text-align: left;
}


/*** Forms ***/

#forms h3 {
	margin: 0 0 15px 0;
	padding: 10px 0 0 0;
}

#forms img {
	margin: 40px 0 0 0;
}


/*** Contact Us ***/

#contact {
	
}

div.googleMap {
	float: right;
	display: inline;
	margin: 0 0 0 10px;
}


/*** Directions ***/

#directions img {
	float: left;
	display: inline;
	margin: 0px 10px 10px 0px;
	border: 1px solid #062447;
}

#directions p {
	margin-bottom: 20px;
}


/*** Site Map ***/

#sitemap ul {
	list-style: square;
}


/*** Photo Album ***/

#album p {
	text-align: center;
}

#album img {
	border: 1px solid #ffffff;
}


/*   Special Classes
------------------------------------------------------------------------------------------------------------------------------------------------------ */

.survey															{
																		font-weight: bold;
																		font-size: 1.1em;
																		text-align: center;
																		margin-top: 24px;
																		margin-left: -4px;
																		padding-bottom: 2px;
																		border-top: solid 2px #fff;
																		border-bottom: solid 2px #fff;
																	}
																	
#registration												{
																		width: 505px;
																		margin: -36px auto 24px auto;																		
																	}
								
#registration a img										{
																		border: none;
																	}
																	
#vote															{
																		margin-top: 24px;
																	}																									

#vote	p														{
																		text-align: center;
																		font-size: 18px;
																		font-weight: bold;
																		width: 196px;
																	}	
																	
#vote img													{
																		margin: 0 0 0 1px;
																		border: 3px solid #114a8d;
																	}																																