/* CSS Document */

h1{
	font-size: 16px;
}

h2{
	font-size: 14px;
}

body {
	background-color: #3545A1;
	text-align: center;
	margin-top: 5%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	height: 100%;
}

#container {
	background-color: #FFFFFF;
	width: 800px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	position: relative;
}
#footer {
	background-image: url(images/bg_footer.jpg);
	background-repeat: repeat-x;
	background-color: #BDCEEC;
	width: 800px;
	height: 155px;
	text-align: center;
	position: relative;
	margin-bottom: 0px;
}
#logo {
	padding-top: 10px;
	padding-left: 50px;
}
#banner {
	padding-top: 20px;
}
#portal {
	position: absolute;
	top: 85px;
	left: 450px;
}
#home_txt {
	width: 800px;
	color: #274B7F;
	line-height: 22px;
}
#home_txt .padding{
	padding: 20px 50px 15px 50px;
}
#home_txt_spacer1{
	position: relative;
	float: right;
	width: 460px;
	height: 120px;
}
#home_txt_spacer2{
	position: relative;
	float: right;
	clear: right;
	width: 250px;
	height: 100px;
}
#pet_scan {
	position: absolute;
	top: 127px;
	left: 352px;
}
#accredits {
	position: absolute;
	top: 390px;
	left: 567px;
}

.address1 {
	font-size: 11px;
	position: absolute;
	width: 200px;
	left: 175px;
	padding-top: 10px;
}
.address2 {
	font-size: 11px;
	position: absolute;
	width: 200px;
	left: 415px;
	padding-top: 10px;
}
