﻿body
{
    font-family: Verdana;
    font-size: 12px;
    color: #753f00;
    background-color: #FFFFFF;
    margin: 0px;
    padding: 0px;
}

/*-- StartNew Home Page Items--*/

.NewsArea
{
    width: 525px;
    background: url(images/newsBG.jpg) no-repeat top left;
    margin: 0px 13px 10px 6px;
    float: left;
    clear: right;
    min-height: 210px;
    }
    
.NewsAreaInside
{
    width: 460px;
    margin: 28px auto 0px auto;
    text-align: left;    
    }

.NewsContent
{
    width: 225px;
    float:left;
    }
    
.NewsControlArea
{
    width: 235px;
    float: left;}

.FinishOuts
{
    width: 275px;
    background: url(images/finishoutBG.jpg) no-repeat top left;
    margin: 0px 6px 10px 13px;
    float: left;
    min-height: 210px;}
    
.FinishOutsInside
{
    width: 225px;
    margin: 28px auto 0px auto;
    text-align: justify;    
    }

.TopContent
{
    width: 812px;
    padding: 40px 6px 40px 13px;
    clear: both;
    }

/*-- End New Home Page Items--*/


/*-- Global CSS --*/

a, a:visited, a:active 
{
    color: #909608 !important;
    text-decoration: none;
    font-weight:400;
}

a:hover
{
    color: #d9531e;
    text-decoration: underline;
}

img 
{
    border: 0;
}

h1
{
    color: #d9531e;
    font-size: 11px;
    font-weight: bold
}

.redText
{
	color: #d9531e;
}

.greenText
{
	color: #b2bb1d;
}

.blackText
{
	color: #111111;
}

.mainText,
.mainText a,
.mainText a:hover,
.mainText a:visited
{
	color:#753f00;
	text-decoration: none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:14px;
	font-size:12px;
	font-family: Verdana;
}

.mainText a,
.mainText a:visited
{
	color:#0066FF;
}

.mainText a:hover
{
	text-decoration: underline;
}

.smallText
{
    font-family: Verdana;
    font-size: 9px;
    font-weight: bold;
    color: #753f00;
    letter-spacing: 1px;
}

.clear
{
	clear:both;
	height:1px;
	visibility:hidden;
	margin-bottom:-1px
}

.smallBreak
{
	clear:both;
	height:7px;
	margin:0px;
}

.largeBreak
{
	clear:both;
	height:14px;
	margin:0px;
}

/*-- Containers --*/

.cmsWrapper
{
    width: 966px;
    margin: 0 auto;
    margin-top: 55px;
    padding-bottom: 10px;
    clear: both;
}

#wrapper
{
    float: left;
    min-height: 656px;
    _height: 656px;
    width: 966px;
    border: 2px solid #b2bb1d;
    margin-bottom: 10px;
    background: transparent url(images/verticalBorder.gif) 126px repeat-y;
}

#header
{
	float: left;
    display: block;
    width: 966px;
    height: 141px;
    border-bottom: 2px solid #b2bb1d;
    clear: both;
    margin: 0;
    background: white;
}

#TopNavigation 
{
    float: right;
    margin-right: 5px;
    margin-bottom: 18px;
}

#sideBar 
{
    display: block;
    width: 126px;
    height: 513px;
    background: url('images/side-floorplan.gif') no-repeat;
    margin-right: 2px;
    overflow: hidden;
    float: left;
}

#mainContent
{
    float: left;
    width: 966px;
    min-height: 513px;
    _height: 513px;
    clear: both;
}

#newsContent
{
	float: left;
	width: 1092px;
	min-height: 513px;
	_height: 513px;
	clear: both;
}

#main
{
    min-height: 500px;
    _height: 500px;
    width: 838px;
    float: left;
    border-bottom: 13px solid #d8531e;
    padding-bottom: 15px;
}

#mainTop
{
    padding: 20px 10px 0 40px;
    min-height: 150px;
    _height: 150px;
    border-bottom: 2px solid #b2bb1d;
    width: 788px;
}

#mainBottom
{
    padding: 20px 10px 0 40px;
    min-height: 150px;
    _height: 150px;
    width: 788px;
}

.main2Col
{
    width: 838px;
    float: left;
    display: block;
    min-height: 300px;
    _height: 300px;
    margin-top: 30px;
    clear: both;
}

.revital2Col
{
    width: 838px;
    float: left;
    display: block;
    min-height: 300px;
    _height: 300px;
    clear: both;
}

.leftCol
{
	background-repeat: no-repeat;
	background-position: 480px;
	background-image: url(images/divider.gif);
	background-repeat: repeat-y;
	margin-top: 20px;
    clear: both;
}

.revitalLeftCol
{
	background-repeat: no-repeat;
	background-position: 480px;
	background-image: url(images/divider.gif);
	background-repeat: repeat-y;
    clear: both;
}

.leftCol2
{
	background-repeat: no-repeat;
	background-position: 418px;
	background-image: url(images/divider.gif);
	background-repeat: repeat-y;
    clear: both;
}

.mainLeft
{
	float: left;
	width: 386px;
    display: block;
    padding: 5px 5px 5px 20px;
    min-height: 100px;
    _height: 100px;
}

.mainRight
{
	float: left;
	width: 381px;
    display: block;
    margin-left: 6px;
	padding: 5px 5px 5px 30px;
    min-height: 100px;
    _height: 100px;
}

.leftCell
{
    width: 433px;
    margin: 0px;
    padding-left: 40px;
}

.rightCell
{
    width: 319px;
}

.bottomBorder
{
	border-bottom: 2px solid #b2bb1d;
}

#main.clearPadding
{
	padding: 0px;
}

.fillHeight
{
	min-height: 403px;
    _height: 403px;
}

.mainBlock 
{
    padding: 20px 50px 0 50px;
    min-height: 150px;
    _height: 150px;
    border-bottom: 2px solid #b2bb1d;
}

#footerBlock
{
	float: left;
    display: block;
    clear: both;
    background: url('/images/2632broadway-footer-bg.gif') no-repeat right;
    width: 778px;
    height: 60px;
    max-height: 60px;
    padding: 10px 30px 10px 30px;
    margin-top: 15px !Important;
    border-top: 2px solid #b2bb1d;
}

.footerText
{
    color: #b2bb1d;
    font-size: 10px;
    font-weight: bold;
    line-height: 10px;
}

.footerText a, a:visited, a:active
{
    color: #b2bb1d;
    text-decoration: none;
}

.footerText a:hover
{
    color: #d9531e;
    text-decoration: underline;
}

.searchTextBox
{
    border:solid 1px #558CC0;
    width: 125px;
    margin: 10px 0px 5px 10px;
}

.contentText
{
	padding: 0px 10px 0px 40px;
	width: 788px;
}

.floatright
{
	float: right;
}

.floatright150 
{
	float: right;
	padding-right: 150px;
}

.floatright250 
{
	float: right;
	padding-right: 250px;
}

.floatright350 
{
	float: right;
	padding-right: 350px;
}

.floatleft 
{ float: left;
}
