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


/*Main*/
body {
	margin: 0px;
	padding: 0px;
	background-color:#C3DAE8;
}

a:focus { 
	-moz-outline-style: none; 
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0px;
	font-size: 1px;
	line-height: 0px;
	margin: 0px;
}

.contenttext{
	margin-left: -4000px;
	margin-top: -4000px;
	width: 400px;
	position:absolute;
	z-index:100;
}

#bkg {
	height: 630px;
	width: 100%;
	background-image: url(images/bkgGradient.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 59px;
	padding-bottom: 59px;
	margin: 0px;
}

#beige {
	background-color: #E9E3DB;
	height: 620px;
	width: 960px;
}

#beigeContainer {
	margin: 0px auto;
	height: 630px;
	width: 970px;
}

#topGradient {
	background-image: url(images/topGradient.jpg);
	height: 5px;
	width: 965px;
}

#bottomGradient {
	background-image: url(images/bottomGradient.jpg);
	height: 5px;
	width: 965px;
}

#leftGradient {
	background-image: url(images/leftGradient.jpg);
	height: 620px;
	width: 5px;
}

#rightGradient {
	background-image: url(images/rightGradient.jpg);
	height: 620px;
	width: 965px;
	background-position: right top;
	background-repeat: no-repeat;
	margin-top: 0px;
}
#copyright {
	color: #00456b;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: right;
	width: 950px;
	margin: 0px auto;
}

#index_logo {
	background-image: url(images/index_logo.jpg);
	height: 67px;
	width: 194px;
	background-repeat: no-repeat;
	background-position: left top;
}

/*Main Nav*/

#topNav {
	height: 23px;
	border-top: 1px solid #1e424c;
	width: 955px;
	float: left;
	margin: 0px 0px 0px 5px;
}

#topNav ul {
	margin: 0px;
	padding: 0px;
	height: 22px;
	width: 960px;
}
#topNav li {
	margin: 0px;
	padding: 0px;
	float: left;
	text-align: center;
	display:block;
	list-style-type: none;
}
#topNav li a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	height: 19px;
	width: 157px;
	padding-top:3px;
	background-image: url(images/mainNav.jpg);
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	display:block;
	border-right: 1px solid #1e424c;
	border-left: 1px solid #1e424c;
	border-bottom: 1px solid #1e424c;
}

#topNav li a:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	height: 19px;
	background-image: none;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	background-color: #FFFFFF;
	border-right: 1px solid #1e424c;
	border-left: 1px solid #1e424c;
	border-bottom: 1px solid #1e424c;
}

#topNav li.about a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	height: 19px;
	width: 158px;
	padding-top:3px;
	background-image: url(images/mainNav.jpg);
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	display:block;
	border-right: 1px solid #1e424c;
	border-left: 1px solid #1e424c;
	border-bottom: 1px solid #1e424c;
}

#topNav li.about a:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	height: 19px;
	background-image: none;
	font-size: 12px;
	width: 158px;
	border-left: 1px solid #FFF;
	border-right: 1px solid #1e424c;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	background-color: #FFFFFF;
	border-bottom: 1px solid #1e424c;
}

#topNav li.active {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-image: none;
	height: 20px;
	width: 158px;
	padding-top:3px;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	background-color: #FFFFFF;
	border-right: 1px solid #1e424c;
	border-left: 1px solid #1e424c;
}

#topNav li.about_active {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-image: none;
	height: 20px;
	width: 160px;
	padding-top:3px;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	background-color: #FFFFFF;
	border-right: 1px solid #1e424c;
	border-left: none;
}

.menuBullet1 {
	background-image: url(images/menuBullet.png);
	background-repeat: no-repeat;
	background-position: right;
	height: 10px;
	width: 10px;
	float: left;
	margin: 0px -10px 0px 0px;
	padding: 0px;
	position: relative;
	top: 6px;
	left: -5px;
	*top: -17px;
	*left: 155px;
}

.menuBullet2 {
	background-image: url(images/menuBullet.png);
	background-repeat: no-repeat;
	background-position: right;
	height: 10px;
	width: 10px;
	float: left;
	margin: 0px -10px 0px 0px;
	padding: 0px;
	position: relative;
	top: 6px;
	left: -5px;
	*top: -17px;
	*left: 154px;
}

