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

BODY, TD, P  { font-size : 12px; font-family : verdana, helvetica, arial, sans-serif; color : #2A2323; line-height : 1.5em;}

P {margin-top : 0; margin-bottom : 1em;}
p.highlight { text-align : center; font-weight : bold; color : #922D2A; }

BODY {
  margin : 0;
  color : #404040;
  background : #949ABE url(images/bg_body.jpg) top left repeat-x;
  text-align: center;
}

ul { list-style-position: outside; margin-left : 1em; margin-bottom : 1em; }
li {margin-left : 1.33em;}

h1 {font-weight : bold; font-size : 22px; color : #22377E; margin-bottom : 0.5em; font-family : "Trebuchet MS", Verdana, sans-serif;}
h2 {font-weight : bold; font-size : 18px; color : #22377E; margin-top : 0.5em; font-family : "Trebuchet MS", Verdana, sans-serif;}
h3 {font-weight : bold; font-size : 16px; color : #22377E; margin-top : 0.5em; font-family : "Trebuchet MS", Verdana, sans-serif;}
h4 {font-weight : bold; font-size : 14px; color : #22377E; margin-top : 0.5em; font-family : "Trebuchet MS", Verdana, sans-serif;}
h5 {font-weight : bold; font-size : 12px; color : #22377E; margin-top : 0.5em; font-family : "Trebuchet MS", Verdana, sans-serif;}
h6 {font-weight : bold; font-size : 11px; color : #22377E; margin-top : 0.5em; font-family : "Trebuchet MS", Verdana, sans-serif;}

A  {color : #9D8E01; font-weight : bold; text-decoration : none;}
A:Visited  { color : #9D8E01; font-weight : bold; text-decoration : none;}
A:Active  { color : #9D8E01; font-weight : bold; text-decoration : none;}
A:Hover  { color : #9D8E01;	font-weight : bold; text-decoration : underline;}

hr {
  width : 85%;
  text-align : center;
  margin : 5px auto;
  border : 0;
  border-bottom : 2px dotted #9D8E01;
  color : fff;
  background : none;
}

div#wrapper {
   width: 845px;
   min-height : 500px;
   margin: 20px auto 20px auto;
   background : #fff;
   text-align: left;
}

div#header {
  width : 100%;
  height : 235px;
  margin : 0;
  background : #fff url(images/bg_header.gif) top left repeat-x;
  position : relative;
}

img#hd_photo {
  margin : 0 5px;
}


div#nav_wrapper {
  position : absolute;
  bottom : 1px;
  right : 5px;
  display : block;
  width : 650px;
  height : 40px;
  background : #939FC9;
}
ul#nav {
  font: normal 13px "Trebuchet MS", Verdana, sans-serif;
  color : #fff;
  margin : 0;
  float : right;
}

ul#nav li {
  list-style: none;
  margin : 13px 5px 0 0;
  float : left;
  display : inline;
}

/* Fix IE. Hide from IE Mac \*/
 * html ul#nav li { float : left; height: 1%;} 
 * html ul#nav li a { height: 1%;} 
/* End */


ul#nav li a, ul#nav li a:link, ul#nav li a:visited
{
  text-decoration: none;
  color : #fff;
  background : #22377E;
  font-weight : normal;
  float : left;
  padding : 2px 5px 2px 25px;
  border : 1px solid #fff;
}

ul#nav li a:hover {
  background : #939FC9;
}

div.right_photo {
  float : right;
  width : 200px;
  padding-left : 5px;
}

div.right_photo img {
  display : block;
}

div.right_photo p {
  color : #22377E;
  text-align : right;
}

div.floorplan {
  float : left;
  text-align : center;
  margin-right : 10px;
  height : 230px;
}

div.floorplan img {
  display : block;
}

div#footer {
  color : #22377E;
  border-top: 2px solid #22377E;
}

div#footer p {
  color : #22377E;
  display : inline;
  padding-right : 20px;

}

div#footer a {
  color : #22377E;
  font-weight : normal;
  text-decoration : underline;
}

div#content_wrapper {
  width: 845px;
}

div#content {
  margin : 0 5px;
  padding : 15px 10px 5px 10px;
  border-top : 5px solid #22377E;
}

div#rightphotos {
	float : right;
	padding-left : 7px;
	width : 280px;
}

div#rightphotos img {
	margin-bottom : 7px;
}

img.forsale {
	float : left;
	padding-right : 7px;
}

div.photo2 {
  float : left;
  width : 350px;
  height : 320px;
  margin : 5px 5px;
  font-size : 10px;
  text-align : center;
}

div.photo2 img {
  display : block;
}

div#clear {
  clear :both;
}

/* Registration Form */
form {display : inline;}

legend {font-weight : bold; font-size : 16px; color : #22377E; margin-top : 0.5em; font-family : "Trebuchet MS", Verdana, sans-serif;}

form div {
  clear : left;
  padding-top : 0.6em;
}

form fieldset {
  padding : 7px 4px;
  border : none;
}

form div label {
  float : left;
  width : 150px;
  font-weight : bold;
}

input.txt {
  border : 1px solid #cccccc;
  width : 150px;
}

input.btn {
  border : 1px solid #cccccc;
  background : #e7e7e7;
  color : #000;
  width : 75px;
  margin-bottom : 5px;
}

select {
  border : 1px solid #ccc;
  width : 150px;
}

textarea {
  border : 1px solid #ccc;
  width : 300px;
  height : 75px;
  clear : left;
}

/* Gallery */
.photo {
  float: left;
  width: 190px;
  height : 175px;
  margin: 5px;
  padding: 0;
  font-size : 10px;
  text-align : center;
  line-height : 1em;
  border : 1px solid #777;
  overflow : auto;
}

.photo img {
  display : block;
  margin : 3px auto;
  text-align : center;
  border-style : hidden;
}

div#norlink {
  text-align : center;
  font-size : 9px;
  color : #000;
}

div#norlink a {
  color : #000;
  font-weight : normal;
}
