/* Helpers and base rules */


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;
}


/* @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: none;
    border-width: 0 1px;
}

#contentcolumn{
    margin: 0 265px 0 240px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
	border-right-width: 0px;
    border-right-style: solid;
    border-right-color: #c1e394;
	border-left-width: 0px;
    border-left-style: solid;
    border-left-color: #c1e394;
	}

#leftcolumn{
    float: left;
    width: 220px; /*Width of left column in pixel*/
    margin-left: -835px;
    border-right-width: 0px;
    border-right-style: solid;
    border-right-color: #c1e394;
    background-color: #fffff2;
}

#rightcolumn{
	float: left;
	width: 236px; /*Width of right column*/
	margin-left: -255px;
	line-height: 1.3em;
	margin-right: auto;
}

#footer{
    clear: left;
    width: 100%;
    background-color: #bfe291;
    /*background-image: url(../images/footerimage.gif);*/
    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: 10px;
	margin-right:0px;
	
}

/* @end */

/* @group main links */

a {
    color: #2C65AC;
    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: 35px;
    background-color: #9cde47;
    background-image: url(../images/mainnavnavbgr.gif);
    background-repeat: repeat-x;
    padding-left: 9px;
}
#mainnavigation ul {
    margin: 0px 0px 0px 10px;
    padding: 4px 0px 0px;
}
#mainnavigation ul li {
    list-style-type: none;
    float:left;
    vertical-align: text-top;
}
#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: #2C6518;
    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: 402px;
    margin-bottom: 10px;
    clear: both;
}

.mcitemheader {
    padding-left: 10px;
}
.mcitemcontent4 {
    background-color: #fffff2;
    padding-right: 2px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-bottom: 0px;
    width: 72px;
    margin-right: -220px;
    margin-left: 180px;
	margin-top: -212px;
    padding-top: 0px;

}

.mcitemcontent1 {
    background-color: #fffff2;
    padding-right: 0px;
    padding-bottom: 2px;
    padding-left: 0px;
    margin-bottom: 2px;
    width: 72.5px;
	margin-top:0px;
    margin-right: 0px;
    margin-left: 10px;
    padding-top: 4px;

}
.mcitemcontent2 {
    background-color: #fffff2;
    padding-right: 0px;
    padding-bottom: 2px;
    padding-left: 0px;
    margin-bottom: 2px;
    width: 170px;
    margin-right: 4px;
    margin-left: 180px;
	margin-top: -220px;
    padding-top: 4px;

}

.mcitemcontent3 {
    background-color: #fffff2;
    border-top: 0px solid #c1e394;
    border-right: 0px solid #c1e394;
    border-bottom: 0px solid #c1e394;
    border-left: 0px solid #c1e394;
    padding-right: 2px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-bottom: 0px;
    width: 72px;
    margin-right: -250px;
    margin-left: 10px;
	margin-top: 0px;
    padding-top: 0px;

}






.mcitemcontent-h {
    background-color: #fffff2;
    border-top: 0px solid #c1e394;
    border-right: 0px solid #c1e394;
    border-bottom: 0px solid #c1e394;
    border-left: 0px solid #c1e394;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-bottom: 0px;
    width: 341px;
    margin-right: 4px;
    margin-left: 8px;
    padding-top: 3px;

}




.mcitemcontent a img {
    margin: 0px;
}
.mcitemcontent p {
	font-size: 15px;
	font-weight: bold;
}
.mcitemcontent p a {
	font-size: 12px;
	font-weight: normal;
}

#featuredclassesheader {
   	background: #0076BF;
	color: white;
	font-weight: bold;
	font-size: 1.1em;
    border-top: 1px solid #C1E394;
    border-right: 1px solid #C1E394;
    border-left: 1px solid #C1E394;
	margin-left: 14px;
	margin-right: 3px;
	padding-left: 10px;
	padding-bottom: 3px;
}
#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: 235px;
    margin-bottom: 10px;
    margin-right: auto;
    margin-left: 20px;
}


#leftcolumnitem1 {
    width: 230px;
    margin-bottom: 20px;
    margin-right: auto;
    margin-left: 10px;
}


#leftcolumnitem2{
    width: 230px;
    margin-bottom: 20px;
    margin-right: auto;
    margin-left: 10px;
}

#leftcolumnitem3{
    width: 230px;
    margin-bottom: 20px;
    margin-right: auto;
    margin-left: 10px;
}


#fallBrochurecontent {
	background-color: #fffff2;
	padding-top: 5px;
	padding-left: 5px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #2C65AC;
	border-right-color: #2C65AC;
	border-bottom-color: #2C65AC;
	border-left-color: #2C65AC;
}
#fallBrochurecontent a {
	color: #2C65AC;
	font-weight: bold;
}


#ITCcontent {
    background-color: #fffff2;
	padding-left: 5px;
    border-top: 2px solid #CADB2A;
	border-right: 2px solid #CADB2A;
    border-bottom: 2px solid #CADB2A;
    border-left: 2px solid #CADB2A;
    padding-top: 5px;
}
#ITCcontent a {
	color: #2C65AC;
	font-weight: bold;
}



#LetUsKnowcontent {
    background-color: #fffff2;
    border-top: 2px solid #FDAF17;
	border-right: 2px solid #FDAF17;
    border-bottom: 2px solid #FDAF17;
    border-left: 2px solid #FDAF17;
    padding-top: 5px;
	padding-left: 5px;
}
#LetUsKnowcontent a {
	font-weight: bold;
	color: #2C65AC;
}
#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: #2C65AC;
    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: #2C65AC;
    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: #ED3825;
}

