body {
    background: #ffffff;
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
}

#main {
    background: #dededc;
    width: 960px;
    padding: 0 0 6px 0;
    margin: 0 auto;
}

#top {
    width: 940px;
    height: 20px;
    margin-left: 10px;
    background-image: url('/images/globe_top.gif');
}

#header {
    width: 940px;
    height: 123px;
    margin-left: 10px;
    background-image: url('/images/globe_header.gif');
}

h1 {
	font-size: 20px;
}

h2 {
	font-size: 18px;
}

    #header #logo {
        position: absolute;
		border: none;
        margin-left: 17px;
        margin-top: 15px;
    }

    #header #topSearch {
        position: absolute;
        width: 200px;
        float: right;
        margin-left: 740px;
        margin-top: 47px;
    }

    #header #topMenu {
        padding-top: 91px;
        height: 32px;
        margin-left: 234px;
        font-size: 13px;
        overflow: hidden;
    }

        #header #topMenu ul {
            margin: 0;
            padding: 0;
            list-style: none;
        }

        #header #topMenu li {
            display: inline-block;
            float: left;
        }

            #header #topMenu li a {
                display: block;
                padding: 6px 31px 10px 30px;
                background-image: url('/images/separator.gif');
                background-repeat: no-repeat;
                letter-spacing: 0.1em;
                color: #ffffff;
                text-decoration: none;
                margin-right: -1px;
                text-shadow: 0.1em 0.1em #006221;
            }

                #header #topMenu li a:hover, #header #topMenu li.current a {
                    color: #000000;
                    background: #ffffff;
                    border-top-left-radius: 8px;
                    border-top-right-radius: 8px;
                    box-shadow: 3px -1px 10px #006221;
                    text-shadow: 0.1em 0.1em #f0f0f0;
                }

#frontSplash {
    background: #ffffff url('images/splashbg.png');
    width: 940px;
    height: 373px;
    margin-top: 10px;
    margin: 10px 0 0 10px;
    box-shadow: 0 0 10px #cccccc;
}


#contentPage {
    width: 960px;
    margin-top: 10px;
}

    #contentPage #leftContentArea, #contentPage #mainContentArea, #contentPage #rightContentArea {
        float: left;
        margin: 10px;
        background: #ffffff;
        border-radius: 8px;
        box-shadow: 0 0 10px #cccccc;
    }

    #contentPage #leftContentArea  {
        width: 220px;
        padding-bottom: 10px;
    }

	#contentPage #leftContentArea .textContent
	{
		padding: 0 10px;
	}

	#contentPage #leftContentArea .textContent img, #contentPage #rightContentArea img{
        max-width: 180px;
    }

    #contentPage #rightContentArea {
        width: 180px;
        padding: 20px;
    }

        #contentPage #leftContentArea h3 {
            background: #5e9e6e;
            margin: 0;
            padding: 5px 22px;
            color: #ffffff;
            font-weight: normal;
            font-size: 13px;
            text-shadow: 0.1em 0.1em #006221;
            border-radius: 5px;
        }

        #dateMenu, #leftMenu {
            padding: 10px;
        }

        #dateMenu a, #leftMenu a {
            text-decoration: none;
        }

        #dateMenu ul, #leftMenu ul{
            list-style-type: none;
            margin: 0;
            padding: 0;
            display: block;
        }

        #dateMenu ul li, #leftMenu ul li {
            border-bottom: solid 1px #cccccc;
            padding: 4px;
            
        }

        #dateMenu ul li a, #leftMenu ul li a  {
            display: block;
            color: #000000;
            background: url('/images/dateMenuArrow_right.gif') no-repeat 0 5px;
            padding-left: 15px;
        }

         #dateMenu ul li.expanded a, #leftMenu ul li.expanded a  {
            background: url('/images/dateMenuArrow_down.gif') no-repeat 0 5px;
        }

        #dateMenu ul li.current, #leftMenu ul li.current {
            font-weight: bold;
        }

        #dateMenu ul li.sub{
            padding: 0;
            margin: 0;
        }

        #dateMenu ul li.sub ul, #leftMenu ul li.sub ul{
            padding: 0;
            margin: 0;
        }

        #dateMenu ul li.sub ul li, #leftMenu ul li.sub ul li{
            border: none;
            font-size: 11px;
        }
        #dateMenu ul li ul li.current, #leftMenu ul li ul li.current{
            font-weight: normal;
            text-decoration: underline;
        }
        #dateMenu ul li.sub ul li a, #leftMenu ul li.sub ul li a{
            background: none;
            border: none;
        }

    #contentPage #mainContentArea {
        padding: 20px;
    }

    #contentPage .wideContent {
        width: 660px;
    }

        #contentPage .wideContent img {
            max-width: 660px;
			margin-bottom: 10px;
        }

    #contentPage .narrowContent {
        width: 420px;
    }

        #contentPage .narrowContent img {
            max-width: 420px;
			margin-bottom: 10px;
        }


    #contentPage #mainContentArea h1, h2 {
        font-weight: normal;
		margin-top: 0;
    }

    #contentPage #mainContentArea p.publishDate {
        margin-top: 40px;
        font-size: 90%;
    }

