html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 22px;
	color: #FFF;
	background-color: #000;
}

#body_holder {
	width: 1021px;
	margin: 0 auto;
}

.Bodywrapper {
	width: 100%;
	height: auto;
	position: relative;
	float: left;
	background-color: #000;
	border: 2px solid #FFF;
}

#Content {
	margin: 0 auto;
	width: 1000px;
	background-color: #000;
	position: relative;
	z-index: 1;
	margin-bottom: 12px;
}

#ContentSub {
	width: 1001px;
	height: auto;
	margin: 0;
	background-color: #FFFFFF;
	position: relative;
	z-index: 1;
	padding: 10px;
	color: #333333;
	float: left;
}

#ContentLeft, #ContentRight {
	width: 740px;
	height: auto;
	float: left;
	position: relative;
}

#ContentRight {
	float: right;
	width: 250px;
}

#cities, #services {
	font-family: trajan-pro, Verdana, Arial, Helvetica, sans-serif;
}

h1, h2 {
	font-weight: normal;
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 16px;
}

h3 {
	font-weight: normal;
	color: #003333;
	font-size: 14px;
}

A {
	color: #003333;
	text-decoration: none;
}

A IMG {
	border: none;
}

A:visited {
	color: #800000;
	text-decoration: none;
}

A:active {
	color: #2C241D;
	text-decoration: underline;
}

A:hover {
	color: #2C241D;
	text-decoration: underline;
}

A.ALT {
	color: #FFFFFF;
	text-decoration: none;
}

A.ALT:ACTIVE {
	color: #FFFFFF;
	text-decoration: none;
}

A.ALT:VISITED {
	color: #FFFFFF;
	text-decoration: none;
}

A.ALT:HOVER {
	color: #FFFFFF;
	text-decoration: underline;
}

.ALT A {
	color: #FFFFFF;
	text-decoration: none;
}

#greyBar {
	color: #FFF;
	background-color: #525252;
	padding: 4px 0 4px 0;
	width: 100%;

}

#services {
	color: #FFFFFF;
	background-color: #000000;
	padding: 10px;
	height: 20px;
	letter-spacing: 10px;
	font-weight: bold;
	margin: auto;
	font-size: 14px;
}

#top {
	color: #FFF;
	font-size: 14px;
	text-align: center;
	font-family: Arial, Tahoma, Tw Cen MT;
	letter-spacing: 3px;
}

#banner {
	width: 100%;
	height: 234px;
	border-bottom: 1px solid #fff;
}

#bannerSub {
	width: 100%;
	height: 234px;
	border-bottom: 1px solid #fff;
}

#menuWrapper {
	height: 47px;
	width: 100%;
	white-space: nowrap;
	position: relative;
	z-index: 5;
	border-bottom: 1px solid #fff;
}

#menu {
	height: 47px;
	width: 1040px;
	white-space: nowrap;
	position: relative;
	z-index: 5;
}

#menu ul, #menu ul ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#menu ul li {
	position: relative;
	float: left;
	width: auto;
	height: 47px;
}

#menu ul li ul {
	position: relative;
	top: -6px;
	left: -2px;
	padding: 0;
	margin: 0;
	display: none;
	z-index: 6;
	clear: both;
}

#menu ul ul li {
	float: none;
	margin: 0;
	padding: 0;
	line-height: 0;
}