.menuBullet_active1 {
	background-image: url(images/menuBullet.png);
	background-repeat: no-repeat;
	background-position: right;
	height: 10px;
	width: 10px;
	float: left;
	margin: 0px -10px 0px 0px;
	padding: 0px;
	position: relative;
	top: 6px;
	left: -5px;
	*top: -12px;
	*left: 156px;
}

.menuBullet_active2 {
	background-image: url(images/menuBullet.png);
	background-repeat: no-repeat;
	background-position: right;
	height: 10px;
	width: 10px;
	float: left;
	margin: 0px -10px 0px 0px;
	padding: 0px;
	position: relative;
	top: 6px;
	left: -5px;
	*top: -12px;
	*left: 154px;
}

/*index*/

#index_top {
	height: 121px;
	width: 955px;
	margin-left: 5px;
	float: left;
}

#index_topleft {
	margin: 0px;
	width: 159px;
	height: 121px;
	border-right: 1px solid #1e424c;
	float: left;
	text-indent: -10000px;
}

#index_topmid {
	margin: 0px;
	width: 636px;
	background-color: #00456b;
	height: 121px;
	background-image: url(images/index_logo.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -4000px;
	border-right: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	float: left;
}

#index_topright {
	width: 157px;
	height: 121px;
	float: left;
}

#index_main {
	height: 344px;
	margin: 0px 0px 0px 5px;
	width: 955px;
	float: left;
}
#index_mainleft a {
	background-image: url(images/index_mainLeft.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display:block;
	height: 343px;
	width: 158px;
	border-right: 1px solid #1e424c;
	border-bottom: 1px solid #1e424c;
	float: left;
	text-indent: -10000px;
}

#index_mainmid {
	background-image: url(images/index_mainMid.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 636px;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 344px;
	background-color: #38939b;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	text-indent: 0px;
}

#index_mainright a{
	background-image: url(images/index_mainRight.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display:block;
	height: 343px;
	width: 158px;
	border-left: 1px solid #FFF;
	border-bottom: 1px solid #1e424c;
	float: left;
	text-indent: -10000px;
}

#index_bottom {
	height: 130px;
	width: 955px;
	margin-left: 5px;
	float: left;
}

#index_bottomleft {
	margin: 0px;
	width: 158px;
	height: 130px;
	border-top: 1px solid #FFF;
	border-right: 1px solid #1e424c;
	float: left;
	text-indent: -10000px;
}

#index_bottommid {
	background-color: #00456b;
	margin: 0px;
	width: 635px;
	height: 130px;
	border-right: 1px solid #1e424c;
	border-left: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	float: left;
}

#index_bottommid p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	margin-right: 45px;
	margin-left: 45px;
	padding-top: 25px;
	*padding-top: 35px;
}

#index_bottomright {
	width: 158px;
	height: 130px;
	border-left: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	float: left;
	text-indent: -10000px;
}

/*About*/

#about_topleft {
	margin: 0px;
	width: 159px;
	height: 121px;
	border-right: 1px solid #1e424c;
	float: left;
	background-image: url(images/about_topLeft.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -10000px;
}

#about_topright {
	width: 157px;
	height: 121px;
	float: left;
	background-image: url(images/about_topRight.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#about_main {
	height: 432px;
	margin: 0px 0px 0px 5px;
	width: 955px;
	float: left;
}

#about_mainleft {
	background-image: url(images/about_mainLeft.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 431px;
	width: 158px;
	border-right: 1px solid #1e424c;
	border-bottom: 1px solid #1e424c;
	float: left;
	text-indent: -2000px;
}

#about_mainmid {
	width: 636px;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 431px;
	background-color: #38939b;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	text-indent: 0px;
}

#about_mainright {
	background-image: url(images/about_mainRight.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 431px;
	width: 157px;
	border-left: 1px solid #FFF;
	border-bottom: 1px solid #1e424c;
	float: left;
	text-indent: 0px;
}

#about_bottom {
	height: 20px;
	width: 955px;
	margin-left: 5px;
	float: left;
}

#about_bottomleft {
	margin: 0px;
	width: 158px;
	height: 20px;
	border-top: 1px solid #FFF;
	border-right: 1px solid #1e424c;
	float: left;
	text-indent: -10000px;
}

