
h2															{ margin:0; padding:0; padding-top:5px; padding-bottom:5px;font-size:0.9em; }
.clear 														{ clear:both; }


/* home */
#home.ui-content 											{ margin:0; padding-left:0px; padding-right:0px;}	 
#home.ui-content img#logo									{ padding-left:15px;  }	 

.options 													{ margin:0; padding:0; font:1.4em Arial, Helvetica; width:100%; white-space:nowrap; list-style:none; clear:both; }			

.options li.first											{ border-top: 1px solid #11254c; }
.options li 												{ float:left; width:100%; padding:0; list-style:none; white-space:nowrap; line-height:1.1em;
background-color:#F00; border-bottom: 1px solid #11254c; }
.options li a 												{ float:left; width:100%; display:block; padding:10px 0 10px 15px; text-decoration:none; font-weight:bold; }
.options li a:hover 										{ background: #11254c; color:#FFF; }



/* Contact */
#contact.ui-page .ui-content a.ui-link,
#sitemap.ui-page .ui-content a.ui-link  					{ color:#F00 !important; }

 
/* footer */
.panel														{ float:left; width:100%; margin:0; padding:0;  text-align:center;}
.panel-base													{ float:left; width:100%; margin:0; padding:0; background-color:#999999; padding-bottom:20px;  padding-top:10px; text-align:center;}
.panel a,													
.panel-base a												{ font-weight:normal; font-size:0.9em; color:#fff !important; text-align:center !important; text-decoration:none; }
.panel-base a img											{ }

.panel .ui-bar-a,
.panel-base .ui-bar-a {
    background: none;
	background-color:#fff; 
    border: none;
    color: #fff !important;
    font-weight: normal;
    text-shadow:none;
}


a.ui-btn{ background:none; border:none; }


/* footer links */
.ui-bar-a {
	text-shadow: none !important;
}
.ui-body-c .ui-link {
    color: #fff !important;
    font-weight: normal; 
	text-shadow: none !important;
}

/* Page header bar */
/*
.ui-mobile .ui-header {
    border-left-width: 0;
    border-right-width: 0;
	background: linear-gradient(#FF0000, #9f1911) repeat scroll 0 0 #9f1911;
    border: 1px solid #9f1911;
}*/
.ui-mobile .ui-footer {
	background:none; border:none; 
}


.ui-btn-up-a {
    color: #000;
    font-weight: bold;
    text-shadow:none;
}
/* Widen and center h1 text between "Back" and "Home" buttons */
.ui-title {
	width:50%;
	margin-left:26% !important;
}
/* Align Home button left */
.ui-header .ui-btn-right {
	left:10px;
	right:inherit;
}
/* Capitalize header h1 */
.ui-header h1 {
	text-transform:capitalize;	
}
/* Remove background seal */
.ui-content, .ui-mobile, .ui-mobile .ui-page {
	background:none; background-color:#FFF;text-align:left;
}
