﻿body {
	margin: 0 auto;
	padding: 0;
	background: #FEEDB9 url("../images/Elements/img01.jpg") repeat-x left top;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #2F4600;
	width:90%;
}
#wrapper {
	margin: 0 auto;
	width: 100%;
	float:left;
	}

#header {
	letter-spacing: -1px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: xx-large;
	margin:auto
}
			
#col1 {
	width: 31.3%;
	float: left;
	margin: 1%;
	background-color:#FFC
}

#col2 {
	width: 31.3%;
	float: left;
	margin: 1%;
	background-color:#FFC
}

#col3 {
	width: 31.3%;
	float: left;
	margin: 1%;
	margin-right: 1%;
	background-color:#FFC
}

#nav {
	padding: 0.5em 0;
	margin: 1%;
	font-size: 16px;
	alignment-adjust: central;
	}
	
#footer {
	position: absolute;
	width: 90%;
	height: 80px;   /* Height of the footer */
	bottom: 0;
	
		}

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

input, textarea, select {
	font: normal 1em "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1, h2, h3 {
	font-weight: normal;
	color: #5F8700;
}

h1 {
	font-size: 2.2em;
}

h2 {
	font-size: 2.2em;
}

h3 {
	font-size: 1.2em;
}
p, ul, ol {
}

p {
	padding-top: 0.5em;
	margin: auto;
}
.blockbg {
	background: #D9D785;
}
ul {
}
ol {
}
a {
	color: #4E7301;
}
a:hover {
	text-decoration: none;
}
small {
}
hr {
	display: none;
}

img {
	border: none;
	font-size: 12px;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
	border: #D9D785 1px dashed;
}

img.right {
	float: right;
	margin: 0 0 0 15px;
	border: #D9D785 1px dashed;
}

/* Header */


/* Logo */
#logo {

}

#logo h1, #logo h2, #logo p {
	float: left;
	margin: 0;
	text-transform: lowercase;
}

#logo h1 {
	padding-top: 80px;
	text-align: center;
	font-size: 4em;
	color: #299762;
}

#logo h1 a {
	color: #FEEDB9;
}

#logo p {
	padding-top: 100px;
	text-transform: lowercase;
	font-size: 1.8em;
	color: #ABC13A;
}

#logo h2 a, #logo p a {
	color: #ABC13A;
}

#logo a {
	text-decoration: none;
}

/* Menu */
#menu {
	float: right;
	height: 190px;
}

#menu ul {
	margin: 0 auto;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 90px;
	padding: 100px 0px 0px 30px;
	text-align: center;
	text-decoration: none;
	text-transform: lowercase;
	font-size: 1.6em;
	color: #FFFFFF;
}

#menu a:hover {
	height: 161px;
	color: #FEEDB9;
}

#menu .current_page_item a {
	color: #FEEDB9;
}

/* Page */

#page {
	
	margin: 0 auto;
	padding-top: 20px;
}







/* Sidebar */

#sidebar {
	clear: both;
	float: right;

}
#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#sidebar li {
	display: block;
	float: left;
	width: 30%
	padding: 15px;
}
#sidebar li ul {
	line-height: 1.8em;
	border-top: #77881F 2px dashed;
}
#sidebar li li {
	display: list-item;
	float: none;
	width: auto;
	padding: 0 0 0 10px;
	line-height: 35px;
	border-bottom: #A1B635 1px dashed;
}
#sidebar h2 {
	margin: 0 0 10px 0;
	padding-left: 20px;
	background: url("../images/Elements/img03.jpg") no-repeat left 50%;
	color: #5F8700;
}
#sidebar a {
	text-decoration: none;
	color: #4E7301;
}

#sidebar a:hover {
	text-decoration: underline;
}

#legal {
	float: left;
}
#links {
	float: right;
}
#header blockquote p strong {
	font-weight: bold;
}
    /* default styles here for older browsers. 
       I tend to go for a 600px - 960px width max but using percentages
    */
    @media only screen and (min-width:960px){
        /* styles for browsers larger than 960px; */
    }
    @media only screen and (min-width:1440px){
        /* styles for browsers larger than 1440px; */
    }
    @media only screen and (min-width:2000px){
        /* for sumo sized (mac) screens */
    }
    @media only screen and (max-device-width:480px){
       /* styles for mobile browsers smaller than 480px; (iPhone) */
    }
    @media only screen and (device-width:768px){
       /* default iPad screens */
    }
    /* different techniques for iPad screening */
    @media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
      /* For portrait layouts only */
    }

    @media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {
      /* For landscape layouts only */

}