﻿body 
{
    background-image: url(images/wood-bg.jpg);
    background-position: center top;
}

body, table
{
    font-family: Lucida Sans Unicode, Tahoma, Arial, Times New Roman;
    color: #444444;
}

a
{
    text-decoration: none;
    color: #444444;
}

a:hover
{
    color: #222222;
}

div.whole-wrapper
{
    background-image: url(images/background-top.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    margin-bottom: 25px;
}

div.top-section
{
    width: 990px;
    text-align: justify;
}

div.mainContent
{
    padding: 20px;
    text-align: justify;
}

.homepagePanel
{
    background-image: url(images/homepage-banner.jpg);
    background-position: left top;
    background-repeat: no-repeat;
    width: 950px;
    height: 342px;
    overflow: hidden;
    text-align: justify;
    /*margin-bottom: 20px;*/
}

.homepagePanelHolder
{
    padding-top: 41px;
    padding-left: 11px;    
    padding-right: 7px;    
}

.welcome
{
    position: absolute;
    background-repeat: no-repeat;
    overflow: hidden;
    text-align: justify;
    float: left;
    display: none;
}
.welcome div
{
    float: left;
    width: 300px;
    margin-left: -500px;
}

.peopleLikeMe
{
    position: absolute;
    background-repeat: no-repeat;
    overflow: hidden;
    text-align: justify;
    float: left;
    display: none;
}

.peopleLikeMe p
{
    width: 360px;
    margin-left: 24px;
    margin-top: 20px;
    font-weight: normal;
}
.peopleLikeMe h2
{
    margin-left: 24px;
    margin-right: 24px;
    margin-top: 80px;
    font-size: 18px;
    font-weight: bold;
}


.hobby
{
    width: 137px;
    height: 270px;
    display: inline-block;
    float: right;
    background: url(images/hobby.jpg) no-repeat left top;
    margin: 31px 0px 0 28px;
    display: none;
}
.freelance
{
    width: 137px;
    height: 270px;
    display: inline-block;
    float: right;
    background: url(images/freelance.jpg) no-repeat left top;
    margin: 31px 0px 0 31px;
    display: none;
}
.business
{
    width: 137px;
    height: 270px;
    display: inline-block;
    float: right;
    background: url(images/business.jpg) no-repeat left top;
    margin: 31px 0px 0 0;
    display: none;
}

h1.topLogo
{
    background-image: url(images/logo-top.jpg);
    background-position: left top;
    background-repeat: no-repeat;
    width: 499px;
    height: 132px;
    margin-left: -19px;
    float: left;
    overflow: hidden;
    text-indent: -1000px;
    font-size: 0.1em;
}

div.topLinks
{
    float: right;
}

div.topLinks ul li
{
    float: left;
}

div.topLinks ul li a
{
    background-image: url(images/menu-top-1.gif);
    background-position: left top;
    background-repeat: repeat-x;
    padding: 0px 15px 0px 15px;
    margin: 100px 10px 0 0;
    border-top: 1px SOLID #abbc6f;
    border-right: 1px SOLID #b7ad70;
    border-left: 1px SOLID #D8E4B0;
    display: inline-block;
    line-height: 31px;
}

div.topLinks ul li a:hover
{
    background-image: url(images/menu-top-2.gif);
}

div.sub-wrapper
{
    width: 990px;
    background: white;
    background-image: url(images/maincontent-top-bg.jpg);
    background-position: right top;
    background-repeat: no-repeat;
    padding: 20px 0px 0px 0px;
}

div.footer
{
    background-image: url(images/maincontent-bottom-bg.jpg);
    background-position: right top;
    background-repeat: no-repeat;
    height: 80px;
    width: 990px;
}

div.footer p
{
    font-size: 10px;
    padding: 35px 10px 0px 10px;
}

div.mainNavLeft
{
    padding-left: 0px;
    background:transparent url(images/menu-banner-left.gif) no-repeat top left;
    margin: 0px 20px 0px 20px; 
}

div.mainNavRight
{
    padding-right: 0px;
    background:transparent url(images/menu-banner-right.gif) no-repeat top right;
}

div.mainContent p, div.mainContent h1
{
    margin: 0px 0px 15px 0px;
}

div.mainContent h2, div.mainContent h3
{
    margin: 15px 0px 15px 0px;
}

div.mainContent h1, div.mainContent h2, div.mainContent h3
{
    font-size: 150%;
    color: #530D03;
}

div.mainNav  
{
    font-size: 13px;
    background: #074719 url(images/main-menu-bg.png) repeat-x top left;
    text-transform: uppercase;
    padding: 10px 20px 10px 20px;
}

div.mainNav ul
{
    display: inline-block;
}

div.mainNav ul li
{
	background: url(images/main-menu-right.png) no-repeat top right;
	padding-right: 27px;
	float: left;
	margin: 0px 10px 0px 10px;
}
div.mainNav ul li a
{
	background: url(images/main-menu-left.png) no-repeat top left;
	line-height: 29px;
	height: 29px;
	display: inline-block;
	padding-left: 25px;
	color: #A8DC78;
	text-decoration: none;
}
div.mainNav ul li a:hover
{
    color: #074819;
}

/*
#0F9334
#074819
#276137
#3B9454
#16E14F
*/

.emailFormHolder
{
    margin-top: 15px;
}

table.emailTable td
{
    padding: 5px;
    vertical-align: top;
}

table.emailTable .text
{
    font-family: Lucida Sans Unicode, Tahoma, Arial, Times New Roman;
    color: #444444;
    font-size: 11px; 
}

.emailProgress
{
     position: absolute; 
     width: 200px; 
     background: #033E14; 
     color: #2F6F41; 
     text-align: center; 
     border: 3px DOUBLE white; 
     padding: 10px;
     filter:alpha(opacity=70);
     opacity:0.7;
     margin: 90px 0px 0px 200px;
}