* {
	margin: 0;
	padding: 0;
}

body {
	font: 11px sans-serif;
	color: #333;
	background-color: #f2f2f2;
	margin: 2px 3%;
	line-height: 140%;
}

ul, ol, dl { margin-left: 1.3em; }

#header h1 {
	background-color: #212938;
	height: 18px;
	width: 100%;
	background-image: url(../site-images/mobiletitle.gif);
	background-repeat: no-repeat;
	background-position: center center;
	margin: -2px 0 0.5em 0;
}

#header ul {
	position: absolute;
	bottom: 0;
	left: 4%;
}

p, ul, ol, h1, h2, h3, h4, h5, h6, dl { margin-bottom: 0.7em; }

h2, h3, h4, h5, h6 { font-size: 1em; font-weight: bold; }

h2 {
	text-transform: uppercase;
	padding: 2px;
	background-color: #323e55;
	color: white;
}

#main h1 {
	font-size: 1.3em;
	border-top: 1px solid #999;
	padding-top: 1em;
	text-align: center;
	line-height: 1.4em;
}

#footer {
	border-top: 1px solid #999;
	padding-top: 1em;
	margin: 1em 0 10em 0;
}

textarea, input { max-width: 100%; }

dt {
	margin-top: 0.8em;
	font-weight: bold;
}

.hide,
#nav_search form,
#title_breadcrumb p,
.mainpic-caption,
.image-caption,
img {
	display: none;
}
