/* CSS Document */
body {background:#525269;margin:0 0 0 0;text-align:center;font:17px Helvetica,Arial,sans-serif;line-height:1.1em;}
#container {background:#FFFFFF;width:960px;border:1px solid #000;margin:0 auto;text-align:left;}
.logo { width:960px; }

.content{margin: 0 20px;}
p {	margin: 20px 0 0 0;
	font-size: 14px;
}
h1 {font-size: 24px;
    font-style: oblique;
    font-weight:bold;
    font-variant:normal;
    font-family: "Times New Roman", Times, serif;
    text-align: center;
    color: #606;}
h2 {
	font-size: 16px;
	text-align: center;
	text-decoration: underline;
	padding: 0px;
	word-spacing: normal;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	padding: 0 0 0 20px;
	color: #000;
	text-align: center;
}
#footer {
	text-align: center;
	background:#FFE09A;
	padding: 5px;
	border-top: 1px black solid;
}
#footer p {margin: 0; text-align: center;}
a{color:#003CB7;text-decoration:underline;}
a:hover{
	color:#CC0000;
	text-decoration:none;
}

#container .content ul li {
	font-size: 14px;
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}

#outer {
	width: 840px;
	height:475px;
	background-color:#C0C0C0;
	margin: 15px auto;
	padding: 2px 5px 5px 5px;
}

#veneersbox {
	width:400px;
	height:249px;
	float:left;
	margin:0px 5px;
	padding:0px 5px 0;
}

#crownsbox {
	width:400px;
	height:250px;
	float:left;
	margin:5px;
	padding:0px 5px 0 5px;
}

#bridgesbox {
	width:400px;
	height:auto;
	float:left;
	margin:5px;
	padding:0px 5px 0 5px;
}

#sixmonthbracesbox {
	width:400px;
	height:auto;
	float:left;
	margin:5px;
	padding:0px 5px 0 5px;
}


}

/*============== NAVIGATION MENU ==============*/

/* Start Holly Hack, hidden from MacIE. \*/
* html #navigation ul li {height: 1%;}
/* End Holly Hack. */
#navigation{text-align:center;background:#A695BD;height:1.5em;line-height:1.25em;padding:8px 0;margin:0px auto 0px auto;font-size:9pt;font-weight:bold;text-transform:uppercase;z-index: 1; border-bottom:1px solid #000;}
#navigation ul {
	width:960px;
	list-style-type: none;
	margin:0px;
	padding:0px;
	z-index: 2;
	white-space: normal;
}
#navigation li {border-right:0px solid #ffffff;display:inline;text-align:center;margin: 0px;}
#navigation li a.left{border-left:1px solid #FFFFFF;}
#navigation li a {
	padding:7px 12px;
	color: #000;
	background-color:#A695BD;
	border-right:1px solid #FFFFFF;
	text-decoration: none;
}
#navigation li a:hover{background:#525269;color:#fff;text-decoration:none;} 
#navigation li a#current{background-color:#1A141E;color:#FFF4F4;}
