/* Helpers and base rules */


img{
    border: 0;
}

/* @end */


/* @group layout */
body{
    margin:0 0 25px;
    padding:0;
    line-height: 1.4em;
    color: #333;
    background-color: #1073B4;
    font-family: "Lucida Grande", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
    font-size: 12px;
    background-image: url(../images/bluegradbgr.jpg);
    background-repeat: repeat-x;
    background-position: top;
}

#maincontainer{
    width: 835px; /*Width of main container*/
    margin: 0 auto;
    background-color: #fff;
    border: 1px solid #1b496f;
    border-width: 0 1px;
}

#contentcolumn{
    margin: 0 240px 0 220px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
}

#leftcolumn{
    float: left;
    width: 220px; /*Width of left column in pixel*/
    margin-left: -835px;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #c1e394;
    background-color: #fffff2;
}

#rightcolumn{
    float: left;
    width: 240px; /*Width of right column*/
    margin-left: -240px;
    line-height: 1.3em;
}

#footer{
    clear: left;
    width: 100%;
    background-color: #bfe291;
    background-repeat: no-repeat;
    background-position: 10px center;
    padding-bottom: 4px;
}


.innertube{
    margin: 0px; /*Margins for inner DIV inside each column (to provide padding)*/
    margin-top: 20px;
}

/* @end */

/* @group main links */

a {
    color: #0076c0;
    text-decoration: none;
}

a:visited {
    color: #0076c0;
    text-decoration: none;
}
a:hover {
    color: #8ac04c;
    text-decoration: none;
}

/* @end */

/* @group topsection */

#masthead {
    /*background-image: url(../images/logo.gif);
    background-repeat: no-repeat;
    background-position: 9px 10px;*/
    height: 90px;
    width:562px;
    float: left;
    text-align: right;
}
#logo { 
    padding-top: 9px;
    padding-left: 10px;
    float: left;
    width: 181px;
}
#searchfieldmasthead {
    float:right;
    padding-top: 30px;
    padding-right: 40px;
}

#donationhead {
    display:none;
}

#mastheadutilities {
    width: 562px;
    text-align: right;
    right: 0px;
    margin: 0px;
    padding: 0px;
    float: left;
}
#mastheaditems {
    margin: 10px 0px 0px;
    padding: 0px 10px 0px 0px;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #c1e394;
}
#mastheaditems a:link {
    font-family: "Lucida Grande", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
    font-size: 12px;
    color: #999;
    text-decoration: none;
}
#mastheaditems a:visited {
    color: #999;
    text-decoration: none;
}
#mastheaditems a:hover {
    color: #999;
    text-decoration: underline;
}

#slideshowsection {
    height: 200px;
    clear: both;
    width: 835px;
}

#donationsection {
    clear: right;
    float:right;
}

#mainnavigation {
    font-family: "Lucida Grande", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
    height: 40px;
    background-color: #9cde47;
    background-image: url(../images/mainnavnavbgr.gif);
    background-repeat: repeat-x;
    padding-left: 9px;
}
#mainnavigation ul {
    margin: 0px 0px 0px 0px;
    padding: 4px 0px 0px;
}
#mainnavigation ul li {
    list-style-type: none;
    float:left;
    vertical-align: text-bottom;
}
#mainnavigation ul li a {
    color: #360;
    text-decoration: none;
    font-size: 12px;
}
#mainnavigation ul li a:hover {
    color: #fffff2;
    background: #7ec029;
    text-decoration: none;
}

#mainnavshadow {
    background: url(../images/mainnavshadstretch.gif) repeat-x;
}

#mainnavigation img {
    padding-right: 12px;
    padding-left: 12px;
}
#mainnavigation .divider {
    display: inline;
}

/* @end */

/* @group content section */

/* @group left column */

#programlinks {
}
#programlinks ul {
    margin: 0;
    padding: 0;
}

#programlinks li {
    font-size: 12px;
    color: #333092;
    font-weight: bold;
    list-style-type: none;
    padding: 2px 5px 0 10px;
}
#programlinks ul li {
    font-size: 12px;
    text-transform: uppercase;
    color: #333092;
    font-weight: bold;
    list-style-type: none;
}
#programlinks ul li a {
    font-size: 12px;
    text-transform: uppercase;
    color: #333092;
    font-weight: bold;
    list-style-type: none;
}
#programlinks ul li a:visited {
    font-size: 12px;
    color: #333092;
    text-decoration: none;
}
#programlinks ul li a:hover {
    font-size: 12px;
    color: #8ac04c;
    text-decoration: underline;
}
#programlinks ul ul li {
    font-size: 12px;
    color: #0076c0;
    font-weight: bold;
    text-decoration: none;
    text-transform: none;
    list-style-image: none;
    background: url(../images/greenarrow.gif) no-repeat 0 7px;
}

#programlinks ul ul li a {
    font-size: 12px;
    color: #0076c0;
    font-weight: bold;
    text-decoration: none;
    text-transform: none;
}
#programlinks ul ul li a:visited {
    font-size: 12px;
    color: #0076c0;
    text-decoration: none;
}
#programlinks ul ul li a:hover {
    font-size: 12px;
    color: #8ac04c;
    text-decoration: underline;
}

#programlinks a img {
    padding-left: 10px;
    padding-bottom: 10px;
}

