﻿html, body 
{
    background-image: url(../images/mainbackground.jpg);
    background-position: top left;
    background-repeat: repeat-x;
    background-color: #A6C730;
    padding: 0;
    margin: 0;
    width: 100%;
}



/* ------------------------- */
/* ------------------------- */
/* Top Menu */
/* ------------------------- */
/* ------------------------- */

#signupbar
{
    background-image: url(../images/menubarbg.jpg);
    background-repeat: repeat-x;
    width: 100%;
    text-align: center;
    font-family: Helvetica, Arial, "Lucida Grande"; font-size: 8pt;
    height: 25px;
    line-height: 25px;
    border-bottom: solid 1px #DCE24A;
}

#signupbar input { width: 90px; font-size: 8pt; font-family: Helvetica, Arial, "Lucida Grande";  }

#signup { margin: 5px; }
#signup .left { float: left; width: 100px; clear: none; }
#signup .right { float: right; clear: none; }
#signup input, #signup INPUT { font-family: Helvetica, Arial, "Lucida Grande"; font-size: 9pt; width: 150px; }
    
#menubar
{
    background-image: url(../images/menubarbg.jpg);
    background-repeat: repeat-x;
    width: 100%;
    height: 50px;
    text-align: center;
}

#menubarcontent
{
    width: 760px;
    margin: auto;
    height: 50px;
    display: inline;
}

#menubarcontent ul
{
    margin: 0;
	padding: 0;
	cursor: default;
	list-style-type: none;
	white-space: nowrap;
    line-height:50px;
}

#menubarcontent ul li
{
    display: inline;
	padding: 0;
	color: #DCE24A;
	margin-left: 5px;
	margin-right: 5px;
}

#menubarcontent ul li a
{
    color: #DCE24A;
    text-decoration: none;
    padding: 15px 25px;
}

#menubarcontent ul li a:hover
{
    text-decoration: none;
    color: #FFF;
    background-image: url(../images/menuhighlight.jpg);
    background-position: center;
    background-repeat: repeat-x;
}

#current
{
    text-decoration: none;
    color: #ffffff;
    background-image: url(../images/menuhighlight.jpg);
    background-position: center;
    background-repeat: repeat-x;
}




/* ------------------------- */
/* ------------------------- */
/* Main Header Area */
/* ------------------------- */
/* ------------------------- */

#headerContainer
{
    width: 100%;
    height: 440px;
    text-align: center;
}

#headerTopImage
{
    height: 303px;
    width: 760px;
    margin: auto;
    position: relative;
    background-image: url(../images/header-mainbg.jpg);
}

#mainTitle
{
    position: absolute;
    top: 220px;
    width: 590px;
    height: 85px;
    left:1px;
    text-align: right;
}

#headerBottomContain
{
    height: 137px;
    position: relative;
    margin: auto;
    width: 760px;
}

#headerBottomLeft
{
    float: left;
    margin-top: 10px;
    width: 420px;
    height: 120px;
    text-align: right;
}

#headerBottomRight
{
    float: left;
    margin-left: 25px;
    clear: none;
    margin-top: 20px;
    width: 300px;
    height: 120px;
    text-align: left;
}

#headerBottomRight img
{
    margin-top: 10px;
}



/* ------------------------- */
/* ------------------------- */
/* Light Green Area */
/* ------------------------- */
/* ------------------------- */

#lightGreenContain
{
    background-color: #E9EC99;
    clear: both;
    height: 250px;
    width: 100%;
    text-align: center;
}

#lightGreenContent
{
    width: 760px;
    margin: auto;
    height: 230px;
}

#lightGreenLeft
{
    float: left;
    width: 490px;
    height: 230px;
    text-align: left;
}

#lgLeftTitle
{
    width: 490px;
    height: 30px;
}

#lgLeftContent1
{
    width: 235px;
    height: 170px;
}

#lgLeftContent2
{
    float: right;
    margin-left: 20px;
    width: 235px;
    height: 170px;
}

#lgLeftFooter
{
    width: 490px;
    text-align: right;
    margin-top: 5px;
    height: 30px;
}

#lightGreenRight
{
    float: left;
    margin-left: 20px;
    width: 250px;
    height: 230px;
    text-align: left;
}

#lgRightTitle
{
    width: 250px;
    height: 30px;
    text-align: left;
}

#lgRightContent
{
    width: 250px;
    text-align: left;
    height: 200px;
    position: relative;
    overflow: hidden;
    /* border: solid 1px #A6C730; */
}

.twtr-hd { display: none; }

#lgRightFooter
{
    width: 250px;
    height: 30px;
    margin-top: 5px;
    text-align: right;
}

.contrib
{
    text-align: right;
    width: 100%;
    color: #80A22A;
}

.contrib img
{
    width: 15px;
    height: 15px;
}

.lightGreenContain
{
    background-color: #E9EC99;
    clear: both;
    height: 250px;
    width: 100%;
    margin-top: -5px;
    text-align: center;
}

.lightGreenContent
{
    width: 760px;
    margin: auto;
    height: 230px;
}

.lightGreenLeft
{
    width: 760px;
    height: 230px;
    text-align: left;
}

.lightGreenLeft a
{
    border-bottom: dashed 1px #333;
    text-decoration: none;
    color: inherit;
}

.lightGreenLeft a:hover
{
    text-decoration: none;
    border-bottom: none;
}

.aboutTitle
{
    font-size: 11pt;
    font-weight: bold;
}

#twitter_div
{
    background-color: #E9EC99;
}

#twitter_div ul
{
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

#twitter_div ul li
{
    display: block;
    width: 100%;
    list-style-image: none;
    margin: 0 0 3px 0;
    padding: 0 0 0 0;
    border-bottom: dotted 1px #000;
}

/* ----------------- */
/* ----------------- */
/* White Section Area */
/* ----------------- */
/* ----------------- */

#whiteContain
{
    width: 100%;
    background-color: #fff;
    text-align: center;
    margin-top: -15px;
    /* min-height: 270px; */
}

#whiteContent
{
    margin: auto;
    width: 760px;
}

#whiteLeft
{
    float: left;
    width: 255px;
    text-align: left;
}

#whiteLeftTitle
{
    width: 255px;
    height: 30px;
}

#whiteLeftContent
{
    width: 255px;
    position: relative;
    overflow: hidden;
}

#whiteRight
{
    width: 760px;
    text-align: left;
}

#whiteRightTitle
{
    width: 465px;
    height: 30px;
}

.blogTitleDate
{
    width: 100%;
    margin: 3px 0 3px 0;
}

.blogSnap
{
    margin: 3px 0 3px 0;
}



/* ----------------- */
/* ----------------- */
/* FOOTER * /
/* ----------------- */
/* ----------------- */

#footerContain
{
    width: 100%;
    clear: both;
    text-align: center;
}

#footerContent
{
    width: 760px;
    margin: auto;
    text-align: left;
}

#phoneImage
{
    float: right;
    height: 45px;
    width: 156px;
    padding-top: 10px;
}

#topLinks
{
    width: 400px;
    height: 60px;
    padding-top: 20px;
}

#topLinks a
{
    color: #FFF;
    text-decoration: underline;
}

#topLinks a:hover
{
    text-decoration: none;
}

#footerNotes
{
    margin-bottom: 7px;
    width: 550px;
    color:#000;
}

#footerNotes a
{
    color: #000;
    text-decoration: none;
}

#footerNotes a:hover
{
    color: #000;
    text-decoration: underline;
}    
