﻿html {
    height:100%;
}

body {
    background: #000;
    margin: 0;
    height:100%;
    font-family: Verdana, Arial, Sans-Serif;
}

img {
    border:0;
}

#container {
    position: absolute;
    left: 50%;
    width: 980px;
    margin-left: -490px;
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
}

/*-----------------------------------------------------------------------------*/
 
#header {
    position: relative;
    width: 980px;
    height: 376px;
    margin-top: 0;
}
 
#headerText p{
    position: absolute;
    top: 0;
    left: 0;
    width: 980px;
    height: 23px;
    font-size: 12px;
    line-height: 23px;
    color: #909090;
    text-align: right;
    background: #000;
    margin-top: 0;
}
#headerText a{
    color: #909090;
    text-decoration: none;
}
#headerText a:hover{
    color: #fff;
    text-decoration: underline;
}

#siteDesignNavigation p{
    display: none;
}
 
#headerMain {
    position: absolute;
    top: 23px;
    left: 0;
    width: 980px;
    height: 353px;
    /*background: url(/Shared/Templates/012/i/2/phone-systems-install.jpg) no-repeat;*/
}

#subHeaderMain {
    position: absolute;
    top: 23px;
    left: 0;
    width: 980px;
    height: 353px;
    /*background: url(/Shared/Templates/012/i/2/phone-systems-install.jpg) no-repeat;*/
}

#headerLeft {
    display: none;
}
 
#headerLogo {
    display: none;
    position: absolute;
    top: 0;
    left: 100px;
    width: 100px;
}

#headerRight {
    display: none;
}

#headerFlash {
    position: absolute;
    top: 0;
    left: 0;
    width: 980px;
    height: 353px;
}
 
/*-----------------------------------------------------------------------------*/
 
#navigation {
    position: relative;
    /*top: 384px;
    left: 0;*/
    width: 980px;
    height: 34px;
    background: #500c01;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    z-index: 1000;
}
 
#navigationControl {
    position: absolute;
    top: 0;
    left: 0;
    height: 34px;
    line-height: 34px;
    font-family: Arial, Verdana, Helvetica, Sans-Serif;
    font-size: 13px;
    font-weight: bold;
    color: #dbdbdb;
}
#navigationControl a{
    display: block;
    color: #dbdbdb;
    text-decoration: none;
}
#navigationControl a:hover{
    display: block;
    color: #fff;
    text-decoration: none;   
}

.navItem {
    padding-left: 30px;
    padding-right: 30px;
    background: url(/Shared/Templates/012/i/2/nav-separator.gif) no-repeat right;
}

.navFirst {
    padding-left: 44px;
    padding-right: 30px;
    background: url(/Shared/Templates/012/i/2/nav-separator.gif) no-repeat right;
}

.navLast {
    padding-right: 0;
    padding-left: 30px;
    
}
.navSubMenu {
	border: solid 1px #999;
	font-size:12px;
	line-height:18px;
	margin: -1px 0 0 16px;
}

.navSubEntry {
	display:block;
	background-color: #500c01;
	padding: 2px 35px 2px 6px;
	/*border: solid 1px black;*/
	color: #dbdbdb;
	font-weight: normal;
	margin: 0;
}

.navSubEntryHover {
	background-color: #780c00;
	color: #fff;
}

#navigationBaseline {
    position: relative;
    /*top: 74px;
    left: 0;*/
    width: 980px;
    height: 4px;
    background: #fff;
}

/*-----------------------------------------------------------------------------*/

#homeContentContainer {
    position: relative;
    /*top: 471px;
    left: 0;*/
    width: 980px;
    height: 663px;
    background: #fff;
}

#homeContentLeft {
    position: absolute;
    top: 0;
    left: 0;
    width: 321px;
    height: 663px;
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    background: #999999;
}

#homeContentLeft .sectionTitle {
    padding-top: 20px;
    padding-left: 25px;
    width: 300px;
    height: 19px;
}

#homeContentLeft .sectionPhoto {
    padding: 0 0 0 50px;
}

#homeContentLeft .sectionTextTitle {
    color: #000;
    font-size: 12px;
    font-weight: bold;
    line-height: 24px;
    margin-top: -12px;
}

#homeContentLeft .sectionText {
    color: #313131;
    font-size: 10px;
    line-height: 12px;
    padding: 0 35px 0 50px;
    margin-top: -12px;
}
#homeContentLeft .sectionText a{
    color: #a90e14;
    font-weight: bold;
    text-decoration: none;
}
#homeContentLeft .sectionText a:hover{
    color: #a90e14;
    text-decoration: underline;
}

#homeContentLeft .sectionListText {
}