#about_bottommid {
	margin: 0px;
	width: 635px;
	height: 21px;
	border-right: 1px solid #1e424c;
	border-left: 1px solid #FFFFFF;
	float: left;
	background-color: #38939b;
}

#about_bottomright {
	width: 158px;
	height: 19px;
	border-left: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	float: left;
	text-indent: -10000px;
}

/*About Nav*/

#aboutNav {
	height: 22px;
	width: 955px;
	float: left;
	margin: 0px 0px 0px 5px;
	background-color: #FFFFFF;
}

#aboutNav ul {
	margin: 0px 0px 0px 45px;
	padding: 0px;
	height: 22px;
	width: 900px;
}
#aboutNav li {
	margin: 0px;
	width: 135px;
	padding: 0px;
	float: left;	
	list-style-type: none;
	text-align: center;
	display:block;
}
#aboutNav li.active {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	height: 19px;
	padding-top:3px;
	font-size: 12px;
	font-weight: bold;
	color: #38939b;
	display:block;
	width:155px;
}
#aboutNav li a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	height: 19px;
	
	padding-top:3px;
	font-size: 12px;
	color: #000;
	text-decoration: none;
	display:block;
}


#aboutNav li a:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-image: none;
	font-size: 12px;
	color: #000;
	text-decoration: underline;
}
.about_mainmidRight {
	padding: 45px 60px 0px;
	background-color: #E9E3DB;
	width: 355px;
	height: 386px;
	float: right;
}
.about_mainmidRight  h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #38939b;
	font-size: 38px;
	margin: 0px 0px 5px;
	padding: 0px;
}
.about_mainmidRight  p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #455560;
	line-height: 20px;
	height: 193px;
	*height: 191px;
	margin: 0px;
	padding: 0px;
}

.aboutmainmidLeft {
	width: 160px;
	float: left;
	height: 390px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.about_arrow {
	width: 25px;
	height: 20px;
	margin-right: auto;
	margin-left: auto;
}
.about_menuContainer {
	height: 350px;
	width: 160px;
	position: absolute;
	z-index: 10;
}
.dateUL {
	margin: 0px;
	padding: 0px;
}
.dateUL li {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	margin-bottom: 13px;
	*margin-bottom: 11px;
	list-style-type: none;
	margin-top: 0px;
	text-align: right;
	padding-right: 30px;
}
.about_menuBKGContainer {
	width: 161px;
	height: 350px;
}
.about_menuBKG1_right {
	height: 336px;
	padding-top: 1px;
	padding-bottom: 1px;
	width: 14px;
	margin-left: auto;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	*position: relative;
	*left: 0px;
	*top: -113px;
}

.about_menuBKG2_right {
 height: 336px;
	padding-top: 1px;
	padding-bottom: 1px;
	width: 14px;
	margin-left: auto;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	*position: relative;
	*left: 0px;
	*top: -156px;
}

.about_menuBKG3_right {
	height: 336px;
	padding-top: 1px;
	padding-bottom: 1px;
	width: 14px;
	margin-left: auto;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	*position: relative;
	*left: 0px;
	*top: -191px;
}

.about_menuBKG4_right {
 height: 336px;
	padding-top: 1px;
	padding-bottom: 1px;
	width: 14px;
	margin-left: auto;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	*position: relative;
	*left: 0px;
	*top: -311px;
}

.about_menuBKG1_block {
	height: 96px;
	width: 160px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	position: absolute;
	z-index: 9;
	margin-top: 20px;
	background-color: #2c8189;
	*position: relative;
	*left: 0px;
	*top: 5px;
}
.about_menuBKG1_block2 {
	height: 96px;
	width: 15px;
	margin-left: auto;
	background-color: #e9e3db;
}

.about_menuBKG2_block {
	height: 13px;
	width: 160px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	position: absolute;
	z-index: 9;
	margin-top: 146px;
	background-color: #2c8189;
	*position: relative;
	*left: 0px;
	*top: 7px;
}
.about_menuBKG2_block2 {
	height: 13px;
	width: 15px;
	margin-left: auto;
	background-color: #e9e3db;
}

.about_menuBKG3_block {
	height: 5px;
	width: 160px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	position: absolute;
	z-index: 9;
	margin-top: 189px;
	background-color: #2c8189;
	*position: relative;
	*left: 0px;
	*top: 8px;
}
.about_menuBKG3_block2 {
	height: 5px;
	width: 15px;
	margin-left: auto;
	background-color: #e9e3db;
}

.about_menuBKG4_block {
	height: 7px;
	width: 160px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	position: absolute;
	z-index: 9;
	margin-top: 307px;
	background-color: #2c8189;
	*position: relative;
	*left: 0px;
	*top: 12px;
}
.about_menuBKG4_block2 {
	height: 7px;
	width: 15px;
	margin-left: auto;
	background-color: #e9e3db;
}

/*Affiliates*/
#affiliate_mainmid {
	width: 576px;
	margin: 0px;
	padding: 45px 30px 0px 30px;
	float: left;
	height: 386px;
	background-color: #E9E3DB;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	text-indent: 0px;
}

