body, html
{
	margin: 0px;
	padding: 5px 1px 0px 1px;
	background: #fff;
}

a
{
	text-decoration: none;
	color: #000000;
	cursor: pointer;
}

.no-image
{
	display: block;
	width: 99%;
	padding: 5px;
	margin-bottom: 2px;
	background: #0f7ad1;

	color: #fff;
}
.no-image:hover,
.no-image:active
{
	background: #92d1ff;
}

body, input, table
{
	color: #000;
	font-family: Verdana;
	font-size: 10pt;
}

#mobile-header { }
#mobile-header > .wrapper { }

#mobile-menu { }
#mobile-menu > .wrapper { }

#mobile-body { }
#mobile-body > .wrapper { }

#mobile-footer
{
	text-align: center;
	font-size: .7em;
}
#mobile-footer > .wrapper
{
	padding: 10px 15px 0px 15px;
}

.mobile-button-generic
{
	color: #002d9a;
	font-size: .9em;
	line-height: 1em;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
}

.mobile-button-generic-left
{
	height: 35px;
	width: 15px;
	background-size: 15px 35px;
}
.mobile-button-generic-mid
{
	height: 35px;
	padding: 0px
	background-size: 100% 35px;

	background: #e3e3e3;
}
.mobile-button-generic-right
{
	height: 35px;
	width: 38px;
	background-size: 38px 35px;
}
.mobile-button-style-default
{
}
.mobile-button-style-search
{
}
.mobile-button-style-mail
{
}

.mobile-button-search > .wrapper
{
	padding: 10px 15px 0px 15px;
}
	
.mobile-textbox { }

.mobile-header-logo
{
	display: block;
	height: 35px;
	width: 186px;
	margin: 0px 0px 10px 0px;
	background: url();
	background: url(../images/logo_cmh.png) no-repeat;
	border: none;
}
.mobile-menu-search { }

.mobile-form { }
.mobile-form-header
{
	font-weight: bold;
}
.mobile-form-header > .wrapper { }
.mobile-form-body { }
.mobile-form-footer { }

#mobile-menu ul
{
	list-style: none;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}
#mobile-menu ul li { }
#mobile-menu ul li a { }
#mobile-menu ul li a.fpaf { }
#mobile-menu ul li a.fhp { }
#mobile-menu ul li a.directions { }
#mobile-menu ul li a.contact { }

#imgImage
{
	width: 100% !important;
}