@charset "utf-8";
/* CSS Document */

body {
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	color:#485458;
	background-image:url(../images/sub_BGSpan.gif);
	background-repeat:repeat-y;
	background-position:center;
}

.clear {
	CLEAR: both; FONT-SIZE: 0px; VISIBILITY: hidden; LINE-HEIGHT: 0; HEIGHT: 0px;
}

a:link {
	color:#485458;
	text-decoration:none;
}
a:visited {
	color:#485458;
	text-decoration:none;
}
a:hover {
	color:#2a8ebf;
	text-decoration:none;
}

h2 {
	font-size:14px;
	color:#485458;
	text-transform:uppercase;
	margin-bottom:10px;
	margin-top:0px;
}

/* Sub Page Styles */
.master {
	width:910px;
	margin-right:auto;
	margin-left:auto;
	padding-top:60px;
}
.leftColumn {
	position:relative;
	float:left;
	width:752px;
}
.content {
	float:left;
	width:682px;
	padding-top:30px;
	padding-left:15px;
	padding-right:55px;
	font-size:12px;
}
.rightColumn {
	position:relative;
	top:-60px;
	float:left;
	width:157px;
}
.horizDivider {
	height:1px;
	background-image:url(../images/int_horizDivider.gif);
	background-repeat:repeat-x;
	font-size:1px;
	margin-top:15px;
	margin-bottom:15px;
}
/* BEGIN About Page Styles */
.aboutContent {
	position:absolute;
	z-index:100;
	top:0px;
	left:225px;
	width:415px;
	height:415px;
	background-color:white;
	padding-left:40px;
}
.aboutBTN {
	position:absolute;
	z-index:600;
	cursor:pointer;
}
.aboutPanel {
	position:absolute;
	z-index:500;
	left:40px;
	width:415px;
	height:415px;
	cursor:pointer;
	display:none;
}

#cityLivingPanel {
	width:415px;
	height:415px;
	background-image:url(../images/about_panels_cityLiving.jpg);
	background-repeat:no-repeat;
}
#cityLivingPanel .text {
	position:relative;
	width:244px;
	height:210px;
	padding:15px;
	padding-top:50px;
	top:138px;
	left:138px;
	color:white;
	font-size:11px;
}
#connectedPanel {
	width:415px;
	height:415px;
	background-image:url(../images/about_panels_connected.jpg);
	background-repeat:no-repeat;
}
#connectedPanel .text {
	position:relative;
	width:383px;
	height:210px;
	padding:15px;
	padding-top:50px;
	top:138px;
	left:0px;
	color:white;
	font-size:11px;
}

#onMovePanel {
	width:415px;
	height:415px;
	background-image:url(../images/about_panels_onMove.jpg);
	background-repeat:no-repeat;
}
#onMovePanel .text {
	position:relative;
	width:383px;
	height:73px;
	padding:15px;
	padding-top:50px;
	top:0px;
	left:0px;
	color:white;
	font-size:11px;
}
#onMovePanel .text2 {
	position:relative;
	width:383px;
	height:100px;
	padding:15px;
	top:140px;
	left:0px;
	color:white;
	font-size:11px;
}

#greenMindPanel {
	width:415px;
	height:415px;
	background-image:url(../images/about_panels_greenMind.jpg);
	background-repeat:no-repeat;
}
#greenMindPanel .text {
	position:relative;
	width:244px;
	height:285px;
	padding:15px;
	padding-top:50px;
	top:0px;
	left:138px;
	color:white;
	font-size:11px;
}
#greenMindPanel .btn {
	position:absolute;
	z-index:700;
	width:244px;
	height:30px;
	top:363px;
	left:147px;
}

#personalizePanel {
	width:415px;
	height:415px;
	background-image:url(../images/about_panels_personalize.jpg);
	background-repeat:no-repeat;
}
#personalizePanel .text {
	position:relative;
	width:244px;
	height:210px;
	padding:15px;
	padding-top:50px;
	top:0px;
	left:0px;
	color:white;
	font-size:11px;
}





/* END About Page Styles */
.formText {
	float:left;
	width:70px;
	text-align:right;
	padding-right:10px;
	padding-top:3px;
}

.formField {
	float:left;
	width:auto;
	margin-bottom:10px;
	padding-right:10px;
}
.careerHeader {
	font-size:14px;
	display:block;
	color:#2a8ebf;
}
.careerBTN {
	float:left;
	width:90px;
	padding-left:10px;
}
.careerDesc {
	float:left;
	width:570px;
}




.footer {
	width:751px;
	margin-left:0px;
	margin-right:0px;
	margin-top:15px;
	margin-bottom:30px;
	/*
	background-image:url(../images/footer_logos.jpg);
	background-repeat:no-repeat;
	background-position: left top;
	*/
	padding-top:35px;
	font-size:10px;
}
.footer a:link {
	color:#485458;
	text-decoration:none;
}
.footer a:visited {
	color:#485458;
	text-decoration:none;
}
.footer a:hover {
	color:#2a8ebf;
	text-decoration:none;
}