#affiliate_mainmid  p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #455560;
	line-height: 20px;
	height: 110px;
	margin: 0px;
	padding: 0px 25px 0px 30px;
}

.edpropLogo {
	background-image: url(images/edpropLogo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 29px;
	width: 520px;
	text-indent: -2000px;
	margin-bottom: 20px;
	margin-left: 30px;
}

.affiliateMarginRight {
	margin: 0px 28px 30px 0px;
	padding: 0px;
}

.affiliateMarginLeftRight {
	margin: 0px 10px 0px 7px;
	padding: 0px;
}

.affiliateMarginRight2 {
	margin: 0px 10px 0px 0px;
	padding: 0px;
}


.affiliateMarginBottom {
	margin: 0px 0px 45px 0px;
	padding: 0px;
}

/*Career Info*/
#career_mainmid {
	width: 601px;
	margin: 0px;
	padding: 20px 5px 0px 30px;
	float: left;
	height: 411px;
	background-color: #E9E3DB;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	text-indent: 0px;
}

#career_mainmid  h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #003366;
	font-size: 24px;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}

#career_mainmid  p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #455560;
	line-height: 17px;
	margin: 0px 0px 15px 0px;
	padding: 0px 25px 0px 0px;
}

.careerForm {
	width: 570px;
}

#career_mainmid form {
	margin: 0px;
	padding: 0px;
}

.carrerp {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #455560;
	line-height: 20px;
	height: 110px;
	margin: 0px;
	padding: 0px 25px 0px 0px;
}
.careerForm_Left {
	width: 290px;
	margin-right: 5px;
	float: left;
}
.careerForm_Leftp {
	display: block;
	font-weight: bold;
	width: 90px;
	color: #003366;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-bottom: 10px;
}
.careerForm textarea {
	width: 270px;
	height: 137px;
	margin: 0px;
	padding: 0px;
}

.carrerFormInput {
	text-align: right;
	margin-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-bottom: 40px;
	color: #455560;
}
.privacy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #003366;
}

/*Location*/
#location_topleft {
	margin: 0px;
	width: 159px;
	height: 121px;
	border-right: 1px solid #1e424c;
	float: left;
	background-image: url(images/location_topLeft.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -10000px;
}
#location_topright {
	width: 157px;
	height: 121px;
	float: left;
	background-image: url(images/location_topRight.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#location_main {
	height: 380px;
	margin: 0px 0px 0px 5px;
	width: 955px;
	float: left;
}

.location_greenTopStripe {
	height: 5px;
	background-color: #38939b;
}

#location_mainleft {
	background-image: url(images/location_mainLeft.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 374px;
	width: 273px;
	border-right: 1px solid #1e424c;
	border-bottom: 1px solid #1e424c;
	float: left;
	text-indent: -2000px;
}
#location_mainmid {
	width: 406px;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 374px;
	background-color: #E9E3DB;
	border-bottom: 1px solid #1e424c;
	border-left: 1px solid #FFFFFF;
	text-indent: 0px;
	background-image: url(images/location_gradient.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#location_mainright {
	background-image: url(images/location_mainRight.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 374px;
	width: 273px;
	border-left: 1px solid #FFF;
	border-bottom: 1px solid #1e424c;
	float: left;
	text-indent: 0px;
}
#locationNav {
	height: 74px;
	width: 955px;
	float: left;
	margin: 0px 0px 0px 5px;
	background-color: #FFFFFF;
}
#locationNav ul {
	margin: 22px 0px 0px;
	padding: 0px;
	height: 43px;
	width: 960px;
}
#locationNav li {
	margin: 9px 0px 0px;
	width: 135px;
	padding: 0px;
	float: left;
	list-style-type: none;
	text-align: center;
	display:block;
	border-right: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	background-color: #cbb777;
	height: 42px;
	border-bottom: 1px solid #FFFFFF;
}

