html {
    height: 100%;
}

body {
    background: #696a6e url(/media/img/background_shadow.png) repeat-y center;
    font: 80% Verdana, Helvetica, Arial, sans-serif;
    height: 100%;
    margin: 0 auto;
    width: 752px;
}
h1{
    /*
    background: url(/media/img/symbol.gif) no-repeat left top;
    padding-left: 60px;
    */
    color: #4e526c;
    font-size: 16pt;
    font-weight: normal;
    height: 43px;
    line-height: 1.1;
    margin:0 0 5px 0;
    text-transform: uppercase;
}
h2{
    background: #9596a8;
    color: #efeff1;
    font-weight: normal;
    font-size: 10pt;
    font-weight: bold;
    margin: 14px 0 5px 0;
    padding: 0.1em 0 0.1em 0.4em;
    text-transform: uppercase;
}
hr {
    border: 0;
    border-top: 1px solid #9596a8;
    width: 100%;
}
a {
    color: #2a3457;
    overflow:hidden;
}

p {
    padding: 0.25em 0;
    margin: 0;
}

em{
    display:block;
    width:99%;
}

#page {
    border: 1em solid #000;
    border-width: 0;
    height: 100%;
}
#non-footer {
    min-height: 100%;
    position: relative;
}

* html #non-footer {
    height: 100%;
}

#rubric {
    float: left;
    width: 566px;
    height: 206px;
    overflow: hidden;
}

#navigation {
    background: #fff;
    xclear: both;
    float: left;
    width: 185px;
}
    #navigation ul#minisites {
        list-style: none;
        padding: 0;
        margin: 0;
        float: left;
        width: 100%;
        list-style-type:none;
    }

#minisites a {
    display: block;
    text-align: center;
    color: #2a3457;
    margin-bottom:12px;
    text-decoration:none;
}
#minisites a span{
    display:block;
    padding:76px 0 0 0;
}
#minisites .login a {
    background: url(/media/img/place_login.png) no-repeat;
}
#minisites .advisor a {
    background: url(/media/img/place_advisor.png) no-repeat;
}
#minisites .hillington a {
    background: url(/media/img/place_hillington.png) no-repeat;
}
#minisites .atrium a {
    background: url(/media/img/place_atrium.png) no-repeat;
}
#minisites .wellness a {
    background: url(/media/img/place_wellness.png) no-repeat;
}
#minisites .alba a {
    background: url(/media/img/place_alba.png) no-repeat;
}
#minisites .wireless a {
    background: url(/media/img/place_wireless.png) no-repeat;
}
#minisites .interactive a {
    background: url(/media/img/place_interactive.png) no-repeat;
}

#sitemap {
    float: left;
    width: 184px;
    clear: both;
    list-style: none;
    padding: 0;
    margin: 0 0 0.5em;
    text-transform: uppercase;
    font-size:0.75em;
    font-weight: bold;
}
    #sitemap #home {
        margin-bottom: 0;
    }
    #sitemap a {
        display: block;
        color: #dfe4f0;
        padding: 0.7em 0.5em;
        text-decoration: none;
        width:94.5%;
    }
    #sitemap a:hover {
        color: #22304c;
        background: #dfe4f0;
    }
    #sitemap li {
        background: #22304c;
        border-bottom: 1px solid #dfe4f0;
        clear: left;
    }
    #sitemap li.current {
        background: #798a9d;
    }
    #sitemap li.booking {
        color: #22304c;
        background: #dfe4f0;
        border: 1px solid #22304c;
    }
    #sitemap li.coming-soon {
        display: none;
    }
        #sitemap li.booking a { 
            color: #22304c;
            padding-bottom: 10px;
            padding-top: 10px;
        }
        #sitemap li ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }
            #sitemap li ul li {
                background: #475c73;
                color: #dfe4f0;
                border-color: #22304c;
            }
                #sitemap li ul li a {
                    color: #dfe4f0;
                }
    #sitemap #advisor_shortcut {
        background: #8f9dab;
        margin-bottom: 0.35em;
    }
