@charset "utf-8";
/* CSS reset */
img, div { behavior: url(iepngfix.htc) }
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	background-color:transparent;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* CSS layout */

html, body {
	margin-left: 0;
	margin-right: 0;
	text-align: center;
	background: #231f20;
}

#pagewidth {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#header {
	width: 960px;
	float: left;
	display: inline;
}

#visit-container {
	float:left;
	display:inline;
	background-image:url(../images/visit-bk.jpg);
	background-repeat:no-repeat;
	background-position: right top;
	width: 960px;
	margin-bottom: 20px;
}

#news-container {
	float:left;
	display:inline;
	background-image:url(../images/visit-bk.jpg);
	background-repeat:no-repeat;
	background-position: right top;
	width: 440px;
	padding-right:520px;
	margin-bottom: 20px;
}

#galleryframe-container {
	float:left;
	display:inline;
	width: 960px;
	margin-bottom: 20px;
	background-image:url(../images/visit-bk.jpg);
	background-repeat:no-repeat;
	background-position: right top;
}

#competition-container {
	float:left;
	display:inline;
	width:960px;
	min-height:550px;
	height:auto !important;
	height:550px;
	background-image:url(../images/comp-assets.jpg);
	background-position:left top;
	background-repeat:no-repeat;
}

#competition-left {
	float:left;
	display:inline;
	width:341px;
	height:550px;
}

#competition-right {
	float:left;
	display:inline;
	width:619px;
	min-height:550px;
	height:auto !important;
	height:550px;
}

#content-holder {
	width: 960px;
	float: left;
	display: inline;
	background: url(background/content-bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 2px;
}

#footer {
	width: 960px;
	float: left;
	display: inline;
}

#footer-left {
	width: 300px;
	float: left;
	display: inline;
	padding: 10px 0 10px 10px;
}

#footer-icons {
	width: 220px;
	float: left;
	display: inline;
	padding-left: 15px;
	padding-right: 15px;
}

#footer-center {
	width: 230px;
	float: left;
	display: inline;
	padding: 5px 0 11px 0;
	text-align: right;
}

#footer-right {
	width: 100px;
	float: left;
	display: inline;
	text-align: right;
	padding: 10px 10px 10px 0;
	text-align: right;
}

/* CSS fonts */

.footer-link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #785d2e;
	text-decoration: none;
}

p {
 	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #c1a47a;
	line-height: 16px;
	padding: 0 10px 0 10px;
}

.text-main {
 	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #c1a47a;
	line-height: 16px;
}

h1 {
 	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #c6651c;
	line-height: 22px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0 10px 0 0px;
}

h2 {
 	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #c1a47a;
	line-height: 20px;
	font-weight: normal;
	padding: 0 10px 0 10px;
}

h2 a{
 	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px !important;
	color: #c6651c !important;
	line-height: 20px;
	font-weight: bold !important;
}

.highlight-text {
 	font-family: Arial, Helvetica, sans-serif;
	color: #c6651c;
}

#content-holder a:link, #content-holder a:visited {
 	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #c1a47a;
	line-height: 16px;
	text-decoration: none;
}

#news-container a:link, #news-container a:visited {
 	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #c6651c;
	line-height: 16px;
	text-decoration: none;
}

#news-container a:hover {
 	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #c6651c;
	line-height: 16px;
	text-decoration: underline !important;
}

#content-holder a:hover, #content-holder a:active {
 	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #c6651c;
	line-height: 16px;
	text-decoration: none;
}

.highlight {
 	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #c6651c;
	line-height: 20px;
	font-weight: bold;
	text-transform: uppercase;
}

.clear {
	clear: both;
}

#choose-gallery {
	float:left;
	display:inline;
	clear:both;
	height:30px;
	width:900px;
	margin:-15px 0 0 12px;
}

#choose-gallery a{
 	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #BAA377;
	line-height: 22px;
	font-weight: bold;
	text-transform: uppercase;
	margin-right:20px;
}

#choose-gallery a:hover {
	color:#c6651c;
}

#gallery-frame-outer {
		float:left;
		display:inline;
		width:500px;
		margin-left:50px;
		margin-top:0px;
		height:545px;
		overflow:auto;
}

#treehouse-icon {
	float:right;
	display:inline;
	margin-top:-186px;
}

.gallery-thumb {
	float:left;
	display:inline;
	width:70px;
	width:70px;
	margin-bottom:10px;
	padding-right:10px;
}