#locationNav li.locationNavRight {
	margin: 9px 0px 0px;
	width: 131px;
	padding: 0px;
	float: left;
	list-style-type: none;
	text-align: center;
	display:block;
	border-left: 1px solid #FFFFFF;
	background-color: #cbb777;
	height: 42px;
	border-bottom: 1px solid #FFFFFF;
}

#locationNav li.active {
	font-family: Arial, Helvetica, sans-serif;
	height: 28px;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	display:block;
	margin: 0px;
	background-image: url(images/location_navGradient.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 23px;
}

#locationNav li.locationNavRightactive {
	font-family: Arial, Helvetica, sans-serif;
	height: 28px;
	width: 131px;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	display:block;
	margin: 0px;
	background-image: url(images/location_navGradient.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 23px;
}

#locationNav li a {
	font-family: Arial, Helvetica, sans-serif;
	height: 28px;
	font-size: 11px;
	color: #FFF;
	text-decoration: none;
	display:block;
	font-weight: bold;
	padding-top: 14px;
}
#locationNav li a:hover {
	font-family: Arial, Helvetica, sans-serif;
	background-image: none;
	font-size: 11px;
	color: #FFF;
	text-decoration: underline;
	font-weight: bold;
}
.location_MidHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: center;
	width: 330px;
	line-height: 22px;
	height: 98px;
	display: block;
	margin: 45px auto 0px;
}
.location_mainmidBottom {
	height: 218px;
	*height: 230px;
	background-image: url(images/location_skyline.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.location_mainmidBottom2 {
	height: 218px;
	*height: 230px;
	background-image: url(images/location_skyline.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.location_mainmidBottom p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #455560;
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 20px;
	line-height: 28px;
}

.location_mainmidBottom2 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #455560;
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 10px;
	line-height: 28px;
	font-weight: normal;
}
.location_squares_container {
	margin-right: 35px;
	margin-left: 35px;
	height: 67px;
	margin-top: 20px;
}
.location_squaresRightMargin {
	margin-right: 24px;
}
#locationTrans_topleft {
	margin: 0px;
	width: 159px;
	height: 121px;
	border-right: 1px solid #1e424c;
	float: left;
	background-image: url(images/locationTrans_topLeft.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -10000px;
}
#locationTrans_topright {
	width: 157px;
	height: 121px;
	float: left;
	background-image: url(images/locationTrans_topRight.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#locationTrans_mainleft {
	background-image: url(images/locationTrans_mainLeft.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 374px;
	width: 273px;
	border-right: 1px solid #1e424c;
	border-bottom: 1px solid #1e424c;
	float: left;
	text-indent: -2000px;
}
#locationTrans_mainright {
	background-image: url(images/locationTrans_mainRight.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 374px;
	width: 273px;
	border-left: 1px solid #FFF;
	border-bottom: 1px solid #1e424c;
	float: left;
	text-indent: 0px;
}
#locationHotels_topleft {
	margin: 0px;
	width: 159px;
	height: 121px;
	border-right: 1px solid #1e424c;
	float: left;
	background-image: url(images/locationHotels_topLeft.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -10000px;
}
#locationHotels_topright {
	width: 157px;
	height: 121px;
	float: left;
	background-image: url(images/locationHotels_topRight.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#locationHotels_mainleft {
	background-image: url(images/locationHotels_mainLeft.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 374px;
	width: 273px;
	border-right: 1px solid #1e424c;
	border-bottom: 1px solid #1e424c;
	float: left;
	text-indent: -2000px;
}
#locationHotels_mainright {
	background-image: url(images/locationHotels_mainRight.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 374px;
	width: 273px;
	border-left: 1px solid #FFF;
	border-bottom: 1px solid #1e424c;
	float: left;
	text-indent: 0px;
}

#locationBusiness_topleft {
	margin: 0px;
	width: 159px;
	height: 121px;
	border-right: 1px solid #1e424c;
	float: left;
	background-image: url(images/locationBusiness_topLeft.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -10000px;
}
#locationBusiness_topright {
	width: 157px;
	height: 121px;
	float: left;
	background-image: url(images/locationBusiness_topRight.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#locationBusiness_mainleft {
	background-image: url(images/locationBusiness_mainLeft.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 374px;
	width: 273px;
	border-right: 1px solid #1e424c;
	border-bottom: 1px solid #1e424c;
	float: left;
	text-indent: -2000px;
}
#locationBusiness_mainright {
	background-image: url(images/locationBusiness_mainRight.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 374px;
	width: 273px;
	border-left: 1px solid #FFF;
	border-bottom: 1px solid #1e424c;
	float: left;
	text-indent: 0px;
}

#locationEnt_topleft {
	margin: 0px;
	width: 159px;
	height: 121px;
	border-right: 1px solid #1e424c;
	float: left;
	background-image: url(images/locationEnt_topLeft.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -10000px;
}
#locationEnt_topright {
	width: 157px;
	height: 121px;
	float: left;
	background-image: url(images/locationEnt_topRight.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#locationEnt_mainleft {
	background-image: url(images/locationEnt_mainLeft.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 374px;
	width: 273px;
	border-right: 1px solid #1e424c;
	border-bottom: 1px solid #1e424c;
	float: left;
	text-indent: -2000px;
}
#locationEnt_mainright {
	background-image: url(images/locationEnt_mainRight.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 374px;
	width: 273px;
	border-left: 1px solid #FFF;
	border-bottom: 1px solid #1e424c;
	float: left;
	text-indent: 0px;
}

#locationShop_topleft {
	margin: 0px;
	width: 159px;
	height: 121px;
	border-right: 1px solid #1e424c;
	float: left;
	background-image: url(images/locationShop_topLeft.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -10000px;
}
#locationShop_topright {
	width: 157px;
	height: 121px;
	float: left;
	background-image: url(images/locationShop_topRight.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#locationShop_mainleft {
	background-image: url(images/locationShop_mainLeft.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 374px;
	width: 273px;
	border-right: 1px solid #1e424c;
	border-bottom: 1px solid #1e424c;
	float: left;
	text-indent: -2000px;
}
#locationShop_mainright {
	background-image: url(images/locationShop_mainRight.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 374px;
	width: 273px;
	border-left: 1px solid #FFF;
	border-bottom: 1px solid #1e424c;
	float: left;
	text-indent: 0px;
}

#locationMore_topleft {
	margin: 0px;
	width: 159px;
	height: 121px;
	border-right: 1px solid #1e424c;
	float: left;
	background-image: url(images/locationMore_topLeft.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -10000px;
}
#locationMore_topright {
	width: 157px;
	height: 121px;
	float: left;
	background-image: url(images/locationMore_topRight.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#locationMore_mainleft {
	background-image: url(images/locationMore_mainLeft.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 374px;
	width: 273px;
	border-right: 1px solid #1e424c;
	border-bottom: 1px solid #1e424c;
	float: left;
	text-indent: -2000px;
}
#locationMore_mainright {
	background-image: url(images/locationMore_mainRight.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 374px;
	width: 273px;
	border-left: 1px solid #FFF;
	border-bottom: 1px solid #1e424c;
	float: left;
	text-indent: 0px;
}

/*Features*/
#features_topleft {
	margin: 0px;
	width: 159px;
	height: 121px;
	border-right: 1px solid #1e424c;
	float: left;
	background-image: url(images/features_topLeft.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -10000px;
}
#features_topright {
	width: 157px;
	height: 121px;
	float: left;
	background-image: url(images/features_topRight.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#features_mainleft {
	background-image: url(images/features_mainLeft.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 453px;
	width: 158px;
	border-right: 1px solid #1e424c;
	border-bottom: 1px solid #1e424c;
	float: left;
	text-indent: -2000px;
}
#features_mainright {
	background-image: url(images/features_mainRight.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 453px;
	width: 157px;
	border-left: 1px solid #FFF;
	border-bottom: 1px solid #1e424c;
	float: left;
	text-indent: 0px;
}

#features_main {
	height: 454px;
	margin: 0px 0px 0px 5px;
	width: 955px;
	float: left;
}

#features_mainmid {
	width: 636px;
	margin: 0px;
	padding: 0;
	float: left;
	height: 454px;
	background-color: #E9E3DB;
	border-left: 1px solid #FFFFFF;
	text-indent: 0px;
}

#features_mainmid p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #455560;
	line-height: 18px;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#features_mainmid h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #455560;
	margin: 0px 0px 14px 0px;
	padding: 0px 0px 0px 0px;
}

#features_mainmidbottom {
	width: 637px;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 283px;
	background-color: #c3dce9;
	border-bottom: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
}
#features_maintop {
	height: 124px;
	padding-top: 45px;
	padding-right: 30px;
	padding-left: 40px;
	width: 566px;
	border-bottom: 1px solid #747774;
}
#features_mainmidbottom ul {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 177px;
}
#features_mainmidbottom .blank {
	background-color: #cbb777;
	display: block;
	border-bottom: 1px solid #70726b;
	height: 48px;
	text-indent: -2000px;
}
.parking_active {
	height: 27px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #70726b;
	color: #00456B;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 35px;
	list-style-type: none;
	margin: 0px;
	padding-top: 13px;
	font-size: 11px;
}

.security {
	height: 28px;
	padding-top: 12px;
	padding-left: 35px;
	list-style-type: none;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #70726b;
	background-color: #cbb777;
}

.security a {
 font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}

.security a:hover {
 font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
	font-weight: bold;
	color: #000000;
}

.parkfastlogo {
	background-color: #fff008;
	border-top: 1px solid #FFFFFF;
	height: 25px;
	background-image: url(images/features_parkfast.jpg);
	background-repeat: no-repeat;
	background-position: 50% 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	list-style-type: none;
	padding-top: 89px;
}

.parkfastlogo a{
 font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #000000;
}

.parkfastlogo a:hover{
 font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
	color: #000000;
}

.ewslogo {
	background-color: #FFF;
	border-top: 1px solid #FFFFFF;
	height: 30px;
	background-image: url(images/features_ews.jpg);
	background-repeat: no-repeat;
	background-position: 50% -2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	list-style-type: none;
	padding-top: 84px;
	line-height: 11px;
}

.ewslogo a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #000;
}

.ewslogo a:hover{
 font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
	color: #000;
}

.prelogo {
	background-color: #FFF;
	border-top: 1px solid #FFFFFF;
	height: 30px;
	background-image: url(images/features_pre.jpg);
	background-repeat: no-repeat;
	background-position: 50% -2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	list-style-type: none;
	padding-top: 84px;
	line-height: 11px;
}

.prelogo a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #000;
}

