@import url(http://fonts.googleapis.com/css?family=Raleway:400,800,900,700,500,600,300,200,100);

/* MAIN */

body
{
background-image: url(images/tilling.jpg);
margin: 0 auto;
font-family: 'Raleway', sans-serif;
font-size: 10pt;
font-weight: 400;
line-height: 1.35em;
}
 
img
{
   border: 0em;
}
 
h1,
h2,
h3
{
   text-align: center;
}

p,ul,li,ol,dl,table,blockquote {
margin:0 0 .5em;
list-style-type: none;
}

h4 {
font-size:12pt;
font-weight:700;
}

.float-left
{
   float: left;
}
 
.float-right
{
   float: right;
}
 
.clear-both
{
   clear: both;
}
 
.shadow
{
   -webkit-box-shadow: 0.4em 0.4em 0.2em #5C5B5B;
   -moz-box-shadow: 0.4em 0.4em 0.2em #5C5B5B;
   -o-box-shadow: 0.4em 0.4em 0.2em #5C5B5B;
   -ms-box-shadow: 0.4em 0.4em 0.2em #5C5B5B;
   box-shadow: 0.4em 0.4em 0.2em #5C5B5B;
   margin-right: 0.4em !important;
}
 
p
{
   margin-top: 0;
   margin-bottom: 0.5em;
}

/* HEADER */

#header
{
text-align:center;
position:relative;
margin: 0 auto;
background-image:url(images/header-4.jpg);
background-position:top center;
background-repeat:no-repeat;
}
#header h1 {
font-size:32pt;
font-weight:700;
color:#fc0;
text-shadow:2px 2px 2px #000;
letter-spacing:.1em;
padding-top:70px;
margin:0;
}

#header h2 {
font-size:14pt;
font-weight:400;
color:#fff;
text-shadow:1px 1px 1px #000;
letter-spacing:.15em;
margin:0;
padding-top:10px;
}

#header h3 {
font-size:1.5em;
font-weight:400;
color:#fff;
text-shadow:0 0 0 #000;
letter-spacing:.25em;
margin:0;
padding:0;
}

/* BANNER */

#banner
{
text-align:center;
position:relative;
background-color: transparent;
background-image: -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.3)), url("images/bg01.png");
background-image: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.3)), url("images/bg01.png");
background-image: -o-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.3)), url("images/bg01.png");
background-image: -ms-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.3)), url("images/bg01.png");
background-image: linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.3)), url("images/bg01.png");
padding-top: 4.2em;
}

#banner header {
position:absolute;
bottom:0;
left:0;
width:100%;
background:rgba(27,27,27,0.75);
color:#fff;
padding:1em 0;
}

#banner header h2 {
display:inline-block;
font-size:18pt;
font-weight: 400;
letter-spacing:.05em;
text-shadow:0 0 0 #000;
vertical-align:middle;
margin:0;
}

#banner header h2 em {
opacity:0.75;
}

#banner header h2 a {
border-bottom-color:rgba(255,255,255,0.5);
}

#banner header h2 a:hover {
border-bottom-color:transparent;
}

/* MENU */

#nav {
cursor: default;
background-color: transparent;
background-image: -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.3)), url("images/bg01.png");
background-image: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.3)), url("images/bg01.png");
background-image: -o-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.3)), url("images/bg01.png");
background-image: -ms-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.3)), url("images/bg01.png");
background-image: linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.3)), url("images/bg01.png");
padding-top: 3.3em;
	}

#nav:after {
content: '';
display: block;
width: 100%;
height: 0.75em;
background-color: #ffcc00;
background-image: url("images/bg01.png");
}

#nav > ul {
margin: 0;
}

#nav > ul > li {
position: relative;
display: inline-block;
margin-left: 1em;
}

#nav > ul > li a {
color: #ffcc00;
text-decoration: none;
font-size: 12pt;
border: 0;
display: block;
padding: 0.5em 0.5em 0.35em 0.5em;
}

#nav > ul > li:first-child {
margin-left: 0;
}

#nav > ul > li:hover a {
color: #fff;
}

#nav > ul > li.current {
font-weight: 700;
}

#nav > ul > li.current:before {
-moz-transform: rotateZ(45deg);
-webkit-transform: rotateZ(45deg);
-o-transform: rotateZ(45deg);
-ms-transform: rotateZ(45deg);
transform: rotateZ(45deg);
width: 0.75em;
height: 0.75em;
content: '';
display: block;
position: absolute;
bottom: -1em;
left: 50%;
margin-left: -0.375em;
background-color: #ffcc00;
background-image: url("images/bg01.png");
}

#nav > ul > li.current a {
color: #fff;
}

#nav > ul > li.active a {
color: #fff;
}

#nav > ul > li > ul {
display: none;
}

/* CONTENT */

#content
{
background-color: #fff;
background-size:1024px, auto;
max-width: 1024px;
margin: 0em auto;
}

.container {
padding:1em 1em 1em 1em;
}

#thumbnail {
width:220px;
overflow:hidden;
float:left;
}

#thumbnail img {
float:left;
position:relative;
margin:0 5px 8px 0;
}

#thumbnail p {
font-size:8pt;
line-height:1.35em;
}

.pyramid-container {
text-align:center;
font-size: 1.3em;
font-weight: 700;
color: #999999;
line-height: 1.25em;
height:100%;
width:100%;
}

#wraptext {
float:left;
margin-right:10px;
}

.travelcolumn {
float:left;
width:245px;
padding-top:20px;
padding-bottom:50px;
line-height:1.55em;
}

img {
max-width: 100%;
height: auto;
width: auto\9; /* ie8 */
}

/* Contact Us */

.form {
width:750px;
margin:0 auto;
}

input[type=text],input[type=password],input[type=email],textarea {
-moz-appearance:none;
-webkit-appearance:none;
-o-appearance:none;
-ms-appearance:none;
appearance:none;
-moz-transition:border-color .2s ease-in-out;
-webkit-transition:border-color .2s ease-in-out;
-o-transition:border-color .2s ease-in-out;
-ms-transition:border-color .2s ease-in-out;
transition:border-color .2s ease-in-out;
background:#fff;
border:solid 1px #e0e0e0;
border-radius:5px;
color:inherit;
display:inline-block;
outline:0;
text-decoration:none;
width:100%;
padding:.75em;
}

input[type=text]:focus,input[type=password]:focus,input[type=email]:focus,textarea:focus {
border-color:#900;
}

input[type=text],input[type=password],input[type=email] {
line-height:1em;
}


/* FOOTER */

#main-footer
{
background-image: url(images/whereyoucansmall.jpg);
background-repeat:no-repeat;
background-size:1024px, auto;
max-width: 1024px;
height: 100%;
margin: 0 auto;
padding-bottom:2em;
}

#main-footer .copyright {
color:#999;
margin-top:0;
text-align:center;
font-size:.9em;
padding-top:6em;
}