#menu ul ul li a {
	padding: 24px 0 22px 0;
	margin: 0;
	height: auto;
	width: 100%;
	position: relative;
	clear: left;
	display: block;
	background: #4f4f4f;
	/* Old browsers */
	background: #4f4f4f; /* Old browsers */
	background: -moz-linear-gradient(top, #4f4f4f 0%, #161515 100%, #161515 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4f4f4f), color-stop(100%,#161515), color-stop(100%,#161515)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #4f4f4f 0%,#161515 100%,#161515 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #4f4f4f 0%,#161515 100%,#161515 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #4f4f4f 0%,#161515 100%,#161515 100%); /* IE10+ */
	background: linear-gradient(top, #4f4f4f 0%,#161515 100%,#161515 100%); /* W3C */	
	
	/* FF3.6  */
	/* Chrome,Safari4  */
	/* Chrome10 ,Safari5.1  */
	/* Opera11.10  */
	/* IE10  */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f4f4f', endColorstr='#161515',GradientType=0 );
	/* IE6-9 */
	/* W3C */
	
	border: 1px solid #fff;
	color: #fff;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
}

#menu ul ul li a:hover {
	background: #161515;
	/* Old browsers */

	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #161515), color-stop(100%, #4f4f4f));
	background: -webkit-linear-gradient(top, #161515 0%, #4f4f4f 100%);
	background: -moz-linear-gradient(top, #161515 0%, #4f4f4f 100%);
	background: -o-linear-gradient(top, #161515 0%, #4f4f4f 100%);
	background: -ms-linear-gradient(top, #161515 0%, #4f4f4f 100%);
	background: linear-gradient(top, #161515 0%, #4f4f4f 100%);

	/* FF3.6  */
	/* Chrome,Safari4  */
	/* Chrome10 ,Safari5.1  */
	/* Opera11.10  */
	/* IE10  */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#161515', endColorstr='#4f4f4f',GradientType=0 );
	/* IE6-9 */
	/* W3C */
	border: 1px solid #fff;
}

#menu ul li:hover ul {
	display: block;
}

.white_transparent, .white_transparent_selected, .news_white_transparent {
	background: url(../img/bg_white_opacity_10.png) top left repeat;

	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;

	padding: 4px 10px;
	width: auto;
	margin: 0 auto;
	position: relative;
}

.white_transparent_selected {
	background: url(../img/bg_white_opacity_30.png) top left repeat;
}

.sidebar-item{
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	border:0px solid;
	padding: 10px 10px;
	width: auto;
	margin: 10px 6px;
	position: relative;
	color:#FFFFFF;
	text-shadow:0 0 8px #222;
	font-size:16px;
	text-align:center;
	
}

#news {
	position: relative;
	min-height: 88px;
	height: auto;
	width: 100%;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	clear: both;
}

#newsWrapper {
	margin: 0 auto;
	width: 100%;
	text-align: justify;
}

#newsL, #newsR {
	color: #FFF;
	font-size: 10px;
	position: relative;
	float: left;
	min-width: 300px;
	width: 480px;
	float: left;
	display: inline;
	height: auto;
	line-height: 12px;
	top: 3px;
	text-transform: uppercase;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 0;
	padding-left: 10px;
}

#newsR {
	float: right;
}

.newsAd, .news_white_transparent {
	width: 250px !important;
	position: relative;
	margin: 0 auto;
	vertical-align: top;
	min-height: 74px;
	height: auto;
}

.news_white_transparent {
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;

	padding: 1px 10px 1px 10px;
}

.newsAd {
	font-size: 12px;
	line-height: 15px;
	color: #DADEE2;
	background: url(../img/news_arrow.png) left -8px no-repeat;
	padding: 0 20px 0 40px;
}

.newsAd, .newsAd h1 {
	font-family: Tahoma, Tw Cen MT, Arial;
	letter-spacing: 1px;
	font-weight: 300;
}

.newsAd h1 {
	font-size: 18px;
	color: #ffffff;
}

.newsAd input {
	border: 1px solid #000;
	height: 24px;
	width: 130px;
}

#cities {
	position: relative;
	float: left;
	clear: left;
	width: 1000px;
	height: 20px;
	color: #FFFFFF;
	background-color: #000000;
	padding: 10px;
	letter-spacing: 8px;
	font-weight: bold;
}

#footer {
	width: 100%;
	background-color: #525252;
	height: auto;
	float: left;
	position: relative;
}

/* TELEPHONE NUMBERS DISPLAY AS LINKS ON MOBILE DEVICES */
#footer a, #footer a:link, #footer a:visited, property_listing_menu a, property_listing_menu a:link, property_listing_menu a:visited {
	color: #ffffff;
}

#footerWrapper {
	margin: 0 auto 0 auto;
}

#footL, #footR {
	padding: 6px 0 6px 0;
}

#footL {
	color: #FFF;
	font-size: 10px;
	font-family: Tahoma, Tw Cen MT, Arial;
	float: left;
	height: auto;
	width: 500px;
	line-height: 12px;
	position: relative;
	margin: 0 0 0 6px;
}
#phone {
	font-size: 16px;
}

#footR {
	color: #FFF;
	font-size: 10px;
	font-family: Tahoma, Tw Cen MT, Arial;
	float: left;
	height: auto;
	width: 505px;
	text-align: right;
	line-height: 12px;
	position: relative;
}

