* {
	margin: 0px;
	padding: 0px;
}

html, body {
	height: 100%;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 18px;
}

h1 {
	margin: 0 0 20px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #263D82;
	line-height: 1.4em;
	text-align: left;
}

h2 {
	margin: 0 0 10px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-align: left;
}

h2.underline {
	text-decoration: underline;
}

h3 {
	margin: 0 0 10px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-align: left;
}

h4 {
	margin: 0 0 10px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #ff0000;
	text-align: left;
}

p {
	margin: 0 0 10px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	text-align: left;
}

a {
	color: #263d82;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

ul {
	margin: 0 0 10px 10px;
	list-style-position: inside;
	list-style: square;
	color:#263D82;
}

ol {
	margin: 0 0 10px 10px;
	list-style-position: inside;
}

img {
	border: 1px solid #000;
}


/***** Framework *****/

#background {
	background: url(images/bg.png) repeat-x;
}

#fixedHead {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 31px;
	position: fixed;
	top: 0; left: 0;
	background-image: url(images/fixedHeadBG.png);
	background-repeat: repeat-x;
	background-color: #263D82;
	z-index: 1;
}

#fixedHead p {
	margin: 0;
	padding: 7px 0 0 0;
	width: 955px;
	font-weight: bold;
	font-size: 20px;
	color: #ffffff;
	text-align: right;
}

#head {
	margin-left: 285px;
	width: 670px;
	height: 151px;
	background: url(images/stripes.png) right bottom no-repeat;
}

#headBottom {
	margin-left: 285px;
	width: 670px;
	height: 200px;
	background-color: #6c7d99;
	background: url(images/head-bottom-photo.jpg) right bottom no-repeat;
}

#top {
	height: 151px;
	font-size: 11px;
	color: #ffffff;
}

#top p {
	margin: 7px 0 0 0;
	padding: 47px 0 0 0;
	float: right;
	display: inline;
	font-weight: normal;
	font-size: 15px;
	text-align: right;
	z-index: 99;
}

#scroll {
	width: 100%;
	height: 193px;
	/*background: url(images/no-flash.jpg) repeat-x;
	overflow: hidden;*/
	clear: both;
}

#navigationBG {
	width: 262px;
	height: 100%;
	position: fixed;
	top: 0px;
	left: 10px;
	background: url(images/navigationBG-trans.png);
	z-index: 2;
}

#navigation {
	margin: 18px 0px 0px 19px;
	width: 224px;
	height: 100%;
	position: fixed;
	top: 0px;
	left: 10px;
	z-index: 3;
	font-size: 15px;
	clear: both;
}

#navigation img {
	border: none;
}

#navigation ul {
	margin: 0;
	list-style-type: none;
	font-weight: bold;
	padding-left: 28px;
	padding-right: 28px;
}

#navigation ul li {
	margin: 3px 0px;
}

#navigation ul ul {
	font-weight: normal;
	font-size: 11px;
	line-height: 14px;
	list-style-type: square;
}

#navigation a:hover {
	color: #e48105;
}

#navigation a.active {
	color: #000;
	text-decoration: none;
}

#footer {
	width: 196px;
	position: fixed;
	bottom: 0px;
	left: 10px;
	z-index: 3;
	font-size: 13px;
	line-height: 14px;
	margin-left: 47px;
	overflow: hidden;
	padding: 20px 0px;
	clear: both;
}

#mainBody {
	margin-left: 285px;
	width: 670px;
	background-image: url(images/contactBG.jpg);
	background-repeat: repeat-y;
}

#contentLeft {
	width: 485px;
	float: left;
	display: inline;
}

#contentRight {
	width: 185px;
	float: right;
	display: inline;
}

#content {
	padding: 20px 10px 20px 0;
}

/** Contact Form **/

#contactForm {
	padding: 20px 0 0 0;
	width: 185px;
}

#contactForm p {
	margin: 0 0 10px 6px;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
}

#contactForm form {
	margin: 0;
}

#contactForm input, #contactForm textarea {
	color: #000000;
	border: 1px solid #263D82;
}

#contactForm textarea {
	margin-top: 3px;
}

#contactForm .submit input {
	margin: 3px 6px 0 0;
	padding: 2px;
	font-size: 11px;
	font-weight: bold;
	color: #263D82;
	background-color: #9a9a9a;
	border: 1px outset #263D82;
}

#contactForm .alignRight {
	padding-right: 1px;
	text-align: right;
}

#tag {
	padding: 0 10px 0 0;
}

#tag ul {
	margin: 0;
	padding: 0px 0px 5px 0px;
	list-style: none;
	font-size: 11px;
	text-align: center;
}

#tag ul li {
	display: inline;
	margin: 0;
	padding: 0 3px 0 6px;
	border-left: 1px solid #263D82;
}

#tag ul li.first {
	border-left: none;
}

#tag p.info {
	margin: 0 0 5px 0;
	font-size: 10px;
	color: #9A9A9A;
	text-align: center;
	line-height: normal;
}

#tag p.copy {
	font-weight: bold;
	text-align: center;
}



/***** General Styles *****/

div.clear, p.clear {
	clear: both;
}

p.clear {
	margin-bottom: 36px;
}

img.rightIMG {
	margin: 0 0 0 10px;
	float: right;
	display: inline;
	border: 1px solid #263D82;
}

#listPage ul {
	list-style-position: inside;
}

