/*====================*/
/*=== Reset Styles ===*/
/*====================*/
/* html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
}
*/


table
{
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td
{
    text-align: left;
    font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after
{
    content: "";
}
blockquote, q
{
    quotes: "" "";
}
/* HTML5 tags */
header, section, footer, aside, nav, article, figure
{
    display: block;
}

/*===================*/
/*=== Main Styles ===*/
/*===================*/
body
{
    background-position: left top;
    background-image: url('images/Background.jpg');
    background-repeat: no-repeat;
    background-color: #ECE3CD;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    line-height: 1.2em;
}

p, ul, li
{
    font-family: Verdana, Arial, Sans-serif;
    font-size: 12px;
    line-height: 18px;
}
h2
{
    margin-left: 10px;
    margin-top: 6px;
    color: rgb(10,80,10);
}

a, a: link, a:visited
{
    color: #2F3293;
    text-decoration: none;
}
a:hover, a:active
{
    color: #7F9976;
    text-decoration: none;
}


/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear
{
    clear: both;
}

#main
{
    position: relative;
    margin: 0px auto;
    width: 940px;
    background-color: #ECE3CD;
    border-radius: 11px;
}

#logo
{
    background-position: center;
    background-image: url('images/logo.png');
    background-repeat: no-repeat;
    height: 107px;
}

#menubar
{
    position: relative;
    top: -8px;
    z-index: 1;
    -webkit-box-shadow: 0px 1px 5px 0px #93A5B3;
    -moz-box-shadow: 0px 1px 5px 0px #93A5B3;
    box-shadow: 0px 1px 5px 0px #93A5B3;
    border-radius: 11px;
    z-index: 15;
}

#banner
{
    position: relative;
    top: -20px;
    -webkit-box-shadow: 0px 1px 5px 0px #93A5B3;
    -moz-box-shadow: 0px 1px 5px 0px #93A5B3;
    box-shadow: 0px 1px 5px 0px #93A5B3;
    z-index: 10;
}

/*-- the greater the z index, the higher on the page stack, within the element */

#contentbox
{
    position: relative;
    top: -20px;
    background-color: #FFF;
    -webkit-box-shadow: 0px 1px 5px 0px #93A5B3;
    -moz-box-shadow: 0px 1px 5px 0px #93A5B3;
    box-shadow: 0px 1px 5px 0px #93A5B3;
    z-index: 5;
    min-height: 288px;
}

#textbox
{
    padding: 16px 16px 16px 16px;
    background-color: #FFF;
    min-height: 636px;
}

#textbox p, li
{
    font-size: 14px;
    }

#imagebox
{
    padding: 6px 8px 8px 0px;
    width: 294px;
    float: right;
    background-color: #FFF;
}


#footer
{
    position: relative;
    top: -20px;
    border-bottom-left-radius: 11px;
    border-bottom-right-radius: 11px;
    height: 60px;
    background-color: #FFF;
    text-align: center;
    width: 940px;
    z-index: 0;
    clear: both;
    -webkit-box-shadow: 0px 1px 5px 0px #93A5B3;
    -moz-box-shadow: 0px 1px 5px 0px #93A5B3;
    box-shadow: 0px 1px 5px 0px #93A5B3;
}

#footer a
{
    font-size: 10px;
    font-weight: 700;
    font-family: Verdana, Arial, Sans-serif;
    color: #7F9976;
    text-decoration: none;
    bottom: 4px;
}

#footer a:hover
{
    color: #2F3293;
}

#notebox
{
    margin-top: 15px;
    margin-left: 19px;
    float: left;
    position: relative;
    height: 255px;
    width: 285px;
    border: solid gray 1px;
    border-radius: 9px;
    background-color: transparent;
    -webkit-box-shadow: 0px 1px 5px 0px #93A5B3;
    -moz-box-shadow: 0px 1px 5px 0px #93A5B3;
    box-shadow: 0px 1px 5px 0px #93A5B3;
}

.image
{
    margin-bottom: 8px;
}

.bottom
{
    position: absolute;
    text-align: right;
    right: 6px;
    bottom: 8px;
}

.larger
{
    font-size: 14px;
    font-weight: 700;
    color: #AC6350;
}
.largest
{
    font-size: 13px;
    font-weight: 700;
    color: rgb(115,0,30);
}

.larger_right
{
    text-align: right;
    color: rgb(115,0,30);
}

.phototextrgt
{
    text-align: right;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 10px;
}

.phototextleft
{
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 10px;
}


.floatimgleft
{
    float: left;
    margin-top: 8px;
    margin-left: 10px;
    margin-right: 12px;
    margin-bottom: 5px;
}

.floatimgrgt
{
    float: right;
    margin-top: 8px;
    margin-left: 12px;
    margin-right: 10px;
    margin-bottom: 5px;
}

a.button_note
{
    background-image: url('images/orangebutton.jpg');
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 7px;
    font-family: Verdana, Arial, Sans-serif;
    font-size: 11px;
    color: #FFFFFF;
    -webkit-box-shadow: 0px 1px 5px 0px #93A5B3;
    -moz-box-shadow: 0px 1px 5px 0px #93A5B3;
    box-shadow: 0px 1px 5px 0px #93A5B3;
    text-decoration: none;
}



a.button_note:hover
{
    background-image: url('images/greenbutton.jpg');
}

.floatright
{
    float: right;
    clear: none;
}