.prelogo a:hover{
 font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
	color: #000;
}

.security_blank {
	background-color: #cbb777;
	border-top: 1px solid #FFFFFF;
	height: 114px;
	text-indent: -2000px;
	list-style-type: none;
}

#maidmidbottomright {
	float: right;
	width: 430px;
	margin: 0px;
	padding: 14px 0px 0px;
}
#maidmidbottomright p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00446a;
	margin: 0px;
	padding: 0px;
}
#maidmidbottomright ul {
	margin: 0px;
	padding: 0px;
}
#maidmidbottomright li {
	color: #00446a;
	margin-left: 10px;
	margin-bottom: 2px;
	width: 420px;
}

/*Leasing Info*/
#leasing_topleft {
	margin: 0px;
	width: 159px;
	height: 121px;
	border-right: 1px solid #1e424c;
	float: left;
	background-image: url(images/leasing_topLeft.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -10000px;
}
#leasing_topright {
	width: 157px;
	height: 121px;
	float: left;
	background-image: url(images/leasing_topRight.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#leasing_mainmid {
	width: 601px;
	margin: 0px;
	padding: 20px 5px 0px 30px;
	float: left;
	height: 411px;
	background-color: #E9E3DB;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	text-indent: 0px;
}

#leasing_mainmid  h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #003366;
	font-size: 24px;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}

