@charset "UTF-8";
/* CSS Document */

/* - - - Typography - - - */

@font-face {
    font-family: 'BenthamRegular';
    src: url('../fonts/Bentham-webfont.eot');
    src: url('../fonts/Bentham-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Bentham-webfont.woff') format('woff'),
         url('../fonts/Bentham-webfont.ttf') format('truetype'),
         url('../fonts/Bentham-webfont.svg#BenthamRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

h1, h2, h3, h4, h5, h6 {
	font-family:'BenthamRegular', 'Times New Roman', Times, serif;
	font-weight:normal;
	color:#900c00;
	text-align:left;
}

p, li, label, input, textarea {
	font-family:Century Gothic, Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:1.5em;
	color:#000000;
	text-align:left;
}

a {
	text-decoration:none;
	color:#900c00;
}

a:hover {
	text-decoration:underline;
	color:#900c00;
}

table.form td {
	padding:0 20px 5px 0;
	vertical-align:top;
}

.billboard h1, .billboard h2, .billboard h3, .billboard h4, .billboard h5, .billboard h6, .billboard p, .billboard li {
	color:#ffffff;
	text-align:right;
	margin:18px 25px 0 25px;
}

.billboard p, .billboard li {
	font-size:12px;
}

.billboard a {
	color:#ffffff;
	font-weight:bold;
}

.billboard a:hover {
	text-decoration:underline;
}

.background_foot p {
	color:#ffffff;
	text-align:center;
	margin:37px 0 0 0;
	font-size:10px;
}

/* - - - General Layout - - - */

body {
	background-color:#102c06;
	background-position:0 0;
	background:url(../images/background_large.jpg) fixed repeat-x #102c06;
	padding:0;
	margin:0;
}

.wrapper {
	width:100%;
	position:relative;
	margin:0;
	padding:0;
	top:0;
}

.background_head {
	width:100%;
	height:220px;
	display:block;
	position:absolute;
	margin:0;
	padding:0;
	top:0;
	left:0;
	background-color:#ffffff;
	border-top:#000000 3px solid;
}

.background_foot {
	width:100%;
	height:65px;
	display:block;
	position:absolute;
	bottom:0;
	left:0;
	background-color:#000000;
	margin:0;
}

.layout {
	width:80%;
	position:relative;
	margin:0;
	padding:0;
	top:0;
}

.header {
	width:100%;
	height:120px;
	display:block;
	position:relative;
}

.header .logo {
	width:300px;
	height:85px;
	display:block;
	position:absolute;
	left:0;
	top:0;
}

.header .logo h1 {
	background-image:url(../images/logo_large.gif);
	background-repeat:no-repeat;
	width:300px;
	height:85px;
	overflow:hidden;
	text-indent:-100.0em;
	padding:0;
	margin:32px 0 0 0;
}

.header .logo h1 a {
	display:block;
	line-height:85px;
}

.header .navigation {
	width:350px;
	display:block;
	position:absolute;
	height:60px;
	right:0;
	bottom:0;
}

.header .navigation ul {
	display:block;
	position:absolute;
	bottom:0;
	right:0;
	margin:0;
	padding:0;
}

.header .navigation ul li {
	font-family:'BenthamRegular', 'Times New Roman', Times, serif;
	font-weight:normal;
	color:#900c00;
	font-size:26px;
	list-style:none;
	display:inline;
	padding:0;
	margin-left:30px;
}

.header .navigation ul li a {
	color:#900c00;
	padding:3px 0;
	text-decoration:none;
	border-bottom:0;
}

.header .navigation ul li a:hover {
	border-bottom:#900c00 3px solid;
}

.header .navigation ul li a.current, .header .navigation ul li a.current:hover {
	border-bottom:#000000 3px solid;
	cursor:default;
}

.billboard {
	width:100%;
	height:250px;
	display:block;
	position:relative;
	border-top:#000000 3px solid;
	overflow:hidden;
	background-color:#000000;
	margin: 30px 0 0 0;

}

.billboard .first, .billboard .second, .billboard .third {
	width:50%;
	height:100%;
	display:block;
	position:absolute;
	left:0;
	top:0;
	background-color:#000000;
	z-index:10;
	padding-left:50%;
	background-repeat:no-repeat;
	background-position:center;
}

.billboard .first .overlay, .billboard .second .overlay, .billboard .third .overlay {
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	background: -moz-linear-gradient(45deg,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 42%, rgba(0,0,0,0.7) 70%, rgba(0,0,0,0.7) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,rgba(0,0,0,0)), color-stop(42%,rgba(0,0,0,0)), color-stop(70%,rgba(0,0,0,0.7)), color-stop(100%,rgba(0,0,0,0.7))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(45deg,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 42%,rgba(0,0,0,0.7) 70%,rgba(0,0,0,0.7) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(45deg,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 42%,rgba(0,0,0,0.7) 70%,rgba(0,0,0,0.7) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(45deg,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 42%,rgba(0,0,0,0.7) 70%,rgba(0,0,0,0.7) 100%); /* IE10+ */
	background: linear-gradient(45deg,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 42%,rgba(0,0,0,0.7) 70%,rgba(0,0,0,0.7) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#b3000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.billboard .second, .billboard .third {
	left:100%;
	z-index:1;
}

.billboard .first img, .billboard .second img, .billboard .third img {
	width:100%;
	position:absolute;
	top:50%;
	left:50%;
	margin:-230px 0 0 -50%;
	z-index:-1;
}

.main {
	width:100%;
	display:block;
	position:relative;
	padding:0 0 40px 0;
	overflow:visible;
	margin: 30px 0 0 0;
}

.main .primary {
	width:65%;
	height:100%;
	display:block;
	float:left;
	position:relative;
	overflow:visible;
	text-align:left;
}

.main .primary .primary_inner {
	display:block;
	position:relative;
	margin:0 30px 0 0;
	padding:0 25px 15px 25px;
	background-color:#ffffff;
	overflow:visible;
	border-top:#000000 3px solid;
}

.main .secondary {
	width:35%;
	display:inline-block;
	zoom:1;
	*display:inline;
	position:relative;
	left:0;
	top:0;
	overflow:visible;
}

.main .secondary .secondary_inner {
	display:block;
	position:relative;
	margin:0;
	padding:0 25px 15px 25px;
	background-color:#ffffff;
	overflow:visible;
	border-top:#000000 3px solid;
}

.background_head, .billboard, .main .primary .primary_inner, .main .secondary .secondary_inner {
	-moz-box-shadow: 31px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 0 1px 3px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=180, Color='#000000')";
}

@media screen and (min-width: 1px) and (max-width: 319px) {

body {
	background:url(../images/background_small.jpg) fixed repeat-x #102c06;
}

.layout {
	width:90%;
	min-width:200px;
}

.header {
	height:120px;
}

.header .logo {
	width:100%;
	height:45px;
}

.header .logo h1 {
	background-image:url(../images/logo_tiny.gif);
	width:160px;
	height:45px;
}

.header .logo h1 a {
	line-height:45px;
}

.header .navigation {
	width:100%;
	height:40px;
	left:0;
	top:100px;
}

.header .navigation ul {
	position:relative;
	text-align:center;
	width:200px;
}

.header .navigation ul li {
	font-size:14px;
	margin:0 6px;
}

.main .primary {
	width:100%;
	display:block;
	float:none;
	left:0;
	top:0;
}

.main .primary .primary_inner {
	margin:0;
}

.main .secondary {
	width:100%;
	display:block;
	margin:30px 0 0 0;
}

.billboard h1, .billboard h2, .billboard h3, .billboard h4, .billboard h5, .billboard h6, .billboard p, .billboard li {
	text-align:left;
}

.billboard .first, .billboard .second, .billboard .third {
	width:100%;
	padding-left:0;
}

.billboard .first img, .billboard .second img, .billboard .third img {
	height:250px;
	width:auto;
	position:absolute;
	top:0;
	left:0;
	margin:0;
}

.billboard .first .overlay, .billboard .second .overlay, .billboard .third .overlay {
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	background: -moz-linear-gradient(-45deg,  rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.7) 25%, rgba(0,0,0,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(0,0,0,0.7)), color-stop(25%,rgba(0,0,0,0.7)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg,  rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.7) 25%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg,  rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.7) 25%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg,  rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.7) 25%,rgba(0,0,0,0) 100%); /* IE10+ */
	background: linear-gradient(135deg,  rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.7) 25%,rgba(0,0,0,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

}

@media screen and (min-width: 320px) and (max-width: 479px) {

body {
	background:url(../images/background_medium.jpg) fixed repeat-x #102c06;
}

.layout {
	width:90%;
	min-width:230px;
}

.header {
	height:150px;
}

.header .logo {
	width:100%;
	height:68px;
}

.header .logo h1 {
	background-image:url(../images/logo_small.gif);
	width:240px;
	height:68px;
}

.header .logo h1 a {
	line-height:68px;
}

.header .navigation {
	width:100%;
	height:40px;
	left:0;
	top:120px;
}

.header .navigation ul {
	position:relative;
	text-align:center;
	width:270px;
}

.header .navigation ul li {
	font-size:20px;
	margin:0 12px;
}

.main .primary {
	width:100%;
	display:block;
	float:none;
	left:0;
	top:0;
}

.main .primary .primary_inner {
	margin:0;
}

.main .secondary {
	width:100%;
	display:block;
	margin:30px 0 0 0;
}

.billboard h1, .billboard h2, .billboard h3, .billboard h4, .billboard h5, .billboard h6, .billboard p, .billboard li {
	text-align:left;
}

.billboard .first, .billboard .second, .billboard .third {
	width:100%;
	padding-left:0;
}

.billboard .first img, .billboard .second img, .billboard .third img {
	height:280px;
	width:auto;
	position:absolute;
	top:0;
	left:0;
	margin:0 0 0 0;
}

.billboard .first .overlay, .billboard .second .overlay, .billboard .third .overlay {
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	background: -moz-linear-gradient(-45deg,  rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.7) 25%, rgba(0,0,0,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(0,0,0,0.7)), color-stop(25%,rgba(0,0,0,0.7)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg,  rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.7) 25%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg,  rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.7) 25%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg,  rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.7) 25%,rgba(0,0,0,0) 100%); /* IE10+ */
	background: linear-gradient(135deg,  rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.7) 25%,rgba(0,0,0,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

}

@media screen and (min-width: 480px) and (max-width: 800px) {

body {
	background:url(../images/background_medium.jpg) fixed repeat-x #102c06;
}

.header {
	height:170px;
}

.header .logo {
	width:100%;
	height:75px;
}

.header .logo h1 {
	background-image:url(../images/logo_medium.gif);
	width:265px;
	height:75px;
}

.header .logo h1 a {
	line-height:75px;
}

.header .navigation {
	width:100%;
	height:40px;
	left:0;
	top:135px;
}

.header .navigation ul {
	position:relative;
	text-align:center;
	width:300px;
}

.header .navigation ul li {
	font-size:22px;
	margin:0 14px;
}

.main .primary {
	width:100%;
	display:block;
	float:none;
	left:0;
	top:0;
}

.main .primary .primary_inner {
	margin:0;
}

.main .secondary {
	width:100%;
	display:block;
	margin:30px 0 0 0;
}

.billboard .first, .billboard .second, .billboard .third {
	width:75%;
	padding-left:25%;
}

.billboard .first img, .billboard .second img, .billboard .third img {
	width:100%;
	position:absolute;
	top:45%;
	left:50%;
	margin:-30% 0 0 -50%;
	z-index:-1;
}

.billboard .first .overlay, .billboard .second .overlay, .billboard .third .overlay {
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	background: -moz-linear-gradient(45deg,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 20%, rgba(0,0,0,0.7) 70%, rgba(0,0,0,0.7) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,rgba(0,0,0,0)), color-stop(20%,rgba(0,0,0,0)), color-stop(70%,rgba(0,0,0,0.7)), color-stop(100%,rgba(0,0,0,0.7))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(45deg,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 20%,rgba(0,0,0,0.7) 70%,rgba(0,0,0,0.7) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(45deg,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 20%,rgba(0,0,0,0.7) 70%,rgba(0,0,0,0.7) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(45deg,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 20%,rgba(0,0,0,0.7) 70%,rgba(0,0,0,0.7) 100%); /* IE10+ */
	background: linear-gradient(45deg,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 20%,rgba(0,0,0,0.7) 70%,rgba(0,0,0,0.7) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#b3000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

}

@media screen and (min-width: 1100px) and (max-width: 1600px) {

.layout {
	width:70%;
}

.billboard {
	height:300px;
}

}

@media screen and (min-width: 1601px) and (max-width: 100000px) {

.layout {
	width:60%;
}

.billboard {
	height:350px;
}

}

/* --- Photo Gallery Styles --- */

#galleria {
	width: 100%;
	height: 400px;
	background: #ffffff;
}