@charset "UTF-8";
/* CSS Document */


/* HOME PAGE - WELCOME */

#welcome p {
	font: 13px/16px Georgia, "Times New Roman", Times, serif;
	color: #000000;
	margin: 0px;
	padding: 0px;
}
#welcome {
	width: 700px;
	margin: 0px 0px 10px;
	padding: 0px 0px 10px;
	border-bottom: 1px solid #C0C0C0;
}
#welcome .title {
	font: 20px/22px Georgia, "Times New Roman", Times, serif;
	color: #cd6242;
	margin: 0px;
	padding: 0px 0px 10px;
}


/* HOME PAGE - SUCCESS */

#success{
	width: 338px;
	float: right;
	height: 93px;
	background: url(../images/home/success_bg.jpg) no-repeat;
	margin: 0px;
	padding: 0px;
}
#success .title {
	font: bold 14px Georgia, "Times New Roman", Times, serif;
	color: #cd6242;
	margin: 0px;
	padding: 10px 0px 10px 10px;
}
#success .title a {
	font: bold 14px Georgia, "Times New Roman", Times, serif;
	color: #cd6242;
	text-decoration:none;
}
	

#success .quote {
	font: italic 12px/17px Georgia, "Times New Roman", Times, serif;
	color: #236399;
	width: 220px;
	padding-left: 10px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
}
#success .name {
	font: 12px/17px Georgia, "Times New Roman", Times, serif;
	color: #236399;
	margin: 0px;
	padding: 0px;
	width: 200px;
	text-align: right;
}



/* HOME PAGE - PODS */

#podGroup .pod {
	float: left;
	height: 114px;
	width: 170px;
	margin-right: 5px;
	margin-bottom: 5px;
}
#podGroup {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 350px;
}


/* LOCATIONS */

#locationsGroup {
	margin: 0px 0px 4px;
	padding: 0px;
	width: 339px;
	float: right;
	font-weight: normal;
	position: relative;
}
#mainBody #locationsGroup .survey {
	margin: 0px;
	padding: 0px 0px 4px;
}
#locationsGroup #locations {
	min-height: 167px;
	background: #5586AF url(../images/home/locations_bg.jpg) no-repeat;
	margin: 0;
	padding: 0px 0px 0px 0px;
}
#locationsGroup #locations .address {
	font: 12px/14px Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	margin: 0;
	padding: 0px 0px 10px 20px;
	width: 147px;
	float: left;
}
#locationsGroup #locations .clear{
	margin:0;
	padding:0;
	clear:both;
}
#locationsGroup .mapslink{
	margin:0;
	padding:0;
	position:absolute;
	height: 50px;
	width: 120px;
	left: 210px;
	cursor: pointer;
}
#alertBox {
	position: absolute;
	top: -35px;
	right: 7px;
}
