/*******************
 *
 *  Layout Styles
 *   
 *******************/

form {
    margin: 0;
    padding: 0;
}

object { 
    display:block; 
}

ul li {
    list-style: disc;
}

ol li {
    list-style: decimal;
}

strong {
    font-weight: bold;
}

.clearer {
  clear: both;
  overflow: hidden;
  height: 0px;
  line-height: 0px;
  font-size: 0px;
  width: 100%;
}

.rule {
    border-top: 1px solid #999999;
    padding: 0;
    margin: 0;
}

.errors {
    background-color: #fff;
    color: #000;
    text-align: left;
    padding: 20px;
}

.wide {
    width: 100%;
}

td {
    vertical-align: top;
}


td.centered {
    text-align: center;
}

td.right_justified {
    text-align: right;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

html {
    background-color: #000;
}

body {
    background-color: #000;
    color: #FFF;
    font-family: Arial, Verdana, Helvetica, Sans-Serif;
    text-align: center;
}

.spacer {
    margin-bottom: 10px;
}

.center {
    text-align: center;
}

.center img {
    margin: 0 auto;
}

.indent {
    margin-left: 20px;
}

.horizontal_spread {
    padding: 0 40px;
}

.vertically_aligned {
    vertical-align: middle;
    padding: 20px 0;
}

.equal_spacing {
    width: 33%;
}

.spaced {
    padding: 6px 0;
}

#layout_container {
    min-width: 1000px;
    max-width: 1262px;
    margin: 0 auto 40px auto;
    text-align: left;
}


/* Header */

#layout_header {
    height: 292px;
    color: #000;
    position: relative;
    border-bottom: 1px solid #9E9E9E;
    background-color: #FFF;
    text-align: center;
}

.tall_header #layout_header {
    height: 392px;
}

#layout_header_background {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
}

#header {
    padding: 10px 20px;
}

#header .page_title {
    position: absolute;
    left: 20px;
    bottom: 10px;
    font-weight: bold;
    font-size: 25px;
    color: #FFF;
}

/* Main Menu */

#layout_menu_main {
    position: relative;
    z-index: 10;
}

#menu_main_bar {
    width: 100%;
    height: 60px;
}

#menu_main_bar .logo {
    width: 302px;
    padding-right: 2px;
}

#menu_main_bar .logo h1 {
    background-image: url(../../images/logo-header.gif);
    background-repeat: no-repeat;
    height: 60px;
    width: 302px;
}

#menu_main_bar .logo h1 a {
    display: block;
    height: 60px;
    width: 302px;
    text-indent: -10000em;
}

#menu_main {
    width: 100%;
}

#menu_main .item_cell {
    width: 20%;
}

#menu_main .item {
    color: #CFCFD1;
    font-weight: bold;
    font-size: 16px;
    padding: 0 2px;
    position: relative;
    text-align: left;
}

#menu_main .last_item {
    padding-right: 0;
}

#menu_main a:hover {
    text-decoration: none;
}

#menu_main .item a {
    background-image: url(../../images/menu/bg-black.gif);
    background-position: top left;
    background-repeat: repeat-x;
    color: #CFCFD1;
    display: block;
    height: 60px;
    padding: 0 30px 0 5px;
}

#menu_main .item a.hover,
#menu_main .item a:hover {
    background-image: url(../../images/menu/bg-brown.gif);
    color: #FFF;
}

#menu_main .item a .label {
    display: block;
    padding-top: 40px;
}

#menu_main .first_item {
}

#menu_main .first_item a {
    background-image: url(../../images/menu/bg-black-first.gif);
}

#menu_main .first_item a.hover,
#menu_main .first_item a:hover {
    background-image: url(../../images/menu/bg-brown-first.gif);
}


#menu_main .item .sub {
    position: absolute;
    left: 2px;
    top: 60px;
    background-image: url(./images/border-horz-dots-FFF.gif);
    background-position: top left;
    background-repeat: repeat-x;
    padding-top: 1px;
    background-color: #131313;
    display: none;
    z-index: 10;
}

#menu_main .sub .item {
    color: #000;
    font-weight: normal;
    font-size: 12px;
    line-height: 1.1em;
    background-image: url(./images/border-horz-dots-FFF.gif);
    background-position: bottom left;
    background-repeat: repeat-x;
    padding: 0 0 1px 0;
    position: relative;
}

