@charset "UTF-8";

/* CSS Document */
/* 100% Hand-Coded. Copyright © 2008 PedoPages.com, Ellipsis Creative Media. All rights reserved.*/
/* Code responsibly. Learn, but DO NOT COPY! */


/* ZERO RULE */
* {
	padding: 0px;
	margin: 0px;
}

/* Page Definition */
html, body {
	height: 100%;
	font-family: Helvetica;
	font-size: 62.5%;
}
body {
	background-color: #dce9c7;
	background-image: url(../img/page_bg.gif);
	background-repeat: repeat-x;
}

/* Page Structure */
#banner {
	height: 225px;
	width: 900px;
	margin: 0px auto 0px auto;
	background-image: url(../img/page_banner.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
#navbar {
	width: 100%;
	height: 45px;
	margin: 0px auto 0px auto;
	background-image: url(../img/navbar_bg.png);
	background-repeat: repeat-x;
}
#wrapper {
	background-color: #dce9c7;
	width: 100%;
	background-image: url(../img/content_bg.gif);
	background-position: center;
	background-repeat: repeat-y;
}
#content {
	width: 900px;
	margin: 0 auto 0 auto;
	background-color: white;
	font-size: 1.2em;
	border-bottom: 1px solid #98a189;
}
#main {
	margin: 20px 40px 25px 40px;
	float: left;
}
#main.sidebar {
	width: 530px;
}
#section {
	margin: 0 0 1.2em 0;
	border-bottom: solid 1px #00b5db;
}

#sidebar {
	margin-left: 0;
	margin-bottom: 25px;
	margin-right: 0;
	margin-top: 20px;
	width: 210px;
	padding: 20px;
	float: left;
	background-color: #c9e9fc;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
#sidebar.float {
	float:right;
	margin: 0 0 0 30px;
}
#footer {
	margin: 0 auto 0 auto;
	clear: both;
	display:  block;
	width: 820px;
	padding: 20px 0 20px 0;
	background-color: #6eb0dd;
	text-align: center;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	font-size: 1.3em;
	color: white;
	line-height: 2em;
}


/* Headers & Paragraphs */
h2 {
	border-bottom: solid 1px #00b5db;
}
h2.welcome {
	width: 356px;
	height: 23px;
	background-image: url(../img/h2_welcome.png);
	background-repeat: no-repeat;
	padding: 0 174px 7px 0;
	text-indent: -9999px;
}
h2.quicklinks {
	width: 117px;
	height: 19px;
	background-image: url(../img/h2_quicklinks.png);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 0 0 7px 93px;
	text-indent: -9999px;
}
#main p {
	font-size: 1.6em;
	line-height: 1.4em;
	margin: 0 0 1em 0;
}
#main h2 {
	color: #0060b0;
	font-size: 2.6em;
	margin-bottom: 20px;
}
#section h2 {
	border: none;
	margin-bottom: .5em;
}
#main h3 {
	color: #0060b0;
	font-size: 2em;
	margin: 0 0 .75em 0;
}
#main h4 {
	font-size: 1.6em;
}
#main p.articletag {
	font-size: 1em;
}
#sidebar h2 {
	margin-bottom: .8em;
}
#sidebar h3 {
	color: #006bb7;
	font-size: 1.9em;
}
#sidebar.float h3 {
	margin-top: 0;
}
#sidebar p {
	font-size: 1.4em;
	line-height: 1.4em;
	margin: .4em 0 .4em 0;
}

/* Links */
#sidebar a.inline {
	display: inline;
	color: #006bb7;
	line-height: inherit;
	font-size: inherit;
	text-decoration: underline;
	font-weight: bold;
	margin: 0
}
#sidebar a {
	color: #006bb7;
	text-decoration: none;
	display: block;
	min-height: 16px;
	font-size: 1.4em;
	line-height: 1.2em;
	margin: 0 0 0 10px;
}
#sidebar a:hover {
	text-decoration: underline;
}
#footer a {
	color: white;
	text-decoration: underline;
}

/* Link Icons */
a.pdf {
	padding-left: 20px;
	background-image: url(../img/icons/pdf.gif);
	background-position: left;
	background-repeat: no-repeat;
}

a.page {
	padding-left: 20px;
	background-image: url(../img/icons/page.png);
	background-position: left;
	background-repeat: no-repeat;
}

/* Lists */
ul {
	list-style: none;
}
ul.bullet {
	margin: 1em 0 .5em 2.25em;
	list-style-position: outside;
	list-style: disc;
	font-size: 1.6em;
	line-height: 1.4em;
}

#footer ul li {
	display: inline;
	margin: 0 .5em 0 0;
	padding: 0 .5em 0 0;
	border-right: 1px solid;
}
#footer ul li.end {
	border: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
#sidebar ul {
	margin-bottom: 1em;
}
#sidebar li {
	margin-top: .75em; 
}
/* Staff List */
ul#staff {
	display: block;
	width: 355px;
	height: 188px;
	padding: 20px;
	margin-bottom: 25px;
	background-color: #c9e9fc;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