#leasing_mainmid  p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #455560;
	line-height: 17px;
	margin: 0px 0px 15px 0px;
	padding: 0px 25px 0px 0px;
}

#leasing_mainmid  a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
	font-weight: bold;
}

#leasing_mainmid img.floor {
	margin-left: 105px;
}

.leasingForm {
	width: 570px;
}

.leasingp {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #455560;
	line-height: 20px;
	height: 110px;
	margin: 0px;
	padding: 0px 25px 0px 0px;
}

.leasingForm_Left {
	width: 290px;
	float: left;
}

.leasingForm_Leftp {
	display: block;
	font-weight: bold;
	width: 90px;
	color: #003366;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-bottom: 2px;
	*margin-bottom: 0px;
}

.leasingForm_Leftp2 {
	font-weight: bold;
	width: 50px;
	*width: 32px;
	color: #003366;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-bottom: 2px;
	*margin-bottom: 0px;
	margin-left: 150px;
	*margin-left: 150px;
	margin-top: -22px;
}

.press a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #003366;
	text-decoration:none;
}

.press a:hover {
	text-decoration:underline;
}
.leasingForm textarea {
	width: 275px;
	height: 219px;
	*height: 209px;
	margin: 0px;
	padding: 0px;
}

.leasingFormInput {
	text-align: right;
	margin-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-bottom: 5px;
	color: #455560;
}