#menu_main .sub .last_item {
    background-image: none;
    padding-bottom: 0;
}

#menu_main .sub .item a {
    background-image: none;
    height: auto;
    padding: 5px;
}

#menu_main .sub .item a.hover,
#menu_main .sub .item a:hover {
    background-color: #736357;
    background-image: none;
}

#menu_main .sub .item_has_sub a.hover,
#menu_main .sub .item_has_sub a:hover,
#menu_main .sub .item_has_sub a {
    background-image: url(./images/arrow-white-bg-black-8x8.gif);
    background-position: 95% center;
    background-repeat: no-repeat;
}

#menu_main .sub .item_has_sub .sub a:hover,
#menu_main .sub .item_has_sub .sub a {
    background-image: none;
}

#menu_main .sub .sub .item_has_sub a.hover,
#menu_main .sub .sub .item_has_sub a:hover,
#menu_main .sub .sub .item_has_sub a {
    background-image: url(./images/arrow-white-bg-black-8x8.gif);
    background-position: 95% center;
    background-repeat: no-repeat;
}

#menu_main .sub .sub .item_has_sub .sub a:hover,
#menu_main .sub .sub .item_has_sub .sub a {
    background-image: none;
}

#menu_main .sub .sub {
    background-image: none;
    position: absolute;
    left: 100%;
    top: 0;
    padding: 0;
}

/* Main Body */

#layout_main_body {
    background-color: #FFF;
    color: #000;
}

#main_body_cols {
    width: 100%;
}

/* Left Sidebar */
#layout_sidebar_left {
    width: 322px;  /* Changed from 30% on March 14 */
}

#sidebar_left {
    padding: 30px 0 20px 20px;
}

#sidebar_left h2 {
    color: #736357;
    font-size: 20px;
}

#menu_sub {
}

#menu_sub .item {
    background-image: url(./images/border-horz-dots.gif);
    background-position: bottom left;
    background-repeat: repeat-x;
    font-size: 14px;
    min-height: 42px;
    line-height: 1.2em;
    color: #9A8573;
    padding-left: 0px;
    white-space: nowrap;
}

#menu_sub .item a {
    padding: 10px 0;
    color: #9A8573;
    display: block;
}

#menu_sub .item a:hover {
    color: #3D6286;
    text-decoration: none;
}

#menu_sub .selected a {
    font-weight: bold;
    color: #3D6286;
}

#menu_sub .menu_sub_sub .item a {
    padding-left: 25px;
}

#menu_sub .menu_sub_sub .menu_sub_sub .item a {
    padding-left: 40px;
}

#sidebar_left .news_feed {
    margin-bottom: 10px;
}

#sidebar_left .news_feed .item td {
    padding: 5px 0;
    background-image: url(./images/border-horz-dots.gif);
    background-position: bottom left;
    background-repeat: repeat-x;
}

#sidebar_left .news_feed .item .date {
    white-space: nowrap;
    color: #898989;
    padding-right: 10px;
}

#sidebar_left .news_feed_more {
    text-align: right;
}

#sidebar_left .news_feed_more a {
    text-transform: uppercase;
    font-size: 10px;
}

/* Main Content */

#layout_main_content {
}

#page_controls {
    padding: 10px 10px 0 0;
    float: right;
}

#main_content {
    padding: 30px 20px 30px 20px;
    font-size: 12px;
    line-height: 1.6em;
}

#main_content .narrow_content {
    padding: 0 50px 0 50px;
}

#main_content .slider {
    overflow: hidden;
}

#main_content .slider .show_link {
    float: left;
    margin: 0 0 2em 40px;
    text-transform: uppercase;
    font-size: 10px;
    line-height: 1em;
}

#main_content h2 {
    color: #3D6286;
    font-size: 1.5em;
    margin-bottom: 1em;
    line-height: 1.2em;
    font-weight: bold;
}

#main_content .alt_color {
    color: #736357;
}

#main_content h2 .alt_color {
    font-weight: normal;
}

#main_content p {
    margin-bottom: 1em;
    line-height: 1.6em;
    text-align: justify;
}

/* Taras */

#main_content a:hover {
    text-decoration:underline;
}