ul.subNav {
	margin: 0 0 10px 0;
	padding: 0px 0px 5px 0px;
	list-style: none;
	font-size: 11px;
	text-align: center;
}

ul.subNav li {
	display: inline;
	margin: 0;
	padding: 0 3px 0 6px;
	border-left: 1px solid #263D82;
}

ul.subNav li.first {
	border-left: none;
}


/***** Individual Pages *****/

/*** Home ***/

#home p.signature {
	font-size: 18px;
	font-style: italic;
	color: #263D82;
	text-align: right;
}

#home .mainTitle {
	margin: 0 0 20px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: bold;
	color: #263D82;
	line-height: 1.4em;
	text-align: center;
}

p.facebook a {
	text-decoration: none;
}

p.facebook a img {
	border: none;
}


/*** About Our Practice ***/


/*** Meet the Doctors ***/


/*** Meet Our Team ***/


/*** Services Provided ***/

#services .procImages {
	margin-bottom: 10px;
}

#services .procImages img {
	margin-right: 10px;
	border: 1px solid #263D82;
}


/*** Sedation ***/


/*** Dental Implants ***/

#implants ul {
	list-style-position: inside;
}

#implants .procImages {
	margin-bottom: 10px;
}

#implants .procImages img {
	margin-right: 10px;
	border: 1px solid #263D82;
}

#implants .implantVid {
	width: 200px;
	text-align: center;
}


/*** Invisalign ***/


/*** Photo Gallery ***/

div#photos		{
	overflow: hidden;
}

div.galleryIcon {
	width: 150px;
	text-align: center;
	margin-right: 8px;
	float: left;
}

div.galleryIcon p		{
	width: 150px;
	margin-bottom: 20px; 
	text-align: center;
	font-size: 11px;
}

div.galleryIcon img		{
	border: none;
}

div.galleryIcon a		{
	text-decoration: none;
}

#photos h2	{
	margin-bottom: 24px;
}

div.galleryphoto		{
	padding: 5px;
	width: 105px;
	background-color: #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	float: left;
	text-align: center;
	overflow: hidden;
	margin: 0 28px 28px 0;
}

p.caption	{
	font-size: 10px;
}


/*** Free Dental Care Day ***/


#freeDay .stdImages img {
    float:left;
	margin: 10px 0 10px 0;
	border: none;
}

/*** Payment Options ***/

#paymentOptions {
  
}

#paymentOptions .stdImages img {
	margin: 10px 0 10px 0;
	border: none;
}

/*** Patient Forms ***/

#forms ul {
	margin-left: 20px;
}

/*** Appointment ***/
#appointment ul {
	margin-left: 20px;
}

#appointment td {
	margin: 0;
	padding: 5px;
}

div.video	{
	width: 135px;
	text-align: center;
	float: left;
	margin: 0 23px 28px 0;
}

div.video p	{
	font-size: 10px;
	text-align: center;
}

div.video img	{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}


/*** Contact Us ***/

div.googleMap {
	margin: 0 0 10px 0;
}

#contact table {
	margin: 0 0 10px 0;
}

#contact ul {
	list-style-position: inside;
}

/*   Special Classes
--------------------------------------------------------------------------------------------------------------------------------------------------*/

span.shrink										{
															font-size: 0.85em;
														}
														
img.IMGleft										{
															float: left;
															margin: 0 12px 12px 0;
														}
														
img.IMGleftSpecial									{
															float: left;
															margin: 0 12px 85px 0;
														}
														
																												
														
p.testimonial										{
															margin: 24px 0 12px 0;
															background-color: #ffffe7;
															padding: 10px;
															-moz-border-radius: 10px;
															-webkit-border-radius: 10px;
														}																											
ul.sublist {
	margin: 3px 0 10px 17px;
	list-style-position: inside;
	list-style: square;
}
/*  Temp Styles
------------------------------------------------------------------------------------------------------------------------------------------------ */

h3.headline										{
															font-size: 16px;
															color: #263d82;
															margin-bottom: 24px;
														}
														
h3.headline a span								{
															font-size: 18px;
														}	
														
div#dfth											{
															margin-bottom: 12px;
														}																											

div#dfth  img										{
															border: 4px double #263D82;
														}
#socialIcons {
	width: 170px;
	height: auto;
	margin: 0 0 20px 7px;
	padding: 0;
	text-align: center;
	clear: both;
}

#socialIcons img {
	margin: 0 5px 0 0;
	padding: 0;
	border: none;
}

.specialsBlock {
	width: 430px;
	height: auto;
	margin: 0 0 25px 0;
	padding: 10px;
	border: 2px #000000 dashed;
	background-color: #ffff64;
	background-image: url(images/sidebar/specials-background.png);
	background-position: left top;
	background-repeat: no-repeat;
	color: #000000;
	text-align: center;
	clear: both;
}

.specialsBlock h1 {
	margin: 0;
	padding: 0 0 5px 0 !important;
	font-size: 32px;
	color: #006600;
	text-align: center;
}

.specialsBlock h2 {
	margin: 0;
	padding: 0 0 15px 0 !important;
	font-size: 22px;
	color: #000000;
	text-align: center;
}

.specialsBlock p {
	margin: 0;
	padding: 0 0 5px 0 !important;
	font-size: 14px;
	color: #000000;
	text-align: center;
}

.highlightText {
	color: #e48105;
	font-weight: bold;
}