#quicklinkscontent{
    background-color: #fffff2;
    border-top: 2px solid #ED3825;
	border-right: 2px solid #ED3825;
    border-bottom: 2px solid #ED3825;
    border-left: 2px solid #ED3825;
    padding-top: 0px;
	width:220px;
}

#announcements {
    width: 273px;
    margin-right: auto;
    margin-left: auto;

}

#announcementsheader 
{
	background: #00A24C;
	color: white;
	font-weight: bold;
	font-size: 1.1em;
    border-top: 1px solid #C1E394;
    border-right: 1px solid #C1E394;
    border-left: 1px solid #C1E394;
	padding-left: 10px;
	padding-bottom: 3px;
	
}

#announcementscontent {
    background-color: #fffff2;
    border-top: 1px solid #c1e394;
	border-right: 1px solid #c1e394;
    border-bottom: 1px solid #c1e394;
    border-left: 1px solid #c1e394;
    padding: 5px;
	padding-bottom:0px;
	padding-top:0px;
	height: 177px;
}
#announcementscontent ul {
    padding-left: 5px;
    margin-left: 15px;
    padding-top: 0px;
    margin-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
#announcementscontent ul li {
	padding-top: 6px;
}
#announcementscontent ul li a {
    color: #f05133;
    font-weight: bold;
}
#announcementscontent ul li a:visited {
    color: #f05133;
    text-decoration: underline;
    font-weight: bold;

}
#announcementscontent ul li a:hover {
	text-decoration: underline;
    color: #F8971C;
}




.columnitem {
	width: 220px;
	margin-bottom: 10px;
	margin-right: 0px;
	margin-left: 20px;
}
.columnitem img {
    padding-right: 0px;
}
.columnitem a img {
    padding-bottom:5px;
}
.columnitemheader img {
    padding: 0px;
    margin: 20px;
}
.columnitemheader {
padding-left: 20px;
}
.columnitemcontent {
    background-color: #fffff2;
    border-right: 1px solid #C1E394;
    border-bottom: 1px solid #C1E394;
    border-left: 1px solid #C1E394;
    padding-right: 1px;
    padding-bottom: 5px;
    padding-left: 1px;
    width: 220px;
    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 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;
    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-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);
}
#mcitemheader1 {
	background: #00A24C;
	color: white;
	font-weight: bold;
	font-size: 1.1em;
    border-top: 1px solid #C1E394;
    border-right: 1px solid #C1E394;
    border-left: 1px solid #C1E394;
	margin-left: 14px;
	margin-right: 3px;
	padding-left: 10px;
	padding-bottom: 3px;
}
#mcitemheader2 {
	background: #B84A13;
	color: white;
	font-weight: bold;
	font-size: 1.1em;
    border-top: 1px solid #C1E394;
    border-right: 1px solid #C1E394;
    border-left: 1px solid #C1E394;
	margin-left: 14px;
	margin-right: 3px;
	padding-left: 10px;
	padding-bottom: 3px;
}

#headerRegOnline {
	color: white;
	font-weight: bold;
	font-size: 1.1em;
	padding-left: 10px;
	padding-bottom: 3px;
	background-color: #ED3825;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ED3825;
	border-right-color: #ED3825;
	border-bottom-color: #ED3825;
	border-left-color: #ED3825;
	width: 215px;
}

#DownloadBrochureheader {
	background: #2C65AC;
	color: White;
	font-weight: bold;
	font-size: 1.1em;
    border-top: 1px solid #2C65AC;
    border-right: 1px solid #2C65AC;
    border-left: 1px solid #2C65AC;
	padding-left: 10px;
	padding-bottom: 3px;
	
}



#ITCheader {
	background: #CADB2A;
	color: Black;
	font-weight: bold;
	font-size: 1.1em;
    border-top: 2px solid #CADB2A;
    border-right: 2px solid #CADB2A;
    border-left: 2px solid #CADB2A;
	padding-left: 10px;
	padding-bottom: 3px;	
}

#LetUsKnowheader {
	background: #FDAF17;
	color: Black;
	font-weight: bold;
	font-size: 1.1em;
    border-top: 2px solid #FDAF17;
    border-right: 2px solid #FDAF17;
    border-left: 2px solid #FDAF17;
	padding-left: 10px;
	padding-bottom: 3px;	
}





#quicklinksheader {
	color: white;
	font-weight: bold;
	font-size: 1.1em;
	padding-left: 10px;
	padding-bottom: 3px;
	width: 210px;
	background-color: #ED3825;
	border-top-width: 2px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #ED3825;
	border-right-color: #ED3825;
	border-bottom-color: #ED3825;
	border-left-color: #ED3825;
}
#leftcolumnitemheader1 {
	background: #CADB2A;
	color: Black;
	font-weight: bold;
	font-size: 1.1em;
    border-top: 1px solid #CADB2A;
    border-right: 1px solid #CADB2A;
    border-left: 1px solid #CADB2A;
	padding-left: 10px;
	padding-bottom: 3px;
}


#leftcolumnitemheader2 {
	background: #2C65AC;
	color: White;
	font-weight: bold;
	font-size: 1.1em;
    border-top: 1px solid #2C65AC;
    border-right: 1px solid #2C65AC;
    border-left: 1px solid #2C65AC;
	padding-left: 10px;
	padding-bottom: 3px;
}
#regOnline {

    width: 215px;
    margin-bottom: 20px;
    margin-right: auto;
    margin-left: auto;
}
#regonlinecontent {
    background-color: #fffff2;
    border-top: 2px solid #ED3825;
	border-right: 2px solid #ED3825;
    border-bottom: 2px solid #ED3825;
    border-left: 2px solid #ED3825;
    padding-top: 5px;
	width:225px;
}
#regonlinecontent a {
	color: #2C65AC;
}
