@charset "utf-8";
/* CSS Document */

* {
	padding: 0;
	margin: 0;
}

body {
	background: url(../images/bg-slice.gif) repeat;
	font: Georgia, "Times New Roman", Times, serif;
}

/* Typography */
#content p {
	margin: 10px 0;
	font-size: 90%;
}
#content p.large {
	font-size: 105%;
}
#content p.errorMessage {
	background-color: #FCD0E4;
	border: 1px solid #CB8EAC;
	padding: 5px;
	font-weight: bold;
}
#content p.successMessage {
	background-color: #E2F9EF;
	border: 1px solid #ADE6E6;
	padding: 5px;
	font-weight: bold;
}
#content a {
	color: #00A6DD;
}
#content strong {
	color: #00A6DD;
}
h2 {
	color: #01A6DE;
	margin-bottom: 10px;
}
h3 {
	color: #01A6DE;
	margin-bottom: 10px;
}

/* Layout Styles */
#container {
	width: 750px;
	margin: 15px auto;
}

#navigation {
	float: left;
	width: 165px;
}

#content {
	float: left;
	margin-left: 8px;
	width: 570px;
}

/* Header Styles */
#header h1 {
	display: none;
}

#header img {
	float: left;
	border: none;
}

#header p {
	height: 105px;
	width: 585px;
	float: right;
	text-indent: -9999px;
	background: url(../images/header.gif) no-repeat;
}

/* Main Area */
#mainTop {
	clear: both;
	padding-top: 10px;
	height: 9px;
	background: url(../images/main-top.gif) no-repeat bottom;
}

#main {
	background: url(../images/main-middle-slice.gif) repeat-y;
}
.box {
	background: url(../images/box-bg-sid.gif) no-repeat center right;
	width: 566px;
}
.box1 {
	background: url(../images/box-border.gif) top repeat-x;
}
.box2 {
	background: url(../images/box-border.gif) right repeat-y;
}
.box3 {
	background: url(../images/box-border.gif) bottom repeat-x;
}
.box4 {
	background: url(../images/box-border.gif) left repeat-y;
}
.box5 {
	background: url(../images/box-tr.gif) top right no-repeat; 
}
.box6 {
	background: url(../images/box-br.gif) bottom right no-repeat;
}
.box7 {
	background: url(../images/box-bl.gif) bottom left no-repeat;
}
.box8 {
	background: url(../images/box-tl.gif) top left no-repeat;
}

#content .box p {
	padding: 10px;
	margin: 0;
	font-size: 120%;
	color: #00A6DD;
}

#content form {
	background: url(../images/graphic-sid-blue.gif) bottom right no-repeat #F3FAFE;
	border: 1px solid #B1E4F6;
	padding: 10px 125px 10px 10px;
	width: 75%;
}

#content form label {
	float: left;
	display: block;
	width: 20%;
	margin: 10px 0;
	font-size: 110%;
}

#content form input,
#content form textarea,
#content form select {
	margin: 5px;
	padding: 5px;
	float: right;
	border: 1px solid #00A7DC;
	width: 70%;
}

#content form label.ownline {
	width: 100%;
}
#content form input.ownline,
#content form textarea.ownline,
#content form select.ownline {
	clear: left;
	float: left;
	margin-left: 0;
	width: 100%;
}

#content form label.checkbox {
	margin: 0;
	padding: 0;
}
#content form input.checkbox {
	margin: 2px 0 0 0;
	width: 20px;
	float: left;
	padding: 5px;
	border: none;
}

#content form p {
	clear: both;
}

#content form input.button {
	float: right;
	width: auto;
	padding: 2px;
}
#content table {
	border-collapse: collapse;
	width: 80%;
	margin: 0 auto 20px auto;
}
#content table td,
#content table th {
	border-bottom: 1px solid #00A7DC;
	padding: 5px;
	text-align: left;
}

#content ul,
#content ol {
	margin-left: 40px;
}

#mainBottom {
	height: 9px;
	background: url(../images/main-bottom.gif) no-repeat;
}

/* Navigation */
#main #navigation {
}

#main #navigation ul {
	padding-left: 10px;
	list-style: none;
}

#main #navigation ul li {
	margin: 2px 0;
}

#main #navigation ul li a {
	padding: 5px 0 0 3px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	height: 25px;
	width: 142px;
	background: url(../images/nav-button.gif) no-repeat;
}

#main #navigation ul li a:hover {
	text-decoration: underline;
}

/* Hide submenus by default */
#main #navigation ul li ul {
	display: none;
	list-style-image: url(../images/bullet.gif);
}

/* Show treatments submenu only on testimonials page */
body#treatments #main #navigation ul li#treatments ul {
	display: block;
}

body#treatments #main #navigation ul li#treatments ul li {
	margin: 0 0 0 15px;
	padding: 0;
}
body#treatments #main #navigation ul li#treatments ul li a {
	width: 125px;
	height: auto;
	background: none;
}

body#home #main #navigation ul li#home a,
body#aboutSID #main #navigation ul li#aboutSID a,
body#priceList #main #navigation ul li#priceList a,
body#needADentist #main #navigation ul li#needADentist a,
body#bookAnAppointment #main #navigation ul li#bookAnAppointment a,
body#findOurPractice #main #navigation ul li#findOurPractice a,
body#yourFirstVisit #main #navigation ul li#yourFirstVisit a,
body#treatments #main #navigation ul li#treatments a,
body#contactUs #main #navigation ul li#contactUs a,
body#termsAndConditions #main #navigation ul li#termsAndConditions a {
	background: url(../images/nav-down-top.gif) top left no-repeat;
	color: #00A6DE;
}
body#home #main #navigation ul li#home,
body#aboutSID #main #navigation ul li#aboutSID,
body#priceList #main #navigation ul li#priceList,
body#needADentist #main #navigation ul li#needADentist,
body#bookAnAppointment #main #navigation ul li#bookAnAppointment,
body#findOurPractice #main #navigation ul li#findOurPractice,
body#yourFirstVisit #main #navigation ul li#yourFirstVisit,
body#treatments #main #navigation ul li#treatments,
body#contactUs #main #navigation ul li#contactUs,
body#termsAndConditions #main #navigation ul li#termsAndConditions {
	background: url(../images/nav-down-bottom.gif) bottom left no-repeat;
	background-color: #D4EEF9;
}

/* Footer styles */
#footer {
	text-align: center;
	margin-top: 10px;
	font-size: 90%;
}
#footer #footerTitle {
	padding: 10px;
	height: 15px;
	color: #FFFFFF;
	background: url(../images/footer.gif) no-repeat;
}

#footer #credits {
	margin-top: 5px;
}

#footer #credits a {
	font-size: 85%;
	color: #00A6DD;
}
