@CHARSET "UTF-8";

/******************/
/* Background Div */
/******************/

#headerLinks {
    height: 83px;
    width: 1024px
}

/****** LandingPages *****/
/******** Buttons ********/

a#buttonLinkRight {
    display: block;
    float: right;
    width: 195px;
    height: 83px;
    margin-right: -426px;
}

a#buttonCoupons {
    display: block;
    float: right;
    width: 195px;
    height: 83px;
    margin-right: -216px;
}

/****** SubPages *****/
/******** Buttons ********/

a#headerLinkRight {
    display: block;
    float: right;
    width: 195px;
    height: 83px;
    margin-right: 3px;
}

a#viewCoupons {
    display: block;
    float: right;
    width: 195px;
    height: 83px;
    margin-right: 15px;
}

a#viewCoupons2 {
    display: block;
    float: right;
    width: 195px;
    height: 83px;
    margin-right: 240px;
}

#backgroundHome {
    background: url(../images/home/backgroundHome.jpg) no-repeat;
    background-position: top;
}

/***************/
/* Content Div */
/***************/

#contentLeftPane h2, #contentLeft h2 {
    color: #FFFFFF;
    font-weight: normal;
}

#contentHome {
    background: url(../images/home/welcomeHome.jpg) no-repeat;
}

#contentCenter {
    background-color: #FFFFFF;
    width: 358px;
}

#pageContent h2 {
	font-weight: normal;
	font-family: Georgia, Arial, san-serif;
	text-transform: uppercase;
}

#tourLink {
	width: 300px;
	margin-left: 20px;
}

/****************/
/*  Footer Div  */
/****************/

#featuredNewsTop {
    height: 133px;
}

#featuredEventBottom {
    height: 133px;
}

#footerCenter {
    width: 560px;
    float: left;
}

#footerMenu {
	margin-left: -70px;
}

#createdBy {
	margin-left: 10px;
}

a#logoLink {
    margin-left: 60px;
}

/***************/
/* main nav */
/***************/

#mainNav {
    text-decoration:none;
    padding:0 0 0 0;
    width: 358px;
    list-style: none;
}

/**********************/
/* Chamber Menu Image */
/**********************/

a#page2 {
    width: 104px;
    height: 50px;
    display: block;
    background: url(../images/navImages/chamberMenuLogo.jpg) no-repeat;
    border: none;
    float: left;
}

/***********************/
/* Visitors Menu Image */
/***********************/

a#page3 {
    width: 86px;
    height: 50px;
    display: block;
    background: url(../images/navImages/visitorsMenuLogo.jpg) no-repeat;
    border: none;
    float: left;
}

/************************/
/* Community Menu Image */
/************************/

a#page4 {
    width: 108px;
    height: 50px;
    display: block;
    background: url(../images/navImages/communityMenuLogo.jpg) no-repeat;
    border: none;
    float: left;
}

/*************************/
/* featured events items */
/*************************/

#events-table .imageCell {
    width: 75px;
    height: 120px;
    margin: 5px 0 0 10px;
    
}

#events-table .descCell {
    padding-left: 12px;
    padding-bottom: 8px;
    color: #000000;
}