@import url('//fonts.googleapis.com/css?family=Oswald:regular');

body {
	margin: 0;
	padding: 0 0 20px;
	background: #FFFFFF;
	font: 14px/1.5 Arial, Helvetica, sans-serif;
	color: #362E30;
}

#container {
	margin: auto;
	width: 980px;
	background: url(images/page-bg.gif) top repeat-y;
}

#header-top {
	background: #59A7BD url(images/header-top.gif) top center no-repeat;
	height: 30px;
}
#header {
	margin: auto;
	width: 940px;
	background: #59A7BD;
	border-bottom: 5px solid #47342C;
}
#header td {
	height: 80px;
	width: 260px;
	padding: 5px 0 15px;
	text-align: center;
}
#header a {	
	display: block;
	background: url(images/header-wavy.gif) right repeat-y;
	font: normal 36px/1.1 'Oswald', Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	padding: 0 15px;
}
#header a img {
	max-width: 800px;
	height: auto;
	border: none;
}
#header #tagline {
	width: auto;
	padding: 5px 25px 20px 5px;
	vertical-align: bottom;
	font-size: 14px;
	text-align: right;
	color: #CEE5EB;
}

#stage {
	margin: 0 20px;
	background-color: #DFDBCC;
}



/* ============================================== side bar ============================================== */

#nav {
	float: left;
	width: 240px;
	margin: 0;
	padding: 23px 10px 50px;
	list-style: none;
	border-right: 1px solid #C1BAAC;
}
#nav li {
	margin: 0;
	padding: 0;
	line-height: 0;
	background: url(images/nav-div.gif) bottom left repeat-x;
}
#nav li a {
	display: block;
	font: 12px/1.2 'Oswald', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #47342C;
	background: url(images/bullet.gif) 8px 18px no-repeat;
	padding: 13px 5px 16px 25px;
}
#nav li a:hover {
	color: #359BB8;
}
#nav div {
	margin-top: -7px;
	padding-bottom: 15px;
	background: url(images/nav-div.gif) bottom left repeat-x;
	line-height: 0;
}
#nav div a {
	font: 11px/14px Arial, Helvetica, sans-serif;
	text-transform: none;
	background: none;
	padding: 3px 5px 3px 25px;
}



/* ============================================== general content ============================================== */

#content {
	margin-left: 260px;
	padding: 10px 15px 20px 20px;
	min-height: 300px;
	background: #FFFFFF;
	border-left: 1px solid #C1BAAC;
}

h1, h2, h3, h4, h5, h6 {
	padding: 0;
	line-height: 1.2;
	font-family: 'Oswald', Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #359BB8;
}

h1 {
	margin: 12px 0 20px;
	padding-bottom: 10px;
	font-size: 28px;
	background: url(images/h1-uline.gif) bottom left repeat-x;
}
h2 {
	margin: 30px 0 14px;
	font-size: 20px;
}
h3 {
	margin: 20px 0 -10px;
	font-size: 16px;
	text-transform: uppercase;
}
p {
	margin: 14px 0;
}
a {
	color: #359BB8;
}
ul {
	margin: 20px 0;
	padding: 0;
	list-style: none;
}
li {
	margin: 0;
	padding: 0 0 7px 35px;
	background: url(images/bullet.gif) 20px 8px no-repeat;
}
hr {
	margin: 30px 0;
	height: 1px;
	color: #C1BAAC;
	background-color: #C1BAAC;
	border: none;
}
small {
	font-size: 11px;
	line-height: 14px;
	text-transform: none;
	font-weight: normal;
	color: #999999;
}
small a {
	color: #999999;
}
#content img {
	max-width: 644px;
	height: auto;
}

form {
	margin: 0;
}
input, select, textarea {
	font: 14px Arial, Helvetica, sans-serif;
	color: #362E30;
	width: 300px;
}
.button {
	width: auto;
	font-weight: bold;
	padding: 5px;
}
form table {
	margin: 14px 0;
}
form th {
	text-align: left;
	font-weight: normal;
	line-height: 1.2;
	width: 160px;
	padding: 5px 10px 0 0;
}
form td {
	line-height: 1.2;
	padding: 5px 0;
}
form small {
	display: block;
}

.clear {
	clear: both;
	height: 0;
	line-height: 0;
}



/* ============================================== footer ============================================== */

#footer {
	background: url(images/footer-bg.gif) bottom center no-repeat;
	padding-bottom: 17px;
	font-size: 11px;
	line-height: 1.3;
	color: #868283;
}
#footer p {
	margin: 0 20px;
	padding: 10px;
	border-top: 5px solid #47342C;
}

#credit {
	margin: 0 auto;
	width: 940px;
	font-size: 11px;
	line-height: 1.3;
	text-align: right;
	color: #868283;
}
#credit a {
	color: #868283;
}