body
{
    font-family: Times, Times New Roman, Serif;
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 1.0em;
    line-height: 1.4em;
    color: #333333;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	ALL-CONTAINERS *

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.oneColFixCtrHdr #container, .thrColAbsHdr #container
{
    width: 958px;
    height: auto;
    margin: auto;
    border: 1px solid #000000;
    text-align: left;
    padding: 15px;
}
.oneColFixCtrHdr #header, .twoColHybRtHdr #header, .thrColAbsHdr #header
{
    background: #DDDDDD;
    border-top: solid 3px #B1AA98;
    text-align: -moz-center;
    text-align: center;
    width: 960px;
}

.oneColFixCtrHdr #footer, .twoColHybRtHdr #footer, .thrColAbsHdr #footer
{
    background: #DDDDDD;
    border-top: solid 3px #B1AA98;
    text-align: -moz-center;
    text-align: center;
    width: 960px;

}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	ONE-CONTAINERS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.oneColFixCtrHdr #mainContent
{
    padding: 5px;
    text-align: left;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	TWO-CONTAINERS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.twoColHybRtHdr #container
{
    background: url(../images/main_background.png) repeat-y;
    height: auto;
    margin: auto;
    border: 1px solid #000000;
    text-align: left;
    padding: 0 15px 0 15px;
    width: 960px;
}


.twoColHybRtHdr #mainContent
{
    padding-right: 15px;
    width: 620px;
    border-right: 1px solid #000000;
}

.twoColHybRtHdr #mainContent2
{
    padding-right: 15px;
    float: left;
    width: 920px;
    padding-left: 15px;
}

.twoColHybRtHdr #sidebar
{
    padding: 5px;
    float: right;
    padding-right: 15px;
}



/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	THREE-CONTAINERS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.thrColAbsHdr #container
{
    background: url(../images/main_background.png) repeat-y;
    height: auto;
    margin: auto;
    border: 1px solid #000000;
    text-align: left;
    padding: 0 15px 0 15px;
    width: 960px;
}

.thrColAbsHdr #sidebar1
{
    float: right;
    padding-right: 15px;
}

.thrColAbsHdr #mainContent
{
    padding-right: 15px;
    padding-left: 15px;
    width: 500px;
    border-right: 1px solid #000000;
    border-left: 1px solid #000000;
}
.thrColAbsHdr #sidebar2
{
    float: left;
    padding-right: 15px;
    padding-top: 15px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	HTML TAGS 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.clearfloat
{
    /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
    clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}

p
{
    margin: 10px 0;
}

p.no-padding-no-margin
{
    padding: 0;
    margin: 0;
}

hr
{
    color: #E5E5E5;
    background-color: #E5E5E5;
    height: 1px;
    border: 0;
    margin: 15px 0;
}

.emphasis
{
    font-size: 1.2em;
    font-style: italic;
    font-weight: bold;
    padding-bottom: 15px;
    border-bottom: solid 2px #000000;
    color: #F89729;
}

.quote
{
    font-size: 1.0em;
    font-style: italic;
    color: #000000;
    font-weight: bold;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	HEADINGS 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


h1, h2, h3, h4, h5, h6
{
    font-size: 1.3em;
    font-family: Times, Times New Roman, Serif;
    padding: 0;
}
h1
{
    margin-bottom: 0px;
}
h1, h2
{
    margin-top: 15px;
}
h2
{
    font-size: 1.3em;
}
h3
{
    font-size: 1.1em;
}
h3.small
{
    font-size: 1.2em;
}
h4
{
    font-size: 1.1em;
}
h5
{
    font-size: 1.1em;
}
h6
{
    font-size: 1em;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	LISTS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

ul
{
    border-bottom: 1px dotted #000000;
}

ul li
{
    border-top: 1px dotted #B2B2B2;
}

ul.triangle
{
    border: 0;
}

ul.triangle li
{
    border: 0;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	LINKS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

a:link
{
    color: #F89729;
    text-decoration: underline;
}
a:visited
{
    color: #666666;
    text-decoration: underline;
}
a:hover
{
    color: #000000;
    text-decoration: underline;
}
a:active
{
    color: #000000;
    text-decoration: overline;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	IMAGES & PHOTOS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

img
{
    border: none;
}

.photo-float-right
{
    float: right;
    margin-right: 5px;
    margin-left: 10px;
}

.photo-float-left
{
    float: left;
    margin-right: 10px;
}
.image-border-none
{
    border: none;
}
.clearfloat
{
    clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MAIN NAV 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.nav-main
{
    margin: 0;
    cursor: pointer;
    font-weight: bold;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    display: block;
}

.nav-main2
{

    cursor: pointer;
    font-weight: bold;
    display: block;
    border-bottom: 1px solid #000000;
    text-align: -moz-center;
    text-align: center;
}


.nav-main, nav-main2 a:link
{
    color: #F89729;
    text-decoration: underline;
}

.nav-main, nav-main2 a:visited
{
    color: #666666;
    text-decoration: underline;
}

.nav-main, nav-main2 a:hover
{
    color: #000000;
    text-decoration: underline;
}

.nav-main, nav-main2 a:active
{
    color: #000000;
    text-decoration: overline;
}
