/***********************
*
*	Links
*
************************/
a
{
    text-decoration: none;
}

a:link
{
    text-decoration: none;
/*    color: #FFFFFF; */
}

a:hover
{
    text-decoration: Underline;
}

a:active
{
    text-decoration: Underline;
}

a:visited
{
    text-decoration: none;
}

/***********************
*
*	Body & Table
*
************************/
body
{
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    color: #000;
    background-color: #5b5c60;
    background-image: url(../images/mainBG.jpg);
    background-repeat: repeat-x;
}

.mainBG
{
    background-image: url(../images/flowerBG.jpg);
    background-repeat: no-repeat;
}

img
{
    border: 0;
}

/************
*
*	Common
*
*************/
.border
{
    border: 1px solid #fccc0a;
}

.pageheader
{
    color: #be0240;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    /*text-transform: uppercase;*/
}

.pageheader_contact
{
    color: #be0240;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    text-transform: none;
}


.pageheader_sub
{
    color: #be0240;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    /*text-transform: uppercase;*/
}

.pageheaderWhite
{
    color: #FFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: normal;
}

.subheader
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 19px;
    color: #666;
}

.header
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    /*color: #b2c108;*/
	color: #95D515;
    padding: 1px;
}

.headerBlack
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #000;
    padding: 1px;
}

.bodytxt, .bodytxt a
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #5b5c60;
    padding: 1px;
    line-height: 20px;
}

.footer
{
    color: #d8d8d8;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9px;
}

.footer a
{
	 color: #d8d8d8;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9px;
}


.footer a:hover
{
	 color: #d8d8d8;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9px;
	text-decoration: underline;
}

.smalltext
{
    font-size: 11px;
    color: #CCC;
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
}

.txtdiv
{
    color: #999999;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: normal;
    padding-left: 3px;
    padding-right: 3px;
}

.formButt
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #F4F4F4;
    background-color: #333;
    border: 1px solid #999999;
    font-weight: bold;
}

.formInput
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #333;
    border: 1px solid #cccccc;
    font-weight: normal;
    background-color: #FFF;
    height: 20px;
    font-style: italic;
}
/************
*
*	Menu
*
*************/
.navibaritem
{
    color: #FFF;
    cursor: hand;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    cursor: hand;
    font-weight: normal;
}

.navibaritemBold, .navibaritemBold a
{
    color: #FFF;
    cursor: hand;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    cursor: hand;
    font-weight: bold;
}

.navChild, .navChild a:link, .navChild a:active, .navChild a:visited
{
    color:#ffffff;   
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    cursor: hand;
    cursor: pointer;
    padding-right:20px;
}

.IE8Fix
{
    /*FOR IE8 FIX*/
    z-index: 1;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    cursor: hand;
    cursor: pointer;
    border: solid 1px #FFFFFF;
    color:#FFFFFF;
}
/***********************
*
*	Designers' Misc 
*
************************/
.dotted_Div
{
    background-image: url(../images/dottedDiv.gif);
    background-repeat: repeat-x;
    background-position: center;
}

.dotted_DivGrey
{
    background-image: url(../images/dottedDiv_Grey.gif);
    background-repeat: repeat-x;
    background-position: center;
}