/* global.css */


/* start afresh */
*, html * {
	margin: 0;
	padding: 0;
	border: 0 none;
	outline: none;
}
h1, h2, h3, h4, h5, h6, p, ul, ol, blockquote {
	margin: .8em 0 .4em 0;
}


/* layout */
body {
	text-align: center;
	
	background-color: #000;
}
div#wrap {
	width: 960px;
	
	margin: 30px auto;
	padding-bottom: 30px;
	
	text-align: left;
}
div#header {
	height: 160px;
	
	position: relative;
	
	background-image: url(/_img/header.jpg);
	background-repeat: no-repeat;
}
div#nav {
	height: 40px;
	
	margin: 0;
	padding: 0 11px;
	
	background-image: url(/_img/nav.jpg);
	background-repeat: no-repeat;
}
div#page {
	background-color: #fff;
}
div#content {
	width: 560px;
	
	padding: 30px 0 30px 30px;
	
	float: left;	
}
div#sidebar {
	width: 280px;
	
	padding: 45px 30px 30px;
	
	float: right;
	
	background-color: #eee;
	background-image: url(/_img/sidebar.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
}
div#bottombar {
	padding: 30px 30px 15px;
	
	background-image: url(/_img/bottombar.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	
	border-top: 1px solid #888;
}
div#footer {
	margin: 15px 20px;
}
hr.clear {
	height: 1px;
	
	margin: 0;
	border: 0 none;
	
	clear: both;
	visibility: hidden;
}
div#ie6 {
	display: none;
	
	padding: 1.3em 30px 0;
	
	background-color: #fff;
	border-bottom: 1px solid #ddd;
}


/* type */
body {
	font-family: Calibri, Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	color: #222;
}
div#ie6 {
	color: #993300;
	font-style: italic;
}
div#ie6 a {
	color: #222;
}
.p {
	font-size: 14px;
}
hr {
	height: 1px;
	
	border-bottom: 1px solid #ddd;
	background-color: transparent;
	
	margin: 1em 0;
}
h1 {
	font-size: 24px;
	font-weight: bold;
	font-style: normal;
}
#content h1 {
	/*font-family: Cambria, Georgia, "Times New Roman", Times, serif;*/
	font-family: Calibri, Helvetica, Arial, sans-serif;
	color: #993300;
}
#sidebar h1 {
	/*font-family: Cambria, Georgia, "Times New Roman", Times, serif;*/
	font-family: Calibri, Helvetica, Arial, sans-serif;
	color: #0c6351;
}
h2 {
	font-size: 20px;
	font-weight: bold;
	font-style: normal;
	color: #555;
}
h3 {
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	color: #777;
}
blockquote {
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	color: #777;
	
	margin-right: 12em;
	margin-left: 3em;
}
h6 {
	font-style: italic;
	font-size: 14px;
	font-weight: normal;
	text-align: right;
	color: #777;
	
	margin-top: -1em;
}
#content em {
	font-style: italic;
}
a {
	font-style: italic;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#content a, #content a * {
	color: #cc6600;
}
#sidebar a, #sidebar a * {
	color: #288a72;
}
a.no-click {
	cursor: default;
}
h1 a, h2 a, h3 a, h6 a {
	font-style: normal;
}
#page ul {
	list-style-type: square;
	font-size: 12px;
}
#page ul li {
	margin-left: 2.5em;
}
.clear {
	clear: both;
}


/* forms */
form p.column {
	margin-right: 10px;
	
	float: left;
}
form hr {
	width: 434px;
}
input, textarea, button {
	font-family: Calibri, Helvetica, Arial, sans-serif;
	color: #111;
	font-weight: bold;
	font-size: 13px;
}
input.text, textarea {
	width: 200px;
	padding: 5px;
	
	background: #eee;

	border-bottom: 1px solid #ccc;
}
textarea {
	height: 77px;
}
button {
	padding: 7px 12px;
	
	font-size: 16px;
	color: #fff;
	
	cursor: pointer;
}
#content button {
	background: #cc6600;
}
#sidebar button {
	background: #288a72;
}
input.text.half, textarea.half {
	width: 89px;
}
input.text.double, textarea.double {
	width: 422px;
}
label {
	font-size: 11px;
	font-style: italic;
	color: #555;
	
	padding-left: .5em;
}


/* header */
#header * {
	position: absolute;
	
	margin: 0;
	
	background-repeat: no-repeat;
	
	text-indent: -9999px;
	overflow: hidden;
}
#header h1 {
	width: 396px;
	height: 219px;
	
	top: -23px;
	left: 78px;
	
	background-image: url(/_img/header-logo.png);
}
#header p {
	width: 341px;
	height: 51px;
	
	top: 62px;
	right: 42px;	
	
	background-image: url(/_img/header-tagline.png);
}


