@import url("custom_vacation_common.css");

BODY
{
    background-color: #1A3F64;
}
#banner
{
    /*position: relative;*/
    border: none;
    margin-bottom: 2px;
    text-decoration: none;
}
#title .frontText
{
    color: #DBCD83;
    display: none;
}
#title
{
		display: none;
}
#slogan
{
		display: none;
}
TD.centerColumn/*, #homeRightCol*/
{
    background-color: #9fc1dd;
    border: none;
}
BODY.home TD.centerColumn
{
    /*background-image: url(./images/southburlington_home.png);*/
}
#burlingtonBanner
{
		width: 543px;
		height: 392px;
		position: absolute;
		top: 0px;
		left: 0px;
}
BODY.inner TD.rightColumn
{
    background-color: #91B3D6;
    border: none;
}
BODY.inner #mainTable
{
    border-right: none;
}
TD.leftColumn
{
		width: 192px;
}
#homeBanner
{
    position: absolute;
    width: 100%;
    bottom: 0px;
    color: white;
    border-top: none;
    border-bottom: none;
    background-image: none;
    font: bold 30pt Georgia, Times New Roman, Times, serif;
    margin-bottom: 20px;
    display: none;
}
A
{
    color: #000;
}

A:hover
{
    color: #555;
}
.leftColumn A
{
    color: #000;
}
.leftColumn A:hover
{
    color: #555;
}

.headline1, .headline2, .headline3, .headline4
{
    color: white;
}


.frontText
{
    color: white;
}
.shadowText
{
    color: black;
}


.contentbox_left, .searchbox, .subnavbox
{
    background-color: #84a137;
    border: none;
}
.contentbox_left_header, .searchbox_header, .subnavbox_header
{
    color: #000;
}
.contentbox_right_header, .sidebar_header
{
    color: #000;
}
A.goButton, A.goButton:hover
{
		display: block;
    border: 1px solid #000;
    padding: 2px 3px 2px 3px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    font-size: 7pt;
    background-color: #000;
}
A.goButton:hover
{
	background-color: #2b2b2b;
}


.footer
{
    color: white;
    background-color: #72853f;
		border: none;
    border-top: 8px solid black;
}
span.fNavText
{
		color: #91B3D6;
}
A.footernav, #pvFooter A, .verticalLogo_text A
{
    font-size: 8pt;
    color: #91B3D6;
}

A.footernav:hover, #pvFooter A:hover, .verticalLogo_text A:hover
{
		color: #a6cef5;
}



/* menu TITLE style */
A.menuTitle, A.menuTitle_hi
{
    color: #fff;
    background-color: #84a137;
    border: none;
}
A.menuTitle_hi, A.menuTitle:hover, A.menuTitle_hi:hover
{
    color: #fff;
    background-color: #4b7428;
}


/* menu ITEM style */
A.menuItem, A.menuItem_hi, A.menuItem:visited, A.menuItem_hi:visited
{
    color: #fff;

}
A.menuItem_hi
{
    background-color: #84a137;
}
A.menuItem:hover, A.menuItem_hi:hover
{
    color: #fff;
    background-color: #84a137;
}

/* MENU style */
DIV.menu
{
    background-color: #4b7428;
    border: none;
}

#navSec SPAN.horizNavDivider
{
    color: #888;
}



.calMonth TABLE, .calDayHeading /* calendar grid color */
{
    background-color: #1A3F64;
}

.calGrayDay {
    background-color: #C4CDD6;
    color: #949Da6;
}

.calToday {
    /*background-color: #FFD;*/
}

.eventTip
{
    border-color: #550;
    background-color: #EFE9C7;
    color: black;
}