html
{
    height: 100%;
    width: 100%;
}

body /* Default Site Style */
{
    margin: 0;
    color: black;
    font-size: small;
    font-family: Arial;
    text-decoration: none;
    background-color: #ffffff;
}

/* start of default hyperlink style */

A:link, A:visited
{
    color: Black;
    cursor: pointer;
    text-decoration: underline;
}

A:Hover
{
    color: #0D6D97;
    cursor: pointer;
    text-decoration: underline;
}

/* Site Map Styles */

.SiteMap .rpRootGroup .rpItem
{
    float: left;
    padding: 1px;
    width: 200px;
}

.SiteMap.RadPanelBar_SiteMap > .rpRootGroup > .rpItem
{
    height: 220px;
    padding-bottom: 10px;
}

.OtherSites .rpRootGroup .rpItem
{
    padding: 1px;
}

.LocMapRepeater
{
    float: left;
    width: 94%;
    margin-bottom: 50px;
    padding-top: 3px;
    padding-left: 2px;
    padding-bottom: 15px;
    border: solid 1px salmon;
}

.LocListNiches
{
    float: left;
    width: 100%;
    margin-bottom: 15px;
    margin-left: -10px;
}

.LocListNiches ul li
{
    list-style: circles;
}

.LocListNiches .rmItem a
{
    float: left;
    font-size: 135%;
    padding: 3px;
    margin-right: 400px;
}

.LocListNiches .rmItem a:hover
{
    cursor: pointer;
}

.LocMap
{
    float: left;
    width: 100%;
    padding-top: 10px;
}

.LocMap .rmItem a:hover
{
    cursor: pointer;
}

.LocMapImage
{
    float: left;
    padding-right: 230px;
    padding-bottom: 10px;
    width: 500px;
}

.LocMapTitle
{
    font-size: 150%;
    float: left;
    padding-left: 12px;
}

.LocMapText
{
    float: left;
    width: 100%;
    padding-left: 12px;
    padding-top: 10px;
}

.LocationsContent
{
    float: left;
}

.LocationsContent2
{
    margin-top: 10px;
    float: left;
}

/* Site Map Styles */

.hiddenStyle
{
    visibility: hidden;
}

.StatCounter
{
    visibility: hidden;
}

.BacklinkStyle
{
    display: none;
    position: absolute;
}

.QuestionStyle
{
    font-weight: bold;
}

.BoldStyle
{
    font-weight: bold;
}

.StrapStyle
{
    font-weight: bold;
    color: #0D6D97;
}

.QuoteStyle
{
    font-weight: bold;
    font-style: italic;
    color: #00008b;
}

.SiteQuoteStyle
{
    font-weight: bold;
    font-style: italic;
    color: #0D6D97;
}

.SiteQuoteStyle a:hover
{
    color: #0D6D97;
    cursor: pointer;
    text-decoration: underline;
}

.QuoteStylelName
{
    font-weight: bold;
    float: right;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 10px;
    text-align: right;
    font-style: normal;
}

.BulletStyle
{
    padding-bottom: 10px;
    padding-left: 40px;
    float: left;
    width: 100%;
}

/* Custom List Styles */

.Indent
{
    padding-bottom: 10px;
    padding-left: 40px;
    float: left;
    width: 100%;
}

.BulletStyle_Square
{
    padding-bottom: 10px;
    padding-left: 40px;
    float: left;
    width: 100%;
}

.BulletStyle_Square li
{
    list-style-image: url( '../../Client/Images/ListStyle/Square.png' );
}


.BulletStyle_Circle
{
    padding-bottom: 10px;
    padding-left: 40px;
    float: left;
    width: 100%;
}

.BulletStyle_Circle li
{
    list-style-image: url( '../../Client/Images/ListStyle/Circle.png' );
}


.BulletStyle_Arrow
{
    padding-bottom: 10px;
    padding-left: 40px;
    float: left;
    width: 100%;
}

.BulletStyle_Arrow li
{
    list-style-image: url( '../../Client/Images/ListStyle/Arrow.png' );
}

.BulletStyle_Logo
{
    padding-bottom: 10px;
    padding-left: 40px;
    float: left;
    width: 100%;
}

.BulletStyle_Logo li
{
    list-style-image: url( '../../Client/Images/ListStyle/Logo.png' );
}

