﻿#mainContentInner{
   padding-top: 68px;
}

#subNav{
height: 28px;
background-image: url(../images/secondNavBack.jpg);  
background-repeat: repeat-x;
position: absolute;
width: 100%;
left: 0px;
top: 0px;
font-size: 10px;
}

#subNav ul{
margin: 0 0 0 30px;
padding: 0;
list-style: none;
}

#subNav ul li{
float: left;
margin: 0px 10px 0px 0px;
}

#subNav ul li a{
color: #353535;
text-decoration: none;
display: block;
padding: 0px 10px 0px 10px;
margin-top: 8px;
margin-right: 10px;
}

#subNav ul li a:hover{
background-color: #B2B2B2;
}

#subNav ul > li.listNavigationActiveLI a{
background-color: #868686;
color: white;
}

body > #calendarParent{
   height: auto;
   min-height: 450px;
}

#calendarParent{
 height: 450px;
 background-color: white;
 padding: 20px 0px  30px 0px;
 position: relative;
}

