/* 
colors:
lt gray:#f3f3f4;
gray:#939598;
dark gray:#58585a;
gold:#ffcb08;
orange:#f36f21;
green:#aadc00;
*/
a,b,body,div,h1,h2,h3,h4,h5,h6,hr,html,i,img,li,ol,p,span,table,tbody,td,tfoot,th,thead,tr,u,ul
{
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 100%;
}
a:link,a:visited,a:active,a:hover {color:#58585a;text-decoration: none;}
.blue:link,.blue:visited,.blue:active,.blue:hover {color:#96e3d8;text-decoration: none;}
body,html{
	width:100%;
	height: 100%;

}
body{
	background:url('images/mobBG.jpg') repeat-x top #f3f3f4;
	font-family:Tahoma,Geneva,Verdana,sans-serif;
	font-size: 1em;

}



#page{
	width:100%;
}
h1{
	padding:.5em;
	width: 100%;
	background-color:#000000;
	font-size: 1.6em;
	box-shadow: 5px 0 5px #000000;
	border-bottom: 1px solid #676767;
	background-image:url(images/gradBG.jpg);
    background-repeat:repeat-x;
	background-position:bottom; 
}
h2{
	font-size: 2em;
}

div#head{
	position: relative;
	padding-bottom: .2em ;
	width: 100%;
	font-size: 1.6em;
	min-height:30px; 
	text-align: center;
	z-index: 500;
	background: url(images/mobTopBG.jpg) repeat-x bottom;
}

div#subHead{
	width:100%;
	position:relative;
	margin:0 auto;
	font-size: 1.2em;
	font-weight: bold;
	z-index: 400;
	color: #aadc00;
	background-color:#58585a;
	padding-top: .2em;

}
/* 
colors:
lt gray:#f3f3f4;
gray:#939598;
dark gray:#58585a;
gold:#ffcb08;
orange:#f36f21;
green:#aadc00;
*/
div.center{
	width:100%;
	margin:.3em auto 0 auto;
	text-align: center;
	padding-top:1em;
	padding-bottom:.6em;
}

.homeButt{
	position: absolute;
	left:.2em;
	top:30%;

}


.img80{
	width:30%;

text-align: center;}

ul#topNav{
	list-style-type:none;
	width:80%;
	margin: .5em auto 0 auto;

}
ul#topNav li img{
	height:1.3em;
	position: relative;
    top: 2px;
}
ul#topNav li{
	width:48%;
	padding:.5em 0;
	text-align:center;
	color:#493627;
	background:#aadc00;
	-webkit-box-shadow:0px 0px 1px 1px #000000;
	-moz-box-shadow:0px 0px 1px 1px #000000;
	box-shadow:0px 0px 1px 1px #000000;
	border-top: 1px solid #eaf373;
	background-image:url(images/smallTransGrad.png);
    background-repeat:repeat-x;
	background-position:bottom; 
	-moz-border-radius:5px;
	border-radius:5px;
}
ul#topNav li:active,ul#topNav li:hover,ul#nav li:active,ul#nav li:hover {
	background: #f36f21;
	color: white;
	background-image:url(images/smallTransGrad.png);
    background-repeat:repeat-x;
	background-position:bottom; 
	border-top: 1px solid #ffcb08;
}
/* 
colors:
lt gray:#f3f3f4;
gray:#939598;
dark gray:#58585a;
gold:#ffcb08;
orange:#f36f21;
green:#aadc00;
*/
ul#nav{
	list-style-type:none;
	width:80%;
	margin: .5em auto 0 auto;
}

ul#nav li{
	padding:.5em 0 .5em 2em;
	margin-bottom:.5em;
	text-align:left;
	color:#493627;
	background-color:#aadc00;
	-webkit-box-shadow:0px 0px 1px 1px #000000;
	-moz-box-shadow:0px 0px 1px 1px #000000;
	box-shadow:0px 0px 1px 1px #000000;
	border-top: 1px solid #eaf373;
	background-image:url(images/smallTransGrad.png);
    background-repeat:repeat-x;
	background-position:bottom; 
	-moz-border-radius:5px;
	border-radius:5px;

}

ul#meta-nav{
	list-style-type:none;
	width:80%;
	margin: 1.5em auto;
}

ul#meta-nav li{
	padding: .5em 0 .5em 2em;
	margin-bottom: .5em;
	text-align: left;
	color: #444444;
	background-color: #ffffff;
	border-radius: 5px;
}


ul#meta-nav li img{
	height:1.3em;
	position: relative;
    top: 2px;
}
ul.mobList{
	padding: 1em 2em;
	color: #b8d1ba;
	font-size: .9em;
}
ul.mobList li{
	padding-bottom: .3em;
	}
div#infoText{
	width: 80%;
	margin: 2% auto 0 auto;
	margin-bottom: 10px;
	text-align: left;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-font-smoothing: antialiased;
}
div#infoText p{
	margin-bottom: 1.5em;
}

div#soc{
	width:80%;
	margin: .5em auto 0 auto;

	text-align:center;
	}
	
div#soc img{
	padding-left:.3em;
	height:2em;

	}

ul#chooser{
	width: 100%;
	color: #aadc00;
	background-color:#58585a;
	border-top: .6em solid #58585a;
}



ul#chooser li{
	width: 50%;
	text-align: center;
	padding: .5em 0;
	-moz-border-radius:.8em .8em 0 0;
	border-radius:.8em .8em 0 0;
	float: left;
	list-style-type: none;
	background-color:#f36f21;

}

ul#chooser li.active{
	background-color:#d9d9d9;;
	color: #493627;
}
ul#chooser li:hover{
	cursor: pointer;
}
/* 
colors:
lt gray:#f3f3f4;
gray:#939598;
dark gray:#58585a;
gold:#ffcb08;
orange:#f36f21;
green:#aadc00;
*/
.green{color:#aadc00;}
.gold{color: #ffcb08;}
.clearBoth{clear:both;}
.pad10{padding:0;}
.floatLeft{float:left;}
.floatRight{float:right;}
.padTop3{padding-top: 3px;}
.padRight10{padding-right: 10px;}
.padLeft15{padding-left:15px;}
.width40{width: 40%;}
.w100{width: 100%;}
span.smText{
	font-size: .5em;
}
div.smText{
	font-size: .8em;
	color:#58585a;
	display:inline-block;
	padding-top:5px;

}
.headImg{

	width:70%;
	margin:0 auto;
	text-align: center;
}
.headImg2{

	width:20%;
	margin:0 auto;
	text-align: center;
}
.footImg{
	width:100%;
	margin:1em auto;
	text-align: center;

}
.footImg img{
	width:10%;
	padding: 1em;
}
span.red{color:#e75200;}
.blue{color:#96e3d8;}
body .ui-li .ui-li-desc {
 white-space: normal;
 }
 body .ui-footer .ui-title {
 white-space: normal;
 }

.ui-loading, .ui-loader, .ui-icon, .spin, .ui-icon-loading,.ui-body-a, .ui-corner-all, .spin  { display: none; }

.legalese{display:block;font-size:10px;}