/*
Original design: Inland Forest (v1.0 - July 24th, 2012) - A free xhtml/css website template by Andreas Viklund.
For more information, see http://andreasviklund.com/templates/inland-forest/
Includes:
jQuery v1.7.1 from http://jquery.org/
Nivo Slider v2.7.1 by Gilbert Pellegrom - http://nivo.dev7studios.com/
Photos by Tor Lundberg - http://kvikkjokk.nu/ - Released under a Creative Commons Attribution 3.0 license.
*/

* {
    border: 0;
    font: inherit;
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}

/* HTML elements */
body {
    background: #443520 url(images/bodybg5.jpg);
    color: #000000;
    font-family: 'Lato', Tahoma, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5em;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}

a {
    color: #696c3d;
    text-decoration: none;
}

a:hover {
    color: #555;
    text-decoration: none;
}

a img {
    border: none;
}

h1, h2, h3, h4 {
    clear: left;
    color: #fff;
    font-weight: 400;
    margin: 0.7em 0;
    font-family: 'Gentium Basic';
}

h1 {
    font-size: 2.4em;
}

h2 {
    font-size: 2.1em;
}

h3 {
    font-size: 1.6em;
}

p {
    margin: 0 0 20px 0;
}

ul {
    margin: 0 0 20px 40px;
}

i {
    font-style: italic;
}

b {
    font-weight: bold;
}

/* Main wrappers */
#wrapper1240 {
    margin: 20px auto;
    width: 1240px;
}

#wrapper960 {
    margin: 20px auto;
    width: 960px;
}

#wrapper760 {
    margin: 20px auto;
    width: 760px;
}

#wrapper600 {
    margin: 0 auto;
    width: 600px;
}

#wrapperfluid {
    margin: 0 auto;
    max-width: 1260px;
}

#wrapper1240, #wrapper960, #wrapper760, #wrapper600, #wrapperfluid {
    background: #fbf8f4 top left;
    box-shadow: #111 0 0 20px;
}

/* Layout IDs */
#header {
    position: relative;
    background-color: #fbf8f4;
}

#sitetitle {
    float: left;
    margin: 32px 0 5px 20px;
}

#sitetitle h1 {
    font-size: 36px;
    color: #fff;
    margin: 0;
    padding: 0;
}

#header-image {
    height: 300px;
    margin: 0;
    padding: 0;
}

#content {
    padding: 15px 30px;
    background-color: #fbf8f4;
    color: #ddd;
}

#content h2, #content h3, #content h4 {
    color: #ddd;
}

#content a {
    color: #fff;
    text-decoration: underline;
}

#extended {
    padding: 15px 30px;
    background-color: #fbf8f4;
}

#extended h2 {
    color: #555;
    background-color: #fbf8f4;
}

#extended h3 {
    color: #333;
    background-color: #fbf8f4;
}

/* Top links menu */
#toplinks {
    padding: 0 30px;
}

#toplinks ul {
    list-style: none;
    margin: 0;
    text-align: right;
}

#toplinks ul li {
    display: inline-block;
    font-size: 12px;
    margin: 10px 0 8px 15px;
}

#toplinks ul li a {
    color: #dadddd;
}

#toplinks ul li a:hover {
    color: #fff;
    text-decoration: none;
}

/* Forest background */
#toplinks, #content, #footer {
    background: none;
    background-color: #4b4d27;
}

/* Main navigation menu */
#nav ul {
    list-style: none;
}

#nav ul.dropdown {
    position: relative;
    list-style: none;
    margin: 40px 40px 40px 40px;
}

#nav ul.dropdown li {
    float: left;
    zoom: 1;
    background: none !important;
    text-align: right;
    height: auto;
    line-height: 25px;
    margin-bottom: 0;
    margin- left: 25px;
    position: relative;
}

#nav ul.dropdown li a {
    display: block;
    padding: 4px 12px;
    color: #000;
    font-size: 14px;
    text- transform: uppercase;
    padding-top: 0;
}

#nav ul.dropdown li:last-child a {
    border-right: none;
}

#nav ul.dropdown li.hover, ul.dropdown li:hover {
    background: #fbf8f4;
    color: #000;
    position: relative;
}

