/* CSS Document */
* {margin:0;padding:0;}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:130%;
	color: #002448;
	background-image:url(images/bg_img.jpg);
	background-repeat:repeat;
	margin:0px;
	padding-top:0px;
	padding-left:0px;
	padding-right:0px;
	padding-bottom:20px;
}

h2 {
margin:0 0 10px 0;
padding:0;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:17px;
font-weight:bold;
font-style:italic;
color:#002448;
}

h3 {margin:10px 0;}

h4 { 
margin:0 0 10px 0;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:17px;
font-weight:normal;
}

#container {
position: absolute; 
left: 50%; 
width: 710px; 
height: auto; 
margin-left: -360px;
margin-top:30px;
background:url(images/container_bg2.jpg) repeat-x #e3e4ed;
}

#container_home {
position: absolute; 
left: 50%; 
width: 710px; 
height: auto; 
margin-left: -360px;
margin-top:30px;
background:url(images/container_bg.jpg) repeat-x;
}

#container_agent {
position: absolute; 
left: 50%; 
width: 814px; 
height: auto; 
margin-left: -407px;
margin-top:30px;
background:url(images/container_bg2.jpg) repeat-x #e3e4ed;
}

#container2 {
padding:25px;
}


#header_second {
background-image:url(images/second_header.jpg);
background-repeat:no-repeat;
background-color:#ffffff;
/*width:666px;*/
height:168px;
border:1px solid #ffffff;
margin:25px;
}

#header_home_search {
background-image:url(images/home_search_header.jpg);
background-repeat:no-repeat;
width:666px;
height:168px;
border:1px solid #ffffff;
margin:25px;
}

/*#container_second {
position: absolute; 
left: 50%; 
width: 670px; 
height: auto; 
margin-left: -360px;
background-color:#e3e4ed;
padding: 25px 20px 25px 20px;
top:90px;
}*/

#white_container2 {
margin-top:-40px;
}

#white_container_body {
background-color:#ffffff;
padding:10px;
margin-top:20px;
width:648px;
}

.padding_top {
padding-top:5px;
}

.clear {clear:both;}

/*----------------------footer------------------------*/

#footer {
	text-align: left;
	font-size: 10px;
	color:#0465c6;
	text-decoration:none;
	padding:5px 5px 5px 15px;
}

#footer a {
color:#0465c6;
text-decoration:none;
}

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

.foot_right {
margin-top:-30px;
float:right;
width:100px;
}

.foot_left {
margin-right:110px;
padding:20px 0px 0px 20px;
}

/*----------------------home search header------------------------*/

#left_box {
margin:20px 0px 0px 30px;
width:180px;
height:auto;
}

#search_button {
width:107px;
height:30px;
background-repeat:no-repeat;
background-image:url(images/home_search_button.jpg);
padding:6px 0px 0px 7px;
}

#search_button a{
width:107px;
height:30px;
background-repeat:no-repeat;
background-image:url(images/home_search_button.jpg);
padding:6px 0px 0px 7px;
}

#search_button a:link{
width:107px;
height:30px;
background-repeat:no-repeat;
background-image:url(images/home_search_button.jpg);
padding:6px 0px 0px 7px;
text-decoration:none;
color:#002448;
}

#search_button a:hover{
width:107px;
height:30px;
background-repeat:no-repeat;
background-image:url(images/home_search_button.jpg);
padding:6px 0px 0px 7px;
text-decoration:underline;
color:#0465c6;
}

/*----------------------links------------------------*/
a:link {
	color: #0465c6;
	text-decoration: underline;
}
a:visited {
	color: #0465c6;
	text-decoration: underline;
}
a:hover {
	color:#999999;
	text-decoration: underline;
}



/*----------------------nav------------------------*/
#navigation {
height:52px;
font-family:"Times New Roman", Times, serif;
font-size:15px;
font-weight:bold;
color:#FFFFFF;
padding-top:10px;
padding-left:3px;
}

/*#navigation a:link{
font-family:"Times New Roman", Times, serif;
font-size:15px;
font-weight:bold;
color:#FFFFFF;
padding:3px;
text-decoration:none;
}
#navigation a:visited{
font-family:"Times New Roman", Times, serif;
font-size:15px;
font-weight:bold;
color:#FFFFFF;
padding:3px;
text-decoration:none;
}

#navigation a:hover{
font-family:"Times New Roman", Times, serif;
font-size:15px;
font-weight:bold;
color:#cccccc;
padding:3px;
text-decoration:none;
}*/






