/* Modern Orthodontic Design*/

/* ----- Basic Stuff ----- */
html {
	margin: 0;
	padding: 0;
	}

body {	
	margin: 0;
	padding: 0;
	height: 100%;
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	color: #000033;
	background: #000033 url(repeat-bkgd.gif) repeat-y;
	}

#container {
	position: absolute;
	margin: 0;
	padding: 0;
	width: 820px;
	height: 230px;
	}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 2px;
}

/* ----- Header ----- */
#headerpic {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 230px;
	width: 820px;
	background: #000033;
	}

/* ----- Navigation ----- */

#nav {
	position: absolute;
	top: 230px;
	left: 660px;
	width: 150px;
	}
#nav h3 {
	text-align: center;
	font: bold 20px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding-left: 2px;
	border-bottom: solid 1px #FFFFFF;
	}
#nav ul {
	list-style: none;
	padding: 0 0 6px 0;
	margin: 0;
	line-height: 13px;
	}
#nav ul li {
	text-align: left;
	padding: 3px 0px 3px 0px;
	margin: 0;
	font-size: 11px;
	color:#FFFFFF;
	border-bottom: dotted 1px #6A5748;
	}
#nav a:link {
	color: #FFFFFF;
	text-decoration:none;
	}
#nav a:visited {
	color: #FFFFFF;
	text-decoration:none;
	}
#nav a:hover {
	color: #66CCFF;
	border-bottom: dotted 1px #66CCFF;
	}	
.location {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
	padding-top: 5px;
	border: thin ridge #CCCCCC;
	padding-bottom: 5px;
	margin-top: 36px;
}
.cabinet {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000066;
	text-align: center;
	padding-top: 0px;
	padding-bottom: 10px;
}

/* ----- Main Content ----- */

#content {
	position: absolute;
	top: 230px;
	left: 30px;
	width: 550px;
	}
#content h1 {
	font: bold 36px Garamond, Arial, Helvetica, sans-serif;
	color: #000066;
	text-align: right;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #000033;
	}

#content h2 {
	font: bold 18px Arial, Helvetica, sans-serif;
	color: #000066;
	}
#content h5 {
	font: italic 10px Arial, Helvetica, sans-serif;
	color: #000066;
	}
#content a:link {
	color: #0000CC;
	text-decoration: none;
	}
#content a:visited {
	color: #0000CC;
	text-decoration: none;
	}
#content a:hover {
	color: #FF0000;
	border-bottom: dotted 1px #FF0000;
	}	

.last-update {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000066;
	text-align: left;
	font-style: italic;
	padding-top: 25px;
}
.PullOutQuote {
	font-size: 12px;
	font-style: italic;
	color: #000066;
	text-align: left;
	margin: 24px;
	padding: 6px;
	font-weight: bold;
}