#main_content a {
    color: #3D6286;
    text-decoration:none;
}

#main_content h3 {
    font-size: 16px;
    font-weight: bold;  
}

#main_content h4 {
    font-size: 20px;
    font-weight: bold;  
}

#main_content h5 {
    font-size: 16px;
    font-weight: bold;
}

#main_content h6 {
    font-size: 14px;
    font-weight: bold;
}

#main_content h6 em {
    font-size: 13px;
    font-weight: bold;
}

#main_content h7 {    
    font-size: 13px;
    font-weight: bold;      
}

#main_content ul {
    margin: 0 0 1.6em 20px;
    text-align: justify;
    padding-top: 5px;
}

#main_content ul.paddingtop0 {
    margin: 0 0 1.6em 20px;
    padding-right: 15px;
    text-align: justify;
    padding-top: 0;
}

#main_content ol {
    margin: 0 0 1.6em 20px;
    padding-right: 15px;
    text-align: justify;
}

#main_content li {
    margin-bottom: 4px;
}

#main_content em.name {
    font-weight: bold;
    font-style: normal;
}

#main_content p.note {
    font-size: 10px;
    font-style: italic;
    margin-bottom: 1em;
    padding-bottom: 0;
}

#main_content p em {
    font-weight: bold !important;
}

#main_content p.small_margin_bottom{
    margin-bottom: 0;
}

#main_content img.left_photo {
    float: left;
    margin: 0 25px 10px 0;
}

#main_content img.left {
    float: left;
    margin: 0 10px 10px 0;
}

#main_content .unit_info {
    padding-top: 10px;
}

#main_content img.right {
    float: right;
    margin: 0 0 10px 10px;
}

#main_content img.center80 {
    position: relative;
    left: 80px;
}

#main_content img.center20 {
    position: relative;
    left: 20px;
}

#main_content #login_box {
    text-align: center;
}

#main_content #login_box table {
    margin: 0 auto;
}

#main_content #login_box td {
    padding: 2px;
    vertical-align: middle;
}

#main_content #login_box .label {
    text-align: right;
    font-size: 10px;
    text-transform: uppercase;
}

#main_content .team_member {
    clear: both;
    border-bottom: 1px solid #000;
    margin-bottom: 1em;
    padding-top: 10px;
}

#main_content .team_member h5 {
    padding-bottom: 0.5em;
}

#main_content .h8 {
    padding-top: 25px;
    padding-bottom: 10px;
    font-size: 26px;
    font-weight: bold;
    text-align: left;
}

#main_content .h9 {
    padding-top: 15px;
    padding-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
}

#main_content .right_aligned {
    text-align: right;
}

#main_content .team_member .slider .show_link {
    float: right;
    margin: 0 0 0.4em 0;
}

#main_content .cms_list{
}

#main_content .cms_list .slider .show_link {
}

#main_content .cms_list h3 {
    margin-bottom: 0.4em;
}

#main_content #sidebarSlideshow {
    margin-bottom: 10px;
    border: 1px solid #9E9E9E;
}

#main_content .centered_content {
    margin: 0 auto;
    text-align: center;
    padding:  0 20px 0;
}

#main_content .centered_content td {
     padding: 10px 20px 0 20px;
}


/* Footer */

#layout_footer {
}

#footer {
    padding: 25px 20px;
    color: #707070;
    font-size: 10px;
}

#footer a {
    color: #707070;
}

#footer a:hover {
    color: #FFF;
}

#footer .search_box {
    float: right;
    background-image: url(../../images/bg_search_box.gif);
    background-position: top left;
    background-repeat: no-repeat;
    width: 260px;
    height: 20px;
    margin-top: 8px;
}

#footer .search_box .search_field {
    border-color: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
    width: 232px;
    height: 20px !important;
    padding-top: 1px !important;
    padding-bottom: 0 !important;
    margin-top: 0 !important;
    float: left;
}

#footer .search_box .button_submit {
    background-color: transparent;
    width: 20px;
    height: 20px;
    text-indent: -10000em;
    font-size: 0;
    color: transparent;
    padding: 0;
    margin: 0;
    border-width: 0 !important;
    float: left;
}

#footer .main_logo {
    float: left;
    margin-right: 35px;
}

#menu_footer {
}

#menu_footer .item {
    padding-top: 1em;
}

