﻿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 */
/* ------------------------- */
/* ------------------------- */

#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: 115px;
    text-align: center;
}

#headerContent
{
    height: 115px;
    width: 760px;
    margin: auto;
}

#headerLeft
{
    float: left;
    padding-top: 18px;
    width: 70px;
}

#headerRight
{
    margin-left: 90px;
    padding-top: 15px;
    width: 670px;
    height: 100px;
    background-image: url(../images/header-mini.jpg);
    background-position: right;
    background-repeat: no-repeat;
    text-align: left;
}

.pageTitle
{
    font-family: Arial;
    font-size: 50px;
    color: #fff;
}

.pageSEO
{
    font-size: 14px;
    color: #DCE249;
}

/* ------------------------ */
#whiteMenu
{
    background-color: #FFFFFF;
    clear: both;
    height: 50px;
    width: 100%;
    text-align: center;
}

#whitemenucontent
{
    width: 760px;
    margin: auto;
    height: 50px;
    text-align: left;
}

#wmcontent
{
    width: 760px;
    height: 50px;
    display: inline;
    text-align: left;
}

#whitemenucontent ul
{
    margin: 0;
	padding: 0;
	cursor: default;
	list-style-type: none;
	white-space: nowrap;
    line-height: 50px;
}

#whitemenucontent ul li
{
    display: inline;
	padding: 0;
	color: #96BC30;
	margin-left: 5px;
	margin-right: 5px;
}

#whitemenucontent ul li a
{
    text-decoration: none;
    color: #FFF;
    background-color: #97BC30;
    padding: 10px 20px;
}

#whitemenucontent ul li a:hover
{
    background-color: #fff;
    color: #96BC30;
    text-decoration: none;
    padding: 15px 25px;
}


/* ------------------------- */
/* ------------------------- */
/* Light Green Area */
/* ------------------------- */
/* ------------------------- */

#lightGreenContain
{
    background-color: #E9EC99;
    clear: both;
    width: 100%;
    text-align: center;
}

#lightGreenContent
{
    width: 760px;
    position: relative;
    margin: auto;
    text-align: left;
}

#lightGreenLeft
{
    width: 550px;
    min-height: 400px;
    text-align: left;
    margin-left: 5px;
    font-size: 10pt;
    padding-top: 10px;
    padding-bottom: 10px;
}

#lightGreenLeft input
{
    width: 300px;
    font-size: 8pt;
    font-family: Verdana;
}

#lightGreenLeft textarea
{
    width: 500px;
    height: 200px;
    font-size: 8pt;
    font-family: Verdana;
}

#lightGreenRight
{
    position: absolute;
    top: 0px;
    right: 0px;
    overflow: hidden;
    margin: 10px 0 0 0;
    width: 190px;
    height: 400px;
    border-left: dotted 1px #000;
    text-align: left;
}

#lightGreenRight div
{
    margin-left: 5px;
}

#vmarquee img
{
    margin: 5px;
}


/* ----------------- */
/* ----------------- */
/* 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;
}

#footerNotes a
{
    color: #000;
    text-decoration: none;
}

#footerNotes a:hover
{
    color: #000;
    text-decoration: underline;
}    
