/*---------------------------------------------

							MAIN STRUCTURE STYLES
							
-----------------------------------------------*/

html
{
}

body
{
	margin: 0;
	padding: 0;
	font-family: Calibri, "Trebuchet MS" , Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #444;
	background: #003264 url(./images/header-background.png) repeat-x;
	background-position: 0 0;
}

h1, h2, h3
{
	font-size: 18px;
	color: #003264;
	text-transform: uppercase;
	font-weight: normal;
}

h3
{
	display: inline;
}

a
{
	color: #a4651c;
}
a:hover
{
	text-decoration: none;
}

a img
{
	border-width: 0px;
}
ul
{
	margin: 8px 0 0 -12px;
}

li
{
	color: #484848;
	font-size: 10px;
	margin: 0 0 8px 0;
}

li a
{
	color: #003263;
	font-size: 12px;
}

ol li
{
	color: #003263;
	font-size: 12px;
}

ol li a
{
	color: #444;
	text-decoration: none;
}

ol.nolist
{
	list-style-type: square;
	margin-left: -25px;
}

label
{
	font-weight: bold;
}

#wrapper
{
	margin: 0 auto;
	width: 960px;
	background-color: White;
}

#header
{
	background: #003264 url(./images/header-background.png) repeat-x;
	height: 96px;
}

#header #logo
{
	width: 349px;
	float: left;
	padding: 18px 28px 0 0;
}

.dots
{
	width: 100%;
	height: 1px;
	background: url(./images/dots.gif) repeat-x;
	margin: 0 0 5px 0;
}

#left-hand
{
	width: 357px;
	margin: 15px 4px 15px 5px;
	background-color: #f1f1f1;
	padding-left: 3px;
	float: left;
}

#right-hand
{
	width: 565px;
	background: url(./images/dots-v.gif) repeat-y;
	margin: 10px 5px 15px 5px;
	float: left;
	padding-left: 15px;
	padding-top: 2px;
}

#full-hand
{
	width: 920px;
	padding: 20px 10px;
}

.subtitle
{
	display: inline;
	color: #5d5d5d;
}

.orange
{
	color: #da801a;
}

.subtitle-bar
{
	width: 556px;
	height: 20px;
	background-color: #f1f1f1;
	margin: 5px -2px;
}

.nbResult
{
	display: block;
	text-align: right;
}

.propStatus
{
	display: block;
	float: right;
}

.location
{
	color: #5E5E5E;
	font-size: 26px;
	font-weight: bold;
}

.locSpace
{
	padding: 0 0 0 20px;
}

.error
{
	color: Red;
}
.clear
{
	clear: both;
}

/*---------------------------------------------

							MENU STYLES
							
-----------------------------------------------*/