ul#staff.left {
	float: left;
}
ul#staff.right{
	float:right;
}
ul#staff img {
	border: 1px solid #00b5db;
	float: left;
	margin: 0 20px 0 0;
}
ul#staff h3 {
	font-size: 2.2em;
}
ul#staff li {
	font-size: 1.6em;
	list-style: disc;
	list-style-position: inside;
	margin-bottom: .5em;
}
ul.cards li {
	display: inline;
	list-style: none;
}

/* Images */
img.mayes {
	float: left;
	border: 1px solid #00b5db;
	margin: 0 1.6em 1.6em 0;
}
img.office {
	float: left;
	margin: 10px;
	border: 1px solid #00b5db;
}
img.aapd {
	float: right;
	margin: 0 0 1.6em 1.6em;
}

/* Google Map */
iframe.map {
	border: 1px solid #00b5db;
}

/* Form */
fieldset {
	border: none;
	color: #006bb7;
}
#formdiv {
    font-family: Helvetica;
    font-size: 1.6em;
}
#formdiv input[type="text"], #formdiv textarea {
    font-family: Helvetica;
    font-size: .9em;
    display: block;
    padding: 4px;
    margin-top: 4px;
    border: solid 1px #00b5db;
    color: black;
    background-color: #EDF2F7;
}
#formdiv input[type="text"] {
    width: 200px;
}
#formdiv textarea {
    width: 200px;
}
#formdiv input[type="text"]:focus, #formdiv textarea:focus {
    background-image: none;
    background-color: #ffffff;
    border: solid 1px #33677F;
}


/* Navbar */

li.home {
	width: 89px;
}
li.staff {
	width: 143px;
}
li.office {
	width: 120px;
}
li.newpatients {
	width: 134px;
}
li.parents {
	width: 150px;
}
li.contact {
	width: 120px;
}

ul.MenuBarHorizontal ul li a {
	background-image: none;
	text-indent: 0;
}


/* SpryMenuBarHorizontal.css - Revision: Spry Preview Release 1.4 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/*******************************************************************************

 LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/

/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBarHorizontal
{
	margin: 0 auto 0 auto;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width: 756px;
	height: 45px;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li
{
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	float: left;
	height: 45px;
}
/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarHorizontal ul
{
	margin: -5px 0 0 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	position: absolute;
	left: -1000em;
	background-image: url(http://www.doctormayes.com/assets/css/..img/nav_droplist_bg.gif);
	background-repeat: repeat-x;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left: auto;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li
{
	width: 100%;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin: -5% 0 0 95%;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	background-image: url(../img/navbar.png);
	background-repeat: no-repeat;
	height: 45px;
	text-indent: -9999px;
}

ul.MenuBarHorizontal li.home a:hover {
	background-position: 0 -45px;
}
ul.MenuBarHorizontal li.staff a {
	background-position: -89px 0;
}
ul.MenuBarHorizontal li.staff a:hover, ul.MenuBarHorizontal li.staff a.MenuBarItemSubmenuHover {
	background-position: -89px -45px;
}
ul.MenuBarHorizontal li.office a {
	background-position: -232px 0;
}
ul.MenuBarHorizontal li.office a:hover, ul.MenuBarHorizontal li.office a.MenuBarItemSubmenuHover {
	background-position: -232px -45px;
}
ul.MenuBarHorizontal li.newpatients a {
	background-position: -352px 0;
}
ul.MenuBarHorizontal li.newpatients a:hover {
	background-position: -352px -45px;
}
ul.MenuBarHorizontal li.parents a {
	background-position: -486px 0;
}
ul.MenuBarHorizontal li.parents a:hover, ul.MenuBarHorizontal li.parents a.MenuBarItemSubmenuHover {
	background-position: -486px -45px;
}
ul.MenuBarHorizontal li.contact a {
	background-position: -636px 0;
}
ul.MenuBarHorizontal li.contact a:hover, ul.MenuBarHorizontal li.contact a.MenuBarItemSubmenuHover {
	background-position: -636px -45px;
}

/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	background-color: #00b5db;
	background-image: url(../img/navbar.png);
	background-repeat: no-repeat;
	background-position-y: -45px;
	color: white;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	background-color: #6eb0dd;
	color: white;
}

ul.MenuBarHorizontal a.MenuBarItemSubmenuHover {
	background-image: url(../img/navbar.png);
	background-repeat: no-repeat;
}

ul.MenuBarHorizontal li.staff a.MenuBarItemSubmenuHover {
	background-position-x: -89px;
}

ul.MenuBarHorizontal ul li a.MenuBarItemHover {
	background-image: none;
}

ul.MenuBarSubmenuVisible {
	background-color: #c9e9fc;
}

ul.MenuBarSubmenuVisible li, ul.MenuBarSubmenuVisible a {
	height: inherit;
	background-color: none;
}

ul.MenuBarSubmenuVisible a {
	color: #006bb7;
	font-family: Helvetica;
	font-size: small;
	padding: 10px;
	text-decoration: none;
}

ul.MenuBarHorizontal ul {
	border: 1px solid #006bb7;
}

/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal iframe
{
	position: absolute;
	z-index: 1010;
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background: #FFF;
	}
}