#nav ul.dropdown li.hover a {
    color: #000;
}

#nav ul.dropdown li a.current {
    color: #333;
    font-weight: bold;
}

/* 
	LEVEL TWO
*/
#nav ul.dropdown ul {
    width: 170px;
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    margin: 0;
}

#nav ul.dropdown ul li {
    font-weight: normal;
    border-bottom: 1px solid #fbf8f4;
    color: #555;
    float: none;
    margin: 0;
}

#nav ul.dropdown ul li a {
    border-right: none;
    width: 100%;
    display: inline-block;
    text-align: left;
    background: #a3a673;
}

#nav ul.dropdown ul li.hover a {
    color: #000;
}

#nav ul.dropdown ul li:last-child {
    border: none;
}

/* #nav ul.dropdown ul ul li.hover a  { color: white; }*/

/* 
	LEVEL THREE
*/
#nav ul.dropdown ul ul {
    left: 110%;
    top: 0;
}

#nav ul.dropdown li:hover > ul {
    visibility: visible;
}

/* Columns */
#sidebar {
    width: 33.3%;
}

#main {
    width: 66.7%;
}

#trio1 {
    float: left;
    width: 33.3%;
}

#trio2 {
    float: left;
    width: 33.3%;
}

#trio3 {
    float: right;
    width: 33.3%;
}

.inner {
    margin: 5px 30px;
    background-color: #fbf8f4;
}

#trio1 .inner {
    margin-left: 0;
}

#trio2 .inner {
    margin: 0;
}

#trio3 .inner {
    margin-right: 0;
}

.left .inner {
    margin-left: 0;
}

.right .inner {
    margin-right: 0;
}

#half1 {
    float: left;
    width: 50%;
}

#half2 {
    float: left;
    width: 50%;
}

#quarter1 {
    float: left;
    width: 25%;
}

#quarter2 {
    float: left;
    width: 25%;
}

#quarter3 {
    float: left;
    width: 25%;
}

#quarter4 {
    float: left;
    width: 25%;
}

/* Footer */
#footer {
    clear: both;
    background: none;
    background-color: #4b4d27;
}

#footer p {
    color: #ccc;
    font-size: 12px;
    margin: 0;
    padding: 15px 30px;
    text-align: center;
}

#footer a {
    color: #ccc;
}

#footer a:hover {
    color: #eee;
}

/* Image alignment */
img.alignleft, img.aligncenter, img.alignright {
    background: #fff;
    padding: 4px;
    margin-bottom: 10px;
    border: 1px solid #ddd;
}

.alignleft {
    float: left;
    margin-right: 30px;
}

.alignright {
    float: right;
    margin-left: 30px;
}

.aligncenter {
    text-align: center;
    display: block;
    clear: both;
    margin: 5px auto;
}

/* Additional classes */
.shadow {
    background: url(images/shadow.png) top center no-repeat;
}

.clear {
    clear: both;
}

.left {
    float: left;
}

