@import url('reset.css');

/* General and Layout
------------------------------------------------------------------------------*/
html {
	background-image: url('../images/bg_plain.png');
}

body {
	background-image: url('../images/bg_grad.png');
	background-color: #dfd1b3;
	background-repeat: repeat-x;	
	background-position: 0 -122px;
	padding: 0 0 15px 0;
	text-align: center; /* IE Fix */
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.65em;
}

h1, h2, h3, p {
	color: #42270e;
	padding: 0 0 10px 0;
}

a {
	color: #42270e;
}

h1 {
	font-size: 240%;
}

h1.side {
	font-size: 210%;
}

h2 {
	font-size: 140%;
	font-weight: bold;
}

p, ul, ol {
	font-size: 120%;;
	line-height: 130%;
}

ul {
	padding: 0 0 0 0;
}

li {
	padding: 0 0 10px 20px;
	background-image: url('../images/bullet_point.png');
	background-repeat: no-repeat;
	background-position: 5px 4px;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

div#wrapper {
	text-align: left; /* IE Fix - Recovery */
	margin: 0 auto 0 auto;
	padding: 0;
	width: 800px;
	background-image: url('../images/bg_repeat_with_div.png');
	background-repeat: repeat-y;
}


div#main_content {
	width: 800px;
	background-image: url('../images/bg_page_top.png');
	background-repeat: no-repeat;
	min-height: 563px;
	padding: 24px 0 0 0;
}

* html div#main_content {
	padding: 24px 0 15px 0;
	height: 563px;
}

*:first-child+html {padding: 24px 0 15px 0;}


div#content {
	float: left;
	width: 373px;
	margin: 18px 0 0 52px;
	padding: 12px 0 15px 0;
	
	background-image: url('../images/divider.png');
	background-repeat: repeat-x;
}

* html div#content { margin: 18px 0 0 26px !important; }


div#content.properties {
	width: 700px !important
}


div#aux_content {
	width: 250px;
	margin: 18px 60px 0 490px;
	padding: 0 0 15px 0;
}


div#promo_links {
	height: 102px;
	color: #fff;
	background-image: url('../images/bg_promo_links.png');
	background-position: 25px 0;
	background-repeat: no-repeat;
}

div#promo_1 {
	position: absolute;
	width: 375px;
	margin: 21px 0 0 55px;
}

div#promo_2 {
	position: absolute;
	width: 262px;	
	margin: 14px 0 0 487px;
}

div#promo_links h1 {
	font-size: 170%;
	line-height: 120%;
	font-weight: normal;
	letter-spacing: 0.5px;
	color: #fff;
	padding: 0;
	margin: 0;
}



div#promo_2 h1 {
	font-size: 160%;
}


div#promo_links p {
	font-size: 120%;
	height: 35px;
	padding: 0 90px 0 0;
	margin: 0;
	line-height: 115%;
	color: #fff;
}




div#promo_links a {
	width: 74px;
	height: 46px;
	display: block;
	float: right;
	background-image: url('../images/bt_read_more_alpha.png');
}

div#promo_links div#promo_1 a {
	margin: -59px 0 0 0;
}

div#promo_links div#promo_2 a {
	margin: -51px 0 0 0;
}

div#promo_links a span { display: none; }

* html div#promo_1 a {	background-image: url('../images/bt_read_more_1.png') !important; }
* html div#promo_2 a { background-image: url('../images/bt_read_more_2.png') !important; }


div#mission_statement {
	padding: 15px 0 0 0;
}


img.property {
	margin: 0 0 15px 0;
	border: 1px solid #ccc;
}

div.property {	
	padding: 15px 0 0 0;
	background-image: url('../images/divider.png');
	background-repeat: repeat-x;
}

* html div.property {
	padding: 6px 0 0 0;
}
*:first-child+html div.property {
	padding: 6px 0 0 0 !important;
}

div#aux_content div.img {

	margin: 0 0 15px 0;
}

div#aux_content div.img img {
	margin: 0 0 5px 0;
	padding: 0;
}

div#aux_content p.caption {
	text-align: center;
	margin: 0;
	padding: 0;
	color: #333;
}

/*----------------------------------------------------------------------------*/


