/* Helpers and base rules */

/*div #logo {
	margin-top:10px;
	width:111px;
	height:25px;	
}*/



img{
    border: 0;
}


.new {
    color: #e20176;
}

#bulletlists ul {
    margin: 0 0 1em 13px;
    padding: 0;
}

#bulletlists ul li {
    color: #333;
    font-weight: normal;
    padding-left: 10px;
    list-style-type: none;
    background: url(/images/diamond_side.gif) no-repeat 0 6px;
}

#pinkbulletlists ul {
    margin: 0;
    padding: 0;
}

#pinkbulletlists ul li {
    color: #333;
    font-weight: normal;
    padding-left: 10px;
    list-style-type: none;
    background: url(/images/diamond_pink.gif) no-repeat 0 4px;
}

#faqlists ul {
    margin: 0 0 1em;
    padding: 0;
}

#faqlists ul li {
    color: #333;
    line-height: 1.6em;
    list-style-type: none;
    padding-left: 9px;
    background: url(/images/triangle.gif) no-repeat 0 5px;
}

#faqlists ul li a {
    color: #0076c0;
    list-style-type: none;
}

#faqlists ul li a:hover {
    color: #8ac04c;
    text-decoration: none;
}


/* @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: 1px solid #c1e394;
    background-color: #fffff2;
}

#rightcolumn{
    float: left;
    width: 240px; /*Width of right column*/
    margin-left: -240px;
    line-height: 1.3em;
}



.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: 110px;
    width:562px;
    float: left;
    text-align: right;

}
#logo { 
    padding-top: 29px;
    padding-left: 10px;
    float: left;
    width: 137px;
}
#searchfieldmasthead {
    float:right;
    padding-top: 40px;
    padding-right: 40px;
}

#donationhead {
    padding-left: 0px;
    padding-top: 5px;
}

#mastheadutilities {
    width: 562px;
    text-align: right;
    right: 0px;
    margin: 0px;
    padding: 0px;
    float: left;
}
#mastheaditems {
    margin: 30px 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 {

	width: 835px;
    font-family: "Lucida Grande", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
	height: 36px;
	border-top: 4px solid #7ec029;
    background-color: #9cde47;

}
#mainnavigation ul {
    margin: 0px;
    padding: 12px 0px 0px;
}

#mainnavigation ul li {
    display: inline;
	margin: 0 auto;
}

#mainnavigation ul li a {
	float: left;
    color: #336600;
    text-decoration: none;
	border-right: 1px solid #7ec029;
	padding: 10px 12px 0px;
	background-color: #9cde47;
	margin-top: -12px;
	height: 26px;
}

#mainnavigation ul li a:hover {
    color: #fffff2;
    background-color: #7ec029;
    text-decoration: none;
}

#mainnavshadow {
    background: url(../images/mainnavshadstretch.gif) repeat-x;
}

#social {
	margin-left: 778px;
	*margin-left: 46px;
	position:absolute;
}

#social img {
	margin: 0 0 0 3px;
}

#switch {
	margin-top: -317px;	
	margin-left: 11px;
	*margin-left: -720px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 10px;
	font-weight: 500;
	color: #979797;
	width: 400px;
	position: absolute;
}

#switch a:link, #switch a:visited {
	color: #979797;
}

#switch a:hover {
	color: #0076c0;	
}

a.here:link, a.here:visited, a.here:hover{
	color: #0076c0;	
}

/* @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;
    padding-left: 9px;
    font-weight: bold;
    text-decoration: none;
    text-transform: none;
    list-style-image: none;
    background: url(../images/triangle.gif) no-repeat 0 6px;
}

#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: 8px;
    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%;
}

.mcitem {
	padding-top: 15px;
}

#mcitem1header, .blueheader, .darkblueheader, .orangeheader, .greenheader, .alertheader {
	padding: 3px 6px;
	margin-top: -14px;
	margin-left: 24px;
	font-weight: bold;
	background-color: black;
	text-transform: uppercase;
	color: #ffffff;
	position: absolute;
	z-index: 10;
	display: table-cell;
}

.greenheader {
	background-color: #00a24c;
}

.blueheader {
	background-color: #54bceb;
}

.darkblueheader {
	background-color: #0076c0;
}

.alertheader {
	background-color: #e20176;
}

#mcitem1content {
    background-color: #fffff2;
	border: 1px solid #c1e394; 
	padding: 12px 5px 5px 9px;
    width: 341px;
	margin: 0px 14px 20px;
	position: relative;
	z-index:9;
	font: verdana;
	font-size: 11.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;
    font-size: 11px;
}

.columnitemcontent img {
    padding-right: .5em;
    padding-bottom: .1em;
}

/* @end */

/* @end */

/* @group footer */

#footer{
    clear: left;
    width: 100%;
    background-color: #bfe291;
    background-image: url(../images/footerimage.gif);
    background-repeat: no-repeat;
    background-position: 10px center;
	height: 41px;	
}

#nav ul {
    margin: 0;
    padding: 4px 0px 0px 50px;
}

#nav ul li, #copyright ul li {
    list-style-type: none;
    float: left;	
}

#nav ul li {
	border:none;
	padding: 0 12px;
}

#nav li + li {
	border-left: 1px solid #9DC370;	
}

#nav ul li a, #nav ul li a:visited {
    color: #360;
    text-decoration: none;
    font-size: 11px;
    font-weight: bold;
}

#nav ul li a:hover {
    text-decoration: underline;
}

#copyright ul {
	margin-left: 10px;
	*margin-left: 52px;
}

#copyright {
    clear: both;
    font-size: 10px;
    color: #360;
    text-align: left;
    margin-left: 0px;
	margin-top: 0px;
	width: 850px;
}

#copyright ul li { 
	padding-left: 15px;
}

/* @end */

/* @group more image */

.moreimg {
    text-align: left;
}

.moreimg a {
    color: #0076c0;
    font-size: 1em;
    text-decoration: none;
}
.moreimg a:visited{
    color: #0076c0;
    text-decoration: none;
}
.moreimg a:hover {
    font-size: 1em;
    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-transform: uppercase;
    padding-bottom: 10px;
}
#upcomingevents img {
    padding-right: 5px;
}  

.btnsearch {
     border: 0;
     height: 20px;
     width: 25px;
     background-image: url(../images/go.jpg);
}