#datenav {
    float: left;
    margin: 0.5em 0 1em;
    width: 100%;
}
    #datenav .years {
        float: left;
        width: 100%;
    }
        #datenav .years .prev a {
            background: url(/media/img/button_left.png) no-repeat top left;
            display: block;
            float: left;
            height: 29px;
            line-height: 29px;
            margin: 5px 0;
            width: 25px;
        }
        #datenav .years .next a {
            background: url(/media/img/button_right.png) no-repeat top left;
            display: block;
            float: right;
            height: 29px;
            line-height: 29px;
            margin: 5px 0;
            width: 26px;
        }
            #datenav .years .prev a span, #datenav .years .next a span  {
                display: none;
            }
        #datenav .years .year {
            float: left;
            height: 29px;
            line-height: 29px;
            margin: 0;
            padding: 5px;
            text-align: center;
            width: 227px;
        }
        #datenav .years .selected {
            background: #dde7f0;
            border: 1px solid #b9c5d1;
            border-width: 1px 1px 0;
            margin: 2px;
            padding: 2px 2px 10px;
        }
            #datenav .years .year a {
                background: url(/media/img/large_button.gif) no-repeat top left;
                display: block;
            }
            #datenav .years .selected a {
                background: url(/media/img/large_button_selected.gif) no-repeat top left;
                display: block;
            }
    #datenav ul {
        background: #dde7f0;
        border: 1px solid #b9c5d1;
        border-width: 1px;
        clear: both;
        float: left;
        list-style: none;
        margin: -2px 0px 10px;
        padding: 4px 0px 4px 5px;
        width: 99%;
    }
        #datenav ul li {
            background: url(/media/img/small_button.gif) no-repeat top left;
            color: #fff;
            float: left;
            font-size: 0.8em;
            height: 29px;
            line-height: 29px;
            margin: 0 1px 0 0;
            text-align: center;
            text-transform: uppercase;
            width: 42px;
        }
            #datenav ul li a {
                background: url(/media/img/small_button_available.gif) no-repeat top left;
                display: block;
            }
            #datenav ul li.selected {
                background: url(/media/img/small_button_selected.gif) no-repeat top left;
                color: #475c73;
                display: block;
            }
            #datenav ul li.selected a {
                background: url(/media/img/small_button_selected.gif) no-repeat top left;
                display: block;
            }

#content {
    color:#3F4F62;
    float: left;
    padding: 15px 20px 15px;
    width: 525px;
    margin-bottom:10em;
}

#cms_content h1{
    line-height:1.1;
    margin-bottom:10px;
}
#cms_content p {
    font-size: 8.7pt;
    line-height: 1.4em;
}
#cms_content ul{
    font-size: 8.7pt;
    list-style: none;
    margin:0 0 10px 0;
    padding: 0;
}
#cms_content ul li{
    background: url(/media/img/bullet.gif) no-repeat 0 7px;
    padding:7px 0 0 16px;
}

#footer {
    background-color: #37456a;
    border-top: 1px solid #fff;
    clear: both;
    font-size: 0.8em;
    height: 58px;
    margin-top: -31px;
    position: relative;
    width: 100%;
}
    #footer .footer_logo {
        float: left;
    }
    #footer ul {
        float: right;
        list-style: none;
        margin: 0;
        padding: 0;
    }
        #footer ul li {
            color: #dfe4f0;
            float: left;
            line-height: 58px;
        }
            #footer ul li a {
                color: #dfe4f0;
                display: block;
                float: left;
                margin: 0 0.5em;
                padding: 0 0.5em;
                text-decoration: none;
            }
            #footer ul li a:hover {
                background: #dfe4f0;
                color: #2a3457;
            }

address {
    font-style: normal;
    white-space: pre;
    color: #2a3457;
}
#news{
    margin:15px 0 0 0;
}
h2.other_news{
    clear:both;
    display:block;
}

.news_articles a, .events a {
    text-decoration:none;
}
div.additional_news {
    padding:10px 0;
    border-bottom:1px solid gray;
}
    div.additional_news h3{
        float:left;
        width:60%;
        display:inline;
        padding:0;
        margin:0;
        font-size:1.2em;
    }
    div.additional_news a{
        text-decoration:none;
    }
    div.additional_news .byline{
        width:35%;
        font-style: italic;
        color: #999;
        padding: 0;
        margin: 0 0 0 20px;
        text-align: right;
        font-size:0.8em;
        float:left;
        display:inline;
    }
    div.additional_news div.body{
        clear:both;
    }
    div.additional_news a.read_more{
        display:block;
        background: url(/media/img/bullet.gif) no-repeat left;
        height:18px;
        padding:0 0 0 13px;
    }

.news_articles, #events .events {
    list-style: none;
    margin: 0;
    padding: 0;
    clear: left;
}
    .news_articles li, #events .events li {
        clear: both;
        float: left;
        width: 100%;
    }
    .news_articles li {
        float: left;
        width: 100%;
    }
    .news_articles li .body {
        clear: both;
        float: left;
        width: 100%;
    }