/* Larry add this to move the button outside the programlinks div*/
#programspecial a img {
    padding-left: 10px;
    padding-bottom: 10px;
}
/* Up to here */

.hrule {
    background-color: #dadcd7;
    height: 1px;
    width: 200px;
    margin: 10px auto;
}

/* @end */

/* @group center column */

#contentwrapper{
    float: left;
    width: 100%;
}

.mcnitem {
    width: 350px;
    margin-bottom: 20px;
    clear: both;
}

#mcitem1header {
    padding-left: 14px;
}
#mcitem1content {
    background-color: #fffff2;
    border-top: 1px solid #c1e394;
    border-right: 1px solid #c1e394;
    border-bottom: 1px solid #c1e394;
    border-left: 1px solid #c1e394;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 9px;
    margin-bottom: 20px;
    width: 341px;
    margin-right: 4px;
    margin-left: auto;
    padding-top: 5px;

}
#mcitem1content img {
    margin-top: 3px;
    margin-right: 5px;
    margin-bottom: 5px;
}
#mcitem1content a img {
    margin: 0px;
}
#featuredclassesheader {
    padding-left: 14px;
}
#featuredclassescontent {
    background-color: #fffff2;
    border-right: 1px solid #c1e394;
    border-bottom: 1px solid #c1e394;
    border-left: 1px solid #c1e394;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 9px;
    margin-bottom: 20px;
    width: 341px;
    margin-right: 4px;
    margin-left: auto;
    padding-top: 5px;
}
.featuredclassesitem td img {
    padding-top: 3px;
}
.featuredclassesitem .img {
    float: left;
    clear: both;
    padding-top: 3px;
}
.featuredclassesitem .text {
    margin-left: 120px;
}

.featuredclassesitem {
    margin-bottom: 10px;
}

/* @end */

/* @group right column */

#quicklinks {
    width: 220px;
    margin-bottom: 20px;
    margin-right: auto;
    margin-left: auto;
}

#quicklinksheader {
}
#quicklinkscontent {
    background-color: #fffff2;
    border-right: 1px solid #c1e394;
    border-bottom: 1px solid #c1e394;
    border-left: 1px solid #c1e394;
    padding-top: 5px;
}
#quicklinkscontent ul {
    list-style-type:none;
    text-align:left;
    padding-left: 5px;
    margin-left: 5px;
    padding-top: 0px;
    margin-top: 0px;
    padding-bottom: 4px;
    margin-bottom: 4px;
}
#quicklinkscontent ul li {
}
#quicklinkscontent ul li a {
    background: transparent url(../images/greenbullet.gif) left center no-repeat;
    padding-left: 10px;
    text-align: left;
    color: #f05133;
    text-decoration: none;
    font-weight: bold;
}
#quicklinkscontent ul li a:visited {
    background: transparent url(../images/greenbullet.gif) left center no-repeat;
    padding-left: 10px;
    text-align: left;
    color: #f05133;
    text-decoration: none;
    font-weight: bold;

}
#quicklinkscontent ul li a:hover {
background: transparent url(../images/orangebullet.gif) left center no-repeat;
    text-decoration: underline;
    color: #F8971C;
}

.columnitem {
    margin-bottom: 20px;
    margin-left: auto;
}
.columnitem img {
    padding-right: 3px;
}
.columnitem a img {
    padding: 0px;
}
.columnitemheader img {
    padding: 0px;
    margin: 0px;
}
.columnitemheader {
padding-left: 10px;
}
.columnitemcontent {
    background-color: #fffff2;
    border-right: 1px solid #C1E394;
    border-bottom: 1px solid #C1E394;
    border-left: 1px solid #C1E394;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 9px;
    width: 204px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 8px;
}

/* @end */

/* @end */

/* @group footer */

#footer ul {
    margin: 0px 0px 0px 0px;
    padding: 4px 0px 0px 60px;
}

#footer ul li {
    list-style-type: none;
    float:left;
}
#footer ul li .divider {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 11px;
    color: #9DC370;
}
#footer ul li a {
    font-family: "Lucida Grande", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
    color: #360;
    text-decoration: none;
    font-size: 11px;
    font-weight: bold;
}
#footer ul li a:visited {
    font-family: "Lucida Grande", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
    color: #360;
    text-decoration: none;
    font-size: 11px;
}
#footer ul li a:hover {
    text-decoration: underline;
}
#footer #copyright {
    clear: both;
    font-size: 10px;
    color: #360;
    text-align: left;
    padding-left: 60px;
}

/* @end */

/* @group more image */

.moreimg {
    text-align: left;
}

.moreimg a {
    color: #0076c0;
    text-decoration: none;
}
.moreimg a:visited{
    color: #0076c0;
    text-decoration: none;
}
.moreimg a:hover {
    font-size: 12px;
    color: #8ac04c;
    text-decoration: none;
}
.moreimg img, .columnitem .moreimg img {
    padding-right: 5px;
}

/* @end */
.button_navy {
    background: #39799e;
    border-color: black;
    font-size: xx-small;
    border-width: 1px;
    border-style: solid;
    color: #FFFFFF;
    font-weight: bold;
}
#upcomingevents {
    text-align: right;
    font-weight: bold;
    padding-bottom: 10px;
}
#upcomingevents img {
    padding-right: 5px;
}  

.btnsearch {
     border: 0;
     height: 20px;
     width: 25px;
     background-image: url(../images/go.jpg);
}
