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

										Market Hardware Core CSS

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

/* reset */
body, p, h1, h2, h3, h4, h5, h6, a, div, blockquote, cite, a img, address {
	margin: 0;
	padding: 0;
	text-indent: 0;
	border: none;
	outline: none;
	list-style: none;
	text-decoration: none;
	font-size: 100%;
	font-weight: inherit;
	font-style: inherit;
}
table, td, tr, tbody, thead, th, caption {
	border-spacing: 0;
	border: none;
	border-collapse: separate;
	vertical-align: top;
	text-align: left;
	font-weight: normal;
}
/* typography */
body {
	font-size: 0.75em /* 12px */;
	background: white;
	color: black;
	font-family: Arial, Verdana, sans-serif;
	line-height: 1.5em;
	margin: 0 auto;
}
h1, h2, h3, h4, h5, h6 { /* Use to set global header styles. ie, bold, italic, color, margin, padding */
}
h1 {
	font-size: 1.5em /* 18px */;
}
h2 {
	font-size: 1.3em /* 15px */;
}
h3 {
	font-size: 1.2em /* 14px */;
}
h4, h5, h6 {
	font-size: 1.1em /* 13px */;
}
p, ul, ol {
	margin-bottom: 1.1em;
} /* DO NOT RESIZE */
li {
	margin-bottom: 0.5em;
}
a, a:visited {
	color: #1F5F9C;
	text-decoration: underline;
}
a:hover, a:active {
	color: #1F5F9C;
	text-decoration: none;
}
/* group (also known as clearfix) applies style to div's containing other floating elements - FLOAT CHILDREN LEFT AND CLEAR NONE */
.group:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.group {
	zoom: 1;
	display: block;
}
/* layout */
#branding {
	position:relative;
}
#nav ul, #nav li, #callout ul, #callout li {
	margin: 0;
	padding: 0;
	text-indent: 0;
	list-style-type: none;
}
#nav ul li {
	position:relative;
}
#nav li ul {
	position: absolute;
	display: none;
	top:0;
	left:100%;
	width:100%;
	background:#DBE5ED;
	border:1px solid #91B0C9;
	visibility:hidden;

}


#nav li:hover ul {
	display: block;
	
	
}
#nav ul li:hover ul, #nav ul li.over ul  {
	visibility:visible;
	
}
#nav ul li:hover>ul {
	visibility:visible;
	
}
div#nav ul ul ul, div#nav ul ul li:hover ul ul {
	display: none;
}
div#nav ul ul li:hover ul, div#nav ul ul ul li:hover ul {
	display: block;
}
#nav ul a {
	display:block;
}
#nav a, #nav a:visited {
	color: #053a62;
	text-decoration: none;
	height: 22px;
	display: block
}

