/****************************************/
/* MAIN STYLE SHEET                     */
/****************************************/
/* all ul */
ul {
    list-style-position: inside;
}
/* tab attributes */
#tabs {
    position: relative;
    font-size: 1.5em;
}
#tabs ul li {
    width: 6.7em;
    height: 2.4em;
    padding: 4px 0 0 0;
    float: left;
    cursor: pointer;
}
/* body area of tabs_content_container */
#tabs_content_container {
    position: relative;
}
/* body area of tabs */
#tab_content_0, #tab_content_1, #tab_content_2,
#tab_content_3, #tab_content_4, #tab_content_5 {
    position: relative;
    min-height: 340px;
    min-width: 970px;
    color: #FFF;
    font-size: 0.9em;
    font-weight: normal;
    display: none;
    padding-bottom: 10px;
}
#left_side_0, #left_side_1, #left_side_2, #left_side_3, #left_side_4, #left_side_5 {
    position: absolute;
    left: 0;
    top: 0;
    background-color: transparent;
}
#attn_0 {
    margin: 30px 0 0 20px;
}
.swf_caption {
    font-size: 1.1em;
}
.swf_caption a {
    color: white;
}
#right_side_0 {
    position: absolute;
    left: 545px;
    top: 90px;
    background-color: transparent;
    width: 50%;
}
#right_side_0 h1 {
    color: #FFF;
    font-weight: normal;
    font-size: 3em;
}
#left_side_1 h3, #left_side_2 h3, #left_side_3 h3, #left_side_4 h3, #left_side_5 h3 {
    position: absolute;
    left: 1px;
    top: 260px;
    z-index: 5000;
    width: 400px;
    background: scroll transparent url(../images/home/panel_ribbon_short.png) 0 0 no-repeat;
    font-weight: normal;
    color: black;
    height: 3.8em;
    line-height: 2em;
    font-size: 1.2em;
    padding-left: 3.8em;
}
#attn_1, #attn_2, #attn_3, #attn_4, #attn_5 {
    position: absolute;
    left: 22px;
    top: 23px;
    z-index: 1000;
    width: 380px;
    height: 290px;
    background-image: url(../images/home/attn_bg.png);
    background-color: transparent;
}
#attn_1 img, #attn_2 img, #attn_3 img, #attn_4 img, #attn_5 img {
    position: absolute;
    left: 18px;
    top: 20px;
    z-index: 1000;
}
#right_side_1, #right_side_2, #right_side_3, #right_side_4, #right_side_5 {
    margin: 0 0 20px 436px;
    background-color: transparent;
    padding-bottom: 0.5em;
}

/* MENU SECTION */
.intro {
    padding: 2em 0 1em 0;
    font-weight: bold;
    font-size: 1.4em;
    border-bottom: #C2AAA6 solid 1px;
    margin: 0;
}
#tabs_content_container .menu_head {
    margin: .5em 0 .5em 0;
    font-size: 1.2em;
    font-weight: bold;
}
#tabs_content_container li p.menu_head {
    margin: 0;
    font-size: 1.1em;
}
#tabs_content_container .menu_head a {
    text-decoration: none;
    cursor: pointer;
}
#tabs_content_container .menu_head a:link, #tabs_content_container .menu_head a:visited,
#tabs_content_container .menu_body li a:link, #tabs_content_container .menu_body li a:visited,
#tabs_content_container .menu_head_static a:link, #tabs_content_container .menu_head_static a:visited,
#tabs_content_container .menu_body_static li a:link, #tabs_content_container .menu_body_static li a:visited {
    color: #FFFFFF;
}
#tabs_content_container .menu_body li {
    margin-bottom: 0.5em;
    padding: 0 0 0 3em;
    font-size: 1em;
}
#tabs_content_container li ul.menu_body li {
    margin-bottom: 0.5em;
    font-size: 1em;
}
#tabs_content_container .menu_body li a {
    text-decoration: none;
}
#tabs_content_container .menu_body li p {
    margin: 0;
}
#tabs_content_container .menu_head_static {
    margin: 1em 0 1em 0;
    font-size: 1.2em;
    font-weight: bold;
}
#tabs_content_container .menu_head_static a {
    text-decoration: none;
}
#tabs_content_container .menu_body_static li {
    margin-bottom: 0.5em;
    padding: 0 0 0 3em;
    font-size: 1em;
}
#tabs_content_container .menu_body_static li a {
    text-decoration: none;
}

/* AJAX portion of the page */
#breadcrumb {
    clear: both;
    height: 2em;
    width: 970px;
    padding-top: 1em;
    padding-left: 1.5em;
    font-size: 0.8em;
    font-weight: bold;
    color: #FFF;
}
#breadcrumb a, #breadcrumb a:link, #breadcrumb a:visited {
    cursor: pointer;
    text-decoration: none;
    color: #FFF;
}
#tab_content_6 {
    min-height: 340px;
    width: 970px;
}
#sideAjaxWrap {
    display: inline-block;
    width: 970px;
}
#sidebar {
    float: left;
    width: 240px;
    min-height: 100%;
    background-color: transparent;
}
#menu_1, #menu_2, #menu_3, #menu_4, #menu_5 {
    background-color: transparent;
    display: none;
}
#sidebar p.menu_head, #sidebar p.menu_head_static {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 5px;
    font-size: 14px;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 0; /* padding between heading and body */
}
#sidebar p{
    margin-top: 0;
    margin-bottom: 0;
}
#sidebar ul.menu_body li, #sidebar ul.menu_body_static li  {
    padding-top: 3px;
    padding-bottom: 3px; /* padding between body links */
    padding-left: 15px;
    font-size: 13px;
    margin-top: 2px;
}

#sidebar p.menu_head a,
#sidebar p.menu_head a:link,
#sidebar p.menu_head a:visited,
#sidebar ul.menu_body li a,
#sidebar ul.menu_body li a:link,
#sidebar ul.menu_body li a:visited,
#sidebar p.menu_head_static a,
#sidebar p.menu_head_static a:link,
#sidebar p.menu_head_static a:visited,
#sidebar ul.menu_body_static li a,
#sidebar ul.menu_body_static li a:link,
#sidebar ul.menu_body_static li a:visited {
    text-decoration: none;
    color: #000;
}
#ajax_content {
    float: left;
    min-height: 340px;
    width: 720px;
    padding-left: 10px;
    background-color: #FFF;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
* html .clearfix {
    height: 1%;
}

#tooltip {
    position: absolute;
    z-index: 3000;
    border: 1px solid #111;
    background-color: #eee;
    padding: 5px;
    opacity: 0.85;
    font-size: 1.0em;
    width: 275px;
}

#tooltip h3, #tooltip div { margin: 0; font-size: 12px;}

#error_page h1 { font-size: 1.5em; padding-top: 10px; }

/* Views of the News */
div.beforeafter_thin{
    margin-left: 220px;
}

div.beforeafter {
    float: right;
}

.before_after_desc {
    margin-left: 20px;
    padding-top: 5px;
}

.before_after_desc .date1 {
    float: left;
}

.before_after_desc .date2 {
    float: right;
}

.BA_container {
}

.BA_container2 {
    float:left;
}

.thumb_container {
    vertical-align: top;
}

.thumbs { 
    width: 200px;
    float: left;
}