#homeContentLeft .sectionListText ul{
    color: #001933;
    font-size: 11px;
    line-height: 18px;
    padding: 0 25px 0px 25px;
    margin-left: 15px;
}

#homeContentLeft .sectionListText li {
}

#homeContentLeft .sectionListText .sectionText {
    margin-top: 0;
    font-size: 12px;
}

#homeContentLeftSocialNet {
    position: relative;
    margin: 20px 0 0 60px;
    color: #fff;
}


#homeContentMain {
    position: absolute;
    top: 0;
    right: 0;
    width: 655px;
    height: 311px;
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    background: #d6d6d6;
}
#homeContentMain .sectionTitle {
    padding-top: 22px;
    padding-left: 15px;
    width: 300px;
    height: 27px;

}
#homeContentMain .sectionSubTitle {
    padding: 10px 0 0 15px;
    margin-top: -15px;
    width: 400px;
    height: 13px;    
}
#homeContentMain .sectionText {
    color: #000;
    font-size: 11px;
    line-height: 18px;
    padding: 30px 35px 0 25px;
    margin-top: -12px;
}
#homeContentMain .sectionText a{
    color: #a90e14;
    font-weight: bold;
    text-decoration: none;
}
#homeContentMain .sectionText a:hover{
    color: #a90e14;
    text-decoration: underline;
}

.mainContentPhoto {
    float: left;
    padding: 15px 20px 0 12px;
}

#homeContentMainLicense {
    display: none;
    position: absolute;
    top: 270px;
    left: 331px;
}

#homeContentBottom {
    position: absolute;
    top: 643px;
    left: 0;
    width: 980px;
    height: 20px;
    background: #2a0701 url(/Shared/Templates/012/i/2/content-baseline.gif) repeat-x;
}
#homeContentSubMain {
    position: absolute;
    top: 319px;
    left: 0;
    width: 655px;
    height: 242px;
    padding-top: 18px;
}

#homeContentSubMainPhoto {
    position: absolute;
    top: 14px;
    left: 338px;
    margin: 0;
    width: 298px;
    height: 200px;
}

/*#homeContentSubMainText {
    padding-left: 18px;
}*/

#homeContentSubTitle {
    position: absolute;
    top: 14px;
    left: 18px;
}

#homeContentSubMainText {
    position: absolute;
    top: 48px;
    left: 18px;
    width: 300px;
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 10px;
    line-height: 18px; 
    color: #000;
}

#homeContentSubMainText a{
    text-decoration: underline;
    color: #001933;
}
#homeContentSubMainText a:hover{
    text-decoration: underline;
    color: #bb0104;
}

#homeContentSubAd {
    position: absolute;
    top: 236px;
    left: 0;
    padding: 12px 0 0 0;
    width: 651px;
    height: 72px;
    background: #f1f1f1;
}
#homeContentSubAd img {
    margin-left: 91px;
}

/*-----------------------------------------------------------------------------*/

#subContentContainer {
    position: relative;
    width: 980px;
    margin-top: 0;
    background: #999999;
}

#subContentLeft {
    position: absolute;
    top: 0;
    left: 0;
    width: 321px;
    height: 573px;
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    background: #999999;
}

#subContentLeft .sectionTitle {
    padding-top: 20px;
    padding-left: 25px;
    width: 300px;
    height: 19px;
}

#subContentLeft .sectionPhoto {
    padding: 0 0 0 25px;
}

#subContentLeft .sectionTextTitle {
    color: #000;
    font-size: 12px;
    font-weight: bold;
    line-height: 24px;
    margin-top: -12px;
}

#subContentLeft .sectionText {
    color: #313131;
    font-size: 10px;
    line-height: 12px;
    padding: 0 25px 0 25px;
    margin-top: -12px;
}
#subContentLeft .sectionText a{
    color: #a90e14;
    font-weight: bold;
    text-decoration: none;
}
#subContentLeft .sectionText a:hover{
    color: #a90e14;
    text-decoration: underline;
}

#subContentLeft .sectionListText {
}

#subContentLeft .sectionListText ul{
    color: #001933;
    font-size: 11px;
    line-height: 18px;
    padding: 0 25px 0px 25px;
    margin-left: 15px;
}

#subContentLeft .sectionListText li {
}

#subContentLeft .sectionListText .sectionText {
    margin-top: 0;
    font-size: 12px;
}

.subLeftNavTopLevel {
    position: relative;
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    padding-bottom: 15px;
    margin-left: 20px;
}
.subLeftNavTopLevel a{
    color: #fff;
    text-decoration: none;
}
.subLeftNavTopLevel a:hover{
    color: #c6d4ea;
    text-decoration: none;
}

