/*---------------------------------------------------------------------------------

Custom Style Sheet
Date created: January 2008

----------------------------------------------------------------------------------*/

/* 
	Note: styles are linear based on the look of the website,
	so if you want to edit the footer the styles they would be
	located at the bottom of this file.
*/


.bold,
.strong {
	font-weight: bold;
}

.center {
	text-align: center;
}

.italic {
	font-style: italic;
}

.clear {
	clear: both;
}

.dark_red {
	color: #5F221C;
}

.red {
	color: #931397;
}

.tan {
	color: #4fede5;
}

.title {
	font-size: 18px;
	color: #5f221c;
}


.left {
	float: left;
}

.right {
	float: right;
}


/*  General */

p, li {
	line-height: 18px;
}

a, a:active, a:visited {
	text-decoration: underline;
	color: #860506;
	font-weight: bold;
}

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

body {
	margin: 0;
	color: #5f221c;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #F4EDE5;
}

img {
	border: 0;	
}

.quote {
	padding: 3px 9px;
}

div#wrapper {
	width: 780px;
	margin: 0 auto;
	border-left: 5px solid #ffffff;
	border-right: 5px solid #ffffff;
}

div#header {
	background-color: #f4ede5;
	height: 112px;
	width: 100%;
	position: relative;
	border-bottom: 5px solid #ffffff;
}

h1#title {
	position: absolute;
	letter-spacing: -.75px;
	top: 20px;
	left: 20px;
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

h2#contact {
	letter-spacing: -.75px;
	margin-right: 20px;
	position: absolute;
	right: 0;
	top: 20px;
	font-size: 22px;
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
}

h2#contact span {
	font-size: 11px;
}

div#banners {
	height: 215px;
	width: 100%;
	padding: 0;
	background-color: #ffffff;
	margin-bottom: 5px;
	margin-top: 0;
	background-position: top left;
	background-repeat: no-repeat;
}

div#banners a {
	display: block;
	width: 628px;
	height: 215px;
	float: left;
}

div#teeth {
	background-image: url(/images/smile_teeth.jpg);
	background-color: transparent;
	margin: 0;
	padding: 0;
	width: 147px;
	height: 215px;
	float: right;
}

div#nav {
	height: 38px;
	width: 100%;
	border-bottom: 2px solid #931307;
	border-top: 2px solid #5F221C;
	background-color: #5f221c;
}

div#nav ul {
	list-style-type: none;
	padding-left: 0;
	margin-left: 15px;
}

div#nav ul li {
	float: left;
	margin-top: -10px;
	height: 38px;
	display: block;
	width: auto;
	line-height: 34px;
	font-size: 20px;
}

div#nav ul li a,
div#nav ul li a:active,
div#nav ul li a:visited {
	padding: 0 14px;
	display: block;
	text-align: center;
	height: 38px;
	font-weight: normal;
	color: #eeeeee;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

div#nav ul li a:hover {
	background-color: #931307;
}

.selected {
	background-color: #931307;
}

div#content {
	background-color: #ffffff;
	background-image: url(/images/content_bg.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	min-height: 360px;
	padding: 15px 25px;
}

div#side {
	font-size: 11px;
	line-height: 16px;
	float: right;
	min-height: 300px;
	width: 200px;
	padding: 20px;
}

div#footer {
	font-size: 11px;
	padding: 10px;
	text-align: center;
	clear: both;
	border-top: 1px solid #931307;
	border-bottom: 1px solid #931307;
	padding-bottom: 20px;
	background-color: #ffffff;
}


ul {
	list-style-type: square
}

/* styles for forms */

td {
	line-height: 16px;
	vertical-align: top;
}

legend {
	float: left;
	margin-left: 10px;
	font-size: 14px;
	font-weight: bold;
	color: #5F221C;
}

form {

}



fieldset {
	border: 1px solid #eeeeee;
}

form label {
	text-align: right;
	padding: 4px;
	font-size: 11px;
	font-weight: bold;
	display: block;
	width: 120px;
}

form input {
	width: 150px;
}

textarea {
	height: 50px;
}

input#submit {
	float: right;
	width: 72px;
	height: 22px;
	font-size: 10px;
}
table#coupon{
	border-spacing: 10px;
}
#coupon td{
	border: 1px dashed Black;
	width: 250px;
	text-align:center;
	padding: 10px;
}
p.smallPrint{
	font-size: 0.8em;
	text-align: right;
}
p#doctors{
	float:left; 
	width:30%;
}
p#specialists{
	float:left; 
	width:60%;
}
/* =Print Styles
-------------------------------------------------------------*/
@media print { 
	
	div#wrapper {
		margin: 0 auto;
		width: 100%;
	}
	#banners{ 
		display: none; 
	}
	#footer{
		display: none; 
	}
	#nav{
		display: none;
	}
	
	table#coupon{
		border-spacing: 10px;
	}
	#coupon td{
		border: 1px dashed Black;
		padding: 10px;
		text-align:center;
		width: 250px;
	}
	img#toothbrush{
		display: none;
	}
	p.smallPrint{
		font-size: 0.8em;
		text-align: right;
		padding-right: 10px;
	}
	
}
