/*Insurance West CSS by Ric Garcia for Insurance West Corp. May 19, 2009.

This stylesheet is to control the placement of the sepia tone images for the web site. 

All images on this web site are copyright (C) iPhoto.com and used by standard license agreement purchased by Ric Garcia.

These images may not be reproduced or used in any way other than by Insurance West Corp. on this website.

Got questions contact, ricpg01@sbcglobal.net */

body {
	background-image: url(revisedImages/bgrnd_grad.png);
	background-repeat: repeat-x;
}

a {
	text-decoration: none;
}


.wrapper {
	height: 100%;
	width: 100%;
	position: relative;
	padding-top: 3em;
	left: 0;
	top: 0;
}
.imgwel {
	position: relative;
	left: 0;
	top: 475px;
	background-image: url(revisedImages/handshake_GSadj1.png);
	background-repeat: no-repeat;
	background-position: right center;
	width: 50%;
	height: auto;
	float: left;
}

.imgteam {
	position: relative;
	left: 0;
	top: 475px;
	background-image: url(revisedImages/the_team_GSadj.png);
	background-repeat: no-repeat;
	background-position: right center;
	width: 50%;
	height: auto;
	float: left;
}

.imgcompas {
	position: relative;
	left: 0;
	top: 475px;
	background-image: url(revisedImages/compass_GSadj.png);
	background-repeat: no-repeat;
	background-position: right center;
	width: 50%;
	float: left;
}

.imgpersonal {
	position: relative;
	left: 478px;
	top: -18px;
	background-image: url(revisedImages/iStock_7090071XS_GSadj.png);
	background-repeat: no-repeat;
	background-position: right center;
	width: 50%;
	height: auto;
	float: left;
}

.imgcomerc {
	position: relative;
	left: 0px;
	top: 475px;
	background-image: url(revisedImages/busown_male_GSadj.png);
	background-repeat: no-repeat;
	background-position: right center;
	width: 50%;
	height: auto;
	float: left;
}

.imgfinanc {
	position: relative;
	left: 0;
	top: 475px;
	background-image: url(revisedImages/young_family_GSadj-1.png);
	background-repeat: no-repeat;
	background-position: right center;
	width: 50%;
	height: auto;
	float: left;
}

.imgcompany {
	position: relative;
	left: 0;
	top: 475px;
	background-image: url(revisedImages/company_GSadj1.png);
	background-repeat: no-repeat;
	background-position: right center;
	width: 50%;
	height: auto;
	float: left;
}

.imglinks {
	position: relative;
	left: 0;
	top: 475px;
	background-image: url(revisedImages/links_GSadj.png);
	background-repeat: no-repeat;
	background-position: right center;
	width: 50%;
	height: auto;
	float: left;
}