.news_articles li h2.headline, #events li h2.title{
    background: #576777;
    border: 1px solid #2d2f48;
    border-width: 2px 1px 0;
    color:white;
    padding:4px 0 4px 5px;
}
.news_articles li h2.headline a, #events li h2.title a{
    color:white;
}
#news h1.headline, #events h1.title {
    font-weight: bold;
    font-size: 1em;
    padding: 0;
    /*padding-left:60px;*/
    margin: 0;
    color: #2a3457;
    float: left;
    width: 60%;
}
#news h1.headline, #events h1.title {
    font-size: 1.6em;
    font-weight: normal;
}

a#news_archive_link{
    margin-top:20px;
    border-top:1px solid #2D2F48;
    background: url(/media/img/bullet.gif) no-repeat left;
    background-position:0 10px;
    padding:10px 0 0 15px;
    width:97%;
    display:block;
    float: left;
    clear: both;
    font-weight:bold;
    text-decoration:none;
}

div#login_area{
    background-color:#D7DEE6;
    border:1px solid #9A9EA3;
    margin:3px 0 15px 0;
    float:left;
    width:98%;
    text-align:center;
    color:#22304C;
    padding:0;
}

div#login_area a{
    background: url(/media/img/login_button.png) no-repeat top;
    color:white;
    text-transform: uppercase;
    width:172px;
    height:20px;
    display:block;
    margin:3px auto 3px auto;
    padding-top:7px;
    text-decoration:none;
    font-weight:bold;
    font-size:0.8em;
    border:1px solid #576A7F;
}
div#login_area strong{
    font-weight:bold;
}


#news .byline {
    font-style: italic;
    color: #999;
    padding: 0;
    margin: 0;
    float: left;
    width: 40%;
    text-align: right;
    font-size:0.8em;
    display:block;
    sbackground-color:white;
}
#events .payment {
    clear: right;
    float: right;
    margin: 0 10px;
}
#events .payment img {
	border: 0;
}
#events .byline {
    background: url(/media/img/calendar_time.png) no-repeat top right;
    display: block;
    float: right;
    height: 185px;
    width: 137px;
    margin: 0 10px;
}
    #events .byline span {
        display: block;
        float: left;
        text-align: center;
        width: 98%;
    }
        #events .byline span span {
            font-weight: bold;
            padding-right: 5px;
            text-align: right;
            width: 55px;
        }
    #events .byline span.month {
        color: #fff;
        font-weight: bold;
        position:relative;
        text-transform: uppercase;
        top: 20px;
    }
    #events .byline span.day {
        color: #6f8290;
        font-size: 2.5em;
        font-weight: bold;
        position:relative;
        top: 25px;
    }
    #events .byline span.start_time, #events .byline span.end_time {
        color: #fff;
        left:10px;
        position: relative;
        text-align: left;
        top:47px;
    }
    #events .byline img {
        left: 0;
        position: relative;
        top: 70px;
    }

    div#news h1.headline, div#events h1 {
        width: 89%;
        line-height:1.1;
        margin-bottom:10px;
    }
    div#news .byline {
        text-align: left;
        width: 100%;
    }

#news .body, #events .body {
    background: #f2f3f7;
    border: 1px solid #c4c8cb;
    border-bottom: 2px solid #2d2f48;
    clear: both;
    margin: 0;
    padding: 0.5em;
    width: 97%;
}
#events .body {
    float:left;
}

.news li {
     border-bottom: 1px solid #fff;
}
.news .byline {
    color: #3A4053;
}
.news .body {
    color: #3A4053;
    padding-bottom: 1.5em;
}
#news .dates, #events .dates {
    list-style: none;
    margin: 0 0 1em;
    padding: 0;
    float: left;
    clear: both;
}
    #news .dates li, #events .dates li {
        display: inline;
        float: left;
        margin: 0 0.25em 0 0;
    }
        #news .dates li a, #events .dates li a {
            display: block;
            width: 2.5em;
            text-align: center;
            background: #dfe4f0;
            color: #2a3457;
            padding: 0.2em;
            border: 1px solid;
        }
#news .readmore, #events .readmore {
    background: url(/media/img/bullet.gif) no-repeat 0 1px;
    clear: both;
    margin: 1em 0 0;
    padding: 0 0 0 15px;
}

#morenews, #moreevents {
    margin: 2em 0 0;
    padding: 0;
}

