@charset "utf-8";
/* CSS Document */


A { /* STYLE FOR LINKS */
  text-decoration:none;
  border:0;
}

A:link {color: #4a4a4a;}
A:visited {color: #4a4a4a;}
A:hover {color: #00578E;}


.TopHotlinks {
	width: 115px;
	height: auto;
	background-image: url(../media/DetailHotlink_background02.jpg);
	border: #CCC solid 1px;
	background-size: 220px 200px;
	background-position: center center;
	border-radius: 5px 5px 5px 5px;
	text-align: center;
	font-family: Helvetica;
	font-size: 18px;
	color:#666;
	line-height: 5px; 
	text-shadow: 2px 2px 2px #dbdbdb;
	padding-top:13px;
	margin:0 3px 0 3px;
}

.TopHotlinks:Hover {
	background-image: url(../media/DetailHotlink_background01.jpg);	
	cursor: pointer;
	border:#999 solid 1px;
}

.HotlinkTriangle-down {

	display: inline-block;
}

.detail_buttons_container {
	width:584px;
	height:auto;
	position:relative;
	text-align:center;
	display:inline-block;
}

.bus_detail_right2 {
	width:584px;
	position:relative;
	display:inline-block;
	top:0;
	right:0;
	height:auto;
}

.bus_detail_left2 {
	width:390px;
	margin:10px 0px 15px 20px;
	font-family: Helvetica;
	font-size:18px;
	color:#616161;
	position:relative;
	text-align:justify;
	line-height:30px;
	display:inline-block;
}

.SubjectHeader02 {
	font-family: Helvetica;
	color: #fff;
	text-align: left;
	margin-top:6px;
	margin-left:auto;
	margin-right:auto;
	border-bottom: 3px solid #fd9c04;
	width: 973px;
	height:16px;
	padding: 8px 11px 14px 16px;
	font-weight: bold;
	font-size: 17px;
	background-color: #545454;
	background-image: url(../media/subject_header_background.gif);
	background-repeat: repeat-x;
	background-size:contain;
	letter-spacing:1px;
	line-height:25px;
	position:relative;
}

H2 {
	font-family: Helvetica;
	color: #fff;
	font-weight: bold;
	font-size: 17px;
	margin: 0px;
	display: inline-block;

}

.SubjectContainer {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #989898;
	width: 972px;
	margin-left:auto;
	margin-right:auto;
	background: #fff;
	padding:10px 11px 7px 15px;
	position:relative;
	height:auto;
	display:block;
	font-family: Helvetica;
	font-size: 13px;
	line-height:145%;
}

.BusModelContainer {
	float: left;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #989898;
	width: 972px;
	display: block;
	background: #fff;
	padding:10px 11px 7px 15px;
}

.DetailPicLGContainer {
	position:relative;
	width:666px;
	height:500px;
	margin-top:0px;
	border:#FFF solid 2px;
	box-shadow: 0px 0px 6px #333;
	border-radius:4px;
	margin:6px 10px 20px 0px;
	overflow:hidden;
}

.DetailPicLG {
	border-radius:4px;
	float:left;
	width:666px;
	height:auto;
	text-align:center;
}

.DetailPicSMContainer {
	position:absolute;
	top:16px;
	right:12px;
	float:right;
	width:292px;
	height:auto;

}

.DetailPicSM {
	float:left;	
	box-shadow: 0px 0px 6px #333;
	border-radius:4px;
	margin-left:10px;
	margin-bottom:10px;
	width:133px;
	height:100px;
	border:#FFF solid 1px;
	cursor:pointer;
}

.TriangleGallery-Left {
	background-image: url(../media/ArrowPrevious02.gif);
	background-position:bottom center;		
	width:50px;
	height:191px;
	float:left;
	margin-left:-775px;
	margin-top:150px;
	position:relative;

}

.TriangleGallery-Left:hover {
	background-image: url(../media/ArrowPreviousHover02.gif);
	cursor: pointer;
}


.TriangleGallery-LeftDisabled {
	width: 0;
	height: 0;
	border-left: 95px solid transparent;
	border-right: 95px solid transparent;
	float:left;
	margin-left:55px;
	border-bottom: 25px solid #FFF;
	cursor: pointer;	
}

.TriangleGallery-Right {
	background-image: url(../media/ArrowNext02.gif);
	background-position:bottom center;		
	width:50px;
	height:191px;
	float:left;
	margin-left:38px;
	margin-top:150px;

}

.TriangleGallery-Right:hover {
	background-image: url(../media/ArrowNextHover02.gif);
	cursor: pointer;
}


.TriangleGallery-RightDisabled {
	width: 0;
	height: 0;
	border-left: 95px solid transparent;
	border-right: 95px solid transparent;
	float:left;
	margin-left:55px;
	border-bottom: 25px solid #FFF;
	cursor: pointer;	
}

.triangle-up {
	width: 0;
	height: 0;
	background-image: url(../media/ArrowPrevious.gif);
	background-position:bottom center;		
	width:191px;
	height:25px;
	float:left;
	margin-left:55px;

}

.triangle-up:hover {
	background-image: url(../media/ArrowPreviousHover.gif);
	cursor: pointer;
}


.triangle-upDisabled {
	width: 0;
	height: 0;
	border-left: 95px solid transparent;
	border-right: 95px solid transparent;
	float:left;
	margin-left:55px;
	border-bottom: 25px solid #FFF;
	cursor: pointer;	
}


.triangle-down {
	width: 0;
	height: 0;
	background-image: url(../media/ArrowNext.gif);
	background-position:bottom center;		
	width:191px;
	height:25px;
	float:left;
	margin-left:55px;
	margin-top:6px;
}

.triangle-down:hover {
	background-image: url(../media/ArrowNextHover.gif);
	cursor: pointer;	
}

.triangle-downDisabled {
	width: 0;
	height: 0;
	border-left: 95px solid transparent;
	border-right: 95px solid transparent;
	float:left;
	margin-left:55px;
	margin-top:6px;
	border-top: 25px solid #FFF;
	cursor: pointer;	
}

.arrow-forward {
	width: 0;
	height: 0;
	border-bottom: 100px solid red;
	border-left: 100px solid transparent;
}

.AdvantagesContainer {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #989898;
	width: 972px;
	margin-left:auto;
	margin-right:auto;
	background: #f0f0f0;
	padding:10px 11px 7px 15px;
}

.SpecHeader {
	line-height: 140%;
	font-family: Helvetica;
	color: #333333;
	font-size: 17px;
	font-weight: bold;
	border-bottom:#999 solid 2px;
	margin-bottom:5px;
	padding-bottom:2px;
	width:99.55%;
	clear:both;
}

H3 {
	font-family: Helvetica;
	color: #333333;
	font-weight: bold;
	font-size: 17px;
	margin: 0px;
	display: inline;

}

.TwoColumn {
	line-height:125%;
	font-family: Helvetica;
	color: #333333;
	font-size: 14px;
	-moz-column-count:2; /* Firefox */
	-webkit-column-count:2; /* Safari and Chrome */
	column-count:2;
	-moz-column-gap:40px; /* Firefox */
	-webkit-column-gap:40px; /* Safari and Chrome */
	column-gap:40px;
	-moz-column-rule:1px solid #e2e2e2; /* Firefox */
	-webkit-column-rule:1px solid #e2e2e2; /* Safari and Chrome */
	column-rule:1px solid #e2e2e2;
	margin-bottom:7px;
}

.TwoColumnNoFont {
	-moz-column-count:2; /* Firefox */
	-webkit-column-count:2; /* Safari and Chrome */
	column-count:2;
	-moz-column-gap:40px; /* Firefox */
	-webkit-column-gap:40px; /* Safari and Chrome */
	column-gap:40px;
	-moz-column-rule:1px solid #e2e2e2; /* Firefox */
	-webkit-column-rule:1px solid #e2e2e2; /* Safari and Chrome */
	column-rule:1px solid #e2e2e2;
	margin-bottom:7px;
}

.FPLargePicContainer  {

	width:964px;
	margin-top:0px;
	border:#FFF solid 2px;
	box-shadow: 0px 0px 6px #333;
	border-radius:4px;
	margin:6px 10px 7px 0px;
}

.FloorplanPicLG {
	border-radius:4px;
	float:left;
	width:964px;
	height:auto;
	text-align:center;
}

#FloorplanDisclaimer {
	float:left;
	padding:6px 16px 6px 16px;
	opacity:0.75;
	filter:Alpha(opacity=75);
	background-color:#C00;
	position:relative;
	font-family: Helvetica;
	font-size: 17px;
	text-align:center;
	color: #fff;
	margin-top: -30px;
	margin-left: 280px;
	border-radius:4px;
}
	
.FPSmallPicContainer {

	width:980px;
	height:auto;
	margin-top:10px;
	margin-left:-5px;

}

.FloorplanContainerSM {
	margin:0px 3px 10px 3px;
	width:153px;
	height:102px;
	position: relative;
	line-height: 13px;
	border-radius:4px;
	box-shadow: 0px 0px 6px #333;
	cursor:pointer;
	display:inline-block;
}


.FloorplanPicSM {
	border-radius:4px;
	width:151px;
	height:100px;
	border:#FFF solid 1px;
	position: relative;
	display:inline-block;
}

.FloorplanDescriptionSM {
	font-family: Helvetica;
	font-size: 12px;
	color: #00578e;
	text-align: center;
	margin-top:-36px;
	margin-left:2px;
	width:148px;
	height:27px;
	padding-top:0px;
	overflow: hidden;
	position: relative;
	line-height: 13px;
	float:left;
}

.BodyCopy {
	width:957px;
	margin:10px 0px 15px 20px;
	font-family: Helvetica;
	font-size:18px;
	color:#616161;
	position:relative;
	text-align:justify;
	line-height:30px;
	display:inline-block;
}

.BodyCopy2 {
	width:957px;
	font-family: Helvetica;
	font-size:18px;
	color:#616161;
	position:relative;
	text-align:justify;
	line-height:30px;
	display:inline-block;
}

.BodyCopySM {
	width:957px;
	margin:-13px 0px 15px 20px;
	font-family: Helvetica;
	font-size:14px;
	position:relative;
	text-align:justify;
	line-height:120%;
	display:inline-block;
	color: #333333;
}


H1 {
	font-family: Helvetica_LT_35_Thin_font;
	color:#2c6491;
	font-size:30px;
	margin-bottom:20px;
	border-bottom: #fd9c04 solid 2px;
	padding-bottom:10px;
	margin-top:7px;
}

.ImageRight {
	float:right;
	border-left:#FFF solid 5px;
	border-right:#FFF solid 5px;
	box-shadow: 0px 0px 6px #333;
	border-radius:4px;
	height:auto;
	padding-top:5px;
	margin:6px 5px 15px 30px;
	background-color:#FFF;
}


.ImageLeft {
	float:left;
	border-left:#FFF solid 5px;
	border-right:#FFF solid 5px;
	box-shadow: 0px 0px 6px #333;
	border-radius:4px;
	height:auto;
	padding-top:5px;
	margin:6px 20px 15px 2px;
	background-color:#FFF;
}


.BlueButton {
	font-family: Helvetica;
	font-size: 14px;
	color: #fff;
	position: relative;
	letter-spacing: 2px;
	text-align: center;
	width: auto;
	font-weight: bold;
	background-image: url(../media/reset_background.gif);
	background-size:contain;
	padding: 3px 8px 4px 8px;
	border-radius: 7px;
	box-shadow:0px 1px 1px #656565; 
	border: #2b6390 1pt solid;
	display:inline-block;
	margin-left:5px;
	line-height:15px;
	margin-bottom:10px;
}

.BlueButton:Hover {
	background-image: url(../media/reset_background_hover.gif);
	cursor:pointer;

}

.BlueButton A:link {color: #fff;}
.BlueButton A:visited {color: #fff;}
.BlueButton A:hover {color: #fff; text-decoration:none;}

ul.lease {
	clear:both;
	margin-top:2px;
	margin-left:-30px;	
}

.SecondaryHeader {
	line-height: 140%;
	font-family: Helvetica;
	color: #333333;
	font-size: 17px;
	font-weight: bold;
	border-bottom:#999 solid 2px;
	margin-bottom:5px;
	padding-bottom:2px;
	width:99.55%;
	clear:both;
}

.LeadershipPic {
	border:#333 solid 1px;
	display:block;
	height:172px;
	margin:4px 15px 15px 0;
	width:200px;
	float:left;
}

.RepPic {
	border:#333 solid 1px;
	display:block;
	height:172px;
	margin:5px 0px 7px 0px;
	width:200px;
	clear:both;
}

.RepContainer {
	width:304px;
	height:auto;
	float:left;
	clear:none;
	padding:5px 5px 30px 10px;	
}

.OneFifthColumn {
	width:20%;
	float:left;
	line-height:120%;
	font-size:14px;
}

.GenericForm {
	width:auto;
	display:inline-block;
	margin-bottom:15px;
	margin-right:15px;
}

.ErrorMessage  {
	font-family: Helvetica;
	color:#666;
	font-size: 22px;
	line-height:120%;
	padding:15px;
	border: 1px solid #f00;
	background-color:#ededed;
	width:400px;
	text-align: center;
	margin:auto;
	border-radius:4px;
	box-shadow:2px 2px 2px #888888;

}

.BodyTextCenter {
	align: center;
	display: block;
	padding:47px 0 47px 0;

}
