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

body  {
	background:url('images/bg_body.jpg') #fdf9ec;
	padding:0;
	margin:0;
	font-family:'Asul', Helvetica, Arial, sans-serif;
	/*font-family:'Lato', Helvetica, Arial, sans-serif;*/
	font-size:1em;
	font-size-adjust:none;
}

.pad {
	position:relative;
	margin:0 auto;
}

#ph_header {
	background:url('images/bg_header.jpg');
	height:175px;
	border-bottom:solid 12px #2c0401;
	padding:0;
	margin:0;
}
#ph_header .pad {
	max-width:1005px;
	height:175px;
	margin:0 auto;
}
#site-title {
	display:block;
	width:304px;
	height:175px;
	margin:0 0 0 1px;
	padding:0;
	text-indent:-9999px;
	background:transparent url('images/COM_logo.png') no-repeat;
	z-index:1;
}
#site-description {display:none;}
#checkInBtn {
	display:block;
	position:absolute;
	top:0;
	right:63px;
	font-size:16px;
	font-weight:bold;
	letter-spacing:-0.8px;
	color:#000;
	text-align:center;
	background:#ffe309;
	border-radius:0 0 8px 8px;
	padding:0 15px;
	transition:0.2s all;
}
#checkInBtn:hover {
	text-decoration:none;
	background:#fffad0;
}
#hdr_aaom-logo {
	position:absolute;
	top:25px;
	right:10px;
	width:380px;
	height:112px;
	text-indent:-9999px;
	background:transparent url('images/aaom_logo.png') no-repeat;
}

/* MAIN BODY AREA */
#page {
	width:1005px;
	margin:-29px auto 0 auto;
	border:none;
	background:none;
}
#main {
	position:relative;
	top:-30px;
	width:1005px;
	padding:0;
}
#primary {
	width:100%;
	background:url('images/Lotus.jpg') no-repeat;
	background-position:700px 400px;
	margin:-20px 0 0 0;
	padding:0;
}
#ph-content {
	width:965px;
	margin:0 auto;
	padding:0;
	min-height:650px;
}
.entry-header, h1.entry-title {display:none;}
.ph-entry-content {
	width:100%;
	margin:-30px 0 0 0;
}
.ph-entry-content h1 {font-size:1.5em;}
.ph-entry-content h2 {font-size:1.4em;}
.ph-entry-content h3 {font-size:1.3em;}
.ph-entry-content h4 {font-size:1.2em;}

article {width:100%;}

/* MENU */
#menu-toggle {
	display:none;
}
#access {
	display: block;
	position:relative;
	top:-53px;
	height:29px;
	background:#faf5e7;
	margin:0;
	clear: both;
	width: 100%;
}
#access .pad {
	max-width:1005px;
	margin:0 auto;
}
#access div {
	margin:0;
	text-align:center;
}
#access ul {
	width:100%;
	max-width:1005px;
	font-size: 18px;
	list-style: none;
	padding:0;
	margin:0 0 0 -65px;
	margin:0;
}
#access li {
	float: left;
	position: relative;
}
#access a {
	color: #000;
	display: block;
	height:29px;
	padding:0 13px;
	text-decoration: none;
}
#access ul ul {
	/*-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);*/
	display: none;
	float: left;
	margin: 0;
	position: absolute;
	top: 3.333em;
	left: 0;
	width: 188px;
	z-index: 99999;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #f9f9f9;
	border-bottom: 1px dotted #ddd;
	color: #444;
	font-size: 13px;
	font-weight: normal;
	height: auto;
	line-height: 1.4em;
	padding: 10px 10px;
	width: 168px;
}
#access li:hover > a,
#access ul ul :hover > a,
#access a:focus {
	font-weight:bold;
}
#access li:hover > a,
#access a:focus {
	/*background: #f9f9f9; /* Show a solid color for older browsers */
	/*background: -moz-linear-gradient(#f9f9f9, #e5e5e5);
	background: -o-linear-gradient(#f9f9f9, #e5e5e5);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f9f9f9), to(#e5e5e5)); /* Older webkit syntax */
	/*background: -webkit-linear-gradient(#f9f9f9, #e5e5e5);*/
	color: #373737;
}
#access ul li:hover > ul {
	display: block;
}
#access .current-menu-item > a,
#access .current-menu-ancestor > a,
#access .current_page_item > a,
#access .current_page_ancestor > a {
	font-weight: bold;
}


/* PATIENT APPOINTMENT CHECK IN */
#wpcf7-f473-p474-o1 input[type=submit] {
	font-family:'Asul', Helvetica, Arial, sans-serif;
	font-weight:bold;
	color:#FFF;
	text-shadow:1px 1px 1px #000;
	background:#e58ed3;
	border:none;
	border-radius:3px;
	padding:2px 20px;
	transition:0.2s all;
}
#wpcf7-f473-p474-o1 input[type=submit]:hover {
	background:#bf3ba4;
}
select {
    font: 15px "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
    line-height: 1.625;
	padding:3px;
}
/* form success message */
.wpcf7-response-output {
	font-weight:bold;
	color:#000;
	background:#ffe309;
	border:solid 2px #000;
	border-radius:8px;
	padding:15px 30px;
}

/* FOOTER */
#footerContact {
	background:rgba(255,255,255, 0.5);
	border:solid 2px #3166b4;
	padding:25px;
}
#footerContact h4 {
	font-size:20px;
	color:#3166b4;
	margin:0 0 25px 0;
}
#footerContact p br {
	display:none;
}
#footerContact input[type=text],
#footerContact input[type=email] {
	width:46%;
	margin:0 0 20px 0;
}
#footerContact input[type=text], 
#footerContact input[type=email],
#footerContact textarea {
	font-family:'Asul', Helvetica, Arial, sans-serif;
	background:#fafafa;
	border:solid 1px #CCC;
	padding:4px 10px;
}
#footerContact input[type=email] {
	margin-left:2%;
}
#footerContact textarea {
	height:50px;
	margin:0 0 20px 0;
}
#footerContact input[type=submit] {
	font-family:'Asul', Helvetica, Arial, sans-serif;
	font-weight:bold;
	color:#FFF;
	text-shadow:1px 1px 1px #000;
	background:#3166b4;
	border:none;
	border-radius:3px;
	padding:2px 20px;
}


#ftrAAOM {
	display:none;
	text-align:center;
	background:#3469b7;
	padding:20px 15px 0 5px;
}
#ftrAAOM img {
	max-width:100%;
}
#ph-footercopyright {
	text-align:center;
	font-size:0.8em;
}
#ph-footercopyright .divider {
	padding:0 5px;
}
#pjcs {
	display:block;
	float:right;
	margin:-20px 20px 0 0;
	width:102px;
	height:47px;
	background:transparent url('images/pjcs.png') no-repeat;
	text-indent:-9999px;
}

.Clear {
	clear:both;
}
