@charset "UTF-8";
/* CSS Document */

/* FORCE SCROLL BAR ON EACH PAGE (DOES THIS WORK IN IE?) */
html{
	height: 102%;
}
body{
	background: #FFFFFF;
	margin: 0 auto;
	padding:0;
	height: 100%;
}
ul
{
	list-style-type:none;
	padding:0;
}
li
{
    padding-bottom:6px;
    text-indent: -3px;    
    margin-left: 3px;   
}

#container{
	width: 820px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -70px; /* the bottom margin is the negative value of the footer's height */
    background-image:url('../images/navcontents.gif');
}

#footer{
    clear:both;
	width: 820px;
	height: 70px;
	background: #FFFFFF;
	overflow: hidden;
}
#push{
	width: 820px;
	height: 70px;
	overflow: hidden;
}	
	  
#banner{
	height: 120px;
    background-image:url('../images/navcontents.gif');
	width: 820px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

#nav_bar{
    height: 100%;
    float: left;
	position: relative;
	width:108px;
	padding: 3px 6px 0px 6px;
}

/* HOME PAGE MARGINS ARE SLIGHTLY NARROWER THAN OTHERS */
#contents{
    float: right;
    padding-left: 15px;
    padding-right: 15px;
    height: 100%; 
	width: 670px;
	padding-top:22px;
	padding-bottom:22px;
}

#master_calendar_event{
    height: 194px;
    width 664px;
    border-bottom: 3px solid #000000;
    border-top: 3px solid #000000;
    border-left: 3px solid #000000;
    border-right: 3px solid #000000;
}

#master_calendar_date_available{
    background: #DDDDDD;
    float: left;
    padding: 15px 15px 15px 15px;
    height:164px;
    width:100px;
    border-right: 2px solid #999999;
    color: #000000;
    font-family: 'Verdana', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 24px;
}
#master_calendar_date_unavailable{
    background: #FFFFFF;
    float: left;
    padding: 15px 15px 15px 15px;
    height:164px;
    width:100px;
    border-right: 2px solid #999999;
    color: #000000;
    font-family: 'Verdana', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 24px;
}
#master_calendar_information{
    background: #FFFFFF;
    float: right;
    height:194px;
    width:532px;
}
#master_calendar_line{
    background: #FFFFFF;
    float: right;
    height:35px;
    width:520px;
    padding: 6px 6px 6px 6px;
    border-bottom: 2px solid #999999;
    color: #000000;
    font-family: 'Verdana', sans-serif;
    font-size: 13px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 16px;
}
#master_calendar_last_line{
    background: #FFFFFF;
    float: right;
    height:35px;
    width:520px;
    padding: 6px 6px 6px 6px;
    color: #000000;
    font-family: 'Verdana', sans-serif;
    font-size: 13px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 16px;
}

#calendar_day_name{
    background: #FFFFFF;
    float: left;
    height:17px;
    width:62px;
    padding: 5px 2px 1px 2px;
    color: #000000;
    font-family: 'Verdana', sans-serif;
    font-weight: bold;
    font-size: 13px;
    letter-spacing: 0;
    line-height: 13px;
    text-align: center;
    border-bottom: 1px solid #000000;
    border-top: 2px solid #000000;
}

#calendar_not_cps{
    background: #FFFFFF;
    float: left;
    height:50px;
    width:60px;
    padding: 2px 2px 2px 2px;
    color: #000000;
    font-family: 'Verdana', sans-serif;
    font-size: 13px;
    letter-spacing: 0;
    line-height: 13px;
    text-align: right;
    border-bottom: 1px solid #000000;
    border-top: 1px solid #000000;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
}

#calendar_open_cps{
    background: #FF6600;
    float: left;
    height:50px;
    width:60px;
    padding: 2px 2px 2px 2px;
    color: #000000;
    font-family: 'Verdana', sans-serif;
    font-size: 13px;
    letter-spacing: 0;
    line-height: 13px;
    text-align: right;
    border-bottom: 1px solid #000000;
    border-top: 1px solid #000000;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
}

#calendar_closed_cps{
    background: #999999;
    float: left;
    height:50px;
    width:60px;
    padding: 2px 2px 2px 2px;
    color: #000000;
    font-family: 'Verdana', sans-serif;
    font-size: 13px;
    letter-spacing: 0;
    line-height: 13px;
    text-align: right;
    border-bottom: 1px solid #000000;
    border-top: 1px solid #000000;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
}