/*----------------------home layout------------------------*/
#home_header {
background-image:url(images/home_top.jpg);
background-repeat:no-repeat;
height:291px;
width:660px;
}

.twitter_bird {
margin:20px;
float:right;
}

.twitter_bird a, .twitter_bird a:visited, .twitter_bird a:hover{
display:block;
width:223px;
height:51px;
text-indent:-9000px;
background:url(images/twitterbird.gif) no-repeat;
}

#white_container {
background-color:#ffffff;
padding:0px;
margin-top:-40px;
margin-bottom:0;
height:auto;
}

#callouts_home {
margin-top:-72px;
padding:3px;
color:#002448;
text-decoration:none;
}

#callouts_home a{
padding:3px;
color:#002448;
text-decoration:none;
}

#callouts_home a:hover{
padding:3px;
color:#002448;
text-decoration:underline;
}

#bottom_pics {
margin-top:20px;
margin-bottom:25px;
}

#disclaimer {
width: 700px; 
height: auto; 
font-size:9px;
margin-top:20px;
}

   
/*----------------------text------------------------*/
.callout {
font-style:italic;
font-weight:bold;
color:#FFF;
font-size:14px;
}

.callout a {
color:#FFF;
}

.callout a:hover {
color:#CCC;
}

.callout2 {
font-style:italic;
font-weight:bold;
color:#0465c6;
}

.title {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:17px;
font-weight:bold;
font-style:italic;
color:#002448;
}

.title_sm {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:12px;
font-weight:bold;
color:#002448;
}

.quote {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:18px;
/*font-weight:bold;*/
color:#0465c6;
line-height:120%;
}

.title_sm_home {
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
color:#002448;
}

.subhead {
font-size:12px;
color:#0465c6;
font-style:italic;
} 

.left_tab {
margin-left:55px;
}


/*----------------------page layout------------------------*/

.picture_left_c {
margin-right:440px;
}

.text_right_c {
float:right;
width:420px;
padding-top:10px;
}

.picture_left_c2 {
margin-right:530px;
}

.text_right_c2 {
float:right;
width:520px;
padding-top:10px;
}

.padding_table {
padding:5px 0px 10px 5px;
}

.picture_left_ac {
float:left;
width:315px;
}

.text_right_ac {
margin-left:325px;
padding-top:10px;
}


.pic_right_test {
float:right;
width:275px;
}

.text_let_test {
margin-right:310px;
margin-top:20px;
}

.pic_right_test2 {
margin-left:260px;
margin-bottom:10px;
}

.text_let_test2 {
float:left;
width:240px;
}

.mtg_right {
margin-left:325px;
margin-bottom:10px;
}

.mtg_left {
float:left;
width:300px;
}

.border_top {
border-top:1px solid #CEDBFF;
margin-bottom:10px;
}

.newbuyers {
margin-right:310px;
border-right:1px solid #CEDBFF;
padding-right:20px;
}

.table_margin {
margin-top:15px;
}

.ssh_box {
border-right:1px solid #F5F5F5;
padding-right:7px;
padding-left:4px;
}
/*-------Agents page styles -----------*/
.picture_left_agents {
width:150px;
float: left;
}

.text_right_agents {
padding-top:10px;
margin-left:160px;
}

.agents-container {
border-top:1px solid #CEDBFF;
padding:10px 10px 10px 50px;
}

.agents-container h3 {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:12px;
}

.agent-float {
width:190px;
float:left;
height:200px;
}

.image-list-image {
padding:6px;
background:#FFF;
border:1px solid #E7E7E7;
}