/* navigation */
#nav ul {
	/*font-family: Cambria, Georgia, "Times New Roman", Times, serif;*/
	font-family: Calibri, Helvetica, Arial, sans-serif;
	font-size: 14px;
	list-style-type: none;
	
	margin: 0;
	
	position: relative;
	float: right;
}
#nav ul li {
	float: left;
	position: relative;
}
#nav ul ul {
	position: absolute;
	top: 39px;
	left: auto;
	right: 0;
	
	border-left: 1px solid #220000;
	border-bottom: 1px solid #220000;
	border-right: 1px solid #220000;
	
	padding: 4px 0 7px 0;
	
	visibility: hidden;
	
	text-align: right;
	font-size: 12px;
	
	background-image: url(/_img/nav-sub.jpg);
	background-repeat: no-repeat;
}
#nav ul li:hover ul {
	visibility: visible;
}
#nav ul ul li {
	float: none;
}
#nav ul a, #nav ul span {
	display: block;
	height: 40px;
	line-height: 40px;
	padding: 0 15px;
	
	cursor: pointer;
	
	font-style: normal;
	color: #d4bfb2;
}
#nav ul a:hover, #nav ul span:hover, #nav ul li:hover > span,
#nav ul a.selected {
	color: #fff;
	text-decoration: none;
}
#nav ul ul a, #nav ul ul span {
	height: auto;
	width: 150px;
	
	line-height: 1.4em;
	padding: 5px 15px;
	
	cursor: pointer;
}


/* page */
div#home-feature {
	width: 560px;
	
	margin-bottom: 30px;
	
	background-repeat: no-repeat;
}
div#home-feature p.feature {
	height: 260px;
	
	margin: 0;
}
div#home-feature h6 {
	margin: .5em .7em 0 0;
}
div.img-text {
	margin: 0 0 1.5em 0;
}
div.img-text img {
	float: left;
	margin: 0 1em .5em 0;
}
div.img-text h2, div.img-text h1 {
	padding-top: .5em;
}
div.img-text + * {
	clear: both;
}
#page ul.photos {
	list-style: none;
	margin: 30px 0;
}
#page ul.photos li {
	float: left;
	margin: 0 26px 1.7em 0;
}
#page ul.photos li.right {
	margin-right: 0;
}
#page ul.photos h6 {
	font-size: 11px;
	text-align: left;
	
	margin: 0;
}
.right {
	text-align: right;
}
#content img {
	/* border: 1px solid #555; */
}
#content .feature img, #content img.no-border {
	border: 0 none;
}
img.right {
	float: right;
	margin: 0 0 .5em 1em;
}
.left {
	text-align: left;
}
img.left {
	float: left;
	margin: 0 1em .5em 0;
}
#content table {
	width: 100%;
}
#content table td {
	padding: 5px 10px 5px 0;
}
#content table.list td {
	border-bottom: 1px solid #eee;
}
#sidebar img.event {
	display: block;
	margin-bottom: -1em;
}
div.event {
	width: 260px;
	
	float: left;
	
	margin-right: 20px;	
}
#content a.button, #sidebar a.button {
	padding: 5px 12px;
	
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	font-style: normal;
}
#content a.button:hover, #sidebar a.button:hover {
	text-decoration: none;
}
#content a.button {
	background: #cc6600;
}
#sidebar a.button {
	background: #288a72;
}


/* bottombar */
#bottombar {
	/*font-family: Cambria, Georgia, "Times New Roman", Times, serif;*/
	font-family: Calibri, Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #111;
	line-height: 1.3em;
}
#bottombar div.column {
	width: 205px;
	
	float: left;
	
	margin-right: 20px;
}
#bottombar div.column.last {
	margin-right: 0;
}
#bottombar ul {
	list-style: none;
}
#bottombar ul, #bottombar p {
	margin: 0 0 15px 0;
}
#bottombar a {
	color: #111 !important;
	font-style: normal !important;
}


/* footer */
li.social {
	text-align: right;
}
li.social a {
	padding-left: 1em;
}
#footer {
	/*font-family: Cambria, Georgia, "Times New Roman", Times, serif;*/
	font-family: Calibri, Helvetica, Arial, sans-serif;
	font-size: 9px;
	color: #999;
	
	text-align: right;
	
	line-height: 22px;
}
#footer a {
	color: #999999;
	font-style: normal;
	text-decoration: none;
	
	border-bottom: 0 none;
}
#footer a:hover {
	color: #eeeeee;
	
	background-color: transparent;
}
#footer_text {
	display: block;
	float: right;
	height: 20px;
}
#footer #uplyft {
	display: block;
	float: right;
	height: 20px;
	
	padding: 0 24px 0 3px;
	
	background-image: url(/_img/uplyft.png);
	background-repeat: no-repeat;
	background-position: top right;
}
#footer #uplyft:hover {
	background-position: bottom right;
}