.blue_grad_bg {
	background: #174a7c;
	/* Old browsers */

	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #174a7c), color-stop(100%, #161515)color-stop(100%, #161515));
	background: -webkit-linear-gradient(top, #174a7c 0%, #161515 100%, #161515 100%);
	background: -moz-linear-gradient(top, #174a7c 0%, #161515 100%, #161515 100%);
	background: -o-linear-gradient(top, #174a7c 0%, #161515 100%, #161515 100%);
	background: -ms-linear-gradient(top, #174a7c 0%, #161515 100%, #161515 100%);
	background: linear-gradient(top, #174a7c 0%, #161515 100%, #161515 100%);

	/* FF3.6  */
	/* Chrome,Safari4  */
	/* Chrome10 ,Safari5.1  */
	/* Opera11.10  */
	/* IE10  */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#174a7c', endColorstr='#161515',GradientType=0 );
	/* IE6-9 */
	/* W3C */
}

.feature_blue, .feature_blue_narrow, .feature_blue_mid {
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;

	padding: 2px 8px 10px 8px;
	width: 980px;
	margin: 0 auto;
	position: relative;
	color: #fff;
}

.feature_blue_narrow {
	width: 234px;
}

.feature_blue_mid {
	width:720px;
}

.feature_list, .feature_list_narrow {
	list-style: disc;
	font-size: 14px;
	line-height: 16px;
	padding: 0;
	margin: 0 0 0 24px;
}

.feature_list_narrow {
	font-size: 12px;
	line-height: 14px;
	margin: 0 0 0 12px;
}

.feature_list li, .feature_list_narrow li {
	margin: 8px 0 8px 0;
	line-height: 18px;
}

.feature_list_narrow li {
	line-height: 16px;
}

.feature_ribbon, .feature_ribbon_narrow, .new_ribbon_narrow{
	background: url(/img/investment-32.png) top right no-repeat;
	width: 403px;
	height: 146px;
	position: absolute;
	top: 0;
	right: 0;
}

.feature_ribbon_narrow {
	background: url(/img/investment-32_300.png) top right no-repeat;
	width: 300px;
	height: 121px;
}

.new_ribbon_narrow {
	background: url(/img/newUpcoming.png) top right no-repeat;
	width: 154px;
	height: 92px;
}

.property_listing_menu {
	width: 700px;
	height: 40px;
	margin: 0 0 12px 0;
}

.property_listing_menu_item {
	display: inline;
	float: left;
	margin: 8px 0 0 12px;
}

.button {
	display: inline;
	cursor: pointer;
}

.normal {
	font-weight: normal;
}

.bold {
	font-weight: bold;
}

/*Below is original master.css */
.rssBG {
	background-color: #abbdcf;
	margin: 0px;
	padding: 0px;
}

.rss {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
	font-style: normal;
	font-weight: normal;
	list-style-image: url(../img/arrow.gif);
	line-height: 1.5em;
	margin: 0px;
	padding: 20px;
}

.rss2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FFFFFF;
	font-style: normal;
	font-weight: normal;
	list-style-image: url(../img/arrow.png);
	line-height: 15px;
	margin: 0px;
	padding: 0px;
}

.b {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #a80606;
	margin: 0px;
	padding: 0px;
}

.smalltext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FFF;
	line-height: 22px;
	text-transform: uppercase;
}

.QuoteBox {
	padding: 10px;
	font-size: 12px;
	font-weight: normal;
	color: #033;
	text-indent: 0;
	background-color: #E0E7F4;
	border: 1px solid #C0C0C0;
	width: 90%;
	margin: 15px;
}

/* LISTINGS  ---------------------------------------------------------------------*/
.ListingText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #000000;
}

.ListingAddressBG {
	background-image: url(../img/listings/topdecor.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 31px;
}

.ListingMiddleBG {
	background-color: #FFFFFF;
	background-image: url(../img/listings/gradientbg.png);
	background-repeat: repeat-x;
	border: 1px solid #888888;
}

.ListingBottomExtra {
	background-color: #FFFFFF;
	background-image: url(../img/listings/gradientbg.png);
	background-repeat: repeat-x;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #888888;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #888888;
	border-left-color: #888888;
}

.ListingOrangeBar {
	background-color: #888888;
	background-image: url(../img/listings/orangebar.gif);
	background-repeat: repeat;
	height: 5px;
}

.ListingCatLine {
	background-image: url(../img/listings/catline.gif);
	background-repeat: repeat-x;
	height: 30px;
}

.ListingCatText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 30px;
	font-weight: bold;
	color: #333333;
	width: 30px;
}

.ListingPriceBox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

.ListingCityHead{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #000000;
	margin-right:12px;
}

/* END LISTING   ----------------------------------------------------------------------*/
/*----------------------------------------------------------------------*/
.Page-White {
	width: 700px;
}

.Page-BG {
	background-color: #52463C;
	background-image: url(../img/pagebg.png);
	background-repeat: repeat-x;
	width: 100%;
}

.Page-Footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 22px;
	color: #FFFFFF;
	background-color: #2D4C61;
	width: 690px;
}

.v-line {
	background-image: url(../img/v-line.png);
	background-repeat: no-repeat;
	background-position: top;
}

.BodyText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	color: #000000;
	padding-bottom: 30px;
}