#menu_footer .item a {
    color: #FFF;
}

#menu_footer .item .label {
    border-right: 1px solid #707070;
    padding: 0 5px;
}

#menu_footer .last_item .label {
    border-right-width: 0px;
}

#footer .legal {
    clear: both;
    padding-top: 2em;
}

/* CMS */
.microCmsHeader {
    background-color: #ff8800;
    padding: 5px;
}

#login_box h4{
    border-bottom: 1px solid #000;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 1em;
    line-height: 1.2em;
}



/*** 2 COLUMN CONTENT LAYOUT ***/

.content_layout_columns {
    width: 100%;
}

.content_layout_columns .content_column_left {
    padding-right: 30px;
}

.content_layout_columns .content_column_right {
    width: 362px;
}




/*** FLUID IMAGE MENU ***/

.fluid_image_nav {
    width: 100%;
}

.fluid_image_nav th {
    padding: 0 0 15px 0;
}

.fluid_image_nav h3 {
    color: #3d6286;
    border-bottom: 1px solid #999;
    padding: 0;
    margin: 0;
    line-height: 1.4em;
}


.fluid_image_nav td {
    text-align: right;
}

.fluid_image_nav td a {
    display: block;
    height: 150px;
    position: relative;
    letter-spacing: 1px;
    font-size: 15px;
    font-weight: normal;
    margin: 0 5px 5px 0;
}

.fluid_image_nav td.last a {
    margin-right: 0;
}

#main_content .fluid_image_nav a {
    color: #FFF;
}

.fluid_image_nav td a span {
    position: absolute;
    bottom: 5px;
    right: 10px;
}



/*** SIDEBAR BLOCK ***/

#main_content .sidebar_block {
    margin-bottom: 5px;
}

/*#main_content .sidebar_block h3 {
    line-height: 50px;
    padding: 0;
    background-image: url('./images/sidebar-header-background.jpg');
    background-position: bottom;
    text-align: center;
    color: #CFCFD1;
    margin: 0;
    font-size: 14px;
    font-weight: bold;
}
*/
/******* OPTION 1 */

#main_content .sidebar_block .body {
    background-position: top center;
    background-repeat: repeat-x;
    background-color: #faf6ea;
    font-size: 10px;
    padding: 5px;
}
*/

#main_content .sidebar_block .quickfacts .body {
    background-color: #fbf2db;
    font-size: 10px;
    padding: 5px;
}

#main_content .sidebar_block h3 {
    line-height: 50px;
    padding: 0;
    text-align: center;
    color: #736357;
    background-image: none;
    background-color: #faf6ea;
    font-size: 17px;
    font-weight: normal;
    padding: 10px 0;
    margin: 0;
}


#main_content .sidebar_block .body li {
    line-height: 1.1em;
    margin-bottom: 1em;
}

#main_content .sidebar_block .body ul {
    margin-right: 20px;
}


#main_content .right_corner_block {
    float: right;
    margin: 0 0 10px 20px;
}

#main_content .left_corner_block {
    float: left;
    margin: 0 20px 10px 0;
}

#main_content .affiliate-logo {
    padding: 10px 5px 0;
}

/**** Sidebar Slide Show Boxes  OPTION 1***/
#main_content .sidebar_block_logo_slideshow {
    text-align: center;
    background-color: #fff;
}

#main_content .sidebar_block_logo_slideshow .logo_slideshow_box {
    width: 324px;
    height: 100px;
    margin: 10px auto;
}

#main_content .sidebar_block_logo_slideshow h3 {
    color: #736357;
    font-size: 20px;
    display: block;
    line-height: 0px;
    padding: 30px 0 20px;
    font-weight: normal;
    /*background-image: url('./images/sidebar-header-background.jpg');*/
    background-position: bottom;
    text-align: center;
    background-color: #FFF;

}

#main_content .snapshot_block h3 {
    line-height: 1.2em;
    padding: 10px 0 0 0;
}

/**** Sidebar Slide Show Boxes  OPTION 2
NOT CHOSEN ***/
/*
#main_content .sidebar_block_logo_slideshow {
    text-align: center;
    background-color: #FBF8F0;
    border: 1px solid #9E9E9E;
    
}

#main_content .sidebar_block_logo_slideshow .logo_slideshow_box {
    width: 324px;
    height: 100px;
    margin: 10px auto;
}

#main_content .sidebar_block_logo_slideshow h3 {
    color:#736357;
    font-size:20px;
    background: none;
    font-weight: normal;
}
*/



