#home {
    float: left;
    background: url(/media/img/new-logo.png);
    width: 424px;
    height: 130px;
}
    #home a {
        display: block;
        width: 100%;
        height: 100%;
    }

#header ul {
    float: left;
    list-style: none;
    padding: 0;
    margin: 0;
    list-style-type:none;
}
    #header ul li {
        float: left;
    }
        #header ul li a {
            float: left;
            height: 25px;
            text-align: center;
            text-transform: uppercase;
            text-decoration: none;
            color: #E1E4EE;
            padding-top: 105px;
            font-size: 0.8em;
            font-weight: bold !important;
        }
        #header ul li a:hover{
            /*color:#454F6F;*/
            color:#353E59
        }
            #header ul li.services a {
                width: 82px;
                background: url(/media/img/header_00.png);
            }
            #header ul li.products a {
                width: 83px;
                background: url(/media/img/header_01.png);
            }
            #header ul li.board a {
                width: 89px;
                background: url(/media/img/header_02.png);
            }
            #header ul li.staff a {
                width: 84px;
                background: url(/media/img/header_03.png);
            }
            #header ul li.links a {
                width: 79px;
                background: url(/media/img/header_04.png) left;
            }

        #header ul li.services_selected a {
            width: 82px;
            color:#353E59;
            background: #000 url(/media/img/header_00_selected.png);
        }
        #header ul li.products_selected a {
            width: 83px;
            color:#353E59;
            background: #000 url(/media/img/header_01_selected.png);
        }
        #header ul li.board_selected a {
            width: 89px;
            color:#353E59;
            background: #000 url(/media/img/header_02_selected.png);
        }
        #header ul li.staff_selected a {
            width: 84px;
            color:#353E59;
            background: #000 url(/media/img/header_03_selected.png);
        }
        #header ul li.links_selected a {
            width: 79px;
            color:#353E59;
            background: #000 url(/media/img/header_04_selected.png);
        }

#search {
    background: url(/media/img/grad.png) repeat-y;
    color: #E1E4EE;
    font-weight: bold;
    float: left;
    width: 174px;
    padding: 2px 5px 8px 5px;
    margin: 1px 0 0.5em;
    clear: both;
}
    #search input {
        float: left;
        width: 135px;
        border: 1px solid #000;
        height:14px;
    }
    #search input.button {
        float: right;
        width:31px;
        height:17px;
        border:none;
    }
    #search label{
        color:#E1E4EE;
        font-size:0.75em;
    }

#content {
    float: left;
}
    #content h1 {
        margin: 0;
        padding: 0;
        /*padding-left:60px;*/
    }

h1#event_list_heading {
	height: auto;
}


/* YouTube Magic Variables */

.youtube {
	display: inline-block;
	margin-bottom: 4px;
}

.youtube object {
	display: block;
	margin: 0 auto;
}

.youtube.full {
	width: 100%;
}

.youtube.left {
	float: left;
	margin-right: 15px;
}

.youtube.right {
	float: right;
	margin-left: 15px;
}