#businesses {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0.8em;
    /*position: relative;*/
}
    #businesses .business {
        float: left;
        background: #c6d7e5;
        border: 1px solid #7f818a;
        margin: 0 6px 26px 0;
        width: 165px;
    }
    #businesses .row {
        clear: left;
    }
        #businesses #last_business{
            margin-bottom:125px;
            display:block;
        }
        #businesses .business a img {
            border: 1px solid #7f818a;
            height: 69px;
            margin: 2px 2px 0;
            width: 159px;
        }
        #businesses .business p {
            color: #5d646b;
            border: 1px solid #7f818a;
            margin: 0 2px 2px;
            text-align: center;
        }
        #businesses .business p.unknown_business {
            background: url(/media/img/logos/unknown.jpg) no-repeat top left;
            height: 64px;
            margin: 2px;
            text-align: center;
            width: 160px;
        }
#businesses .business .contact ul {
    background: #c6d7e5;
    border: 1px solid #7f818a;
    border-width: 0 1px 1px;
    list-style: none;
    margin: 2px -1px 0;
    padding: 2px 2px 3px;
    width: 161px;
    list-style: none;
}
#businesses .contact ul {
    margin:0 0 5px 5px;
}
    #businesses .contact ul li {
        background: #e9eef2;
        margin: 0 1px;
        padding:0 2px 4px;
    }
#businesses .contact .more {
    background: url(/media/img/vcard_company.gif) no-repeat top left;
    border: 0;
    border-top: 2px solid #fff;
    height: 22px;
    margin: 0 -1px;
}
    #businesses .contact .more a {
        display: block;
        width:100%;
        text-decoration:none;
        color:white;
        font-weight:bold;
    }

.vcard .image .logo {
	width: 159px;
	height: 69px;
}

form#search_form {
    background: #d1dde5;
    border: 1px solid #a8adb2;
    border-width: 1px;
    float: left;
    padding: 1em;
    width: 93%;
    margin-bottom:5px;
}
form#search_form input{
    margin:0 0 5px 0;
}
    form#search_form label {
        float: left;
        width: 10em;
        font-weight:bold;
    }
    form#search_form input.button, form#search_form a.button {
        display: block;
        float: right;
    }
    form#search_form #submit_filter{
        color:white;
        background-color:
    }

#filter {
    float: left;
    width: 100%;
    clear: both;
}
    #filter ol {
        list-style: none;
        margin: 0;
        padding: 0;
    }
    #filter li {
        background: url(/media/img/filter_off.png) no-repeat;
        border: 1px solid #475c73;
        color: #fff;
        float: left;
        height: 17px;
        margin: 0 9px 1em 0;
        padding: 5px 0;
        text-align: center;
        width: 94px;
    }
        #filter li a {
            color: #fff;
            display: block;
        }
    #filter li.on {
        background-image: url(/media/img/filter_on.png);
    }
        #filter li.on a {
            color: #61758a;
        }

#results h2 {
    background: #5c6c83;
    border: 1px solid #434d70;
    border-width: 1px 1px 0 1px;
    font-size: 1.2em;
    margin: 1em 0 0;
    padding: 0.2em 0.4em;
}
    #results h2 a {
        color: #dfe4f0;
        text-decoration: none;
    }
    #results h2 a:hover {
        color: #fff;
    }

#results ul {
    background: #ecf1f7;
    border: 1px solid #b0b4b7;
    border-top: 1px solid #434d70;
    list-style: none;
    margin: 0 0 1em;
    padding: 0.5em 0;
}
    #results ul li {
        background: url(/media/img/bullet2.gif) no-repeat top left;
        padding: 0 0 0 1em;
        margin: 0 1em;
    }
        #results ul li h3 {
            font-size: 1em;
            font-weight: bold;
            margin: 0;
            padding: 0 0 0.2em;
        }
        #results ul li p {
            font-size: 0.9em;
            margin: 0;
            padding: 0 0 1em;
        }

#results #seed {
    padding: 1em 0;
}


div#staff_content{
    float:right;
}
    div.staff_division{
        clear:both;
        padding-top:10px;
    }
    div.staff_division h2{
        color:white;
        background-color:#5C6D83;
        border:1px solid #40506E;
        padding:0.3em 0 0.3em 1em;
        font-size:1.2em;
        font-weight:normal;
    }
        div.staff_division ul{
            list-style-type:none;
        }