/* Custom List Styles */


.PageTitle
{
    font-family: Arial;
    font-size: 200%;
    color: #0D6D97;
}

.IndentStyle
{
    padding-bottom: 10px;
    padding-left: 17px;
    float: left;
    width: 100%;
}

/* Site Text Style */

.SiteStyle
{
    width: 750px;
    font-size: 120%;
    color: Black;
}

.SiteStyle .Title
{
    color: black;
}

.SiteStyle img
{
    border: none;
}

/* ExtraMenu News and Press Text Style */

.NewsandPressStyle
{
}

.NewsandPressStyle .Title
{
    font-weight: bold;
}

.NewsandPressStyle .BulletPadding
{
}

.NewsandPressStyle A:link, A:visited
{
}

.NewsandPressStyle A:Hover
{
}

/* ExtraMenu Testimonials Text Style */

.TestimonialsStyle
{
}

.TestimonialsStyle .Title
{
    font-weight: bold;
}

.TestimonialsStyle .BulletPadding
{
}

.TestimonialsStyle A:link, A:visited
{
}

.TestimonialsStyle A:Hover
{
}
/* ExtraMenu UsefulLinks Text Style */

.UsefulLinksStyle
{
    color: Black;
}

.UsefulLinksStyle .Title
{
    font-style: italic;
    font-weight: bold;
    color: Blue;
}

.UsefulLinksStyle .BulletPadding
{
}

.UsefulLinksStyle A:link, A:visited
{
}

.UsefulLinksStyle A:Hover
{
}
/* ExtraMenu Videos Text Style */

.VideosStyle
{
}

.VideosStyle .Title
{
    font-weight: bold;
}

.VideosStyle .BulletPadding
{
}

.VideosStyle A:link, A:visited
{
}

.VideosStyle A:Hover
{
}

.VideoColumnLeft
{
    float: left;
    width: 60%;
}

.VideoTextBox
{
    height: 180px;
    float: left;
}

.VideoColumnRight
{
    float: left;
    width: 40%;
}

/* Contact Form */

.ContactASPXContainer
{
}

.ContactASPXTitle
{
    float: left;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    font-weight: bold;
    font-style: italic;
    color: #0D6D97;
}

.ContactASPXContent
{
    float: left;
    width: 100%;
    padding: 2px;
}

.detailsLeft
{
    float: left;
    text-align: left;
    width: 350px;
    margin-top: 20px;
    margin-right: 40px;
}
.detailsRight
{
    float: left;
    text-align: left;
    width: 350px;
    margin-top: 20px;
}
.ContactASPXTextLeft
{
    width: 100px;
    line-height: 22px;
}
.ContactASPXBoxLeft
{
    float: right;
    width: 180px;
}
.ContactASPXAddInfo
{
    float: right;
    width: 575px;
}
.AddInfo
{
    float: left;
    text-align: left;
    width: 745px;
}

.Address
{
    float: left;
    text-align: left;
    width: 350px;
}

.Errors
{
    float: right;
    text-align: left;
    width: 450px;
    color: Green;
}

.ContactAddressLeft
{
    float: left;
    width: 300px;
    margin-left: 20px;
}

.ContactAddressRight
{
    float: left;
    width: 300px;
}
.ComboBox
{
    font-family: Verdana;
    font-size: 12pt;
    font-weight: bold;
}
/* Contact Form */

/* Website Layout */

.PageCurl
{
    float: right;
}

.MainContainer
{
    width: 1102px;
    top: 0px;
    bottom: 3.5em;
    margin: auto;
}

.LeftPane
{
    float: left;
    width: 800px;
    height: 600px;
}

.RightPane
{
    height: 379px;
    width: 300px;
    float: right;
}

.BillboardRotator
{
    height: 100%;
    width: 100%;
}

.BillboardRotator img
{
    border: none;
}

.BillboardRotator
{
    cursor: pointer;
}

.Testimonials
{
    height: 136px;
    width: 302px;
    float: right;
    margin-top: 15px;
    font-weight: bold;
    background-image: url( '../../Client/Images/SiteStyle/Quotes.gif' );
}

.HotButtonsContainer
{
    width: 302px;
    float: left;
    margin-top: 30px;
}

.HotButtonsRow1
{
    float: left;
    width: 306px;
}