/* Footer
------------------------------------------------------------------------------*/
div#footer {
	padding: 30px 0 0 0;
	margin: -5px 0 0 0;	
	height: 15px;
	width: 800px;
	background-image: url('../images/bg_page_bottom.png');
	background-repeat: no-repeat;
	color: #41260e;
	text-align: right;
	clear: both;
}
div#footer p {
	padding: 0 25px 0 0;
	margin: 0;
}
div#footer p strong {
	font-weight: bold;
}

* html div#footer {
	margin: -20px 0 0 0;
	padding: 35px 0 0 0;
}
/*----------------------------------------------------------------------------*/


/* Header and Main Menu
------------------------------------------------------------------------------*/
div#header_menu {
	background-image: url('../images/bg_header.png');
	background-position: 25px 0;
	background-repeat: no-repeat;
	height: 211px;
	padding: 0 25px 0 25px;
}

div#header_menu p {
	position: absolute;
	margin: 63px 0 0 15px;
	padding: 0;
	background-image: url('../images/logo_pickfords.png');
	background-repeat: no-repeat;
}

div#header_menu p a {
	display: block;
	width: 288px;
	height: 95px;
}

div#header_menu p a span {
	display: none;
}

div#header_menu div#menu {
	width: 327px;
	margin: 0 0 0 0;
	padding: 0 0 25px 423px;
	background-image: url('../images/bg_menu_footer.png');
	background-repeat: no-repeat;
	background-position: bottom left;
}

div#header_menu div#menu ul {
	line-height: 100%;
	width: 327px;
	background-image: url('../images/bg_menu.png');
	background-repeat: no-repeat;
	padding: 20px 0 0 9px;
}


div#header_menu div#menu ul li {
	padding: 0;
	background-image: none;
	display: inline; /* IE Fix */
}

div#header_menu div#menu ul li a {	
	display: block;
	width: 279px;
	height: 24px;
	background-repeat: no-repeat;
}

div#header_menu ul li a span { display: none; }

div#header_menu a.home { background-image: url('../images/m_home.png'); }
div#header_menu a.why_pickfords { background-image: url('../images/m_why_pickfords.png'); }
div#header_menu a.what_is_retirement_living { background-image: url('../images/m_what_is_retirement_living.png'); }
div#header_menu a.buy_sell_let { background-image: url('../images/m_buy_sell_let.png'); }
div#header_menu a.view_our_properties { background-image: url('../images/m_view_our_properties.png'); }
div#header_menu a.links { background-image: url('../images/m_links.png'); }
div#header_menu a.contact { background-image: url('../images/m_contact.png'); }

div#header_menu div#menu ul li a:link,
div#header_menu div#menu ul li a:visited {
	background-position: 0 0px;
}

div#header_menu div#menu ul li a:hover,
div#header_menu div#menu ul li a:active,
body.home div#header_menu a.home,
body.why_pickfords div#header_menu a.why_pickfords,
body.what_is_retirement_living div#header_menu a.what_is_retirement_living,
body.buy_sell_let div#header_menu a.buy_sell_let,
body.view_our_properties div#header_menu a.view_our_properties,
body.links div#header_menu a.links,
body.contact div#header_menu a.contact {
	background-position: 0 -30px !important;
}
/*----------------------------------------------------------------------------*/


div.property_block {
	background-image: url('../images/divider.png');
	background-repeat: repeat-x;
	padding: 15px 0 0 0;
	margin: 0;
}

* html div.property_block { padding: 6px 0 0 0;	}
*:first-child+html div.property_block { padding: 6px 0 0 0 !important; }



div.property_description {
	width: 370px;
	float: left;
}

div.property_image {
	width: 252px;
	float: right;
	padding: 0 10px 5px 0;
}

div.thumbnails {
	clear: both;
	height: 60px;
	width: 252px;
	text-align: center;
}
div.thumbnails div {
	display: inline;
	width: 50px;
	margin-left: 5px;
	margin-right: 5px;
}

div.block_med_img img,
div.prop_med_img img {
	border: 1px solid #999;
}

div.block_thumb_img img,
div.prop_thumb_img img {
	vertical-align: center;
	border: 1px solid #999;
}



form.property_jump {
	padding: 10px;
	margin: 0 0 10px 0;
	width: 350px;
	background-color: #fff;
	border: 1px solid #ccc;
}

form.property_jump label {
	display: block;
	margin: 0 0 10px 0;
	font-size: 120%;
	font-weight: bold;
	clear: both;
}

form.property_jump select {
	width: 310px;
}

p.caption {
	text-align: center;
	color: #666;
}
