
/* BASIC RESET */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{
    margin:0;
    padding:0;
}

/* HTML ELEMENTS */
body
{
    /*background-color:#1b2940;*/
    background-color:#EEEEEE;
    color: #666666;
    font-family: Calibri, Verdana, Arial, Helvetica, sans-serif;
    font-size: 12pt;
    letter-spacing:1;
}

/* default paragraph definition */
p
{
    color: #666666;
    font-family: Calibri, Verdana, Arial, Helvetica, sans-serif;
    font-size: 12pt;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: normal;
    text-transform: none;
    text-decoration: none;
    margin-bottom: 8px;
}

/*****************************************************************************/
/** HEADINGS **/

h1
{
    color: #666666;
    font-family: Calibri, Arial, Verdana, Helvetica, sans-serif;
    font-size: 30pt;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: normal;
    text-decoration: none;
    margin-bottom: 8px;
}
h2
{
    color: #666666;
    font-family: Calibri, Arial, Verdana, Helvetica, sans-serif;
    font-size: 20pt;
    font-weight: normal;
    margin-bottom: 16px;
}

h3
{
    color: #666666;
    font-size: 16pt;
    margin-bottom: 8px;
}

h4
{
    font-size: 14pt;
    margin-bottom: 8px;
}

/*****************************************************************************/

ul
{
    margin-left: 20px;
    margin-bottom: 8px;
}
ol
{
    margin-left: 20px;
    margin-bottom: 8px;
}
li
{
    margin-left: 10px;
}

/*****************************************************************************/
a
{
  font-weight: normal;
  /** color:#999900; **/
  color:#669933;
  text-decoration: none
}
a:hover
{
  /** color : #FF9933; **/
  color : #7F000C;
}

/*****************************************************************************/

table.tableCompactGrid
{
    border-collapse : collapse;
    margin-top : 8px;
    margin-bottom : 10px
}

table.tableCompactGrid tr
{
    vertical-align : top;
    margin : 0px;
}

table.tableCompactGrid th
{
    background-color : #BBBBBB;
    border : 1px solid #333333;
    border-collapse : collapse;
    text-align : left;
    padding : 4px;
}

table.tableCompactGrid td
{
    border : 1px solid #333333;
    border-collapse : collapse;
    text-align : left;
    padding : 4px;
}

/*****************************************************************************/

table.tableApplicationForm
{
    border-collapse : collapse;
    margin-top : 8px;
    margin-bottom : 10px;
    width : 100%;
}

table.tableApplicationForm tr
{
    vertical-align : top;
    margin : 0px;
}

table.tableApplicationForm th
{
    background-color : #EEEEEE;
    border : 1px solid #333333;
    border-collapse : collapse;
    text-align : left;
    padding : 4px;
    width : 150px;
}

table.tableApplicationForm td
{
    border : 1px solid #333333;
    border-collapse : collapse;
    text-align : left;
    padding : 4px;
}

/*****************************************************************************/

table.tableResults
{
    border-collapse : collapse;
    margin-top : 8px;
    margin-bottom : 10px
}

table.tableResults tr
{
    vertical-align : top;
    margin : 0px;
}

table.tableResults th
{
    background-color : #CCFF99;
    border : 1px solid #333333;
    border-collapse : collapse;
    text-align : center;
    padding : 6px;
}

table.tableResults td
{
    border : 1px solid #333333;
    border-collapse : collapse;
    text-align : left;
    text-align : center;
    padding : 6px;
}

/*****************************************************************************/

/* COMMON CLASSES */
.break { clear:both; }

/* HEADER */
/* this is the comtainer for the big slide show */
#header
{
    height:360px;
}
.headerimg
{
    background-position: center top;
    background-repeat: no-repeat;
    width:100%;
    height:360px;
    position:absolute;
}
/* this is for the main web site title text */
.headerTitleText
{
    margin:0;
    padding:0;
    color: white;
    font-size:40px;
}

/* NAVIGATION */
/* this contains the main web site title text and menu */
#nav-outer
{
    height:90px;
    padding-top:4px;
    position:relative;
    top:24px;
    background-image:url("../images/green-50-percent.png");
    border : 0px dotted #F00000;
}
/* this is for the inner container that holds the main web site title text and menu */
#navigation
{
    height:90px;
    width:960px;
    margin:0 auto;
    border : 0px dotted #F00000;
    /***
    background-image:url("../images/logo.png");
    background-position:top left;
    background-repeat:no-repeat;
    ***/
}

