@import url('mh-core.css');
@import url('lightbox.css');

/**
 * Global Tags
 */
body {
	background:#999 url(../images/design/bg.png) repeat-x left top;
	padding-bottom:15px;
}

h1,
h2,
h3
 {
	color:#006640;
}

a {
	color:#1670bb;
}

/**
 * Layout styles
 */
#main {
	background:#FFF;
	border:9px solid #006640;
	border-top:0;
	width:939px;
}

#branding {
	background:url(../images/design/header.jpg) no-repeat center top;
	height:249px;
}

#branding a {
	color:#222;
}

#branding h1 {
	height:215px;
	width:235px;
	left:0;
	top:0;
}

#head-contact {
	bottom:0;
	font-size:1.1em;
	height:35px;
	left:230px;
	line-height:35px;
	margin:0;
}

#head-phone,
#head-email {
	background:url(../images/design/icons.png) no-repeat left top;
	float:left;
	margin-right:15px;
	padding-left:30px;
	font-size: 150%;
	
}

#head-email {
	background-position:left bottom;
}


/**
 * Navigation styles
 */
#nav {
	padding-bottom:25px;
	width:226px;
}

#nav ul {
	padding:1px 0 0 2px;
}

#nav ul li {
	background:url(../images/design/nav.png) no-repeat left top;
	border:1px solid #FFF;
	color:#305983;
	height:24px;
	line-height:24px;
	margin:0 0 2px;
	width:220px;
}

#nav ul li:hover,
#nav ul li.hover {
	background-position:right top;
}

#nav ul li:hover a,
#nav ul li.hover a {
	color:#FFF;
}

#nav ul ul {
	background:#EEE;
	left:222px;
	padding:2px 3px 1px 2px;
	top:-2px;
	width:222px;
}

#nav a {
	color:#305983;
}


#home #nav-home a,
#meet-the-inspector #nav-meet-the-inspector a,
#affiliations #nav-affiliations a,
#services #nav-services a,
#inspection-overview #nav-inspection-overview a,
#virtual-inspection #nav-virtual-inspection a,
#links-and-resources #nav-links-and-resources a,
#articles #nav-articles a,
#access-your-report #nav-access-your-report a,
#testimonials #nav-testimonials a,
#contact #nav-contact a{
	background:#426f9b;
	color: #fff;
}


/**
 * Content styles
 */
#rightcol {
	width:713px;
}

#mp-main {
	margin:20px auto 0;
	width:635px;
}


/**
 * Side styles
 */
#leftcol {
	background:url(../images/design/sidebar.png) repeat-x left top;
	width:226px;
}

#leftcol .img {
	margin-bottom:2.5em;
}


/**
 *  Callouts
 */
.callout,
.callout * {
	zoom:1;
}

.callout {
	background:url(../images/design/callout.png) no-repeat;
	float:left;
	height:41px;
	margin-left:1px;
	padding:12px 12px 0 40px;
	width:185px;
}

.callout h2 {
	color:#FFF;
	font-size:1em;
	line-height:1.25;
	margin:0;
}

.callout p {
	font-size:0.9em;
}

.callout a {
	color:#FFF;
	text-decoration:none;
}

.callout a:hover {
	text-decoration:underline;
}

#callouts .first {
	margin:0;
}


/**
 *
 */
#affiliation-logos {
	background:url(../images/design/affiliations.png) no-repeat center top;
	padding:15px;
}

#affiliation-logos img {
	margin:0 10px;
}


/**
 * Footer styles
 */
#footer,
#footer a {
	background:#B0B0AE;
	color:#666;
}
