@media screen {
	body {
		text-align:center;
		margin:0px;
		padding:0px;
		background-color: #333333;
	}

	form {
		padding: 0px;
		margin: 0px;
	}

	a {
		color: #000000;
		font-weight: bold;
		text-decoration: none;
	}

	a:hover {
		text-decoration: underline;
	}

	#wrapper {
		/* width:725px; */
		width:850px;
		margin: 0 auto;
		text-align:left;	
	}

	#header_left {
		float: left;
		margin-top: 12px;
		display:inline;
	}

	#header_navigation {
		float: right;
		margin-top: 25px;
		display:inline;
	}

	#header {
		height:50px;
		margin-top:10px;
	}

	#popup_header .title,
	#header .title {
		color: #FFFFFF;
		font-size: 30px;
		font-weight: bold;
		font-family:"Times New Roman", Times, serif;
	}

	#header .title {
		margin-top: 20px;
	}

	#popup_header .title {
		padding: 10px 0px;
	}


	#header_navigation ul {
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
	}

	#header_navigation li {
		display: block;
		float: left;
		height: 24px;
		margin: 0px;
		padding: 3px 0px 0px 10px;
		text-align:center;
	}

	#header_navigation .last {
		margin: 0px 0px 0px 0px;
	}

	#header_navigation a {
		color:#E7E8C8;
		text-transform:uppercase;
		text-decoration:none;
		font-family:"Times New Roman", Times, serif;
		font-size:14px;
		font-weight: bold;
		font-stretch: expanded;
	}

	#header_navigation a:hover {
		/* text-decoration: underline; */
		color:#FFF;
	}

	#header_navigation img {
		margin-bottom:2px;
	}


	#content {
		clear:both;
		/* width: 705px;*/
		width: 830px;
		font-family:"Times New Roman", Times, serif;
		background-image: url(../images/red_1_background.gif);
		border: 1px solid white;
		color:#E8E9C9;
		font-size: 12px;
		padding: 10px 10px 0px 10px;
		margin: 0px 0px 10px 0px;
	}

	#content #primary {
		float: left;
		/* width: 530px; */
		width: 630px;
		margin-top:15px;
	}

	#content #secondary {
		float: right;
		/* width: 175px; */
		width: 180px;
		text-align: center;
		padding-right:20px;
		margin-top:15px;
	}

	#content #secondary img {
		border:5px solid #FFF ;
	}

	#content #secondary .phone {
		color:#E8E9C9;
		font-size: 24px;
		font-weight: bold;
		margin-bottom: 10px;
		margin-top:7px;
	}

	#content #secondary .dre {
		color:#E8E9C9;
		font-size: 14px;
		margin-bottom: 10px;
		margin-top:7px;
	}

	#content #ps_left, #content #ps_right {
		display:inline;
		float:left;
		width:415px;
		margin:25px auto;
		text-align:center;
		margin-top:100px;
	}

	#footer_logo {
		clear:both;
		/* width: 725px; */
		width: 850px;
		padding: 0px 0px 0px 0px;
		margin: 0px 0px 10px 0px;
		text-align: center;
	}

	 #footer_logo #vip_logo {
		float: left;
		margin: 5px;
		margin-left:50px;
	}

	#footer_logo #chris_logo {
		float: right;
		margin: 5px;
		margin-right:50px;
	}


	#footer_logo #footer {
		text-align: center;
		color:#FFFFFF;
		font-size: 9px;
		font-family:Arial, Helvetica, sans-serif;
		margin: 12px 0px 0px 6px;
	}

	#footer_logo #footer ul {
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
	}

	#footer_logo #footer li {
		display: inline;
		border-right: 1px solid #FFFFFF;
		margin: 3px 0px 0px 0px;
		padding: 0px 3px 2px 2px;
	}

	#footer_logo #footer .last {
		border-right: 0px;
	}

	#footer_logo #footer a {
		color: #FFFFFF;
		text-transform: uppercase;
		text-decoration: none;
		font-family:Arial, Helvetica, sans-serif;
		font-size: 9px;
		font-weight: bold;

	}

	#footer_logo #footer a:hover {
		text-decoration: underline;
	}

	#footer_logo #footer .copyright {
		margin-top: 5px;
	}

	/* property listings */
	.property_list {
/*	 margin-left: 8px; */
	}

	.listing {
	float: left;
    font-size: 11px;
	color:#E8E9C9;
    text-align: center;
    width: 160px;
    padding-top:5px;
    padding-bottom:5px;
	}

  .listing .office {
	color:#E8E9C9;
  	font-style: italic;
  }

  .listing a:link,
  .listing a:visited,
  .listing a:active {
	color:#E8E9C9;
    text-decoration: none;
  }

  .listing a:hover {
    color: #FFF;
    text-decoration: none;
  }

	.form select {
		background-color:#CCCCCC;
		font-size: 11px;
	}

	.form input {
		font-size: 11px;
	}

	.form .row {
		clear: both;
		padding: 4px;
	}

	.form .row .input {
		float: left;
	}

	.form .inputbox {
		width: 250px;
	}

	.form .inputarea {
		width: 350px;
		height: 350px;
	}

	.form .inputarea2 {
		width: 250px;
		height: 150px;
	}

	.form .row .label {
		padding-top: 4px;
		padding-right: 4px;
		float: left;
		text-align: right;
		width: 55px;
	}

	.form .buttons {
		float: right;
		padding: 0px 0px 0px 0px;
	}

	.clear {
    clear: both;
  }

	.right {
		float: right;
	}
	.left {
		float: left;
	}

  .new {
    color: blue;
  }

  .alert,
  .message {
	  color: #000000;
	  font-weight: bold;
	}

  .maintenance {
    margin: 100px 0px;
    font-weight: bold;
    color: #000000;
    font-size: 16px;
    width: 705px;
    text-align: center;
  }

  .header {
		color:#E8E9C9;
		font-weight:bold;
		font-size: 18px;
		text-transform: capitalize;
		margin-bottom: 6px;
	}

	#fs_contact {
		width:400px;
		padding-left:50px;
		border:1px solid #FFF;
		color:#E7E8C8;
	}
	.fs_search {
		text-align: left;
		font-size: 12px;
	}

	.fs_contact legend,
	.fs_search legend {
		color: #FFF;
		text-transform: uppercase;
		font-weight:bold;
	}

	.fs_search .label {
		font-weight: bold;
/*		color:#666666;*/
	}

	.fs_search .input {
		width: 100%;
		margin-bottom: 11px;
	}

	.fs_search select {
		width: 98%;
		margin-bottom: 5px;
		background-color:#CCCCCC;
		font-size:11px;
	}

	.fs_search .submit {
		width: 98%;
		font-size: 12px;
		font-weight: bold;
/*		color:#666666;*/
		padding: 2px 0px;
	}

  .disclaimer {
  	font-size: 9px;
  	font-style: italic;
  	color: #000000;
  }

	.prevnext:link  {
		color: #000000;
		text-decoration: none;
	}

	.prevnext:visited  {
		color: #000000;
		text-decoration: none;
	}

	.prevnext:active  {
		color: #000000;
		text-decoration: none ;
	}

	.prevnext:hover   {
		color: #666666;
		text-decoration: none;
	}

  #property_detail_main {
    background-color:#E6EAEE;
    width: 703px;
	}

	#property_detail_main .icons {
	 float: right;
	 width: 70px;
	 text-align: right;
	 margin: 10px 10px 10px 10px;
	}

	#property_detail_main .image img {
    border:1px solid #999965;
	}

	#property_detail_main .image {
	 width: 339px;
	 float: left;
	 margin: 0px 10px 0px 0px;
	}

	#property_detail_main .tools {
	  float: left;
	  margin: 10px 0px 10px 0px;
  	line-height: 15px;
	}

	#property_detail_main .tools .title {
    text-transform: uppercase;
    font-weight:bold;
    margin: 0px 0px 10px 0px;
	}

	#property_detail_main .tools ul {
	  margin: 0px;
 	  padding: 0px;
  	font-size: 12px;
	}

	#property_detail_main .tools li {
	  display: block;
	}

  #show_calc {
    position: absolute;
    top: 150px;
    left: 25px;
    width: 600px;
    visibility: hidden;
    background-color: #f4f5eb;
  }

  #show_calc,
	#mortgage_calc {
	  padding: 15px;
	  border:1px solid #000000;
	}

  .listoffice {
  	color: #000000;
  	font-style: italic;
  }

  .proptitle {
  	padding-bottom: 3px;
  	font-size: 12px;
  	color: #000000;
  	font-weight: bold;
  }

  .solidline {
  	border-bottom-width:1px;
  	border-bottom-style: solid;
  	margin: 10px 0px 10px 0px;
  	border-bottom-color: #000000;
  }

  #property_images {
    margin-left: 35px;
  }

  #property_images .timage{
    width: 106px;
    height: 100px;
    border: 0px;
    margin: 0px;
    padding: 0px;
  }

  #property_images .image {
    margin: 3px;
    padding: 3px;
    width: 106px;
    height: 100px;
    overflow: hidden;
    float: left;
    border: 1px solid #CCCCCC;
  }

  #property_images .image img {
    vertical-align: middle;
  }

  #property_description {
    text-align: justify;
    font-size: 12px;
  }

	.mortgageForm {
	  margin: 5px 0px 5px 0px;
	  border-top:1px solid #000000;
	  border-bottom:1px solid #000000;
  }

	.mortgageForm .row {
		clear: both;
		margin: 2px 0px;
	}

	.mortgageForm .col1 {
	  text-align: right;
	  float: left;
	  width: 20%
  }

	.mortgageForm .col2 {
	  text-align: left;
	  float: left;
	  width: 25%
	}

	.village_properties {
	  width: 100%;
	}

	.village_properties .header {
    border-bottom:1px solid #000000;
	}

	.village_properties .city {
		color: #000000;
		font-weight:bold;
		font-size: 14px;
		text-transform: capitalize;
	}

	.village_properties .property_text {
	  float:left;
	  width: 33%;
		text-transform: capitalize;
	}

	.agent_left {
	}

	.agent_right {
		text-align: right;
	}

	.agent_left .photo,
	.agent_left .details {
		float: left;
	}

	.agent_right .photo,
	.agent_right .details {
		float: right;
	}

	.agent_left .details,
	.agent_right .details {
		margin-top:110px;
	}

	.util_links_single {
		margin-top:120px;
	}

	.agent_left .photo {
		margin-right: 5px;
	}

	.agent_right .photo {
		margin-left: 5px;
	}

	#inquire {
		width: 100%;
		height: 15px;
		background-color:#E6EAEE;
		padding: 2px;
	}

	#popup {
		position: absolute;
		top: 15px;
		left: 15px;
		right: 15px;
		border: 1px solid #000000;
		background-color: #F4F5EB;
		font-family:"Times New Roman", Times, serif;
		color: #000000;
		font-size: 12px;
	}

  #popup_header {
		text-align: center;
		background-image:url(../images/elements/red_1_background.gif);
		border-bottom: 1px solid #000000;
	}

	#popup_main {
		clear: both;
		padding: 10px;
	}

	#popup .form .row {
		clear: both;
		padding: 2px;
	}

	#popup .form .row .label {
		width: 150px;
	}

	#popup_footer {
		border-top: 1px solid #000000;
		background-image:url(../images/elements/red_1_background.gif);
		text-align: right;
		padding: 5px;
	}

	.quote {
	 font-size: 14px;
	 text-align:justify;
	}

	#contact_text {
	margin-top:-20px;
	font-size: 20px;
	}

	#contact_text li {
	list-style-type:none;
	display:inline;
	}

	#fs_contact a {
	color:#FFF;
	font-weight:normal;
	}

	.cms_text p {
	font-size:18px;
	}

	.listing img {
		border:1px solid #FFF;
	}

	h2 {
		font-size:18px;
		font-weight:bold;
	}

}