﻿#mainNavContainer
{
    
    height: 80px;
    font-size: 1.1em;
    z-index: 10;
    position: absolute;
    right:0;
    top: 0;
    /* position: absolute; 
    top: 0; */
}

#interior_banner
{
    height: 80px;    
    background-color: #000000;
    border-bottom: solid 1px #303030;
    
    /* height: 50px;
    background-color: #1E1E1E;
    border-bottom: solid 1px #2F2F2F;      */
    position: relative;           
    z-index : 1;
}

#banner_logo
{
    cursor: pointer;
}

#landing_image_container
{
    height: 430px;
    background-color: #ffffff;
    /* text-align: center; */
    position: relative;     
}

#landing_image_container img
{
    height: 350px;
    width: 960px;
    margin-top: 40px;
    /* margin-left: 10px;
    position:relative;
    z-index: 1; */
}

#landing_image_text
{
    background-color: #fff; 
    width: 300px;
    height: 310px;
    text-align: left;
    display: block;
    padding: 20px 20px 20px 20px;
    position: absolute;
    right: 10px;
    top: 40px;    
    overflow: hidden;
    filter:alpha(opacity=85);
	opacity:0.85;
	moz-opacity:0.85;
	color: #545550;
}

#landing_image_text .quote_title
{
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: bold;
}

#landing_image_text .quote
{
    font-size: 18px;
    line-height: 32px;    
    letter-spacing: 2px;
}

#landing_image_text .quotee
{
    font-size: 11px;
}

#interiorWidgetContainer
{
    width: 600px;
    height: 430px;
    /* background-color: Red; */
    float: left;
}

.interiorWidget
{
    width: 280px;
    padding-right: 20px;
    float: left;
    overflow: hidden;
}

.interiorWidget h1
{
    color: #ffffff;
    margin-bottom: 10px;
}

.interiorWidget h1 a:hover
{
    color: #ffffff;
    text-decoration:underline;
}

.interiorWidget img
{
    height: 160px;
    width: 280px;
    margin: 0;
}

.interiorWidget .widget_copy
{
    height: 60px; /* 110px; */
    clear: both;
    border-bottom: solid 1px #ffffff;
    font-size:12px;
    line-height: 16px;
    overflow: hidden;    
    margin-top: 15px;
    
}

.interiorWidget .link, #interiorSideMenu .sideMenu_list li a
{
    color: #ffffff;
    font-size: 12px;
}

#interiorSideMenu .sideMenu_list li a:hover
{
color: #FFFFFF;
text-decoration: underline;
}

.interiorWidget .link
{
    color: #639EC8;
    float: left;
    font-weight:bold;
}


.interiorWidget .link:hover
{
    color: #ffffff;
    text-decoration: underline;
}

#middleSection
{
    background-color: #002E5F;
    height: 440px;
    padding-top: 20px;
    border-top: solid 1px #ffffff;
    /* width: 280px; */
}

#interiorSideMenu  
{
    /* font-size: 12px;
    padding: 0;
    margin: 0;
    margin-top: 15px;
    list-style-type: none;
    background-color: Yellow; */
    width: 350px;
    /* display: none; */
    float: right;
    overflow: hidden;
    font-size:12px;
}

#interiorSideMenu .sideMenu_list
{
    margin-left: 40px;
    width: 300px;
    list-style-type: none;
padding-top:4px;
}

#interiorSideMenu .sideMenu_list li
{
    border-bottom: solid 1px #1a436f;    
    padding-bottom: 10px;    
    height: 20px;
    background-image: url(/assets/images/int_sidenav_arrow.jpg);
    background-repeat: no-repeat;
    background-position: right -17px;
} 
