* {
 -webkit-text-size-adjust:none;
}
body {
	background-color:#ffffff;
	font-family: Arial, Geneva, sans-serif;
	font-size: 100%;
	line-height: 120%;
	color: #000;
	margin: 0px 10px 0px 10px;
	padding: 10px 10px 10px 5px;
	background-attachment: scroll;
	background-image: url(/mobile/images/bg-header.jpg);
	background-repeat: repeat-x;
}
h2 {line-height: 200%;}
.content {
	padding: 0px;
	color: #000;
	margin: 0px;
}
#navButtons ul {
	float: center;
	width: 100%;
	padding: 0;
	margin: -10px 0 0 -15px;
	list-style-type: none;
}
#navButtons ul li {
	display: inline;
	margin: 0px;
	padding: 0px;
}
#navButtons ul a {
	float: left;
	width: auto;
	text-decoration: none;
	padding: 0 10px;
	color: #000;
	line-height: 35px;
	font-size: 17px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
#navButtons ul a:hover {
	-webkit-border-radius: 5px;
	background-color: #fff;
}
#fullwidth {
	padding: 10px 0 10px 0;	
}
menu {
	text-align:center;
}
#menu ul {
	list-style: none;
	margin: 12px;
	padding: 12px 0 12px 0;
	text-align: center;
}
#menu ul li a {
	background-color: #22357d;
	color: #fff;
	border: 1px solid FF1E00;
	display: block;
	font-weight: bold;
	margin-bottom: 2px;
	padding: 10px 0 10px 0;
	text-decoration: none;
	font-size: 20px;
}
#menu ul li:first-child a {
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
}
#menu ul li:last-child a {
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
}
contactmenu {
	text-align:justify;
}
#contactmenu ul {
	list-style: none;
	margin: 0px;
	padding: 12px 0 12px 0;
	text-align: center;
}
#contactmenu ul li a {
	background-color: #0080ad;
	color: #fff;
	border: 2px solid FF1E00;
	display: block;
	font-weight: bold;
	margin-bottom: -1px;
	padding: 6px 10px;
	font-size: 24px;
	text-decoration: none;
}
#contactmenu ul li:first-child a {
	-webkit-border-top-left-radius: 12px;
	-webkit-border-top-right-radius: 12px;
}
#contactmenu ul li:last-child a {
	-webkit-border-bottom-left-radius: 12px;
	-webkit-border-bottom-right-radius: 12px;
}

#list ul {
	list-style-type: square;
	padding: 10px 10px 20px 20px;
	font-weight: bold;
	font-size: 16px;
}
#numhanginglist ol {
	list-style: none;
	margin: 10px;
	padding: 0;
	text-align: left;
}

.pageHead {
	display: block;
	color: #000;
	font-size: 150%;
	font-weight: bold;
	text-indent: -10px;
	padding-top: 15px;
	text-align: center;
}
.pageTitle {
	display: block;
	color: #fff;
	font-size: 150%;
	font-weight: bold;
	text-indent: -10px;
}
.hangingHead {
	font-size: 15pt;
	font-weight: normal;
	padding-left: 10px;
	text-indent: -20px;
	color: #fff;
	text-shadow: 0 1px 2px #000;
	text-align: center;
	color: #87cefa;
	line-height: 100%;
}
.hangingSubhead {
	font-size: 110%;
	padding-left: 10px;
	text-indent: -20px;
	font-weight: bold;
	color: #000099;
	text-align: center;
}
.hangingSubleft {
	font-size: 110%;
	padding-left: 10px;
	text-indent: -20px;
	font-weight: bold;
	color: #000099;
	text-align: left;
}

.caption {
	font-weight: bold;
}
.centerMe {
 text-align: center;
 margin: 15px;
}
.imgRight {
	float: right;
	margin: 15px;
	clear: both;
	/*  add the following line to create a shadow behind images  */
	-webkit-box-shadow: 0 0 15px #000; 
}
.imgLeft {
	float: left;
	margin:15px;
	clear: both;
	/*  add the following line to create a shadow behind images  */
	-webkit-box-shadow: 0 0 15px #000; 
}
.imgCenter {
	float: center;
	margin: 0 0 0 0;
	clear: both;
	/*  add the following line to create a shadow behind images  
	-webkit-box-shadow: 0 0 10px #000; */
}

a {
	text-decoration: none;
}
a:link {
	color: #117eaf;
	text-decoration: underline;
}
a:visited {
	color: #117eaf;
	text-decoration: underline;
}
a:active {
	color: #89202e;
	text-decoration: underline;
}
a:hover  {
	color: #117eaf;
	text-decoration: underline;
}
.italicize  {
	font-style: italic;
}
.boldit  {
	font-weight: bold;
}
a.phone:link {color: #feffcd; text-decoration: none;} 
a.phone:visited {color: #feffcd; text-decoration: none;} 
a.phone:hover {color: #cff6ff;text-decoration: none;}

.footer {
	padding: 10px 10px 0px 10px;
	line-height: 150%;
	font-size: 125%;
	font-weight: bold;
	text-align: center;
	background-attachment: scroll;
	background-color: #22357d;
	margin-right: -25px;
	margin-left: -25px;
	color: #ffffff;
}
.footerwdjfy {
	padding: 2px;
	line-height: 110%;
	font-size: 70%;
	text-align: center;
	background-attachment: scroll;
	background-color: transparent;
	background-position: 0 -56px;
	margin-right: -25px;
	margin-left: -25px;
	font-family: segoe script;
}