/* SEARCH */
/*
#search { background-color:#051733; float:right; width:220px; padding:10px; }
#searchtxt { padding:3px; width:150px; }
#searchbtn { border:1px solid #eee !important; background-color:#CD2B3A; color:#eee; padding:3px; margin-left:5px; }
*/


/* MENU */
/* this is for the container that holds the menu */
#menu
{
    position:relative;
    top:10px;
    margin:0;
    padding:0;
    border : 0px dotted #F00000;
}
#menu ul
{
    margin:0;
    padding:0;
    list-style:none;
}
#menu ul li
{
    margin:0;
    padding:0;
    display:inline;
    /**font-variant:small-caps;**/
    font-size:16px;
}
#menu ul li a
{
    color:#FFFFFF;
    font-family: Century Gothic, Arial, Verdana, Helvetica, sans-serif;
    text-decoration:none;
    font-weight:bold;
    padding-right:20px;
}
#menu ul li a:hover
{
    /** color:#FF9933; **/
    color:#7F000C;
    text-decoration:underline;
}

/* HEADER TEXT */
/* this is for the container that is below the menu and holds the slide show controls and changing text */
#headertxt
{
    width:960px; margin:0 auto; clear:both; position:relative; top:30px;
    border : 0px dotted #F00000;
}
#firstline
{
    background-image:url("../images/textbg.png"); color:#333; font-size:14pt; padding:4px 13px 7px; float:left; display:block;
}
#secondline
{
    background-image:url("../images/textbg.png");
    /** color:#CC6600; **/
    color:#669933;
    text-decoration:none;
    font-size:14pt;
    padding:0 13px 10px;
    float:left;
    display:block;
    clear:both;
}
#secondline:hover
{
    text-decoration:underline;
    color:#7F000C;
}

