﻿body {
	margin: 0;
	padding: 0;
	background: #FFFFFF ;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
}

#imgleft 
{
    float: left;
    margin-left: 150px;
    padding: 20px;
    vertical-align: baseline;
}

#imgright 
{
    float: right;
    margin-right: 150px;
    padding: 20px;

}

#imglowerleft 
{
    float: left;
    margin-left: 150px;
    padding: 20px;
    margin-bottom: 20px;
}

#imglowerright 
{
    float: right;
    margin-right: 150px;
    padding: 20px;
    margin-bottom: 20px;
}

form {
	margin: 0;
	padding: 0;
    height: auto;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

input, textarea, select {
	font: normal 1em "Trebuchet MS", Arial, Helvetica, sans-serif;
}

hr {
    color: Green
    }

h1, h2 {
	font-weight: normal;
	color: #008C00;
}

h1 {
	letter-spacing: -1px;
	font-size: 2.6em;
    margin-bottom: 1px;
}

h2 {
	font-size: 1.8em;
    width: auto;
}

h3 {
	font-size: 1.2em;
	font-weight: bold;
}

blockquote {
	font-style: italic;
}

ul {
}

ol {
}

a {
	color: #008C00;
}

a:hover {
	text-decoration: none;
}

small {
}

img.left {
	float: left;
	margin: 0 15px 0 0;
}

img.right {
	float: left;
	margin: 0 0 0 15px;
}

/* Header */

#header {
	width: 920px;
	height: 190px;
	background: url(images/img07.jpg);
	margin: 0 auto;
}

/* Logo */


#logo {
	float:  left;
    height: 171px;
    width: 256px;
}

#logo h1, #logo h2 {
	margin: 0;
	text-transform: lowercase;
}

#logo h1 {
	padding-top: 52px;
	padding-left: 40px;
	text-align: center;
	font-size: 4em;
	color: #299762;
}

#logo h1 a {
	color: #299762;
}

#logo h2 {
	margin-top: -10px;
	padding-left: 40px;
	letter-spacing: -1px;
	font-size: 1.8em;
	color: #299762;
}

#logo h2 a {
	color: #299762;
}

#logo a {
	text-decoration: none;
}

/* Menu */

#menu {
	float: right;
	height: 190px;
}

#menu ul {
	margin: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	padding: 60px 20px 0px 20px;
	text-align: center;
	text-decoration: none;
	font-size: 1.6em;
	color: #FFFFFF;
    width: 83px;
}

#menu a:hover {
	height: 90px;
	background: url(images/img08.jpg) repeat-x top left;
}

#menu .current_page_item a {
	background: url(images/img08.jpg) repeat-x top left;
	color: #FFFFFF;
}

/* Page */

#page {
	width: 920px;
	margin: 0 auto;
	padding-top: 2px;
	height: auto;
	text-decoration: none;
}

#latest-post {
	float: left;
	width: 523px;
	padding: 0px 20px 0px -10px;
	height: auto;
	background: url(images/img03.gif) repeat-x;
}

#recent-posts {
	float: right;
	width: 290px;
	background: url(images/img03.gif) repeat-y;
	padding: 0px 10px 20px 20px;
    z-index: 1;
    left: 571px;
    top: 250px;
    height: auto;
}

#recent-postsmall {
	float: right;
	width: 259px;
	padding: 30px 10px 20px 20px;
    z-index: 1;
    height: auto;
}

#recent-posts .entry {
	
}

.post {
}

.post .title {
	margin: 0;
    width: auto;
}

.post .meta {
	margin: 0;
	padding-bottom: 10px;
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #656565;
    width: auto;
}

.post .meta a {
	color: #656565;
}

.post .entry {
	margin-bottom: 10px;
	padding-bottom: 5px;
}

/* Sidebar */

#sidebar {
	clear: both;
	width: 920px;
	color: #008C00;
	border-left: 3px solid #404040;
	border-right: 3px solid #404040;
	border-top: 3px solid #404040;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	display: block;
	float: left;
	width: 200px;
	padding: 15px;
	}

#sidebar li ul {
	line-height: 1.8em;
	
}

#sidebar li li {
	display: list-item;
	float: none;
	width: auto;
	padding: 0;
}

#sidebar h2 {
	margin: 0 0 15px 0;
	color: #008C00;
}

#sidebar a {
	text-decoration: none;
	color: #008C00;
	
}

#sidebar a:hover {
	text-decoration: underline;
}

/* Footer */

#footer {
	width: 920px;
	margin: 0 auto;
	background:  #339933;
	padding-top: 15px;
	padding-bottom: 60px;
	border-left: 3px solid #404040;
    border-right: 3px solid #404040;
    border-top: 3px solid #404040;
    border-bottom: 10px solid #404040;
    font-family: Arial, Helvetica, sans-serif;
}

.footerstyle 
{
    color: White;
}

.footerstyle a 
{
    color: White;
}

#footer p {
	margin: 0;
	padding: 15px;
}

.gallerycontainer{
position: relative;
width: auto;
height: auto;
    top: 0px;
    left: 0px;
}

.thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid black;
}

.thumbnail span{ /*CSS for enlarged image*/
position: fixed;
top:  50%;
left:  50%;
padding: 5px;
left: 50%;
margin-top:  -150px;
margin-left:  40px;
border-width:  medium;
color: black;
visibility: hidden;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
bottom: 330px;
left: 230px; /*position where enlarged image should offset horizontally */
z-index: 50;
}

a.cssmouseover {
display:block;
width:200px;
height:100px;
background-image:url(images/logheader4.jpg);
background-position:0px 0px;
}
a.cssmouseover:hover {
background-position:0px -100px;
}
 
#carharttpromo 
{
    width: 920px;
    height: 594px;
    border-top: solid 3px #404040;
    border-left: solid 3px #404040;
    border-right: solid 3px #404040;
    border-bottom: 0px;
}

#promohead 
{
    width: 920px;
    border-top: 3px solid;
    border-left: 3px solid;
    border-right: 3px solid;
    font-size: xx-large;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

#latest-postpromo {
	float: left;
	width: 523px;
	padding: 0px 20px 0px -10px;
	height: auto;
	background: url(images/img03.gif) repeat-x;
}

#footerleft 
{
    width: 40%;
    float: left;
    text-align:center;
    margin-left: 85px;
}

#footerright 
{
    width: 40%;
    float: right;
    margin-right: 35px;
}

#formleft 
{
    width: 49%;
}

#formright
{
    width: 49%;
}

#terms
{
    padding-left: 20px;
}

#page2
{
    border-top: solid 3px #696969;
    border-left: solid 3px #696969;
    border-right: solid 3px #696969;
    padding: 3px 3px 3px 10px;
}

#winner
{
    background-color: Black;
    color: White;
    font-size: large;
    font-family: Trebuchet MS, Times New Roman;
    width: 920px;
}

#panelsubmit
    {  
    background-color: Green;
    color: White;
    font-size: large;
}