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

/* -------------------------------------------------------------------------------------- SMALL RESET */
*{ margin:0; padding:0;}

a, a:hover{
	outline:none;
	text-decoration:none;
	}

img{ border:none; }


/* -------------------------------------------------------------------------------------- HACKS */

.clear {
	clear:both;
}

/* -------------------------------------------------------------------------------------- STRUCTURE */

body {
	background:url(../images/stripe.png) repeat;
	font-family:Arial, Helvetica, sans-serif;
}

#circles {
	background:url(../images/circles.png) repeat-x;
	width:100%;
}

#main-container {
	width:950px;
	margin:auto;
	padding-bottom:26px;
}

#container {
	width:950px;
	margin:auto;
	padding-top:20px;
}

#wrapper {
	background-color:#ffe9c2;
	color:#9f8659;
	font-size:12px;
	padding-top:20px;
}

#wrapper-o {
	background-color:#5c4e32;
	padding-top:20px;
	color:#ffe9a9;
	font-size:12px;
}

/* -------------------------------------------------------------------------------------- HEADER */

/*------------------------------------------------------------------LANDING PAGE HEADER*/

#header-landing {
	background:url(../images/headerBG.png)repeat-x;
	width:100%;
	height:125px;
}

#header-landing-container {
	width:950px;
	margin:auto;
}

#pediatric-landing {
	float:left;
	width:289px;
	margin-top:54px;
}

#logo-landing {
	float:left;
	width:132px;
	margin-left:120px;
}

#oral-landing {
	float:right;
	width:351px;
	margin-top:54px;
}



/*------------------------------------------------------------------NAV*/

#navBar{
	width:832px;
	height:23px;
}

ul#nav {
    list-style:none;
	width:832px;
    overflow:hidden;
}
ul#nav li {
	float:left;
	clear:right;
}
ul#nav li a span {
	margin-left:-5000px;
}
ul#nav li a {
	display:block;
	background-image:url(../images/Nav.png);
	background-repeat:no-repeat;
	height:23px;
	overflow:hidden;
}

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

ul#nav li.home a {background-position: 0px -0px; width:72px;}
ul#nav li.home a:hover, ul#nav li.home a.hover {background-position: 0px -23px;}

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

ul#nav li.about-us a {background-position: -72px -0px; width:115px;}
ul#nav li.about-us a:hover, ul#nav li.about-us a.hover {background-position: -72px -23px;}

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

ul#nav li.our-services a {background-position: -187px -0px;	width:148px;}
ul#nav li.our-services a:hover, ul#nav li.our-services a.hover {background-position: -187px -23px;}

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

ul#nav li.forms-info a {background-position: -335px 0px; width:348px;}
ul#nav li.forms-info a:hover, ul#nav li.forms-info a.hover {background-position: -335px -23px;}

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

ul#nav li.contact-us a {background-position: -683px 0px; width:135px;}
ul#nav li.contact-us a:hover, ul#nav li.contact-us a.hover {background-position: -683px -23px;}

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

#header {
	background:url(../images/headerBG.png) repeat-x;
	width:100%;
	height:125px;
}

#header-container {
	width:950px;
	margin:auto;
}

#logo-p {
	width:356px;
	float:left;
	margin-bottom:5px;
}

#logo-o {
	width:444px;
	float:left;
	margin-bottom:5px;
}


/* -------------------------------------------------------------------------------------- FOOTER */

#footer-container {
	margin:auto;
	width:950px;
	background-color:#16120a;
	margin-bottom:40px;
	padding-top:22px;
	padding-bottom:22px;
	font-size:11px;
}

#footer-container a {
	color:#9f8659;
}

#footer-container a:hover {
	color:#FFF;
}

#footer-container ul {
	list-style:none;
	width:215px;
	float:left;
	line-height:16px;
}


#footer-left {
	float:left;
	width:430px;
	margin-left:22px;
}

#footer-right {
	float:right;
	width:400px;
	text-align:right;
	color:#fdf6e8;
	margin-right:22px;
}

#footer-right a {
	color:#fdf6e8;
	text-decoration:none;
}

#footer-right a:hover {
	color:#fdf6e8;
	text-decoration:underline;
}

.footer-title {
	color:#fdf6e8;
	font-size:12px;
	margin-bottom:5px;
}

#address {
	margin:10px 0 10px 0;
}



