@charset "UTF-8";

/* Text Formatting */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px;
	padding: 20px;
	color: #555;
	background-color: #ffffff;/*
	background-attachment: scroll;
	background-image: url(../images/body.jpg);
	background-repeat: no-repeat;
	background-position: center top;*/
}
.page { font-size: 1.1em; }

h1 {
	font-size: 2em;
	color: #3b2b11;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0.5em;
	margin-left: 0px;
	padding-top: 10px;
}
h2 {
	font-size: 1.3em;
	color: #4b5829;
	margin: 0px 0px .5em 0px;
	font-weight: bold;
}
h3 { font-size: 1.25em; color: #663366; margin: 0em 0px .25em 0px; }
p { margin: 0px 0px 1em 0px; font-size: 1em; }
li { margin: 0px 0px 10px 0px; }
a img { border: none; }
a {
	color: #000000;
	/*font-weight: bold;*/
}
a:hover {
	color: #cc3300;
}

/*.content_sidebar h3 {
	color: #cc9900;
	margin-bottom: 10px;
	padding-top: 10px;
}
.content_sidebar p, .content_sidebar li { color: #555; }
.content_sidebar a { color: #cc9900; }
.content_sidebar a:hover { color: #000000; }
.content_sidebar figure { display: block; margin: 0px; padding: 0px; }
.content_sidebar figure .figure_photo {
	background: url(../images/sidebar_photo_large.jpg) right 0px;
	margin: 0px;
	height: 350px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;  }
.content_sidebar figure figcaption { font-size: .9em; display: block; color: #000; margin: 0px 0px 0px 0px; }*/

/* Layout */

.page { position: relative; margin: 0px auto 0px auto; max-width: 980px; }
.page header {
	display: block;
	position: relative;
	height: 310px;
	/*-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/banner_large.jpg) no-repeat 0px 0px;
}
.page header a.logo {
	position: relative;
	top: 0px;
	left: 0px;
	display: block;
	width: 746px;
	height: 194px;
	background: url(../images/logo_large.png) no-repeat 0px 0px;
	margin-right: auto;
	margin-left: auto;
}
.page .page_content { background-color: #ffffff; padding: 1px 0px 1px 0px; }
.page .page_content .page_content_container_left { width: 100%; float: left; margin: 0px; padding: 0px; }
.page .page_content .page_content_container_right { width: 0%; float: left; margin: 0px; padding: 0px; }
.page .page_content .content {
	text-align: left;
	margin-top: 190px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.page .page_content .content_sidebar {
	margin: 130px 20px 20px 0px;
	padding: 10px;
	border: 1px solid #663366;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background-color: #ff3366;
}
.main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000;
	text-align: justify;
}
.redborder {
	border: 2px solid #a12203;
	padding-left: 0px;
	margin-left: 10px;
}
.redbordercentre {
	text-align: center;
	border: 2px solid #a12203;
}
.centre {
	text-align: center;
}

.contact {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000;
}
.contactblk {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #000;
}
.red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #a12203;
}

.title {
	font-size: 1.8em;
	font-weight: bold;
	color: #000000;
}
.subheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #4B5829;
}

li {
	list-style-image: url(../images/tag.png);
	list-style-type: none;
}
.page nav {
	position: absolute;
	top: 194px;
	right: 0px;
	text-align: center;
	/*-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, #4b5829 10%, #000000 90%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(10%,#4b5829), color-stop(90%,#000000));*/
	width: 100%;
	height: 30px;
	background-image: url(../images/nav.jpg);
	background-repeat: repeat;
	padding-top: 10px;
	padding-bottom: 10px;
}
.page nav a {
	border: 0px solid #fff;
	border-radius: 16px;
	color: #ffffff;
	/*-moz-border-radius: 10px;
	-webkit-border-radius: 10px;*/
	text-decoration: none;
	font-weight: normal;
	display: inline-block;
	/*background-color: #cc9900;*/
	font-size: 1.25em;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 1px;
	margin-left: 1px;
    padding: 5px 10px 5px 10px;
}
.page nav a:hover {
	/*background-color: #cc9900;*/
	color: #000000;
}
.page footer {
	display: block;
	border-top: 0px solid #ff3366;
	padding: 15px 10px 15px 20px;
	font-size: 0.9em;
	color: #ffffff;
	background-color: #FFF;
	background-image: url(../images/footer.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
	height: 150px;
	/*-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, #3b2b11 10%, #d3cfb8 90%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(10%,#3b2b11), color-stop(90%,#d3cfb8));*/

}
.page footer a:hover {
	color: #000000;
}

.clear_both { clear: both; line-height: 1px; }

/* Rules Sensitive to Screen Size */

/* Small Screen Rules */
@media screen and (min-width: 150px) and (max-width: 650px) {	
	body { padding: 10px; }
	.page { margin: 0px; padding: 0px; font-size: 1.2em }
h1 {
	font-size: 1.6em;
	color: #3b2b11;
	font-weight: normal;
	margin-top: 250px;
	margin-right: 0px;
	margin-bottom: 0.5em;
	margin-left: 0px;
	padding-top: 0px;
}
h2 {
	font-size: 1em;
	color: #4b5829;
	margin: 0px 0px .5em 0px;
	font-weight: normal;
}
	.page header { height: 275px; background-image: url(../images/banner_small.jpg); }
	.page header a.logo {
		left: 0px;
		margin: 0px auto 0px auto;
		width: 417px;
		height: 275px;
		background: url(../images/logo_small.png) no-repeat 0px 0px;
		margin-right: auto;
	    margin-left: auto;
	}
	/*.page .page_content .page_content_container_left { width: inherit; float: none; margin: 0px; }*/
	.page .page_content .page_content_container_right { width: inherit; float: none; margin: 0px; }
	.page .page_content .content { margin: 10px 10px 20px 10px; }
	/*.page .page_content .content_sidebar { margin: 0px 10px 15px 10px; }
	.page .page_content .content_sidebar figure { width: 100%; float: left; margin-right: 15px; }
	.page .page_content .content_sidebar figure .figure_photo { background: url(../images/sidebar_photo_small.jpg) right 0px; height: 325px; }
	.page .page_content .content_sidebar figure figcaption { font-size: .8em; text-align: right; }*/
	.page nav {
		position: inherit;
		padding: 15px 0px 1px 0px;
		text-align: left;
		width: 100%;
	    height: 220px;
	    background-image: url(../images/nav.jpg);
	    background-repeat: repeat;
	    padding-top: 10px;
	    padding-bottom: 10px;
	}
	.page nav a {
		color: #ffffff;
		border: 0px solid #ff3366;
		padding: 7px 10px 7px 10px;
		font-weight: bold;
		font-size: 1.1em;
		display: block;
		/*margin: 0px 10px 15px 10px;*/
		background: /*#cc9900*/ url(../images/mobile_link_arrow.png) no-repeat right 50%;
	}
	.page nav a:hover { color: #000000; /*background-color: #cc9900;*/ }
	.page footer { font-size: .8em; }
		movie {
	height: 75%;
	width: 75%;
}
}

/* Medium Screen Rules */
@media screen and (min-width: 651px) and (max-width: 800px) {
	body { padding: 0px; }
	.page { margin: 10px; padding: 0px; font-size: 1.15em }
	.page .page_content .content {margin-top: 330px;}
	
	h2 {
	font-size: 1.2em;
	color: #4b5829;
	margin: 0px 0px .5em 0px;
	font-weight: normal;
}
	.page header { height: 160px; background-image: url(../images/banner_medium.jpg); padding: 0px 0px 0px 0px; }
	.page header a.logo {
		top: 0px;
		left: 0px;
		width: 609px;
		height: 160px;
		background: url(../images/logo_medium.png) no-repeat 0px 0px;
		margin-right: auto;
	    margin-left: auto;
	}
	.page nav { 
	top: 160px; 
	height: 60px;
	bottom: 20px;
	}
	.page nav a {
		border-color: #fff;
		margin-left: 10px;
		padding: 5px 10px 5px 10px;
		font-size: 1.1em;
	}
	/*.page .content_sidebar figure .figure_photo { background: url(../images/sidebar_photo_medium.jpg) right 0px; height: 205px; }
	.page .content_sidebar figure figcaption { font-size: .8em; }*/
}

/* Large Screen Rules */
@media screen and (min-width: 801px) and (max-width: 10000px) {
	body { padding: 20px; }	