#nav a:hover, #nav a:active, .home #nav #nav-home a, .about #nav #nav-about-us a, .services #nav #nav-our-services a, .testimonials #nav #nav-testimonials a, .article1 #nav #nav-article-1 a, .article2 #nav #nav-article-2 a, .article3 #nav #nav-article-3 a, .article4 #nav #nav-article-4 a, .article5 #nav #nav-article-5 a, .article7 #nav #nav-article-7 a,  .article8 #nav #nav-article-8 a, .article-stress #nav #nav-article-stress a, .article-anxiety #nav #nav-article-anxiety a, .articles #nav #nav-articles a, .appointment #nav #nav-request-appointment a, .contact #nav #nav-contact-us a {
	color: #7FADD0;
	text-decoration: none;
	background: #053a62;
}
#footer {
	margin: 0 auto;
	font-size: 90%;
	text-align: center;
	color: #5D7D96;
}
#footer a, #footer a:visited {
	color: #5D7D96;
	text-decoration: none;
}
#footer a:hover, #footer a:active {
	color: #5D7D96;
	text-decoration: underline;
}
.breadcrumb {
	font-size:85%;
	padding-bottom: 10px;
}
.breadcrumb a {
	outline: none;
}
blockquote {
	margin: 10px 10px;
	padding: 5px;
	background: #f2f2f2;
	border-bottom: 1px solid #e2e2e2;
	border-right: 1px solid #e2e2e2;
}
blockquote p {
	padding-left: 10px;
}
x /* forms */
form, fieldset, input {
	margin : 0;
	padding : 0;
}
form {
	width: 38em;
	margin-left: 5px;
}
form p {
	font-size: 100%;
	padding: 2px;
	margin: 0;
}
/* fieldset styling */
fieldset {
	margin: 1em 0;
	padding: 1em;
	border : 1px solid #e2e2e2
}
/* legend styling */
legend {
	font-weight: bold;
	color: #d9ebb7;
}
/* style for  labels */
label {
	float: left;
	width: 14em;
}
/* style for required labels */
label .required {
	font-size: 0.9em;
	font-style: normal;
	color: red;
}
label.error, input.submit {
	color: #F00;
	margin: 5px 0 0 0;
}
input {
	width: 225px;
}
input.radio, input.submit {
	width: auto;
}
textarea {
	width: 225px;
	height: 100px;
	padding:0;
}
/* submit */
form div input, form div button {
	width: 100px;
	margin-top:5px;
	margin-left: 297px;
	padding: 0 .25em;
	background-color: #d9ebb7;
	color: #053A62;
	text-transform: uppercase;
	font-size: 90%;
}
/******************************************************************************************************

											Custom Styles

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

/* Layout */
body {
	background: #E9F5FF;
}
.container {
	width: 836px;
	margin:0 auto;
	padding:0;
	background:url(../images/bg.png) repeat-y 0 0;
}
#branding {
	height: 120px;
	background: url(../images/bg_header.jpg) no-repeat 4px 0;
	position: relative;
}
.headline {
	margin: 0 4px;
	background:#DBE5ED;
}
#content {
	width: 828px;
	background: url(../images/bg_content.png) repeat-y 0 0;
	padding: 0 4px;
	display: block;
	overflow: hidden;
}
#leftcol_front {
	width: 488px;
	float:left;
	padding: 24px;
}
#leftcol {
	width: 93%;
	float:left;
	padding: 24px;
	background: #91B0C9;
}
#rightcol {
	width: 290px;
	float:right;
}
#footer {
	clear:both;
	width: 836px;
	background: #E9F5FF url(../images/bg_footer.png) no-repeat 0 0;
	margin:0;
	padding: 30px 0;
}
/* Branding Section */
#branding h1 {
	margin:0;
	padding:0;
	position: absolute;
	z-index: 100;
	top: 0px;
	left: 3px;
	width:156px;
	height:120px;
}
#branding h1 a {
	display:block;
	text-indent:-9999px !important;
	background:url(../images/logo.jpg) no-repeat;
	width:156px;
	height:120px;
	margin:0;
	padding:0;
}
#branding .vcard {
	background:url(../images/sep.gif) no-repeat;
	position: absolute;
	top: 20px;
	right: 20px;
	width: 480px;
	color: #ffffff;
}
#branding p {
	margin:0;
	padding:0;
}
#branding .vcard .vcard-left {
	float: left;
	text-align: right;
	width: 240px;
	padding: 10px;
	font-size: 1.5em;
}
#branding .vcard .vcard-right {
	float: right;
	width: 200px;
	padding:0px 10px;
	background:url(../images/sep.gif) repeat-y 0 0;
	font-size: 1em;
	line-height: 1.3em;
}
#branding .tel {
	font-size: 1.3333em;
	line-height: 2.0em;
}
#branding .vcard-right .email {
	font-size: 0.8666em;
}
#branding .vcard a {
	color:#dce8a3;
	text-decoration: underline;
}
#branding .vcard a:hover {
	text-decoration: none;
}
/* Headline Section */
.headline-callout {
	height:148px;
	width: 617px;
	float: right;
	border-left: 1px solid #B0C7D8;
}
.headline-callout .main-image {
	width: 326px;
	float:left;
}
#nav {
	width:190px;
	float:left;
	padding:2px 10px 5px 10px;
	background:#DBE5ED;
}
#nav a {
	font-weight: bold;
	line-height: 22px;
	padding: 0 13px;
}
#nav li {
	border-bottom:1px solid #B2C5C6;
	border-top: 1px solid #E4EBF1;
}
#callout {
	width: 290px;
	height: 148px;
	float: right;
	background: #fef;
}
#callout li {
	height: 54px;
	padding: 20px 0 0 24px;
	background: url(../images/bg_callout.jpg) no-repeat 0 0;
}
#callout h3 {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-weight: normal;
	font-size: 1.417em;
	color: #566e56;
}
#callout a {
	font-weight: bold;
	color: #4d758b;
}
#content {
	color: #ffffff;
}
#content h1 {
	font: normal 2.0em Georgia, Times, "Times New Roman", serif;
	color: #053a62;
	margin-bottom: 10px;
}
#content h2 {
	color: #d9ebb7;
	font-size: 1.167em;
	font-weight: bold;
	margin-bottom: 8px;
}
#content h3 {
	color: #fff;
	text-transform:uppercase;
}
#leftcol img {
	padding: 3px;
	background: #D4E2D9;
	margin-top: 5px;
}
#leftcol img.alignleft {
	float: left;
	margin-right: 10px;
}
#leftcol img.alignright {
	float: right;
	margin-left: 10px;
}
#content ul {
	margin: 10px 0;
	padding:0 0 0 15px;
	display: block;
	overflow: hidden;
}
* html #content ul {
	margin: 0;
	padding:0;
	list-style-position: inside;
}
.box {
	padding: 20px 20px 10px 20px;
	border-top: 2px solid #739BBA;
}
.box .half {
	width:43%;
	float:left;
}
* html .box .half {
	width: 48%;
}
.partner {
	text-align: center;
}
.partner img {
	vertical-align: middle;
	margin: 0 5px;
}

