/* clearfix */

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

/* common */

body {
	font-family:arial, sans-serif;
}



#container {
	width:1000px;
	margin:0 auto;
}


#wrapper-home {
	width:1000px;
	margin:0 auto;
}

a:link,
a:visited {
	color:#f89829;
}

a:hover {
	text-decoration:underline;
}

strong {
	font-weight:bold;
}

em {
	font-style:italic;
}


/* header */

#mrp-header {
	width:1000px;
	margin:17px auto 7px auto;
	background:#fff;
}
	/* header rhs */
	
	#header-rhs {
		float:right;
		width:450px;
		padding-top:18px;
	}
	
		#header-rhs img {
			float:right;
		}
		
		#header-rhs .contact-info-holder {
			float:right;
			width:190px;
			padding:8px 10px 0 20px;
		}
		
			#header-rhs .contact-info-holder p {
				font-size:29px;
				color:#285ea2;
				line-height:17px;
			}
			
				#header-rhs .contact-info-holder p span {
					font-size:16px;
					color:#2a2b2b;
				}
				
					#header-rhs .contact-info-holder p span a:link,
					#header-rhs .contact-info-holder p span a:visited {
						font-size:16px;
						color:#2a2b2b;
						text-decoration:none;
					}
					
					#header-rhs .contact-info-holder p span a:hover {
						font-size:16px;
						text-decoration:underline;
					}
		
		#header-rhs .bt-search {
			float:right;
		}
		
			
		
			#header-rhs .bt-search a:link,
			#header-rhs .bt-search a:visited {
				color:#2a2b2b;
				text-decoration:none;
				background: transparent url('../graphics/bg-bt-search.gif') repeat-x 0 0px;
				width:120px;
				font-size:18px;
				border:1px solid #d9dadc;
				float:left;
				padding:11px 0;
				text-align:center;
				line-height:20px;
			}
			
			#header-rhs .bt-search a:hover {
				background-position: 0 -44px;
			}
			
			
/* menu */
			
#mrp-container1 {
	height:49px;
	background: transparent url('../graphics/bg-menu.gif') repeat-x 0 0px;
	border:1px solid #d9dadc;
	width:998px;
}
			
			
			
			
/* wrapper home */

#wrapper-home {
	position:relative;
}

	#wrapper-home .overlaying-image {
		position:absolute;
		top:0;
		left:20px;
		
	}
	
	/* content home */
	
	#content-home {
		width:701px;
		float:left;
	}
	
		#content-well {
			width:602px;
			float:left;
			margin-left:9px;
		}
			
			
			#content-well h1 {
				font-size:22px;
				color:#000;
				margin:9px 0 20px 0px;
				text-transform:none !important;
			}
		
			#content-well h2 {
				font-size:22px;
				color:#000;
				margin:9px 0 5px 0px;
				text-transform:none !important;
			}
			
			#content-well h3 {
				font-size:18px
				
			}
			
			#content-well h4 {
				font-size:16px
			}
			
			#content-well h5 {
				font-size:14px
			}
			
			#content-well h6 {
				font-size:12px
			}
			
			#content-well p {
				font-size:13px !important;
				color:#2c2d2c;
				line-height:17px;
				margin-bottom:10px;
				margin-left:10px;
				padding:0 10px 0 0;
			}
			
			
		
			


/* sidebar */

#outer-sidebar {
	padding-left:6px;
	width:293px;
	float:left;
}
	#mrp-sidebar {
		
	}

		#mrp-sidebar h2 {
			font-size:24px;
			color:#000;
			margin:9px 0 20px 0px;
		}
		
		#mrp-sidebar p {
			font-size:12px;
			color:#2c2d2c;
			margin:9px 0 20px 0px;
		}
		
		
		/* listings */

		#sidebar-listings-holder {
			background:transparent url('../graphics/bg-bottom-box-small.gif') no-repeat 0 0;
			width:293px;
			height:227px;
			text-align:center;
			margin-left:3px;
			margin-top:20px;
		}

			#sidebar-listings-holder h2 {
				font-size:23px;
				color:#2c2d2c;
				font-weight:bold;
				margin:14px 0 10px 0;
				text-align:center;
			}
			
		/* geoff's pic */
		
		#geoff-pic-holder {
			margin-top:20px;
			margin-left:67px;
		}
		
		
/* footer */		

#footer {
	
}

			
		

/* mrp-footer */
	
#mrp-footer {
	padding:18px 0 40px 0;
	}

		#mrp-footer p {
			color:#76797c;
			font-size:14px;
			text-align:center;
		
		}		
			
			
			
			
			