/*

DO YOU NEED THIS .landing_messages STUFF ???

#main_content .landing_messages {
    background-color: #D0DAE3;
    font-size: 120%;
    color: #FFF;
    text-align: center;
}

#main_content .landing_messages .item {
   font-size: 120%;
   color: #FFF;
   text-align: center; 
   margin-bottom: 4px;
}

#main_content .landing_messages .investment_highlights {
    height: 472px;
    width: 362px;
}


#main_content .landing_messages .iev {
    height: 314px;
    width: 362px;
}

#main_content .landing_messages h6 {
    padding-top: 15px;
}

#main_content .landing_messages ul {

}

*/


/* Home Page */

.home #layout_sidebar_left {
    border-right: 1px solid #F7F2E1;
    background-color: #faf6ea;
    width: 322px;
}

.home #sidebar_left {
    padding-right: 20px;
}

.home #sidebar_left .news_feed {
    width: 100%;
}

#menu_home {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    font-size: 24px;
    font-weight: bold;
    height: 60px;
    line-height: 60px;
}

#menu_home #menu_home_bg {
    width: 100%;
    height: 60px;
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
}

#menu_home .item_cell {
    width: 33.33%;
    text-align: center;
    position: absolute;
    bottom: 0;
}

#menu_home .item {
    text-align: center;
    color: #FFF;
    margin: 0 auto;
    white-space: nowrap;
    position: relative;
    bottom: 0;
}

#menu_home #real-estate_item_cell {
    left: 0;
}

#menu_home #lifestyle-brands_item_cell {
    left: 33.33%
}

#menu_home #equity-ventures_item_cell {
    right: 0;
}

#menu_home .item a {
    color: #CFCFD1;
    padding: 0 10px;
    padding: 10px;
}

#menu_home .item a:hover {
    color: #FFF;
    text-decoration: none;
}

/* Contact Page */

.contact_cols {
    width: 100%;
}

.contact_cols .map_col {
    width: 70%;
}

.contact_cols .info_col {
}

#google_map {
    height: 300px;
    margin: 0 20px 10px 0;
    line-height: 1.2em;
}

#goole_map_directions {
    clear: both;
}

#google_map .marker_description h3 {
    margin-bottom: 0.4em;
}

#contact_info_box {
    padding-top: 15px;
}

#contact_info_box .directions_input_box {
    text-transform: uppercase;
    font-size: 11px;
    border: 2px solid #000;
    background-color: #CCC;
    padding: 10px;
}

#contact_info_box .directions_input_box .input_box {
    width: 150px;
}

#contact_info_box .directions_input_box .submit_button {
}

#contact_info_box .icons {
    padding: 0 5px 0 0;
    display: inline;
    vertical-align: top;
}

/* News Page */

#main_content .news_feed .item td {
    padding: 5px 0;
    background-image: url(./images/border-horz-dots.gif);
    background-position: bottom left;
    background-repeat: repeat-x;
}

#main_content .news_feed .last_item td {
    background-image: none;
}

#main_content .news_feed .item .date {
    white-space: nowrap;
    color: #898989;
    padding-right: 10px;
}

#main_content .news_detail {
    margin-bottom: 2em;
}

#main_content .news_detail .left_corner_block {
    text-align: center;
}

#main_content .news_detail .image_box {
    margin-bottom: 10px;
}

#main_content .news_detail .image_box img {
    display: block;
    margin: 0 auto;
}

#main_content .news_detail .file_download_box {
    padding: 5px 10px;
    background-color: #CCC;
}

#main_content .news_detail h3 {
    font-size: 18px;
    margin-bottom: 0.8em;
}

#main_content .news_detail .date {
    display: block;
    white-space: nowrap;
    color: #898989;
    font-size: 11px;
}

#main_content .news_footer {
    clear: both;
    text-align: right;
    font-size: 10px;
    text-transform: uppercase;
}

/* Units Lifestyle Brands - Affiliate Companies - Best Brands */

#main_content .product_lines_list .slider .show_link {
    margin-bottom: 0;
}