.pictured
{
    /** background-color:#FF9900; **/
    background-color:#669933;
    color:#FFF;
    font-size:16pt;
    padding:9px 16px;
    text-transform:uppercase;
    float:left;
    display:block;
    clear:both;
    margin-top:10px;
}
.pictured a { font-size:16pt; font-style:italic; letter-spacing:0; text-transform:none; color:#FFF; text-decoration:none; }
.pictured a:hover { text-decoration:underline; }

/* CONTROLS */
.btn { height:32px; width:32px; float:left; cursor:pointer;}
#back { background-image:url("../images/btn_back.png"); }
#next { background-image:url("../images/btn_next.png"); }
#control { background-image:url("../images/btn_pause.png"); }

/* HEADER HAVIGATION */
/* this is for the outer container of the slide show controls */
#headernav-outer
{
    position:relative; top:200px; margin:0 auto; width:960px;
    border : 0px dotted #F00000;
}
/* this is for the inner container of the slide show controls */
#headernav
{
    padding-left:864px;
    border : 0px dotted #F00000;
}

/*****************************************************************************/

/* this is the container for application forms */
.divApplicationForm
{
    padding : 20px;
}

.divApplicationFormFooter
{
    BORDER-top: #999999 1px dotted;
    padding-top: 10px;
    margin:0 auto;
    width : 100%;
    height: 30px;
}

/*****************************************************************************/
/* CONTENT */
#divContentContainer
{
    background-color : #EEEEEE;
    BORDER: #FF0000 0px dotted;
    width : 100%;
    height: 100%;
}

#divContent
{
    background-color : #FFFFFF;
    BORDER : #FF0000 0px dotted;
    margin : 0 auto;
    width : 960px;
    height : 100%;
    padding-top : 20px;
    padding-bottom : 20px;
    padding-left : 40px;
    padding-right : 40px;
}

#divMenuLeft
{
    border : 0px dotted #F00000;
    float: left;
    width: 240px;
    margin-bottom: 20px;
}

#divContentRight
{
    border : 0px dotted #F00000;
    float: right;
    width: 680px;
    margin-bottom: 20px;
}

#divFacebookPageLeft
{
    border : 0px dotted #F00000;
    float: left;
    width: 450px;
    margin-bottom: 20px;
}

#divFacebookPageRight
{
    border : 0px dotted #F00000;
    float: right;
    width: 450px;
    margin-bottom: 20px;
}

/* this is the container for one event in the list of events on the front page */
#divEvent
{
    padding-left : 0px;
    padding-right : 0px;
    padding-top : 8px;
    padding-bottom : 8px;
    border-bottom : 1px dotted #CCCCCC;
}

#divEvent:hover
{
    /*color:#4B4E76;*/
    background-color:#EEEEEE;
}

#divContentColumnLeft
{
    border : 0px dotted #F00000;
    float: left;
    width: 330px;
    padding : 0px;
    margin-bottom: 20px;
}

#divContentColumnRight
{
    border : 0px dotted #F00000;
    float: right;
    width: 330px;
    padding : 0px;
    margin-bottom: 20px;
}


/*****************************************************************************/

#divFooterContainer
{
    background-color : #eee;
    BORDER: #FF0000 0px dotted;
    width : 100%;
    height: 100%;
}

#divFooter
{
    background-color : #FFFFFF;
    BORDER-top: #999999 1px dotted;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    margin:0 auto;
    width : 1000px;
    height: 30px;
}

#divFooterLeft
{
    border : 0px dotted #F00000;
    text-align : left;
    float: left;
    width: 400px;
}

#divFooterRight
{
    border : 0px dotted #F00000;
    text-align : right;
    float: right;
    width: 400px;
}

/**
this is used to push the div holding in image to the left
**/
.divImgLeft
{
    text-align: center;
    font-size: 8pt;
    float : left;
    border : 1px solid #CCCCCC;

    margin-left : 0px;
    margin-right : 20px;
    margin-top : 0px;
    margin-bottom : 10px;

    padding-left : 0px;
    padding-right : 0px;
    padding-top : 0px;
    padding-bottom : 0px;
}

/**
this is used to push the div holding in image to the left
**/
.divImgLeftNoBorder
{
    text-align: center;
    font-size: 8pt;
    float : left;
    border : 0px solid #CCCCCC;

    margin-left : 0px;
    margin-right : 20px;
    margin-top : 0px;
    margin-bottom : 10px;

    padding-left : 0px;
    padding-right : 0px;
    padding-top : 0px;
    padding-bottom : 0px;
}

/**
this is used to push the div holding in image to the right
**/
.divImgRight
{
    text-align: center;
    font-size: 8pt;
    float : right;
    border : 1px solid #CCCCCC;

    margin-left : 20px;
    margin-right : 0px;
    margin-top : 0px;
    margin-bottom : 10px;

    padding-left : 0px;
    padding-right : 0px;
    padding-top : 0px;
    padding-bottom : 0px;
}



/*****************************************************************************/
.red
{
    color: #FF0000;
}

.boldRed
{
    color: #FF0000;
    font-weight: bold;
}

.errorMsg
{
    color: #FF0000;
}

.errorBox
{
    color: #FF0000;
    PADDING-LEFT: 4px;
    PADDING-RIGHT: 4px;
    PADDING-TOP: 4px;
    PADDING-BOTTOM: 4px;
    margin-TOP: 8px;
    margin-BOTTOM: 8px;
    border : 1px solid;
}

/*****************************************************************************/
.smallPrint
{
  color: #999999;
  font-size: 8pt;
}

.smallPrint a:hover
{
  color: #FF9933;
}

/*****************************************************************************/
/* these styles are used for text buttons */
.button
{
  PADDING-LEFT: 4px;
  PADDING-RIGHT: 4px;
  PADDING-TOP: 4px;
  PADDING-BOTTOM: 4px;
  BORDER-RIGHT: 1px solid;
  BORDER-TOP: 1px solid;
  BORDER-LEFT: 1px solid;
  BORDER-BOTTOM: 1px solid;
}

a.button
{
  PADDING-LEFT: 4px;
  PADDING-RIGHT: 4px;
  PADDING-TOP: 4px;
  PADDING-BOTTOM: 4px;
  BORDER-RIGHT: 1px solid;
  BORDER-TOP: 1px solid;
  BORDER-LEFT: 1px solid;
  BORDER-BOTTOM: 1px solid;
}

/*****************************************************************************/