#leasing_mainleft {
	background-image: url(images/leasing_mainLeft.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 431px;
	width: 158px;
	border-right: 1px solid #1e424c;
	border-bottom: 1px solid #1e424c;
	float: left;
	text-indent: -2000px;
}
#leasing_mainright {
	background-image: url(images/leasing_mainRight.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 431px;
	width: 157px;
	border-left: 1px solid #FFF;
	border-bottom: 1px solid #1e424c;
	float: left;
	text-indent: 0px;
}
#leasingNav {
	height: 22px;
	width: 955px;
	float: left;
	margin: 0px 0px 0px 5px;
	background-color: #FFFFFF;
}
#leasingNav ul {
	margin: 0px 0px 0px 350px;
	padding: 0px;
	height: 22px;
	width: 550px;
}
#leasingNav li {
	margin: 0px;
	width: 138px;
	padding: 0px;
	float: left;
	list-style-type: none;
	text-align: center;
	display:block;
}
#leasingNav li.active {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	height: 19px;
	padding-top:3px;
	font-size: 12px;
	font-weight: bold;
	color: #38939b;
	display:block;
	width:155px;
}
#leasingNav li a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	height: 19px;
	padding-top:3px;
	font-size: 12px;
	color: #000;
	text-decoration: none;
	display:block;
}
#leasingNav li a:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-image: none;
	font-size: 12px;
	color: #000;
	text-decoration: underline;
}
#leasing_mainmid form {
	margin: 0px;
	padding: 0px;
}

.clearfloat_leasing { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:7px;
	*height:3px;
	font-size: 1px;
	line-height: 0px;
	margin: 0px;
}
.leasingForm_Left #zip {
	margin-left: 180px;
	margin-top: -22px;
	padding: 0px;
	display: block;
}

/*Contact*/
#contact_topleft {
	margin: 0px;
	width: 159px;
	height: 121px;
	border-right: 1px solid #1e424c;
	float: left;
	background-image: url(images/contact_topLeft.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -10000px;
}
#contact_topright {
	width: 157px;
	height: 121px;
	float: left;
	background-image: url(images/contact_topRight.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#contact_mainleft {
	background-image: url(images/contact_mainLeft.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 431px;
	width: 158px;
	border-right: 1px solid #1e424c;
	border-bottom: 1px solid #1e424c;
	float: left;
	text-indent: -2000px;
}
#contact_mainright {
	background-image: url(images/contact_mainRight.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 431px;
	width: 157px;
	border-left: 1px solid #FFF;
	border-bottom: 1px solid #1e424c;
	float: left;
	text-indent: 0px;
}
#contactNav {
	height: 22px;
	width: 955px;
	float: left;
	margin: 0px 0px 0px 5px;
	background-color: #FFFFFF;
}
#contactNav ul {
	margin: 0px 0px 0px 490px;
	padding: 0px;
	height: 22px;
	width: 360px;
}
#contactNav li {
	margin: 0px;
	width: 138px;
	padding: 0px;
	float: left;
	list-style-type: none;
	text-align: center;
	display:block;
}
#contactNav li.active {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	height: 19px;
	padding-top:3px;
	font-size: 12px;
	font-weight: bold;
	color: #38939b;
	display:block;
	width: 165px;
}
#contactNav li a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	height: 19px;
	padding-top:3px;
	font-size: 12px;
	color: #000;
	text-decoration: none;
	display:block;
}
#contactNav li a:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-image: none;
	font-size: 12px;
	color: #000;
	text-decoration: underline;
}

