@charset "UTF-8";
/* CSS Document */
/* Designed and developed by Wylie Creative - www.wyliecreative.com */

* {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #7faccd;
}

/* Main Containers & Defaults --------------------------------------- */
#container {
	width: 960px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	background-color: #3f83b5;
}

#flash {
	height: 500px;
	width: 960px;
}

#footer {
	width: 960px;
	background-image: url(../images/footer-tile.jpg);
	background-repeat: repeat-x;
	background-color: #3f83b5;
}

#copyright {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 100px;
	padding-top: 10px;
	padding-left: 20px;
}

.address {
	float: left;
	padding-top: 15px;
	padding-left: 20px;
}

p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #FFF;
}

h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 18px;
	color: #FFF;
}

#care {
}

#care p {
	font-size: 14px;
	line-height: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}

.clear {
	clear: both;
}
