html,body{
height:100%;
}
body{
	margin:0;
	padding:0;
	background:url(../images/mainBg.gif) repeat-x top;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#5d5d5d;
	text-align:justify;
	}
.bodyIndex{
		background-color:#569bbe;
		background-image:none;
		}
th, td{
		font-family:Arial, Helvetica, sans-serif;
		font-size:11px;
		color:#5d5d5d;
		}
.bgSep{
		background:url(../images/sepUnderMenu.gif) repeat-y left;
		}
.leftSide{
			background:url(../images/sideLeft.gif) no-repeat right bottom;
			}
.rightSide{
			background:url(../images/sideRight.gif) no-repeat left bottom;
			}
.leftMenuBg{
			background:#eaeaea url(../images/bgLeftMenuBottom.gif) no-repeat bottom;
			}
/*
.leftMenuBgIMG{
				background:url(../images/LeftMenuBgIMG.gif) no-repeat left bottom;
				}
.leftMenuBgBottom{
			background:url(../images/bgLeftMenuBottom.gif) no-repeat bottom;
			}*/
.headTitle{
			font-size:19px;
			color:#4d98bd;
			padding:10px 0 11px 0;
			}
.projects img{
		border:1px solid #d7d7d7;
		padding:1px;
		}
.projectsTxt{
			padding:0 0 0 15px;
			}
.projectsTxt b{
				color:#231f20;
				height:25px;
				vertical-align:top;
			}
.Text{
	padding:10px 0;
	}
.Text img{
	clear:both;
	float:right;
	border:1px solid #d7d7d7;
	padding:1px;
	margin-left:10px;
	}
.projectsTitle img{
				border:none;
				padding:0;
				margin:0;
				margin-top:10px;
				}
.headTitleSub{
			font-size:14px;
			color:#4D98BD;
			padding:0;
			font-weight:bold;
			}
.viewEnlarge{
			padding:10px 0 20px 0;
			}
.viewEnlarge a{
				text-decoration:none;
				font-weight:bold;
				color:#5d5d5d;
				background:url(../images/loup.gif) no-repeat left;
				padding-left:20px;
				line-height:20px;
				vertical-align:middle;
				}

.viewEnlarge a:hover{
				text-decoration:none;
				color:#0054a6;
				padding-left:20px;
				background:url(../images/loup-on.gif) no-repeat left;
				line-height:20px;
				vertical-align:middle;
				}
.viewEnlarge2 a{
				text-decoration:none;
				font-weight:bold;
				color:#5d5d5d;
				background:none;
				padding-left:20px;
				line-height:10px;
				vertical-align:middle;
				background:url(../images/loup.gif) no-repeat left;
				}
.viewEnlarge2 a:hover{
				text-decoration:none;
				color:#0054a6;
				padding-left:20px;
				line-height:10px;
				vertical-align:middle;
				background:url(../images/loup-on.gif) no-repeat left;
				}
.viewEnlarge2 a.none{
					background:none;
					padding:0;
					}
.detailsBuild td{
				padding:0 0 5px 0;
				}
.detailsBuild span{
				font-size:10px;
				font-weight:bold;
				color:#a6a6a6;
				text-align:center;
				}
.detailsBuild img{
					border:1px solid #d7d7d7;
					padding:1px;
					}
.detailsBuildContent .title{
						font-weight:bold;
						font-size:11px;
						}
.detailsBuildContent{
					border:1px solid #0054a6;
					padding:14px;
					}
.detailsBuildContent ul{
					margin:0;
					padding:10px;
					list-style:none;
					}
.detailsBuildContent ul li{
					margin:0;
					padding:0 0 0 10px;
					list-style:none;
					background:url(../images/bullet1.gif) no-repeat left top;
					}
.detailsBuildContent .level2 li{
					margin:0;
					padding:0 0 0 10px;
					background:url(../images/bullet2.gif) no-repeat left top;
					}
.detailsBuildContent strong{
					color:#0054a6;
					}
.tableBuildContent{
					border:1px solid #4d98bd;
					color:#4D98BD;
					}
.tableBuildContent td b{
						color:#4D98BD;
						padding-top:5px;
						}
.tableBuildContent td, a{
						line-height:25px;
						text-align:center;
						color:#4D98BD;
						}
.tableBuildContent td, a:hover{
						text-decoration:none;
						color:#0054a6;
						}
.tableBuildContent .lineOne{
		background:#f7f7f7;
		}
.tableBuildContent td.sold{
	color:#ff0000;
	}
.tableBuildContent .lastLine td{
		background:#4d98bd;
		text-align:right;
		color:#ffffff;
		}
.tableBuildContent .lastLine td a{
		color:#ffffff;
		padding:0 2px;
		}
.selectLeft div{
				padding:2px 0;
				text-align:center;
				}
.selectLeft select{
			width:93px;
			height:18px;
			border:1px solid #7f9db9;
			font-family:Arial, Helvetica, sans-serif;
			font-size:10px;
			color:#065591;
			}
.copyright td{
			font-size:10px;
			color:#a5a5a5;
			padding:10px 0 0 15px;
			}
.copyright td a{
			font-size:10px;
			color:#a5a5a5;
			text-decoration:none;
			}
.copyright td a:hover{
			color:#0054a6;
			}
/*Contact Form*/
.contactUsForm input{
					border:1px solid #061a59;
					width:200px;
					height:15px;
					background:#eaeaea;
					margin:3px 0;
					font-size:11px;
					}
.contactUsForm .radioBt input{
							border:none;
							background:none;
							width:15px;
							height:15px;
							font-size:11px;
							}
.contactUsForm select{
					border:1px solid #061a59;
					width:202px;
					height:18px;
					background:#eaeaea;
					margin:3px 0;
					font-size:11px;
					}
.contactUsForm textarea{
					border:1px solid #061a59;
					width:200px;
					height:150px;
					background:#eaeaea;
					margin:10px 0 10px 0;
					font-size:11px;
					}
.contactUsForm .contactBTN input{
								border:none;
								background:none;
								width:51px;
								height:21px;
								vertical-align:top;
								}
.paddingBottom{
			margin-bottom:20px;
				}
.projects b{
			color:#231f20;
			font-size:10px;
			}
.headTitleSub2 a{
			font-size:12px;
			color:#0054a6;
			padding:0;
			font-weight:bold;
			margin:0;
			text-decoration:none;
			text-align:left;
			float:left;
			}
.headTitleSub2 a:hover{
					color:#5d5d5d;
					text-align:left;
					}
/*********Div POPUP*********/
.popupSearch{
		background:#4d98bd;
		filter:alpha(opacity=90); 
		-moz-opacity: 0.9; 
		opacity: 0.9;
		z-index:9;
		width:273px;
		height:50px;
		border:5px solid #999999;
		padding:5px 10px 35px 25px;
		text-align:center;
	}
.popupSearch a{
				font-size:10px;
				color:#fff;
				text-decoration:none;
				}
.rightLogoBg{
			background:url(../images/rightLogoBg.gif) repeat-x top;
}
.pressLay strong{
		color:#4d98bd;
}
a.selected{
			text-decoration:none;
			color:#d7d7d7;
}