.HotButtonsRow2
{
    float: left;
    width: 306px;
}

.HotButtonsRow3
{
    float: left;
    width: 306px;
}

.HotButtonsContent
{
    color: black;
    font-size: small;
}

.HotButton
{
    float: left;
    cursor: pointer;
    margin-right: 4px;
    margin-bottom: 4px;
    opacity: 0.9;
}

.HotButton:hover
{
    opacity: 1.0;
}


#MenuPane
{
    width: 840px;
    height: 55px;
    padding-top: 10px;
    bottom: 5px;
    color: Black;
    margin: auto;
}

.MainMenu
{
    float: left;
}

.ExtraMenu
{
    float: left;
}

.RadMenu
{
}

.SubMenuRotator
{
    cursor: pointer; /*	background-image: url('../../Client/Images/SiteStyle/RotatorClick.gif');*/
    background-repeat: no-repeat;
    margin-left: -100px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.RotatorImage
{
}

.BigImageContainer
{
    width: 750px;
    height: 300px;
}

.LocImageContainer
{
    width: 750px;
    height: 300px;
    padding-bottom: 20px;
}

/* Testimonial Rotators Style */

.TestimonialRotatorContent
{
    float: right;
    text-align: left;
}

.TestimonialRotatorText
{
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
    color: #0D6D97;
}

.TestimonialRotatorName
{
    text-align: right;
    margin-top: 10px;
}

.TestimonialName
{
    font-weight: bold;
    float: right;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 30px;
    text-align: right;
    font-style: normal;
}

.QuoteEnd
{
    float: right;
}

.QuoteRight img
{
    margin-bottom: -10px;
}

.Highlight
{
    color: Red;
}

.KeywordsForm
{
    width: 750px;
    float: left;
}

.LogInStyle
{
    background-image: url('../../Client/Images/SiteStyle/LogInBox.png');
    background-repeat: no-repeat;
    padding: 20%;
    height: 46%;
    width: 68%;
    margin-left: 155px;
    margin-top: 147px;
    float: left;
}

.LogInForm
{
    background-color: Red;
}

.CompanyTelNoContainer
{
    float: left;
    margin-top: 15px;
}

.CompanyTelNo
{
    font-size: 198%;
}

/* Affiliate Rotator */

.Affiliates
{
}

.AffiliateRotator
{
    float: left;
    text-align: center;
    margin-top: 15px;
    height: 100px;
    width: 300px;
}

.AffiliateRotatorImage
{
    cursor: pointer;
    text-align: center;
}

.AffiliateRotatorText
{
    font-family: Arial;
    font-size: 85%;
    width: 100%;
    text-align: center;
    font-weight: bold;
}

/* BLC Photo Galler */

.PhotoGallery
{
    float: left;
}

.PhotoGalleryImage
{
    margin-right: 26px;
}

.PhotoGalleryBreak
{
    height: 26px;
    width: 100%;
    float: left;
}

/* BLC Table */

.BLCTable
{
    float: left;
    width: 750px;
}

.BLCTableLeft
{
    float: left;
    width: 10%;
}

.BLCTableRight
{
}


/* BLC Address */


.LunchClubContactAddressLeft
{
}

.LunchClubContactAddressRight
{
}

/* Team Pages */

.TeamLeft
{
    float: left;
    width: 450px;
}

.TeamRight
{
    float: right;
    width: 260px;
    margin-top: 52px;
}

.TeamQuoteBG
{
    background-image: url('../../Client/Images/SiteStyle/TeamQuoteBG.gif');
    background-repeat: repeat;
    float: left;
    padding: 4px;
    padding-left: 6px;
}

.TeamQuote
{
    float: left;
    width: 450px;
    text-align: left;
    font-size: 95%;
}

.TeamQuoteText
{
    float: left;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 6px;
    text-align: justify;
    font-style: italic;
}

.TeamQuoteRight
{
    float: right;
}

.TeamQuoteName
{
    font-weight: bold;
    float: left;
    width: 421px;
    padding-top: 5px;
    text-align: right;
    font-style: normal;
}

.TeamBulletStyle
{
    padding-bottom: 10px;
    padding-left: 20px;
    float: left;
    width: 213px;
}

.TeamQuoteItalic
{
    font-style: italic;
    font-weight: bold;
}