.ListingText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	color: #000000;
}

.formHeading {
	ffont-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-color: #DEDEDE;
	height: 30px;
}

.formBody {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #EFEFEF;
}

#form {
	border: 1px #264051 solid;
	background-color: #FFFFFF;
	color: #264051;
	font-size: 8pt;
	font-family: Tahoma, Verdana;
}

.required {
	font-size: 10px;
	font-style: italic;
	color: #B4001D;
}

A.BREADCRUMB {
	color: #2D4C61;
	text-decoration: none;
}

A.BREADCRUMB:ACTIVE {
	color: #2D4C61;
	text-decoration: none;
}

A.BREADCRUMB:VISITED {
	color: #2D4C61;
	text-decoration: none;
}

A.BREADCRUMB:HOVER {
	color: #2D4C61;
	text-decoration: underline;
}

.LeftButton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2D4C61;
	height: 30px;
	width: 220px;
	text-indent: 5px;
	text-align: left;
}

.hdgdark {
	background-color: #ABABAB;
	height: 40px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-image: url(../img/hdgbg.gif);
	background-repeat: repeat-x;
}

.SpecsHdg {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #C80026;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	vertical-align: bottom;
}

.ListingAddressBG {
	background-image: url(../img/listings/topdecor.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 31px;
}

.ListingMiddleBG {
	background-color: #FFFFFF;
	background-image: url(../img/listings/gradientbg.png);
	background-repeat: repeat-x;
}

.ListingBottomExtra {
	background-color: #FFFFFF;
	background-image: url(../img/listings/gradientbg.png);
	background-repeat: repeat-x;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #888888;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #888888;
	border-left-color: #888888;
}

.LeftTile {
	background-color: #52463C;
	background-image: url(../img/lefttile.png);
	background-repeat: repeat-y;
	width: 20px;
}

.RightTile {
	background-color: #52463C;
	background-image: url(../img/righttile.png);
	background-repeat: repeat-y;
	width: 20px;
}

.LeftContent {
	background-image: url(../img/leftitemtile.gif);
	background-repeat: repeat-x;
	padding: 15px;
}

#RightHeading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FFF;
	font-style: normal;
	font-weight: normal;
	line-height: 15px;
	margin: 0px;
	padding: 0px;
}

.floatright {
	float: right;
	margin-top: 100px;
}


/* UPCOMING PROJECT -----------------------------------------------------*/


#Project-wrapper {
  	margin: 0 auto;
}


.Project-Border{
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	border:2px solid #CDD9E5;
	padding: 10px 10px;
	width: auto;
	margin: 10px 6px;
	position: relative;

}

#Icon {
	width: 180px;
	float: left;
	margin-top: 0px;
	padding: 8px;
	font-size: 16px;
}

#Project-Hdr {
	width: 400px;
	float: left;
	color: #000000;
	background-color: #FFFFFF;
	margin-top: 0px;
	padding: 8px;
	font-size: 16px;
	font-weight: bold;
}

#Project {
	width: 400px;
	float: left;
	color: #000000;
	background-color: #FFFFFF;
	margin-top: 0px;
	padding: 8px;
	font-size: 12px;
}







/* UPCOMING PROJECT ----------------------------- END ------------------------*/