ul.staff {
    padding: 0;
    margin: -20px 0 0 0;
    list-style: none;
}
    ul.staff h3 {
        color: #5D646B;
        font-size: 0.8em;
        font-weight: bold !important;
        text-align: center;
        padding: 0.2em 0;
        margin: 2px;
    }
        ul.staff h3 a{
            color: #5D646B;
            text-decoration:none;
        }
        ul.staff img {
            padding: 0;
            border: 1px solid #7f818a;
            display: block;
            width: 128px;
            height: 154px;
        }
        ul.staff img.button {
            padding: 0;
            border:none;
            display: block;
            width: 136px;
            height: 22px;
            margin:3px 0 0 0;
        }

    ul.staff li{
        float: left;
        margin: 24px 58px 0 0;
        padding: 0;
    }
    ul.staff li.third{
        margin: 24px 0 0 0;
    }
    ul.staff li div.staff_member{
        background: #c6d7e5;
        border: 1px solid #7f818a;
        padding:2px;
    }
        ul.staff div.staff_member div.staff_title{
            border: 1px solid #7f818a;
            margin-bottom:2px;
            padding-top:5px;
            width:128px;
            height:48px;
            background-color:#D1DDE5;
        }
            ul.staff div.staff_member div.staff_title p{
                text-align: center;
                font-size: 0.8em;
                padding: 0 1px 0.2em;
                color: #5D646B;
                margin-top: -0.2em;
            }

#mapcontainer {
    border: 1px solid #000;
    height: 300px;
    width: 100%;
}
    #mapcontainer #map {
        height: 100%;
        width: 100%;
    }

div.clear{
    display:block;
    clear:both;
}

/*virtual incubation*/
    div#virtual_inc div.type{
        border-top:2px solid black;
        border-bottom:2px solid black;
        clear:both;
        margin:20px 0 30px 0;
        width:100%;
        float:left;
        display:block;
    }
        div#virtual_inc div.type h2{
            background-color:white;
            text-transform: none;
            font-size:1.8em;
            font-weight:normal;
            margin:0;
            padding:0;
        }
    div#virtual_inc div#bronze, div#virtual_inc div#bronze div.clear{
        background:#8A7A5C url(/media/img/bronze_background.gif) repeat-y;
    }
    div#virtual_inc div#silver, div#virtual_inc div#silver div.clear{
        background:#8A97A5 url(/media/img/silver_background.gif) repeat-y;;
    }
    div#virtual_inc div#gold, div#virtual_inc div#gold div.clear{
        background:#B8A95C url(/media/img/gold_background.gif) repeat-y;;
    }
    div#bronze h2, div#bronze div.pricing p{
        color:#8A7A5C;
    }
    div#silver h2, div#silver div.pricing p{
        color:#8A97A5;
    }
    div#virtual_inc p.as_other{
        font-weight:bold;
        float:right;
        width:70%;
        padding-left:10px;
        margin-top:10px;
    }
    div#bronze p.as_other{
        color:#494338;
    }
    div#silver p.as_other{
        color:#596572;
    }
    div#gold p.as_other{
        color:#6B6132;
    }
    div#gold h2, div#gold div.pricing p{
        color:#B8A95C;
    }

    div#gold p.gold_invite{
        color:white;
        float:right;
        width:70%;
        padding-left:10px;
    }

    div#virtual_inc div.type div.pricing{
        float:left;
        width:24%;
        background-color:white;
        text-align:center;
        padding-top:30px;
    }
    div#virtual_inc div.type div.pricing p{
        display:block;
        line-height:1.1;
        font-size:1.3em;
        font-weight:normal;
    }
        div#virtual_inc div.type div.pricing p span{
            display:block;
            font-size:2em;
        }

    div#virtual_inc div.type ul{
        float:right;
        width:70%;
        color:white;
        padding-left:10px;
        margin-top:10px;
    }
        div#virtual_inc div.type ul li{
            background: url(/media/img/bullet_news.gif) no-repeat 0 8px;
        }

a.go_to_more{
    float: right;
    clear:both;
    margin: 10px 0 0 0;
    padding:0 0 0 10px;
    text-decoration:none;
    background: url(/media/img/bullet.gif) no-repeat left;
}
p.results_info{
    width:98%;
    float:left;
}


.book-event form .button {
	background: url(/media/img/vcard_staff.gif) no-repeat top left;
	border: 0;
	float: right;
	line-height: 22px;
	height: 22px;
	width: 137px;
	display: inline-block;
	text-decoration:none;
	color:white;
	font-weight:bold;
}
.book-event form .error_message {
    color: #c00;
    font-weight: bold;
    margin-bottom: 1em;
}