.agent-float h3 {margin:0;}
.agent-float p {padding-bottom:10px;}
.agent-float p a {color:#0465C6;}
.agent-float p a:hover {color:#999;}

img.agent-profile-image {
float:left;
padding:6px;
background:#FFF;
border:1px solid #E7E7E7;
}

.agent-profile {margin-left:140px;}

h3.agent-certs {
color:#0465C6;
font-size:14px;
font-style:italic;
}

.profile-list {
list-style-type:none;
}

.agent-profile h2 {margin:0;}
.agent-profile h3 {margin:0 0 15px 0;}

.agent-profile a {color:#0465C6;}
.agent-profile a:hover {color:#999;}
.agent-profile strong {color:#0465C6;}

/*-----------End agents page styles-------*/

.right_jdpower {
float:right;
width:500px;
margin-top:20px;
margin-bottom:20px;
}

.footer_jdpower {
float:right;
}

.left_jdpower {
margin-right:510px;
margin-top:20px;
margin-bottom:20px;
}
.small_test_text {
font-size:8px;
line-height:110%;
}

.mmtc {
float:right;
width:150px;
}

.mmtc_left {
margin-right:150px;
margin-top:-10px;
}


.picture_left_gg {
width:71px;
float: left;
}

.text_right_gg {
padding-top:10px;
margin-left:80px;
}

.referral_right{
float:right;
width:155px;
}

.referral_left{
margin-right:160px;
}

.ref_button {
width:111px;
height:99px;
background:url(images/referral.jpg) no-repeat;
  display:block;
  text-indent:-5000px;
}

.ref_button a:link{
width:111px;
height:99px;
background:url(images/referral.jpg) no-repeat;
  display:block;
}

.ref_button a:visited{
width:111px;
height:99px;
background:url(images/referral.jpg) no-repeat;
  display:block;
}

.ref_button a:hover{
width:111px;
height:99px;
background:url(images/referral_f2.jpg) no-repeat;
  display:block;
}

.premium {
width:228px;
height:71px;
background:url(images/hs_button.jpg) no-repeat;
display:block;
text-indent:-5000px;
}

.premium a:link{
width:228px;
height:71px;
background:url(images/hs_button.jpg) no-repeat;
  display:block;
}

.premium a:visited{
width:228px;
height:71px;
background:url(images/hs_button.jpg) no-repeat;
  display:block;
}

.premium a:hover{
width:228px;
height:71px;
background:url(images/hs_button_f2.jpg) no-repeat;
  display:block;
}

ul {margin-left:30px;}

p {margin-top:10px;}

.quick {
width:132px;
height:34px;
background:url(images/quick_search.jpg) no-repeat;
  display:block;
  text-indent:-5000px;
}

.quick a:link{
width:132px;
height:34px;
background:url(images/quick_search.jpg) no-repeat;
  display:block;
}

.quick a:visited{
width:132px;
height:34px;
background:url(images/quick_search.jpg) no-repeat;
  display:block;
}

.quick a:hover{
width:132px;
height:34px;
background:url(images/quick_search_f2.jpg) no-repeat;
  display:block;
}

.padding_table {
padding:7px 0px 7px 0px;
}


.flier {
width:112px;
height:29px;
background:url(images/ssh_flier.jpg) no-repeat;
  display:block;
  text-indent:-5000px;
}

.flier a:link{
width:112px;
height:29px;
background:url(images/ssh_flier.jpg) no-repeat;
  display:block;
}

.flier a:visited{
width:112px;
height:29px;
background:url(images/ssh_flier.jpg) no-repeat;
  display:block;
}



.flier a:hover{
width:112px;
height:29px;
background:url(images/ssh_flier_f2.jpg) no-repeat;
  display:block;
}



.brochure {
width:112px;
height:29px;
background:url(images/ssh_brochure.jpg) no-repeat;
  display:block;
  text-indent:-5000px;
}

.brochure a:link{
width:112px;
height:29px;
background:url(images/ssh_brochure.jpg) no-repeat;
  display:block;
}

.brochure a:visited{
width:112px;
height:29px;
background:url(images/ssh_brochure.jpg) no-repeat;
  display:block;
}

.brochure a:hover{
width:112px;
height:29px;
background:url(images/ssh_brochure_f2.jpg) no-repeat;
  display:block;
}

/*-------------Testimonials page styles-------------*/
.testimonials-left-col {
float:left;
width:350px;
}

.testimonials-right-col {
float:right;
}

.testimonials-container {
border-top:1px solid #CEDBFF;
/*padding:10px 0;*/
}

.testimonial-box {
border-bottom:1px solid #CEDBFF;
padding:10px 0;
}

.testimonial-box p {
margin:5px 0 0 0;
text-align:right;
}

.testimonials-container {
border-top:1px solid #CEDBFF;
padding:10px 0;
}

.testimonial-box {
border-bottom:1px solid #CEDBFF;
}

.jd-power {
background:url(images/testimonials_jdpower.jpg) left top no-repeat;
height:165px;
padding-top:40px;
padding-left:140px;
margin-bottom:20px;
}

.jd-power blockquote {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:18px;
color:#0465C6;
}

/*-----------End Testimonials page styles----*/

/*----------Sellers Page Styles-------------*/
.resources-box {
width:288px;
background:url(images/resources-box-bg.gif) left top repeat-y;
float:right;
padding:0;
margin:0;
}

.resources-box h3 {
width:288px;
height:29px;
background:url(images/resources-box-header.gif) left top no-repeat;
text-indent:-5000px;
margin:0;
padding:0;
}

.resources-box-content {
padding:10px 16px 15px 12px;
background:url(images/resources-box-bottom.gif) left bottom no-repeat;
margin-bottom:0px;
}


.resources {padding-left:84px;min-height:74px;position:relative; margin-top:10px;}
.resources img {
position:absolute;
top:0;
left:0;
}
.resources a {color:#0465C6;text-decoration:none;}
.resources a:hover {color:#036;text-decoration:underline;}

.resources-box2 {
width:288px;
background:url(images/resources-box-bg.gif) left top repeat-y;
padding:0;
margin:0;
}

.resources-box h3 {
width:288px;
height:29px;
background:url(images/resources-box-header.gif) left top no-repeat;
text-indent:-5000px;
margin:0;

}

.resources-box2 h3 {
width:288px;
height:29px;
background:url(images/resources-box-header.gif) left top no-repeat;
text-indent:-5000px;
margin:0;

}

.seller-right-col {
float:right;
width:352px;
}
.seller-right-col ul {
margin-left:30px;
}

.seller-left-col {
margin-right:362px;
}

.seller-sub {
color:#1F79CF;
font-size:12px;
}

.yahoo-box {
border:1px solid #C9CADC;
padding:10px;
margin-bottom:35px;
}

.yahoo-box h3 {
width:253px;
height:104px;
background:url(images/yahoo-box-bg.gif) left top no-repeat;
text-indent:-5000px;
}

.seller_intro {
	background:url(images/osa_exploding.jpg) no-repeat top left;
	padding-left:220px;
	height:318px;
}

.center {
}

.center-pad {
float:left;
margin:0px 26px 0px 26px;
background:#FFF;
padding:10px;
width:640px;
}

#container_agent .center-pad {
width:750px;
padding:6px;
}

.center-pad p {
margin-bottom:10px;
}

.forrent {
margin-top:-96px;
margin-right:10px;
float:right;
width:106px;
}
.propwatch {
margin-top:-115px;
margin-right:0;
float:right;
width:115px;
}

.forrent_left {
margin-right:120px;
/*float:left;*/
}

.become_agent_home {
margin-top:-57px;
margin-left:10px;
float:left;
width:92px;
}

/*** Static fixes ***/

/* \*/
* html h2 {height:1%;}
/* */

/*** This is a fix for IE5/Win at the largest text size setting. ***/
/* \*/
* html .left {margin-right:-3px;}
/* */

.social_media {
float:left;
position:fixed;
width:50px;
background:#e3e4ed;
top:180px;
padding:10px;
height:290px;
color:#666666;
font-size:11px;
text-align:center;
z-index:100;
}

.social_media .facebook, .social_media .facebook a, .social_media .facebook a:visited {
position:fixed;
top:220px;
left:10px;
background: url(images/facebook_up.gif) no-repeat;
height:50px;
width:50px;
display:block;
text-indent:-9000px;
}

.social_media .facebook a:hover {
background: url(images/facebook.gif) no-repeat;
}

.social_media .twitter, .social_media .twitter a, .social_media .twitter a:visited {
position:fixed;
top:280px;
left:10px;
background: url(images/twitter_up.gif) no-repeat;
height:50px;
width:50px;
display:block;
text-indent:-9000px;
}

.social_media .twitter a:hover {
background: url(images/twitter.gif) no-repeat;
}

.social_media .rss, .social_media .rss a, .social_media .rss a:visited {
position:fixed;
top:340px;
left:10px;
background: url(images/feed_up.gif) no-repeat;
height:50px;
width:50px;
display:block;
text-indent:-9000px;
}

.social_media .rss a:hover {
background: url(images/feed.gif) no-repeat;
}

.radio {
position:fixed;
top:400px;
left:10px;
padding:0 0 2px 0; 
border-bottom:1px solid #ffffff; 
margin:0 0 5px 0;
}

/*.social_media .rss,*/ /*.social_media .rss a,*/ .social_media .realtorradio a:link, .social_media .realtorradio a:visited {
display:block;
position:fixed;
top:430px;
left:10px;
background: url(images/realtor_radio_up.png) no-repeat;
height:50px;
width:50px;
text-indent:-9000px;
z-index:200;
}

.social_media .realtorradio a:hover {
background: url(images/realtor_radio.png) no-repeat;
display:block;
}

/*home page ads*/

.sliderwrapper{
clear:both;
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border-bottom: 8px solid #e4e4ec;
width: 653px; /*width of featured content slider*/
height: 214px;
}

.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 0px;
/*background: white;*/
width: 653px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;

}

.sliderwrapper .contentdiv h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#0066c7;
	font-style:normal;
	font-weight:normal;
	line-height:120%;
}
.pagination {
width: 633px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
background-color: #e4e4ec;
padding: 0px 10px 8px 10px;
}

.pagination a {
padding: 0 5px;
text-decoration: none; 
color: #00007D;
background: white;
}

.pagination a:hover, .pagination a.selected {
color: #ffffff;
background-color: #64b1ff;
}

.homeads_osa {
	background:url(images/osa_photo.jpg) no-repeat left;
	padding:20px 0px 0px 274px;
	height:191px;
}

.homeads_osa .testimonial {
	background:url(images/osa_quote.jpg) no-repeat top left;
	padding-left:27px;
}

.homeads_osa .button a:link, .homeads_osa .button a:visited {
	display:block;
	height:53px;
	width:322px;
	margin-top:10px;
	text-indent:-9000px;
	background:url(images/osa_button.jpg) no-repeat;
}

.homeads_osa .button a:hover {
	background:url(images/osa_button_2.jpg) no-repeat;
}

.homeads_jdpower .photo {
	background:url(images/jdpower_photo.jpg) no-repeat right top;
	width:153px;
	padding:170px 0px 0px 10px;
	font-size:10px;
	text-align:center;
	float:left;
	margin-top:8px;
	line-height:100%;
}

.homeads_jdpower .text {
	margin-left:180px;
	padding-top:20px;
}

/*agent recruiting home page call out */

.homeads_become_agent .button a:link, .homeads_become_agent .button a:visited {
	display:block;
	height:53px;
	width:322px;
	margin-top:10px;
	text-indent:-9000px;
	background:url(images/agent_button.jpg) no-repeat;
}

.homeads_become_agent .button a:hover {
	background:url(images/agent_button_2.jpg) no-repeat;
}

.homeads_become_agent .photo {
	background:url(images/agent_photo.jpg) no-repeat right top;
	width:377px;
	height:211px;
	float:right;
}

.homeads_become_agent .text {
	margin-right:387px;
	padding:20px 0px 0px 10px;
}

/*agent recruiting slideshows*/

#container_agent .sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border-bottom: 8px solid #e4e4ec;
width: 750px; /*width of featured content slider*/
height: 563px;
}

#container_agent .sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 0px;
/*background: white;*/
width: 750px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

#container_agent .sliderwrapper .contentdiv h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#0066c7;
	font-style:normal;
	font-weight:normal;
	line-height:120%;
}
#container_agent .pagination {
width: 660px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
background-color: #e4e4ec;
padding: 0px 80px 8px 10px;
}

#container_agent .pagination a {
padding: 0 5px;
text-decoration: none; 
color: #00007D;
background: white;
}

#container_agent .pagination a:hover, #container_agent .pagination a.selected {
color: #ffffff;
background-color: #64b1ff;
}

.padli {
	margin:20px 0px 0px 220px;
}

.padli ul li {
	margin-bottom:10px;
}

.schools {
	background:url(images/agent_new/2.jpg) no-repeat;
	width:250px;
	height:445px;
	padding:118px 20px 0px 480px;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size:14px;
}

.schools h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#638ac5;
	font-size:18px;
}
	
	
