/*
///////////////////////////////////////

                        Basic Structure

///////////////////////////////////////
*/

body
{
	padding:0;
	margin:0;
	background:white;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	font-size:62.5%;
}
a
{
	color:#3366CC;
}
a:visited
{
	color:#003366;
}
a:hover
{
	color:#aa0000;
}
form
{
	margin:0; padding:0;
}

/*
///////////////////////////////////////

                      Outer Containers

///////////////////////////////////////
*/

#page
{
	text-align:left;
	margin-top:20px;
}


/*
///////////////////////////////////////

                                 Header

///////////////////////////////////////
*/

#header
{
}

#logo a
{
}

#quicklinks
{
}


/*
///////////////////////////////////////

                                   Menu

///////////////////////////////////////
*/

#menu
{
	height:50px;
	margin-top:35px;
	margin-left:30px;
}
#menu ul
{
	margin:0;
	padding:0;
}
#menu li
{
	list-style:none;
	display:block;
	float:left;
}
#menu a
{
	display:inline;
	float:left;
	margin-right:25px;
	text-decoration:none;
	font-size:0.9em;
	font-weight:bold;
	text-align:center;
	padding-top:55px;
	width:65px;
}
#menu a:hover
{
	color:#000088;
}

#menu_buyers { background: url("../images/menu/menu_buyers.gif") no-repeat top left; }
#menu_buyers:hover, #menu_buyers.there { background-image: url("../images/menu/menu_buyers_over.gif"); }

#menu_sellers { background: url("../images/menu/menu_sellers.gif") no-repeat top left; }
#menu_sellers:hover, #menu_sellers.there { background-image: url("../images/menu/menu_sellers_over.gif"); }

#menu_customers { background: url("../images/menu/menu_customers.gif") no-repeat top left; }
#menu_customers:hover, #menu_customers.there { background-image: url("../images/menu/menu_customers_over.gif"); }

#menu_about { background: url("../images/menu/menu_about.gif") no-repeat top left; }
#menu_about:hover, #menu_about.there { background-image: url("../images/menu/menu_about_over.gif"); }

#menu_contact { background: url("../images/menu/menu_contact.gif") no-repeat top left; }
#menu_contact:hover, #menu_contact.there { background-image: url("../images/menu/menu_contact_over.gif"); }


/*
///////////////////////////////////////

                                Content

///////////////////////////////////////
*/

#content
{
	width:814px;
	margin:auto;
}
#primary_top
{
	clear:both;
	width:814px;
	height:22px;
	line-height:normal;
	background: white url("../images/interface/frame_top.gif") no-repeat bottom center;
}
#primary
{
	clear:both;
	width:770px;
	background: white url("../images/interface/frame_middle.gif") repeat-y center center;
	padding:0 22px;
	font-family: Arial, Helvetica, sans-serif;
	line-height:1.3em;
	font-size:1.3em;
	float:left;
	color:#444;
}
#primary_bottom
{
	clear:both;
	width:814px;
	height:22px;
	line-height:normal;
	background: white url("../images/interface/frame_bottom.gif") no-repeat bottom center;
}

#primary .home_top
{
	height:336px;
	background: white url("../images/home/bg_silver_bar.jpg") repeat-x top left;
}
#primary .home_top_left
{
	width:481px;
	float:left;
}
#primary .home_top .logo
{
	margin:auto;
	margin-top:29px;
	display:block;	
}
#primary .home_top .slogan
{
	margin:auto;
	margin-top:11px;
	display:block;	
}
#primary .home_top .phone
{
	margin:auto;
	margin-top:55px;
	display:block;	
}
#primary .delaine_top
{
	margin-top:9px;
}
#primary .delaine_bottom
{
	float:right;
	margin-right:48px;
}
#primary .home_top_right
{
	width:289px;
	float:right;
}

#primary .home_blue_bar
{
	height:103px;
	background: #1f418a url("../images/home/bg_blue_bar.jpg") repeat-x top left;
	margin-bottom:5px;
}
#primary .blue_bar_text
{
	padding-top:20px;
	padding-left:19px;
	width:450px;
	color:white;
	font-size:0.9em;
	line-height:normal;
	color:#eee;
}
#primary .blue_bar_text strong
{
	font-size:1.1em;
	color:white;
}
#primary .home_divider
{
	height:31px;
	background: #333 url("../images/home/divider.gif") no-repeat center center;
	margin-bottom:5px;
}
#primary .home_divider .email
{
	display:block;
	float:right;
	height:18px;
	width:240px;
	margin-right:10px;
	margin-top:6px;
}
#primary .home_bottom
{
	background: white url("../images/home/bg_bottom_silver.jpg") repeat-x top left;
	padding:15px;
	float:left;
}
#primary .home_bottom_left
{
	float:left;
	width:460px;
	border-right:1px solid #ccc;
	padding-right:30px;
	margin-right:18px;
}
#primary .home_bottom_right
{
	float:right;
	width:230px;
}
.remax_footer
{
	text-align:right;
}

#primary h1
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:2em;
	font-weight:normal;
	line-height:normal;
	margin-top:0;
	
}
#primary h2
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.5em;
	font-weight:normal;
	margin-top:0.5em;
	margin-bottom:0.5em;
}
#primary h3
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.1em;
	font-weight:bold;
	line-height:1.6em;
	color:#444;
}

a.button, a.button:link, input.button
{
	padding:3px 15px 3px 15px;
	background: #003399 url("../../images/inside/bg_top.jpg") repeat-x top left;
	color:#fff;
	text-decoration:none;
	font-size:11px;
	border:1px solid black;
	font-weight:bold;
}
a.button:visited
{
	color:#fff;
}
a.button:hover, a.button:active, input.button:hover, input.button:active
{
	color:#FFCC00;
}
.hidden { display:none; }
.left { float:left; margin: 0 15px 15px 0; }
.right { float:right; margin: 0 0 15px 15px; }

/*
///////////////////////////////////////

                     Footer & Copyright

///////////////////////////////////////
*/

#footer
{
	text-align:center;
	margin-top:20px;
	margin-bottom:40px;
}
#sponsor_links
{
	margin-bottom:10px;
}
#copyright, #copyright a
{
	color:#666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.0em;
}

/*
/////////////////////////////////////////////

                                      iSearch

/////////////////////////////////////////////
*/

.isearch-head
{
	font-size:1.1em;
	font-weight:bold;
}

.isearch-title
{
	font-size:1.3em;
	font-weight:normal;
}
.isearch-description
{
	font-size:12px;
	color:#111;
}
.isearch-score
{
	display:none;
}
.isearch-url, .isearch-url:visited, .isearch-size
{
	color:green;
	font-size:1.0em;
	text-decoration:none;
}
.isearch-highlight
{
	font-weight:bold;
}

/*
/////////////////////////////////////////////

                                         sIFR

/////////////////////////////////////////////
*/

.sIFR-flash 
{
	visibility: visible !important;
	margin: 0;
}
.sIFR-replaced 
{
	visibility: visible !important;
}
span.sIFR-alternate 
{
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}
.sIFR-flash + div[adblocktab=true] 
{
	display: none !important;
}
.sIFR-hasFlash #primary h1 
{
	visibility: hidden;
	line-height:normal;
	letter-spacing:-4px;
}
.sIFR-hasFlash #primary h2
{
	visibility: hidden;
	line-height:normal;
}