/* CSS */
/* Mobile Stylesheet */
/* Version 1.0 */
/* Author: Seth Hobson */

/* CSS Mobile Reset */

html, body {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	font-family: Arial, sans-serif;
	line-height: 1.5;
	font-size: 16px;
	background: #fff;
	padding: 5px;
	color: #000;
	word-wrap: break-word;
	-webkit-text-size-adjust: none;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

p img {
	float: left;
	margin: 0 10px 5px 0;
	padding: 0;
}

img {
	border: 0;
	max-width: 100%;
}

table {
	width: auto;
	border-collapse: collapse;
	border-spacing: 0;
}
/* General */

body {
	background-color: #ddd;
	color: #222;
	font-family: Helvetica;
	font-size: 14px;
	margin: 0;
	padding: 0;
}
#banner #search, #footer, #sitenav, .hidden, #logo h2, #utilnav, #siteinfo, #subnav .apply, #subnav .navname, .quick, .departments {
	display: none;
}

#banner h1 {
	margin: 0;
	padding: 0;
}
#banner h1 a {
	background-color: #ccc;
	border-bottom: 1px solid #666;
	color: #222;
	display: block;
	font-size: 13px;
	font-weight: bold;
	padding: 15px 0;
	text-align: center;
	text-decoration: none;
}
#banner h1 a {
	text-shadow: 0px 1px 0px #fff;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#999));
}
#subnav ul.hide {
	display: none;
}
#subnav ul {
	list-style: none;
	margin: 10px;
	padding: 0;
}
#subnav ul li a {
	background-color: #FFFFFF;
	border: 1px solid #999999;
	color: #222222;
	display: block;
	font-size: 17px;
	font-weight: bold;
	margin-bottom: -1px;
	padding: 12px 10px;
	text-decoration: none;
}
#subnav ul li:first-child a {
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
}
#subnav ul li:last-child a {
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
}
#banner div.leftButton {
	position: absolute;
	top: 10px;
	left: 10px;
	height: 30px;
	font-weight: bold;
	text-align: center;
	color: white;
	text-shadow: rgba(0,0,0,0.6) 0px -1px 0px;
	line-height: 28px;
	border-width: 0 8px 0 8px;
	-webkit-border-image: url(../images/button.png) 0 8 0 8;
}
#banner div.pressed {
	-webkit-border-image: url(../images/button_clicked.png) 0 8 0 8;
}
#maintext {
	padding: 10px;
}
#maintext p {
	margin-top: 0;
	margin-bottom: 0;
}
#pics {
	margin: 15px; 
	padding: 0;
	float: left;
}

#pics img {
	display: inline;
	margin: 5px;
  	height: auto;
  	width: auto;
  	text-align: center;
	-moz-box-shadow: 0 0 2px 2px #888;
	-webkit-box-shadow: 0 0 2px 2px #888;
	box-shadow: 0 0 2px 2px #888;
}
div.box h1 {
	padding: 10px;
	margin-bottom: 0;
	font-size: 20px;
}
