@charset "UTF-8";

/* Layout */
body  {
	margin: 0; 
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers text then left aligned default in  #container  */
}
.twoColHybRtHdr #container { 
	width: 90%; 
	min-width:900px;
	max-width:1000px;
	background: #FFF;
	margin: 0 auto; /* the auto margins  with a width center the page */
	text-align: left; /* override the text-align: center on the body element. */
} 
.twoColHybRtHdr #jr_header { 
	padding: 0; 
} 
.twoColHybRtHdr #jr_header h1 {
	margin: 0; /* zeroing the margin to avoid margin collapse */
	padding: 10px 0; 
}

.twoColHybRtHdr #sidebar1 {
	float: right; 
	width: 260px;
	padding: 30px 10px 0 10px;
	
}
.twoColHybRtHdr #sidebar1 h3, .twoColHybRtHdr #sidebar1 p {
	/*margin-left: 10px; 
	margin-right: 10px;*/
	
}

.twoColHybRtHdr #jr_mainContent {
  margin:0px 280px 0 20px; /* left margin for sidebar. */
  padding:30px 10px 20px 0;
  border-right:1px solid #eee;
} 
.twoColHybRtHdr #jr_footer { 
	padding: 0 10px; 
} 
.twoColHybRtHdr #jr_footer p {
	margin: 0; 
	padding: 10px 0;
}

/* Miscellaneous classes for reuse */

.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/* Look and Feel */
body  {
	font: 75%  Helvetica, Arial, Tahoma, Verdana, sans-serif;
	background-image:url(/sites/JoinRemaxCommon/images/bkg_page.jpg);
	background-repeat:repeat-x;
	background-color:#14588a;
	color: #555;
}
strong 
{
  color:#000;
}
p{
margin:10px 0;
padding:0; 
}
a:link, a:visited 
{
  text-decoration:none;
  color:#004A80;
}
a:hover
{
  color:#900;
  text-decoration:underline;
}
h1, h2, h3, h4{
font-weight:400;
color:#000;
margin:0 0 10px 0;
padding:0;
}
h1 {
font-size:200%;
color:#C00;
border-bottom:1px solid #900;
}

h2{
font-size:130%;
line-height:140%;
color:#000;
}

h3{
font-size:115%;
line-height:140%;
color:#333;
margin:10px 0 0 0;
padding:0;
}

h4{
font-size:100%;
font-weight:700;
}

img {
	border:none;
}

select, textarea, input {
	color:#333;
	font-size:90%;
}

.jr_header {
background-image:url(/sites/JoinRemaxCommon/images/bkg_hdr.gif);
background-repeat:repeat-x;
background-color:#00477a;
border-bottom:1px solid #fff;
height:61px;
width:100%;
}
.jr_nav {
font-size:100%;
font-weight:700;
width:100%;
background-image:url(/sites/JoinRemaxCommon/images/bkg_nav.gif);
background-repeat:repeat-x;
}
.nav_items{
padding:0 10px;
border-left:1px solid #fff;
}
.jr_nav a:link, .jr_nav a:visited {
color:#fff;
text-decoration:none;
}
 td.nav_items:hover {
background-image:url(/sites/JoinRemaxCommon/images/bkg_nav_hi.gif);
background-repeat:repeat-x;
}
.jr_footer td{
/*font-size:80%;*/
font-size:10px;
border-top:1px solid #c2d1dc;
background-image:url(/sites/JoinRemaxCommon/images/bkg_footer.jpg);
background-repeat:repeat-x;
background-color:#e2e2e2;
}

.sidepanel{
width:250px;
padding:1px;
border:1px solid #ccc;
margin:0 0 10px 0;
}
.sidepanel_hdr{
background-image:url(/sites/JoinRemaxCommon/images/bkg_panel_hdr.gif);
background-repeat:repeat-x;
background-color:1e242a;
padding:0 5px;
color:#FFF;
font-family:Helvetica, Arial, Verdana, Tahoma, sans-serif;
font-weight:700;
}
.sidepanel_content{
color:#000;
font-size:90%;
font-weight:normal;
padding:5px;

}
/* floaty balloon png 
.balloon {
position:absolute;
top:0;
z-index:99;
float:left;
}
*/
#jr_mainContent ul 
{
display:table;
list-style-type: none;
list-style-image: url(/sites/JoinRemaxCommon/images/bullet_red.gif);
padding:0 0 0 10px;
margin:0 0 0 20px;
}

#jr_mainContent li {
padding:0;
margin:0;
}
/* compare tool */
.surveyItem {
padding:10px;
border-bottom:1px solid #eee;
}

.surveyQuestion{
font-size:110%;
font-weight:400;
color:#004B81;
padding:0 0 10px 0;
}

.radio{
postiion:relative;
top:3px;
}
.didYouKnow {
border:1px dotted #ccc;
padding:10px;
margin:10px 0;
background-color:#ffffe5;
}
.alternateColor{
border-bottom:1px solid #eee;

}
.answers_div {
/*margin-left:75px;*/
}
label {
white-space:nowrap;
margin-right:30px;
}
/*.yours{
float:left; 
width: 75px; 
margin:5px 0 0 0;
}*/
.remax_answer{
margin-top:10px;
color:#c00;
}
.remax_margin{
width:70px;
padding-top:5px;
}
.compare_next{
text-align:right;
margin:10px 0 0 0;
padding:0 10px 0 10px;
background-color:#369;
border:1px solid #009;
width:auto;
float:right;
}
.compare_next a:link,.compare_next a:visited {
color:#fff;
font-weight:bold;
}


/* contact form */

.myinputstyle {
	border: 1px solid #ccc;
	background-color: #ffffff;
	font-family: tahoma, helvetica, sans-serif;
	font-style: normal;
	font-size: 11px;
	width:240px;
	color: #333;
}

select.myinputstyle{
	width:244px;
}

.mylabelstyle {
	font-family: tahoma, helvetica, sans-serif;
	font-style: bold;
	font-size: 11px;
	color: #333;
	
}

.myinputstyle:hover {
	border: 1px solid #f30;
	background-color:#fffad6;
	color: #000;
}

form.cmxform fieldset {
  margin-bottom: 10px;
  border:none;
}
form.cmxform legend {
  padding:0;
  margin:0;
  font-weight: bold;
}
form.cmxform label {
  display: inline-block;
  line-height: 1.8;
  vertical-align: top;
}
form.cmxform fieldset ol {
  margin: 0;
  padding: 0;
}
form.cmxform fieldset li {
  list-style: none;
  padding: 5px;
  margin: 0;
}
form.cmxform fieldset fieldset {
  border: none;
  margin: 3px 0 0;
}
form.cmxform fieldset fieldset legend {
  padding: 0 0 5px;
  font-weight: normal;
}
form.cmxform fieldset fieldset label {
  display: block;
  width: auto;
}
form.cmxform em {
  font-weight: bold;
  font-style: normal;
  color: #f00;
}
form.cmxform label {
  width: 140px; /* Width of labels */
}
form.cmxform label.long {
  width: auto; /* Width of labels */
}
form.cmxform fieldset fieldset label {
  margin-left: 123px; /* Width plus 3 (html space) */
}
