body, div, p, a, input, img, ul, li, h1, h2, h3, h4, h5, table, tr, td, form, label 
{
margin:0;
padding:0;
}

body  {
	font: 100% Arial, Helvetica, sans-serif;
	background: #060803;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.twoColFixRtHdr #container { 
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixRtHdr #header { 
	background: #FFFFFF; 
	padding: 0 10px 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 40px;
	/*background-image: url(../../Real-Estate/images/Header.png);*//* Phil Note this is also in the sidebar 1 and allows this to go to the length of the column*/
	/*background-repeat: no-repeat;*/
} 
.twoColFixRtHdr #header h1 {
	margin: 0;  /*zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0 0 20px; /*using padding instead of margin will allow you to keep the element away from the edges of the div */
	font: 250% Arial, Helvetica, sans-serif; 
	color: #747474;
	font-weight: 800;
	letter-spacing:-2px;
}

/*added by phil*/
.twoColFixRtHdr #menu { 
	/*background: #FFFFFF;*/ 
	 /*padding: 0 10px 0 20px;  this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	padding: 0;
	width: 960px;
	height: 65px;
	
}

.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 300px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #f5f5f5; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px;
}
.twoColFixRtHdr #mainContent { 
	margin: 0 330px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

/*when going full page no sidebar*/
.twoColFixRtHdr #mainContentFull { 
	margin: 0; 
	padding: 0 20px 0 30px; 
} 

.twoColFixRtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#f5f5f5; 
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font: 70% Arial, Helvetica, sans-serif;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.twoColFixRtHdr #menu a
{
	color: #747474;
	font: 120% Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	text-decoration: none;

}


a.menuSelected 
{
	color: #b95519 !important;
	font: 120% Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	text-decoration: none;
	

}

.twoColFixRtHdr #menu a:hover {
	color: #000000; text-decoration: none;
}

.menuDivider
{
	/*vertical-align: -42px;place the text at a certain position in relation to the image*/
	padding-left: 7px;/*controls space between menu items*/
	padding-right: 7px;/*controls space between menu items*/
	color: #747474;
}




p, li, td
{
	font: 80% Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
}

p
{
	margin-bottom: 15px;
}

.text
{
	font: 80% Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
}

br
{
	font-size: 1px;
	line-height: 10px;
}




a{
	 COLOR: #b95519;  TEXT-DECORATION: none
}
a:hover {
	COLOR: #b95519; TEXT-DECORATION: underline
}

h1
{
	font: 180% Arial, Helvetica, sans-serif; 
	color: #747474;
	font-weight: 800;
	letter-spacing:-2px;
}

h2
{
	font: 160% Arial, Helvetica, sans-serif;
	color: #747474;
	font-weight: 800;
	letter-spacing:-2px;
}

h3
{
	font: 120% Arial, Helvetica, sans-serif;
	color: #747474;
	font-weight: 800;
	letter-spacing:-1px;
}


h4 {
	margin-top:20px;
	margin-bottom:5px;
	font: 160% Arial, Helvetica, sans-serif;
	color: #ffffff;
	padding:4px;
	border: 1px solid #939393;
	background-color: #adadad;
  }

h5
{
	font: 90% Arial, Helvetica, sans-serif; 
	color: #5ec7f7;
	font-weight: 800;
	letter-spacing:-1px;
}

.blue
{
	color: #5ec7f7;
}

.blueP
{
	margin: 0px;
	font: 90% Arial, Helvetica, sans-serif; 
	color: #5ec7f7;
	font-weight: bold;
	letter-spacing:-1px;
}

img
{
	border: 0;
}

/*anylinkcss are sub menus*/
.anylinkcss{

position:absolute; 
visibility: hidden;
border-bottom-width: 0;
font:normal 90% Arial, Helvetica, sans-serif;
line-height: 20px;
z-index: 1000;/*ensure this does hide behind other elements*/
width: 140px;
}

.anylinkcss a{
width: 100%;
position : relative; 
top : 6px; 
left : -15px;/*position slightly to left*/
display: block;
border-bottom: 1px solid white;
text-decoration: none;
text-indent: 15px;
color: white;
background-color: #93b4c3; 
text-align: left;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: #aacfdc;
color: #ffffff;
}


.link1 { 
	display:block;
	float:left;
	background:url(../../Real-Estate/images/button1/link1-bg.png) left top repeat-x; 
	color:#fff !important; 
	text-decoration:none;
	font-size:18px;
}
.link1:hover { 
	display:block;
	float:left;
	background:url(../../Real-Estate/images/button1/link1-bg.png) left top repeat-x; 
	color:#fff !important; 
	text-decoration:underline;
	font-size:18px;
}
	.link1 em {
		display:block;
		background:url(../../Real-Estate/images/button1/link1-left.png) no-repeat left top;
	}
	.link1 b { 
		display:block;
		background:url(../../Real-Estate/images/button1/link1-right.png) no-repeat right top; 
		padding:6px 11px 8px 11px; 
		font-weight:normal;
	}

.wrapper { 
	height:100%;
	overflow:hidden;
}

hr {
  border: 0;
  width: 100%;
  color: #dfdfdf;
  background-color: #dfdfdf;
  height: 1px;
}

.list li {
    line-height: 13px;
    list-style-type: disc;
    margin-bottom: 7px;
    margin-left: 15px;
    margin-right: 30px;
}

/*Photo Gallery Styles*/
td.gallery 
{
	background-color:  #788;
	font-size: 15px;
	vertical-align: top; 
}
td.gallerybg {
	background-color: #fff;
	font-size: 75%;
	vertical-align: bottom; 
	text-align: center;
	width: 140px;/*max 128 width of image*/ 
	height: 168px;
}

.newsDate
{
font: 70% Verdana, Arial, Helvetica, sans-serif;
color: #000033; 
}

.extra-wrap { 
	overflow:hidden;
	}


