@import url(reset.css);

body {
	border-top: 11px solid rgb(62,18,28);
	background: rgb(247,244,241);
	color: #333;
	font: 80%/1.4 "Myriad Pro", Arial, Sans-Serif;
}
blockquote {
   display: block;
   border-left: 2px solid #999;
   padding-left: 20px;
   margin: 1em 2em;
   font: 110%/1.5 "Times New Roman", Arial, sans-serif;
   font-weight: bold;
   color: #333;
   
}

a:link {
	text-decoration: none;
	color: rgb(26,83,154);
	font-weight: bold;
}

a:visited {
	text-decoration: none;
	color: rgb(26,83,154);
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
	color: rgb(26,83,154);
}

.set-master-width {
	display: block;
	margin: 0 auto;
	width: 900px;
}

ul#main-nav {
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	clear: left;
	text-align: center;
	background-color: rgb(62,18,28);
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
}

ul#main-nav li {
	font-size: 15px;
	display: inline;
	padding-top: 5px;
	padding-left: 20px;
	padding-right: 20px;
}

ul#main-nav li a {
	margin-top: 15px;
	color: rgb(229,218,208);
	font-weight: normal;
}

div#head-nav {
	float: right;
	color: rgb(16,76,155);
}

div#head-nav a {
	font-weight: bold;
	color: rgb(16,76,155);
	padding-right: 8px;
	padding-left: 8px;
}

div#featured {
	display: block;
	position: relative;
}

div#featured #top-content {
	width: 600px;
	float: left;
	margin-bottom: 20px;
	margin-top: 20px;
}

div#featured #top-content h1 {
	font-size: 150%;
	color: rgb(16,76,155);
	margin-bottom: 1em;
	padding-right: 40px;
}

div#featured #top-content h2 {
	font-size: 125%;
	color: #000;
	margin-top: 1em;
	margin-bottom: 0.5em;
	padding-right: 40px;
}

div#featured #top-content p {
	font-size: 110%;
	margin-top: 0.75em;
	line-height: 1.6;
	padding-right: 40px;
}

div#featured #top-content ul {
	
}

ul.real li {
	list-style: disc;
	margin-left: 2em;
}

div#featured #nowhiring {
	float: right;
	display: block;
	width: 274px;
	height: 103px;
	background: url('/site_media/i/now-hiring.jpg') no-repeat top left;
}

ul#nowhiring {
	padding-top: 30px;
}

ul#nowhiring li a {
	padding-left: 20px;
}

div#sec-content {
	float: right;
	margin-top: 20px;
	width: 293px;
}

div#featured #uhhsnews {
	float: right;
	clear: right;
	display: block;
	width: 274px;
	height: 133px;
	background: url('/site_media/i/uhhs-news.jpg') no-repeat top left;
	margin-bottom: 15px;
	font-size:95%;
}

#uhhsnews ul {
	width: 240px;
	margin-left: 20px;
	padding-top: 25px;
}

div#featured-content-wrapper {
	width: 100%;
	background-color: rgb(242,236,231);
	border-top: 1px solid rgb(195,181,183);
	border-bottom: 1px solid rgb(195,181,183);
}

ul#featured-sections {
	padding-top: 20px;
	padding-bottom: 20px;
	position: relative;
	width: 900px
}

ul#featured-sections .fs-1 {
	padding-bottom: 20px;
	float: left;
	width: 280px;
}

ul#featured-sections .fs-2 {
	float: left;
	padding-left: 30px;
	width: 280px;
	padding-bottom: 20px;
}

ul#featured-sections .fs-3 {
	display: block;
	float: right;
	width: 280px;
	padding-bottom: 20px;
}

.clear {
	clear: both;
}

.head-nav-item {
	padding-right: 8px;
	padding-left: 8px;
}

img.logo {
	float: left;
}

img.tagline {
	padding-top: 25px;
	float: right;
}

div#branding {
	clear: both;
	height: 100px;
}

div#footer {
	padding-top: 40px;
	padding-bottom: 20px;
}

div#footer h2 {
	color: rgb(16,76,155);
	font-size: 120%;
}

img.image-right {
	float: right;
	margin-left: 20px;
}

ul.sec-nav {
	margin-left: 1em;
	padding-bottom: 20px;
}

ul.sec-nav li {
	font-size: 105%;
}

#sec-content h2 {
	text-align: center;
	font-size: 120%;
	margin-top: 1em;
}

div.news-item {
	width: 90%;
	background-color: #eee9e3;
	padding: 10px;
	padding-top: 1px;
	margin-bottom: 20px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}

p.posted-date {
	font-size: 90%;
	color: #aaa;
	margin: 0;
}

div#footer img {
	height: 50px;
	vertical-align: middle;
	padding-left: 20px;
}

.hide, .view {
	font-size: 80%;
	color: #666;
	padding-left: 1em;
}


ul#messages {
	background-color: #fff;
	padding-bottom:  1em;
	padding-top: 1em;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	width:  80%;
	margin-bottom:  1em;

}

ul#messages li{
	font-size: 130%;
	color:  red;
	margin-left:  20px;


}

label {
	display: block;
	float: left;
	text-align: right;
	padding-right: 1em;
	width: 150px;
	clear: left;
}

#login-form label {
	text-align: left;
}
/*<ul class="errorlist"><li>This field is required.</li></ul>*/
ul.errorlist{

}
div#featured #top-content ul.errorlist li {
	
color:  red;
font-weight: bold;

margin-left: 40px;
margin-top:  1.5em;
padding-left: 140px;
	list-style-type: none;
}
hr.ninety {

margin: 0 10% 10px 0;
}

	div.quote {
		display: block;
		padding-top: 15px;
		padding-bottom: -10px;
		width: 414px;
		background: url(/site_media/i/comment-top.jpg) no-repeat top left;

	}
	div.quote p {
		padding-left: 20px;
		padding-right: 20px;
	}
	div.author {
	    font-weight: bold;
		text-align: right;
		margin-right: 120px;
		padding-bottom: 40px;
	}