#footer {
    background: #ffffff;
    width: 845px;
    margin: 10px;
    padding: 30px 20px 20px 75px;
    box-shadow: 0 0 10px #cccccc;
}

    #footer img {
        border: none;
        margin-right: 20px;
        display: block;
        float: left;
    }

    #footer .text {
        display: block;
        font-size: 80%;
        float: right;
    }

.splashWidget {
	position:absolute;
	margin-top: 50px;
	margin-left: 721px;
	background-image: url('/images/trans88.png');
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    overflow: hidden;
}

    .splashWidget .event {
        margin: 10px;
    }

    .splashWidget a.eventLink {
         text-decoration: none;
         color: #000000;
     } 

.splashWidget .event h4 {
    font-weight: normal;
    margin: 5px 0 0 0;
    padding: 0;
    text-transform: uppercase;
}

.splashWidget .event .eventDate {
    font-size: 90%;
    display: block;
    padding-bottom: 10px;
}

.splashWidget .event img {
    border: none;
    margin-bottom: -3px;
    margin-right: 3px;
}

.frontWidget {
    display: inline-block;
    float: left;
    height: 230px;
    background-color: #ffffff;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    margin: 10px;
    overflow: hidden;
    box-shadow: 0 0 10px #cccccc;
}

    .frontWidget h3, .splashWidget h3 {
        margin: 0;
        padding: 2px 10px;
        color: #ffffff;
        background: #10812d;
        font-weight: normal;
        font-size: 13px;
        text-shadow: 0.1em 0.1em #006221;
    }

    .frontWidget .widgetContent, .splashWidget .widgetContent {
        margin: 10px;
    }
.splashWidget img, .frontWidget img, #rightContentArea img{
	max-width: 198px;
}

.oneCol {
    width: 219px;
}

.twoCol {
    width: 461px;
}

.threeCol {
    width: 940px;
}

.newsList {
}

    .newsList .news {
        padding-bottom: 15px;
    }


        .newsList .news .date {
            position: absolute;
            background: #cccccc;
            float: left;
            border-radius: 5px;
            padding: 5px 0;
            width: 40px;
            text-align: center;
            box-shadow: 0 2px 5px #cccccc;
            margin-left: 5px;
        }

            .newsList .news .date .day {
                display: block;
                font-size: 13px;
                font-weight: bold;
            }

            .newsList .news .date .month {
                text-transform: uppercase;
                display: block;
                font-size: 9px;
            }

    .newsList h4, .newsList p {
        padding: 0;
        margin: 0 0 0 65px;
    }

     .newsList a.newsLink {
         text-decoration: none;
         color: #000000;
     } 

    .newsList .news p {
        line-height: 13px;
    }

    .newsList .news h4 {
        padding-top: 2px;
    }

    #sharePageDiv {
        display: none;
        background: #ccffcc;
        border: solid 1px #009933;
        padding: 6px 6px 6px 6px;
        border-radius: 3px;
    }

    #sharePageDiv img {
        border: none;
        margin: 0 12px 0 0 !important;
    }

.eventList ul{
	margin: 0;
	padding: 0;
	list-style: none;
}


.accentForeColor {
    color: #009933;
}

.accentBackgroundColor {
    background: #009933;
}

.clearFloat {
    clear: both;
    margin: 0;
    padding: 0;
    height: 0;
}



















/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
