@charset "UTF-8";
/* CSS Shelter America Group */

/*CSS RESET*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
    width: 100%;
}

th {
    font-weight: bold;
    text-align: left;
}
td {
	height: 40px;
	text-align: left;
	font-weight: normal;
	vertical-align: bottom;
	border-bottom: 1px solid #ddd;
	padding-bottom: 15px;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

strong {
	font-weight:bold;color:#1a1f66;
}

em {
	font-style:oblique;
}

p {
	margin:15px 0;
}

.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}

h1 {font-size:180%;}
h2 {font-size:150%;}
h3 {font-size:125%;}
h4 {font-size:100%;}
h5 {font-size:90%;}
h6 {font-size:80%;}

a:link {color:#0289ce;}
a:hover {color:#1b75bb;}

/*End RESET - Begin Full Width CSS*/
	
	
	
	
	body {
		background:#FFF;
		color:#1a1f66;
		font-family: Helvetica, Arial, sans-serif;
		}

	.wrap {
		position:relative;
		margin:0 auto;
		width:950px;
	}
	
	#header, #footer {
		width:100%;
		float:left;
		padding:15px 0;
	}
	
	#header {
		background:#1a1f66;
	}
	
		
	#header li {
		float:left;
		margin:0;
		font-size: 14px;
		padding-right: 20px;
		color: #fff;
		list-style:none;
	}

	
	#header li a {
   display: block;
   color: #fff;
   text-decoration: none; 
   }

	
	#content-left {
	padding:15px 0;
	width: 450px;
	float: left;
	}
	
	#content-left p {
	font-size: 16px;
	line-height: 36px;
	}
	
	#content-right {
	padding:15px 0;
	width: 450px;
	float: right;
	}
	
	#content-right p {
	font-size: 14px;
	line-height: 28px;
	}
	
	#content-right p a {
	color:#ff8a1f;
	list-style-type: none;
	text-decoration: none;
	} 
					
	#content-right p a:hover {
	color: #1b75bb; 
	text-decoration: none;
	}
	
	
	#properties-listing {
	padding:15px 0;
	width: 650px;
	float: left;
	}
	
	#properties-listing p {
	font-size: 16px;
	line-height: 22px;
	color: #1a1f66;
	margin: 0;
	}
	
	#properties-listing a {
	text-decoration: none;
	}

	#footer {
	background: #1a1f66; url(images/background.gif) repeat-x;	}
	
	#footer p {
	color:#fff;
	font-size: 15px;
	}
	
	#footer p a {
	color:#fff;
	list-style-type: none;
	text-decoration: none;
	} 
					
	#footer p a:hover {
			color: #ff8a1f; 
			text-decoration: none;
	}

	
	#contact-shelter {
	width: 800px;
	float: left;
	}
	
	#footer-1 {
	padding-right:30px;
	width: 385px;
	float: left;
	}
	
	#footer-2 {
	width: 385px;
	float: left;
	}

	#footer-3 {
	width: 220px;
	float: left;
	}

	
.clear {
		clear: both;
		height: 0;
		}
		
.home-photo {
	border: 1px #1a1f66 solid;
	margin-bottom: 20px;
	}
	
.indented {
	margin-left: 80px;
	line-height: 10px;
	}
	
.contact-icon {
	float: left;
	width: 68px;
	}
	
.credit {
	font-size: 11px;
	line-height: 16px;
	}