@charset "UTF-8";

/* Text Formatting */

body {
	font-family: Arial;
	font-size: 12px;
	margin: 0px;
	padding: 5px;
	color: #555;
	background: #68230b;
}
.page { font-size: 1em; }

h1 {
	font-size: 2em;
	color: #9e472a;
	margin: 0px 0px .5em 0px;
	font-weight: normal;
}
h2 { font-size: 1.6em; color: #9e472a; margin: 0px 0px .5em 0px; }
h3 { font-size: 1.25em; color: #9e472a; margin: 0em 0px .25em 0px; }
p {
	margin: 0px 0px 1em 0px;
	font-size: 1em;
	color: #68230B;
}
li { margin: 0px 0px 10px 0px; }
a img {
	border: none;
	text-align: center;
}
a { color: #f52d1b; }
a:hover {
	color: #00a2ed;
	text-align: center;
}

.content_sidebar h3 { color: #68230b; margin-bottom: 10px; }
.content_sidebar p, .content_sidebar li { color: #733e34; }
.content_sidebar a { color: #00a2ed; }
.content_sidebar a:hover { color: #f52d1b; }
.content_sidebar figure { display: block; margin: 0px; padding: 0px; }
.content_sidebar figure .figure_photo {
	background: url(../images/page/sidebar_photo_large.jpg) right 0px;
	margin: 0px;
	height: 175px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;  }
.content_sidebar figure figcaption { font-size: .9em; display: block; color: #000; margin: 3px 0px 15px 0px; }

/* Layout */

.page { position: relative; margin: 0px auto 0px auto; max-width: 980px; }
.page header {
	display: block;
	position: relative;
	height: 175px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background: url(/images/page/banner_large.jpg) no-repeat 0px 0px;
	color: #B05A21;
}
.page header a.logo {
	position: absolute;
	top: 4px;
	left: 13px;
	display: block;
	width: 499px;
	height: 111px;
	background: url(/images/page/logo_large.png) no-repeat 0px 0px;
}
.page .page_content { background-color: #fff; padding: 1px 0px 1px 0px; }
.page .page_content .page_content_container_left { width: 100%; float: left; margin: 0px; padding: 0px; }
.page .page_content .content {
	margin: 0px;
	padding: 0px;
	text-align: center;
}
.page nav {
	position: absolute;
	top: 121px;
	right: 30px;
	text-align: right;
	width: 932px;
}
.page nav a {
	border: 1px solid #fff;
	border-radius: 16px;
	color: #ffffff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 7px 20px 7px 20px;
	text-decoration: none;
	font-weight: bold;
	display: inline-block;
	margin: 0px 2px 4px 2px;
	background-color: rgba(104,35,11,.6);
	
	font-size: 1.15em;
}
.page nav a:hover { background-color: rgba(0,0,0,.5); color: #fff; }
.page footer {
	display: block;
	border-top: 1px solid #ddd;
	padding: 15px 10px 15px 20px;
	font-size: .9em;
	color: #757575;
	background-color: #fff;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-bottom-right-radius: 10px;
	-moz-box-shadow: 0px 5px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 5px 3px rgba(0,0,0,0.3);
	box-shadow: 0px 5px 3px rgba(0,0,0,0.3);
	background: -moz-linear-gradient(top, #ffffff 60%, #cccccc 90%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(60%,#ffffff), color-stop(90%,#cccccc));
}

.clear_both { clear: both; line-height: 1px; }
