body  {
	background: #666666;
	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;
	background-color: #3232CD;
	margin-top: 10px;
	margin-bottom: 10px;
}
.twoColFixLtHdr #container {
	width: 962px;  /* 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: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(design/opening_mid.jpg);
	background-position: bottom center;
} 

.twoColFixLtHdr #containerOpen {
width: 962px;  /* 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: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(design/opening_mid.jpg);
	background-position: top center;
}
#header {
	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. */
	background-image: url(design/opening_top.jpg);
	height: 175px;
} 
#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; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 235px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 0px 5px 15px;
	margin-right: 0px;
	margin-left: 22px;
	text-align: center;
	margin-left: 25px;
	text-align: center;
}
 #sidebar1Open {
	float: left; /* since this element is floated, a width must be given */
	width: 235px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 10px 5px 15px;
	margin-right: 0px;
	margin-left: 22px;
	text-align: center;
	margin-left: 25px;
	text-align: center;
}
#mainContent {
	margin: 0 30px 0 285px; /* the left margin on this div element creates the column down the left 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: 20px 20px 20px 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;

} 
#mainContentOpen {
	margin: 0 225px 0 285px; /* the left margin on this div element creates the column down the left 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 5px;
} 
#footer {
	padding: 0 10px 10px 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#3232CD;
	height: 155px;
	background-repeat: no-repeat;
	background-image: url(design/inner_bot.jpg);
	background-position: center bottom;
	text-align:center;
	vertical-align: bottom;
} 
#footerOpen {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#3232CD;
	height: 15px;
	background-repeat: no-repeat;
	background-image: url(design/inner_bot.jpg);
	background-position: center bottom;
} 
#menuBottom {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#3232CD;
	height: 30px;
	background-repeat: no-repeat;
	text-align: center;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
} 
#menuBottom a{
	
	color: #ffffff;
} 
#menuBottom a:hover{
	decoration:none;
	color: #ffffff;
} 
#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 */
}
.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;
	line-height: 0px;
}

#container #WrapperContent {
	background-image: url(design/opening_peter.jpg);
	background-repeat: no-repeat;
	background-position: 629px bottom;
}
#mainContentOpen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
#mainContentOpen #quickopen select, #sidebar1 #quickinner select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
 #quickopen{
 margin: 0 0px 3px 0px;
 background-color: #E7E7E7;
}
 #quickinner{
 margin: 0 0px 5px 0px;
 background-color: #E7E7E7;
}
#tablewrapper {
	height: 100%;
	width: 100%;
}
#quickopen td, #quickinner td  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* SIDE MENU */
#menu_vert {
	padding: 0;
	margin-right: 40px;
	text-transform: uppercase;
	text-align:center;
	font-size: 12px;
	line-height: 25px;
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	margin-left: 0px;
	
}
#menu_vert li {
	text-align:center;
	list-style: none;
	border-bottom: 0px solid #c0c0c0;
	display: block;
	width: 170px;
	height: 25px;
	margin: 0 20px 3px 0;
}
/* first level links */
div#menu_vert a {
   text-decoration:none; /* no underline for links */
  background-image: url(images/menu_button.gif);
	background-repeat: no-repeat;
	background-position: center middle;
   display: block; /* IE has problems with this, fixed above */
   padding: 0em 0em 0em 0em; /* some air for it */
   color: #ffffff; /* this will be link color for all levels */
   min-height:1em; /* Fixes IE7 whitespace bug */ 
}
/* hover state for all links */
div#menu_vert a:hover {
  background-image: url(images/menu_button_on.gif);
	background-repeat: no-repeat;
	background-position: center middle;
color: #ffffff;

}
#sidebar1Open a,#sidebar1 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#sidebar1Open a:hover,#sidebar1 a:hover {
	text-decoration: none;
}

.address {
	font-size: 11px;
	color: #8684B0;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.address a{
	font-size: 11px;
	color: #8684B0;
}
.address a:hover{
	decoration:none;
}
.peter {font-size: 13px}

td.fullcell {
	width:220px;
	height:23px;
	vertical-align: middle;
	text-align: center;

} 
td.fullcell a {
	display:block;
	width:220;
	height:23px;
	color: #ffffff;
	background-image: url(images/menu_button.gif);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 12px;
	text-decoration: none;
	vertical-align: middle;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 0px;
	background-position: center top;
} 
td.fullcell a:hover {
color: #ffffff;
	display:block;
	width:220;
	height:23px;
	color: #ffffff;
	  background-image: url(images/menu_button_on.gif);
	background-repeat: no-repeat;
background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	vertical-align: middle;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 0px;

}
/* MLS SEARCH */
.RAMBox1 {
	padding: 6px;
	text-align:center;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
		border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #222222 ;
	border-bottom-color: #222222 ;

}
.RAMBox2 {
	padding: 6px;
	font-size: 12px;
	text-align:center;
	background-color: #E7E7E7;

	}
.RAMBox3 {
	padding: 6px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.RAMBox3 table{
	padding: 11px;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
}
.RAMButton1, .RAMButton2, .RAMButton3 {
	padding: 3px;
	text-align: center;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ECECEC;
	border-width: 0px;
	border-color: #3333CC;
	border-style: solid;
	margin: 2px;
	}
	

	


.RAMBox3 img {
	padding: 3px 7px 7px 8px ;
	border-width: 0px;
}

 .RAMBox2 .RAM img {
	border-width: 0px;
}
