/* Global Resetting */
html{	
	width: 100%;
	height: 100%;
	background-image: url(../images/bg_image.gif);
    background-position: top right;
    background-repeat: no-repeat;
}
body {
	width: 100%;
	height: 100%;
	font-size: 75%;
	/* reset font-sizes to 1em == 12px */
}
* {
	font-size: 1em;
	/* reset font-sizes to 1em == 10px */
	padding: 0;
	margin: 0;
	font-family: Arial,Helvetica,sans-serif;
	list-style:none;
}
a img{
	border:0;
}
.clear{
	clear:both;
}

/* Layout CSS */

#Main {
    margin: auto;
	width:1004px;
}
#Header {
    width: 1004px;
    height: 85px;
    float: left;
}
    #Header img#Logo {
        float: left;
        margin-left: 19px;
        margin-top: 23px;
    }

#ContentContainer {
    width: 828px;
    float: left;
}

#Content {
	width: 650px;
    margin: 0px 1px;
	float: right;
    border-top: 11px solid #CCCCCC;
    padding-top: 1px;
}
    #EventHolder #Content ul {
        margin: 0px;
    }
    #EventHolder #Content ul li {
        margin: 0px;
    }

    #Content .EventsList ul {
        margin-bottom: 0px;
        margin-top: 2px;
    }
    #Content .EventsList ul li {
        background-image: url(../images/balk_off.gif);
        background-repeat: no-repeat;
        line-height: 42px;
        list-style-type: none;
        clear: both;
        cursor: pointer;
    }
        #Content .EventsList ul li.active {
            background-image: url(../images/balk_on.gif);
        }
        #Content .EventsList ul li:hover{
            background-image: url(../images/balk_on.gif);
        }
        #Content .EventsList ul li span.DateDay{
            margin: auto 15px;
            font-style: italic;
            font-size: 1.2em;
            font-weight: bold;
        }
        #Content .EventsList ul li span.DateWeekday{
            font-size: 2em;
            font-weight: bold;
            letter-spacing: 2px;
        }
        #Content .EventsList ul li ul li {
            background-image: none;
            line-height: normal;
        }
            #Content .EventsList ul li ul li p {
                float: left;
                margin: 5px;
                padding: 0px;
                line-height: 20px;
            }
                #Content .EventsList ul li ul li p.eventDateTitle {
                    margin-left: 51px;
                    font-size: .9em;
                }
                #Content .EventsList ul li ul li p.eventLocation {
                    font-size: .9em;
                }

#Navigation {
    width: 176px;
    height: 300px;
    float: left;
    border-top: 11px solid #FF9900;
}

    #Navigation ul {
        margin-top: 17px;
        margin-left: 21px;
    }

    #Navigation li {
        list-style-image: url(../images/bullet.gif);
        list-style-position: inside;
        margin-top: 10px;
        font-size: 1em;
    }

    #Navigation li a {
        color: black;
        text-decoration: none;
        text-transform: uppercase;
    }

        #Navigation li a:hover {
            text-decoration: underline;
        }
    
    #Navigation ul#Sub-Menu {
        font-size: .9em;
        margin-top: 7px;
    }

        #Navigation ul#Sub-Menu li {
            font-size: 1em;
            margin-top: 5px;
        }

#Extra {
    width: 176px;
    float: right;
    border-top: 11px solid #FF9900;
    padding-top: 4px;
}

    #Extra h3 {
        margin-top: 16px;
        font-size: 1.1em;
        font-weight: bold;
        padding: 0px 16px;
    }

    #Extra p {
        padding: 0px 16px;
    }

    #Extra fieldset {
        padding: 0px 16px;
    }

    #Extra #SearchForm_SearchForm fieldset {
        border: 0px;
    }

    #Extra #SearchForm_SearchForm_Search {
        width: 100%;
        border: 1px solid black;
        height: 20px;
        font-size: 1.2em;
    }

    #Extra form#SearchForm_SearchForm div#Search {
        float: left;
        width: 100%;
    }
    #Extra form#SearchForm_SearchForm input#SearchForm_SearchForm_action_results {
        float: right;
    }

#Footer {
    width: 1004px;
    float: left;
    text-align: right;
    border-top: 1px dotted black;
    margin-top: 40px;
}

#calendar {
    border: 2px solid #FC6;
    width: 84%;
    margin: 3px 8%;
    font-size: 10px;
}
    #calendar th {
        background: #FC6;
        font-weight: normal;
        text-transform: uppercase;
    }
    #calendar td, #calendar th {
        margin: 0px;
        padding: 2px;
        text-align: right;
    }
        #calendar td a {
            color: white;
            background-color: #F90;
            text-decoration: none;
            padding: 1px;
        }
    #calendar td.othermonth {
        color: #999;
    }
