/*******************************************************************************
	Page Setup
*******************************************************************************/
* {
	margin: 0;
	padding: 0;
}

:focus {
	outline: 0;
}

body {
	background: #db703a url(../images/bkgrds/body-bkgrd.jpg) center repeat;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}

/*******************************************************************************
	Header
*******************************************************************************/
div#header {
	width: 100%;
	height: 121px;
	background: url(../images/bkgrds/header-bkgrd.jpg) top center repeat-x;
}

div#header-content {
	margin: 0 auto;
	padding: 0 10px 0 10px;
	width: 864px;
	height: 121px;
	text-align: left;
}

div#header img {
	border: 0;
}

/*******************************************************************************
	Logo
*******************************************************************************/
div#header img.logo {
	margin: 20px 0 5px 20px;
}

/*******************************************************************************
	Nav
*******************************************************************************/
div#nav {
	padding-top: 5px;
	width: 864px;
	border-top: 1px solid #f8c9b2;
}

div#nav img {
	margin: 1px 30px 0 0;
	float: right;
}

div#nav img.last {
	margin-right: 0;
}

div#nav img.wordmark {
	margin: 0 0 0 20px;
	float: left;
}

/*******************************************************************************
	Content
*******************************************************************************/
div#content {
	padding: 3px 0 3px 0;
	width: 100%;
	color: #24303a;
	background: #fff;
}

div#content-wrap {
	margin: 0 auto;
	padding: 30px 10px 40px 10px;
	width: 980px;
	text-align: left;
}

/*******************************************************************************
	Footer
*******************************************************************************/
div#footer {
	width: 100%;
	height: 154px;
	background: url(../images/bkgrds/footer-bkgrd.jpg) top center repeat-x;
}

div#footer-content {
	margin: 0 auto;
	padding: 15px 10px 0 10px;
	width: 864px;
	height: 154px;
	text-align: left;
}

div#footer img {
	border: 0;
}

div#footer h1 {
	margin-right: 15px;
	padding-left: 20px;
	width: 150px;
	font-size: 24px;
	font-weight: lighter;
	text-transform: uppercase;
	float: left;
}

div#footer div.location {
	margin-right: 10px;
	width: 170px;
	float: left;
}

div#footer div.location h2 {
	margin-bottom: 5px;
	font-size: 14px;
}

div#footer div.location p {
	margin-bottom: 7px;
	font-size: 10px;
	line-height: 15px;
}

div#credits {
	margin-top: 15px;
	padding-top: 7px;
	width: 864px;
	border-top: 1px solid #f8c9b2;
}

div#credits p {
	padding-left: 20px;
	font-size: 11px;
	float: left;
}

div#credits a {
	color: #fff;
}

div#credits img {
	margin-right: 20px;
	float: right;
}

div#credits img.last {
	margin-right: 0;
}

/*******************************************************************************
	Center Element
*******************************************************************************/
div.center {
	text-align: center;
}

/*******************************************************************************
	Cleaner
*******************************************************************************/
div.cleaner {
	height: 0;
	font-size: 1px;
	line-height: 0;
	clear: both;
}
