/*
Design by Metamorphosis Design
http://www.metamorphozis.com
Released for free under a Creative Commons Attribution 2.5 License
*/

*
{
margin: 0px;
padding: 0px;
}

a:link {
    color: #A5A9B2;
}

a:hover {
    text-decoration: none;
    color: #FF0000;
}

a:visited {
    color: #A5A9B2;
}

body {

    background: #1DC9E1 url(images/back_all.jpg) repeat-x;
    font: 13px Arial, Helvetica, sans-serif;
    color: #383838;
}

#content
{
    width: 774px;
    border-left: 15px solid #5E7D06;
    border-right: 15px solid #5E7D06;
    margin: 0px auto;
}

#main
{
width: 754px;
padding: 10px;
padding-top: 20px;
background: #ffffff;
}

#back
{
width: 774px;
}

#header {
    height: 369px;
    text-align: right;
    background: url(images/header.jpg) no-repeat;       
}

#logo {

width: 754px;
height: 308px;
text-align: left;
}


#logo a {
    text-decoration: none;
    font-style: italic;
    font-size: 18px;
    color: #ffffff;
}
#logo H2 a
{
font-size: 12px;
}

.top_my
{
width: 744px;
height: 110px;
background: url(images/menu.gif) repeat-x;
padding-top: 10px;
padding-left: 30px;
}

.top_my a
{
color: #ffffff;
text-decoration:none;
}

.top_my H1
{
font-size: 14px;
}

.top_my H2
{
font-size: 16px;
}


#menu
{
width: 634px;
height: 61px;
padding-left: 140px;
background: url(images/menu1.gif) repeat-x;
}

#menu ul {
    list-style: none;
}

#menu li {
    
    display: inline; 
    
}

#menu a {
    float: left;
    width: 100px;
    height: 36px;
    display: block;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    padding-top: 25px;
}

#menu a:hover {
    width: 100px;
    height: 36px;
    color: #DEEBBC;
    text-decoration: underline;
    background: url(images/menu_r.gif) repeat-x;
}




#right
{
    width: 228px;
    float: right;
}

#right H3
{
width: 203px;
height: 31px;
font-size: 14px;
font-weight: bold;
padding-left: 25px;
padding-top: 20px;
text-transform: uppercase;
color: #ffffff;
background: url(images/title.gif) no-repeat
}

#right ul {
    list-style: none;
    margin-bottom: 10px;
    padding-top: 10px;
}

#right .title_back
{
background: url(images/title_back.gif) no-repeat;
}

#right li  {
    padding: 7px;
    padding-left: 10px;

}

#right .sub
{
    padding-left: 30px;
}

#right a {
    color: #1DC9E1;
}
#right a:visited {
    color: #1DC9E1;
}

#right p
{
font-size: 10px;
padding-left: 10px;
}

.bot
{
padding: 10px;
}

#calendar {
    padding: 20px 10px 20px 10px;
}

#calendar table {
    width: 100%;
    text-align: center;
}

#calendar thead {

}

#calendar tbody td {
    border: 1px solid #F1F1F1;
}

#calendar #prev {
    text-align: left;
}

#calendar #next {
    text-align: right;
}

#calendar tfoot a {
    text-decoration: none;
    font-weight: bold;
}

#calendar #now {
    background: #696969;
    border: 1px solid #ff0000;
    font-weight: bold;
    color: #ffffff
}

#left
{
width: 480px;
background: #F3FCC2;
border: 1px solid #3D5103;
padding: 10px;
}


#left H4
{
    margin: 0;
    padding: 0px;
    font-size: 12px;
    color: #208A06;
}

#left a
{
color: #208A06;
text-decoration: none;
}

#left p {
    margin: 5px;
    padding: 0;
}

#left h2 {
    margin: 0;
    padding: 0;
    padding-top: 10px;
    color: #208A06;
}

#left ol, #left ul
{
margin-left: 30px;
}

.date {
    text-align: right;
    color: #208A06;
    font-size: 11px;

}

.date a {
    color: #208A06;

}




#footer {
    height: 44px;
    clear: both;
    padding-top: 30px;
    background: url(images/table_back.gif) repeat-x top;
}

#footer p {
    margin: 0;
    font-size: 10px;
    text-align: center;
    color: #ffffff;
}

#footer a {
    color: #ffffff;
}


/* Header Scroll */

.nivoSlider { position:relative;}
.nivoSlider img { position:absolute; top:0px; left:0px;}
.nivoSlider a.nivo-imageLink { position:absolute; top:0px; left:0px; width:100%; height:100%; border:0; padding:0; margin:0; z-index:60; display:none;}
.nivo-slice { display:block; position:absolute; z-index:50; height:100%; }
.nivo-caption { position:absolute; left:0px; bottom:0px;  color:#fff; width:100%; z-index:89; padding-left: 10px; font-weight: bold; }
.nivo-caption p { padding:10px 5px; margin:0; text-indent:-9999%;}
.nivo-directionNav a {position:absolute; width:45px; height: 60px; top:41%; z-index:99; cursor:pointer; text-indent:-9999%;}
.nivo-prevNav { background-position: left bottom; left:25px; margin-top: 20px; background:url(images/but_left.png) no-repeat;}
.nivo-nextNav { background-position: left top; right: 0px; margin-top: 20px; background:url(images/but_right.png) no-repeat;}
.nivo-controlNav { bottom:-20px; position:absolute; right:0;}
.nivo-controlNav a { float:left; width:14px; height:14px; display:block; position:relative; z-index:99; cursor:pointer; text-indent:-9999%; }
.nivo-controlNav a.active { background-position:left top; margin-top:-1px;}
