﻿	/* Header styles */
    #header 
    {
        clear:both;
        float:left;
        width:100%;
    }
	#header 
	{
		height: 114px;
	    position:relative;
	    background-image : url("images/header_bg1.png");
	    z-index: 1; /* set high enough to pop menu over content area */
	}
    #sloganFloat
    {
	    float: right;
    }
    #sloganLabel
    {
        width: 700px;
        height: 30px;
        color: #ff9900;
        font-weight: bold;
        font-size: small;
        text-align: right;
        padding-top: 55px;
        padding-right: 20px;
    }
    #topNavBar
    {
    	position: absolute;
    	height: 19px;
    	top: 87px;
    	width: 100%;
    	padding: 4px 0px;
    	background-image: url('images/nav_bg.gif');
    }
    #menuPosition
    {
    	position: absolute;
    	height: 19px;
    	top: 87px;
    	width: 575px;
    	padding: 4px 0px;
    	margin-left: 20px;
    	left: 200px;
    }
    /* overlays menuNavBar w/white and sits behind logo to keep it looking good */
    #logoBack
    {
        position : absolute;
        top : 87px; 
        height: 19px;
        padding: 4px 0px;
        width: 218px;	
        background: white;
        z-index: 2;
    }
    #homeLogo
    {
        position : absolute;
        left : 0px;
        top : 0px;
        height : 114px;
        width: 218px;
        z-index: 3;
    }
    .container3 
    {
        /* float:left; */
        width:100%;         /* orig: 100% */
        background: #b7d1e9; 
        overflow:hidden;
        position:relative;
        height: 100%;
        clear:both;
    }
    .container2 
    {
        float:left;
        width:100%;         
        background:white;
        position:relative;
        right:20%;          
        border-right:solid 1px black;
    }
    .container1 
    {
        float:left;
        width:100%;          
        background:white;
        position:relative;
        right:40%;           
    }
    #col1 
    {
        float:left;
        width:36%;           
        position:relative;
        left:62%;            
        overflow:hidden;
    }
    .col2 
    {
        float:left;
        width:36%;           
        position:relative;
        left:66%;            
        overflow:hidden;
    }
    .col2a
    {
        float:left;
        width:75%;           
        position:relative;
        left:22%;            
        overflow:hidden;
    }
    .col3 
    {
        float:left;
        width:20%;           
        position:relative;
        left:68%;            
        overflow:hidden;
        top: -243px;
    }
    /* same as col3 w/o top option */
    .col3a
    {
        float:left;
        width:20%;           
        position:relative;
        left:96%;            
        overflow:hidden;
        border: solid 10px black;
    }
	body 
	{
		margin:0;
		padding:0;
		border:0;			/* This removes the border around the viewport in old versions of IE */
		width:100%;
		background:#fff;
		min-width:950px;    	/* Minimum width of layout - remove line if not required */
						/* The min-width property does not work in old versions of Internet Explorer */
		font: 80% arial, helvetica, sans-serif;
	}
	#dataCollage
    {
    	background-image: url('images/header.jpg');
        background-repeat: repeat-x;
        height: 243px;
        /* width: 732px; */
        width: 80%;
        border-right:solid 1px black;
    }
    #extrasSpacedHeader
    {
        background-image: url('images/upcoming_bg.gif');
        padding: 3px 0px 3px 20px; 
        margin-left: 2px;
        min-width: 200px;
    }
    #events
    {
        /* background-image: url('images/upcoming_bg1.gif'); */
        background-image: url('images/upcoming_bg.gif');
        width: 100%;
        /* background-repeat: repeat-y; */
    }
    .upcomingEvents
    {
        background-image: url('images/upcoming_events1.png');
        width: 100%;
        /* background-repeat: repeat-y; */
        padding: 20px 0px 20px 20px; /* Lame browsers can't pick up right */
        margin-left: 2px;
    }
    .eventDetails
    {
        padding: 20px 0 20px 20px;	
    }
    #upcomingEventsHeader
    {
        color: #003366;
        display: inline;
        font-weight: bold;
	    font-size: 11pt;
	    padding-top: 3px;
	    padding-bottom: 3px;
    }
    div.eventTitle,
    div.eventTitle a:link,
    div.eventTitle a:hover,
    div.eventTitle a:visited,
    div.eventTitle a:active,
    div.eventTitle a:focus
    {
        font-family: Verdana, Arial, Helvetica, sans-serif; 
        font-size: 20px; 
        font-weight: bold; 
        color: #FFCC33;
        margin-bottom: 0px;
        text-decoration: underline;		
    }
    div.eventDate,
    div.eventDate a:link,
    div.eventDate a:hover,
    div.eventDate a:visited,
    div.eventDate a:active,
    div.eventDate a:focus
    {
        /* Taken from LightMix */
        font-family: Verdana, Arial, Helvetica, sans-serif; 
        font-size: 11px; 
        font-weight: bold; 
        color: #FFCC33;
        margin-bottom: 0px;
        text-decoration: none;
    }
    div.eventDesc,
    div.eventDesc a:link,
    div.eventDesc a:hover,
    div.eventDesc a:visited,
    div.eventDesc a:active,
    div.eventDesc a:focus
    {
        /* Taken from LightMix */
        font-family: Verdana, Arial, Helvetica, sans-serif; 
        font-size: 11px; 
        font-weight: normal; 
        color: #FFFFFF;
    }
    /* Footer */
	.fcolmask {
		position:relative;	/* This fixes the IE7 overflow hidden bug */
		clear:both;
		float:left;
		width:100%;			/* width of whole page */
		overflow:hidden;		/* This chops off any overhanging divs */
	}
	/* common column settings */
	.fcolleft {
		float:left;
		width:100%;
		position:relative;
		border-right:solid 1px black;
	}
	.fcol1,
	.fcol2 {
		float:left;
		position:relative;
		/* dce may need to put back in master padding:0 0 1em 0; */
		overflow:hidden;
	}
	/* 2 column (right menu) settings */
	.fcolright {
		background:#b7d1e9;		/* right column background colour */
	}
	.fcolright .fcolleft {
		right:20%;			/* 25 right column width */
		background:#fff;		/* left column background fcolour */
	}
    .address
    {
        /* From original LightMix */
        font-family: Verdana, Arial, Helvetica, sans-serif; 
        font-size: 12px; 
        font-weight: normal; 
        color: #336699
    }
    .highlite
    {
    	color: #ff9900;
    }
    #subpageBanner 
    {
    	width: 80%;
    	left: 20%;
        float:left;
        /* width:100%; */
        height:88px;
        background-image: url('images/subpage_bg.gif');
        position:relative;
        clear:both;
    }
    #subpageMiniCollage
    {
        float:right;
        width:420px;
        height:88px;
        background-image: url('images/subpage_right.jpg'); 
        z-index: 5;
    }
    #subpageLogo
    {
    	position:absolute;
    	top: 0px;
    	width: 312px;
    	height: 88px;
    	z-index: 2;
    }

    #subNavTabImage
    {
        padding-bottom: 11px;
    }
    #subNavCol2Up
    {
    	top: -143px;
    }
    .subNavTab
    {
        clear:both;
        position:relative;
        width: 80%;
        left: 20%;
    	padding-top: 2px;
	    background-repeat: repeat-x;
        /* Taken from LightMix */
	    font-family: Verdana, Arial, Helvetica, sans-serif;
	    font-size: 13px;
	    font-weight: normal;
	    /* Removed for spacing consistency! padding: 2px 30px 0px; */
	    padding-bottom: 1px; /* Fixes Firefox */
	    background-color: #D7E5F3;
	    margin: 0px;
        background-image: url(images/subnav_bg.gif);
        /* width: 100%; */
        height: 50px;
        overflow:hidden;
        border-top-width: 0px;
	    border-right-width: 0px;
	    border-bottom-width: 1px;
	    border-left-width: 0px;
	    border-top-style: solid;
	    border-right-style: solid;
	    border-bottom-style: solid;
	    border-left-style: solid;
	    border-top-color: #2E6AA1;
	    border-right-color: #2E6AA1;
	    border-bottom-color: #2E6AA1;
	    border-left-color: #2E6AA1;
    }
    .subNavTabOffset
    {
    	position: relative;
    	left : 20px;
    }	
    .fcolright .fcol1 {
		width:76%;			/* left column content width (left column width minus left and right padding) */
		left:22%;			/* (right column width) plus (left column left padding) */
	}