.right {
    float: right;
}
.buttonred{
	display:inline-block;
	cursor:pointer;
	font:normal 16px/20px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#fff;
	background:#c9403e;
	padding:10px 17px;
	border-radius:9px;
	-moz-border-radius:9px;
	-webkit-border-radius:9px;
}
	.buttonred:hover{text-decoration:none; background-color:#ccad1b;}

.buttongreen{
	display:inline-block;
	cursor:pointer;
	font:normal 16px/20px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#fff;
	background:#608c28;
	padding:10px 17px;
	border-radius:9px;
	-moz-border-radius:9px;
	-webkit-border-radius:9px;
}
	.buttongreen:hover{text-decoration:none; background-color:#3eccba;}

.buttonorange{
	display:inline-block;
	cursor:pointer;
	font:normal 16px/20px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#fff;
	background:#dc832e;
	padding:10px 17px;
	border-radius:9px;
	-moz-border-radius:9px;
	-webkit-border-radius:9px;
}
	.buttonorange:hover{text-decoration:none; background-color:#cc9f9f;}

.phonenumber{
	 font-size: 20px;
    color: #fff;
    margin: 0;
    padding: 0;
}



/* Clearing fix */
.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

* html .clearfix {
    height: 1%;
}

* :first-child + html .clearfix {
    min-height: 1%;
}

/*
 jQuery Nivo Slider v2.7.1
 http://nivo.dev7studios.com
 Copyright 2011, Gilbert Pellegrom
 Free to use and abuse under the MIT license.
 http://www.opensource.org/licenses/mit-license.php
 */
.nivoSlider {
    position: relative;
}

.nivoSlider img {
    position: absolute;
    top: 0;
    left: 0;
}

.nivoSlider a.nivo-imageLink {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    padding: 0;
    margin: 0;
    z-index: 6;
    display: none;
}

.nivo-slice {
    display: block;
    position: absolute;
    z-index: 5;
    height: 100%;
}

.nivo-box {
    display: block;
    position: absolute;
    z-index: 5;
}

.nivo-caption {
    position: absolute;
    left: 0;
    bottom: 0;
    background: #000;
    color: #fff;
    opacity: 0.8;
    width: 100%;
    z-index: 8;
}

.nivo-caption p {
    padding: 5px;
    margin: 0;
}

.nivo-caption a {
    display: inline !important;
}

.nivo-html-caption {
    display: none;
}

.nivo-directionNav a {
    position: absolute;
    top: 45%;
    z-index: 9;
    cursor: pointer;
}

.nivo-prevNav {
    left: 0;
}

.nivo-nextNav {
    right: 0;
}

.nivo-controlNav a {
    position: relative;
    z-index: 9;
    cursor: pointer;
}

.nivo-controlNav a.active {
    font-weight: 700;
}

/*
Skin Name: Nivo Slider Default Theme (modified)
Skin URI: http://nivo.dev7studios.com
Skin Type: flexible
Description: The default skin for the Nivo Slider, modified to work with the Inland Forest One template.
Version: 1.0
Author: Gilbert Pellegrom (modified by Andreas Viklund)
Author URI: http://dev7studios.com
*/
.slider-wrapper .nivoSlider {
    position: relative;
    height: 300px;
    background: #1a1a1a url(images/loading.gif) no-repeat 50% 50%;
    margin-bottom: 55px;
}

.slider-wrapper .nivoSlider img {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

.slider-wrapper .nivoSlider a {
    border: 0;
    display: block;
}

.slider-wrapper .nivo-controlNav {
    position: absolute;
    left: 50%;
    bottom: -41px;
    margin-left: -60px; /* Tweak this to center bullets */
}

.slider-wrapper .nivo-controlNav a {
    display: block;
    width: 22px;
    height: 22px;
    background: url(images/bullets.png) no-repeat;
    text-indent: -9999px;
    border: 0;
    margin-right: 3px;
    float: left;
}

.slider-wrapper .nivo-controlNav a.active {
    background-position: 0 -22px;
}

.slider-wrapper .nivo-directionNav a {
    display: block;
    width: 30px;
    height: 30px;
    background: url(images/arrows.png) no-repeat;
    text-indent: -9999px;
    border: 0;
}

.slider-wrapper a.nivo-nextNav {
    background-position: -30px 0;
    right: 15px;
}

.slider-wrapper a.nivo-prevNav {
    left: 15px;
}

.slider-wrapper .nivo-caption {
    font-family: 'Lato', Helvetica, Arial, sans-serif;
    background: rgba(0, 0, 0, 0.2);
    text-align: center;
    text-shadow: 0 0 4px #111;
}

.slider-wrapper .nivo-caption a {
    color: #fff;
    border-bottom: 1px dotted #fff;
}

.slider-wrapper .nivo-caption a:hover {
    color: #fff;
}

table.imagetable {
    font-family: verdana, arial, sans-serif;
    font-size: 14px;
    color: #333333;
    border-width: 1px;
    border-color: #999999;
    border-collapse: collapse;
}

table.imagetable th {
    background: #b5cfd2 url('cell-blue.jpg');
    border-width: 1px;
    padding: 8px;
    border-style: solid;
    border-color: #999999;
}

table.imagetable td {
    background: #dcddc0 url('cell-grey.jpg');
    border-width: 1px;
    padding: 8px;
    border-style: solid;
    border-color: #999999;
}