.subLeftNavItem {
    position: relative;
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 12px;
    color: #ffffff;
    line-height: 14px;
    background: url(/Shared/Templates/011/i/1/real_estate_nav_item_bkgd.gif) no-repeat 0px 4px;
    /*background-position: 0px 5px;*/
    padding-left: 14px;
    margin-left: 20px;
    margin-right: 10px;
    padding-bottom: 10px;
    width:170px;
}
.subLeftNavItem a{
    color: #999999;
    text-decoration: none;
}
.subLeftNavItem a:hover{
    color: #fff;
    text-decoration: none;
}

#subContentMain {
    position: relative;
    margin-left: 275px;
    width: 705px;
    min-height: 700px;
    background: #fff;   
}

#subContent {
    position: relative;
    font-size: 12px;
    color: #000;
    line-height: 18px;
    padding: 5px 15px 20px 20px;
}

#subContentBottom {
    position: relative;
    width: 980px;
    height: 20px;
    background: #2a0701 url(/Shared/Templates/012/i/2/content-baseline.gif) repeat-x;
}

*html #subContent {
    height: 700px;  
}

.PageContent {
    background:#ffffff;
}

.PageHeading {
    background:#ffffff;
    color: #4a4a4a;
    font-size: 24px;
    line-height: 26px;
}
.PageHeading h3 {
    font-size: 24px;
}

#leadFormIntro {
    color: #4a4a4a;
    font-size: 12px;
}

#leadContent {
    color: #4a4a4a;
    font-weight: bold;
    font-size: 11px;
    padding-left: 15px;
    padding-top: 20px;
    margin-top: 10px;
    background: url(/Shared/Templates/001/i/1/real_estate_form_top_bkgd.gif) no-repeat left top;
}

#leadContent textarea {
    width: 350px;
}

.FormSectionHeading {
    font-size: 14px;
    color: #7f0200;
    margin-top: 25px;
    margin-left: -15px;
    padding-left: 15px;
    padding-top: 20px;
    background: url(/Shared/Templates/001/i/1/real_estate_form_top_bkgd.gif) no-repeat left top;
}

.FormSectionDescription {
    margin-top: -18px;
    margin-bottom: 20px;
    font-weight: normal;
    font-size: 12px;
}

#divDefaultLeadDisclaimer {
    font-size: 10px;
    line-height: 14px;
    color: #a5a5a5;
}

.FormSubmitButton {
    padding: 15px 0 15px 15px;
}
.FormSubmitButton input{
    width: 120px;
    height: 35px;
    color: #7f0200;
    font-size: 16px;
    font-weight: bold;
}

/*-----------------------------------------------------------------------------*/


#footer {
    position: relative;
    width: 980px;
    height: 100px;
    text-align: center;
    background: #000;
    color: #918f90;
    margin: 0;
}
#footer a{
    color: #918f90;
    text-decoration: none;
}
#footer a:hover{
    color: #fff;
    text-decoration: underline;
}
#footer p{
    margin: 0;
    padding: 0;
}

#seoNav {
    position: relative;
    font-size: 12px;
    padding-top: 26px;
}

#copyright p{
    position: relative;
    font-size: 10px;
    padding-top: 20px;
}

#address p{
    position: relative;
    font-size: 10px;
    padding-top: 2px;
}

#areaLinks p{
    position: relative;
    font-size: 10px;
}

#siteCredit p{
    position: relative;
    font-size: 10px;
    padding-top: 20px;
    padding-bottom: 40px;
}

/*-----------------------------------------------------------------*/

/*---------- >> Page Specific Styles <<-------------*/

#sitemapContainer {
    position: relative;
    margin-top: -10px;
    margin-bottom: 20px;
}

.topLevelMenuText {
    padding-top: 20px;
    padding-bottom: 4px;
    background: url(/Shared/Templates/001/i/real_estate_sitemap_line_1.gif) repeat-x bottom;
}
.topLevelMenuText a {
    font-size: 14px;
    font-weight: bold;
    color: #7f0200;
    text-decoration: none;
}
.topLevelMenuText a:hover {
    color: #7f0200;
    text-decoration: underline;
}
.topLevelDescription {
    font-size: 11px;
    color: #53608c;
    line-height:13px;
    margin-bottom: 10px;
    margin-top: 4px;
}

.subLevelMenuText a {
    font-size: 11px;
    font-weight: bold;
    color: #7f0200;
    text-decoration: underline;
}
.subLevelMenuText a:hover {
    color: #7f0200;
    text-decoration: underline;
}
.subLevelDescription {
    font-size: 11px;
    color: #53608c;
    line-height:13px;
    margin-bottom: 8px;   
}