ul#menu
{
	float: left;
	width: 580px;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul#menu li
{
	float: left;
	margin: 6px auto 0 13px;
	padding: 0;
	display: block;
	height: 96px;
}

ul#menu li a
{
	margin: -6px 0 0 0;
	padding: 0;
	display: block;
	height: 96px;
}

ul#menu .menu_home, ul#menu .menu_aboutus, ul#menu .menu_properties, ul#menu .menu_services, ul#menu .menu_news, ul#menu .menu_articles, ul#menu .menu_links, ul#menu .menu_contact
{
	background: url(./images/menu_home.png) 0 -96px no-repeat;
}


ul#menu .menu_home
{
	background-image: url(./images/menu_home.png);
	width: 45px;
}
ul#menu .menu_aboutus
{
	background-image: url(./images/menu_aboutus.png);
	width: 63px;
}
ul#menu .menu_properties
{
	background-image: url(./images/menu_properties.png);
	width: 65px;
}
ul#menu .menu_services
{
	background-image: url(./images/menu_services.png);
	width: 55px;
}
ul#menu .menu_news
{
	background-image: url(./images/menu_news.png);
	width: 38px;
}
ul#menu .menu_articles
{
	background-image: url(./images/menu_articles.png);
	width: 111px;
}
ul#menu .menu_links
{
	background-image: url(./images/menu_links.png);
	width: 36px;
}
ul#menu .menu_contact
{
	background-image: url(./images/menu_contact.png);
	width: 51px;
}


ul#menu .menu_home:hover, ul#menu .menu_aboutus:hover, ul#menu .menu_properties:hover, ul#menu .menu_services:hover, ul#menu .menu_news:hover, ul#menu .menu_articles:hover, ul#menu .menu_links:hover, ul#menu .menu_contact:hover
{
	background-position: 0 -192px;
}


ul#menu li
{
}
ul#menu .li_home
{
	width: 45px;
}
ul#menu .li_aboutus
{
	width: 63px;
}
ul#menu .li_properties
{
	width: 65px;
}
ul#menu .li_services
{
	width: 55px;
}
ul#menu .li_news
{
	width: 38px;
}
ul#menu .li_articles
{
	width: 111px;
}
ul#menu .li_links
{
	width: 36px;
}
ul#menu .li_contact
{
	width: 51px;
}



/*---------------------------------------------

							FRONTPAGE STYLES
							
-----------------------------------------------*/

.front-text
{
	font-family: Georgia, "Times New Roman" , Times, serif;
	font-size: 22px;
	line-height: 27px;
	text-transform: none;
}

#market-box-residential, #market-box-newhomes, #market-box-commercial, #market-box-country
{
	width: 265px;
	height: 129px;
	float: left;
	margin: 0 20px 20px 0;
	cursor: pointer;
}

#market-box-residential
{
	background-image: url(./images/residential.jpg);
}
#market-box-newhomes
{
	background-image: url(./images/new-homes.jpg);
}
#market-box-commercial
{
	background-image: url(./images/commercial.jpg);
}
#market-box-country
{
	background-image: url(./images/country.jpg);
}

#intro
{
	position: relative;
	width: 360px;
	height: 315px;
	float: left;
	margin-right: 17px;
}

#news, #email-alert
{
	position: relative;
	width: 360px;
	height: 166px;
	float: left;
	margin: 15px 17px 0 0;
}

#recently-sold, #articles-reports, #reduced-properties, #professional-services
{
	position: relative;
	background-color: #f1f1f1;
	width: 259px;
	height: 166px;
	margin: 15px 20px 20px 0;
	float: left;
	padding: 2px 2px 2px 4px;
}

#professional-services
{
	width: 545px;
	height: 166px;
	margin: 15px 20px 20px 0;
	float: left;
	padding: 2px 2px 2px 4px;
}

#recently-sold .frame
{
	position: absolute;
	top: 6px;
	left: 137px;
	width: 121px;
	height: 91px;
	overflow: hidden;
	z-index: 1;
}

#recently-sold .banner
{
	position: absolute;
	top: 6px;
	left: 137px;
	width: 108px;
	height: 69px;
	background-image: url(./images/recently-banner.png);
	z-index: 2;
}

#recently-sold blockquote
{
	margin: 0 0 25px 20px;
}
#recently-sold blockquote a
{
	color: #444;
	text-decoration: none;
}

.more
{
	position: absolute;
	bottom: 5px;
	right: 5px;
}

#email-alert p
{
	margin: 5px 0;
}
#email-alert input
{
	width: 200px;
}

#reduced-properties p
{
	margin: 10px 0 0 10px;
	line-height: 16px;
}
#reduced-properties strong
{
	color: #222;
}


/*---------------------------------------------

							ABOUT US STYLES
							
-----------------------------------------------*/
.team-thumb
{
	width: 165px;
	height: 82px;
	float: left;
	margin: 0 3px 10px 2px;
}
.team-thumb img
{
	border: #fff 1px solid;
	margin: 0 3px 0 0;
}



/*---------------------------------------------

							LISTING STYLES
							
-----------------------------------------------*/
#full-hand .subtitle-bar
{
	width: 98%;
	text-align: right;
	padding: 3px 9px 0 0;
	height: 17px;
}

#full-hand .photo
{
	border: #f2e1cd 5px solid;
	width: 200px;
	height: 143px;
	float: left;
	margin-right: 10px;
	overflow: hidden;
}

#full-hand .address a
{
	color: #294f84;
	font-weight: bold;
	font-size: 16px;
	text-decoration: none;
}

#full-hand .price
{
	color: #da801a;
	font-weight: bold;
	font-size: 15px;
}

#full-hand .text a
{
	color: #444;
	text-decoration: none;
}

#full-hand p.details
{
	line-height: 21px;
}

/*---------------------------------------------

							LINKS STYLES
							
-----------------------------------------------*/

#full-hand .links
{
	width: 360px;
	float: left;
	list-style: none;
}

#full-hand li a
{
	font-size: 11px;
}
#full-hand li
{
	font-size: 12px;
}


/*---------------------------------------------

							CONTACT US STYLES
							
-----------------------------------------------*/

.form-contato
{
	width: 255px;
	border: #467894 1px solid;
}



/*---------------------------------------------

							FULLPAGE STYLES
							
-----------------------------------------------*/

.subtitle-bar-fpage
{
	width: 100%;
	height: 18px;
	background-color: #f1f1f1;
	margin: 5px -2px;
	padding: 2px 10px 0 10px;
	color: #003263;
}

.subtitle-bar-fpage a
{
	text-decoration: none;
	color: #003263;
	font-weight: bold;
}

.subtitle-bar-fpage a:hover
{
	text-decoration: underline;
}

.subtitle-bar-fpage .left
{
	width: 800px;
}
.subtitle-bar-fpage .left
{
	float: left;
}

#full-hand #photos
{
	width: 310px;
	height: 290px;
	float: left;
	margin: 10px 0;
}

#full-hand #full-details
{
	position: relative;
	width: 590px;
	height: 290px;
	float: left;
	margin: 10px 0 10px 18px;
}

#full-hand #full-details .price
{
	color: #da801a;
	font-size: 18px;
	font-weight: bold;
}

#full-hand #full-details .beds
{
	color: #484848;
	font-size: 14px;
}

#full-hand #actions
{
	width: 590px;
	height: 21px;
	background-color: #f8f8f8;
	padding: 3px 10px 0 10px;
	left: 0px;
	bottom: 38px;
	position: absolute;
}

#full-hand #actions a
{
	color: #003263;
}


/*---------------------------------------------

							FOOTER STYLES
							
-----------------------------------------------*/
#footer
{
	background: url(./images/footer-background.png) top left repeat-x;
	width: 100%;
	height: 130px;
	color: #acacac;
}

#footer a
{
	color: #acacac;
}

#footer-wrapper
{
	width: 960px;
	margin: 0 auto;
}

#footer .box
{
	width: 320px;
	height: 78px;
	float: left;
	margin: 0;
	text-align: center;
	font-size: 18px;
	color: #e89c45;
	line-height: 78px;
}

#footer .box a
{
	text-decoration: none;
	color: #e89c45;
}



/************************
 *                      *
 *     Modal  Popup     *
 *                      *
 ************************/

.modalContent
{
	background-color: #F1F1F1;
	height: 230px;
	margin: auto;
	padding: 3px;
	width: 400px;
}


.modalPopup
{
	background-color: Transparent;
	background-image: url(./images/transparentBack.png);
	background-repeat: repeat;
	margin: 0;
	padding: 15px 0 0 0;
	width: 440px;
	height: 255px;
	text-align: center;
}

.modalContentAgency
{
	background-color: #F1F1F1;
	height: 520px;
	margin: auto;
	padding: 3px;
	width: 400px;
}

.modalPopupAgency
{
	background-color: Transparent;
	background-image: url(./images/transparentBack.png);
	background-repeat: repeat;
	margin: 0;
	padding: 15px 0 0 0;
	width: 440px;
	height: 545px;
	text-align: center;
}

.modalBackground
{
	background-color: Gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.modalTitle
{
	font-size: 25px;
	color: #717478;
	font-variant: small-caps;
	font-weight: bold;
}

.modalText
{
	display: inline-block;
	padding: 0 5px 0 0;
	text-align: right;
	width: 150px;
}

.modalTextMail
{
	display: inline-block;
	padding: 0 5px 0 0;
	text-align: right;
}

.modalBox
{
	width: 200px;
}

.modalButton
{
	padding: 0 5px 0 5px;
}

.alertCollection
{
	width: 100%;
}

.contactInfo
{
	display: block;
	font-size: 15px;
	padding: 0 0 0 10px;
	width: 100%;
}

.alertCollection th
{
	background-color: #EFEAD6;
	font-size: 14px;
	height: 30px;
	margin: 0 0 5px 0;
	text-align: center;
	vertical-align: middle;
}

.alertCollection tr td
{
	border-width: 0 0 1px 1px;
	border-color: Gray;
	border-style: dotted;
}

.alertCollection tr td span, .alertCollection tr td a
{
	padding: 0 0 0 10px;
}

.retriever h1
{
	background: url(/images/dog.jpg) no-repeat 150px 0px;
	height: 59px;
	line-height: 70px;
}
.retriever h2, .alertCollection caption
{
	padding: 1em 0;
	color: #9C7B16;
	font-family: "Trebuchet MS" ,Helvetica,Arial,sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
}
.retriever h2
{
	padding: 0;
}



/***********************
 *                     *
 *    SITEMAP STYLES   *
 *                     *
 ***********************/



div#sitemap
{
	width: auto;
	margin: 20px auto;
	padding-left: 50px;
}
div#sitemap div.sitemapcategory
{
	padding-left: 10px;
	margin-bottom: 10px;
	margin-left: 5px;
	border-left: 1px dotted #777;
}


/* Default products links */
div#sitemap div.sitemapcategory a
{
	font-size: 14px;
	color: #457CBF;
}
div#sitemap a:hover
{
	text-decoration: underline;
}

/* Category names links */
div#sitemap span.category a
{
	font-size: 16px;
	color: #111F30;
}

/* Sub category names links */
div#sitemap span.subCategory a
{
	font-size: 14px;
	color: #233E60;
}

/* Subsub categories and deeper links */
div#sitemap span.subSubCategory a
{
	font-size: 12px;
	color: #345D8F;
}


.hidden
{
	display: none;
}


.italic
{
	font-style: italic;
}

.propertylinks
{
	background-color: #f1f1f1;
	padding: 3px;
	font-family: Calibri, Arial;
	font-size: 14px;
	color: #003263;
	text-decoration: none;
	white-space: nowrap;
}
