#main-content {
	min-height: 800px;
}

#main-content .boilerplate {
    border-top: 0px;
	padding-top: 20px;
}

#main-content .boilerplate a.edit {
	top: 35px;	
}

/* MAIN HEADER 
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
 
#main-content h1 {
	position: absolute;
	top: 290px;
	right: 43px;
	color: #FFF;
	font-family: AvenirHeavy;
	font-weight: normal;
	font-size: 18px;
	min-width: 300px;
	padding: 6px 16px 2px 16px;
	letter-spacing: 0px;
	background-image: url('/images/design/black-bg.png');
	float: right;
	z-index: 10;
}

#main-content h1 span.floor {
	position: relative;
	top: 0px;
	font-size: 14px;
	color: #6c6c6c;
	letter-spacing: 1px;
}

/* LOCATION 
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

#main-content #location {
	position: absolute;
	background-color: #DDD;
	padding: 0px;
	top: 322px;
	right: 32px;
	font-size: 14px;
	color: #777;
	min-width: 325px;
	font-family: AvenirHeavy;
	z-index: 10;
}

#main-content #location div {
	float: left;
}

#main-content #location .zip {
	padding: 5px 10px 2px 10px;
	margin-right: 0px;
	background-color: #FFF;
}

#main-content #location .submarket {
	padding-left: 0px;
	text-transform: uppercase;
}

#main-content #location .submarket span {
	display: none;
}

#main-content #location .submarket a {
	display: block;
	height: 15px;
	padding: 5px 10px 2px 10px;
	color: #777;
	font-size: 14px;
	font-family: AvenirHeavy;
	text-decoration: none;
	background-color: #DDD;
}

#main-content #location .submarket a:hover {
	background-color: #ff9900;
	color: #FFF;
}

#main-content #location .intersection {
	display: none;
}	

#main-content a.edit {
    position: absolute;
 	display: block;
    top: 0px;
	right: 30px;
}

#main-content a.edit.sizes {
	top: 5px;
	right: -22px;  
    background-image: url('/images/design/edit-button-left.png');
}

/* SLIDESHOW 
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.slider-wrapper {
	width: 608px;
	height: 328px;
	border: 10px solid #FFF;
	margin-left: -10px;
    margin-top: -15px;
	background-color: #BBB;
	box-shadow: 		1px 1px 4px 0px #BBB;
	-moz-box-shadow: 	1px 1px 4px 0px #BBB;
	-webkit-box-shadow: 1px 1px 4px 0px #BBB;
	z-index: 1;
    overflow: hidden;
}

.slider-wrapper #slider {
	width: 608px;
	height: 328px;
	overflow: hidden;
	box-shadow: 		none;
	-moz-box-shadow: 	none;
	-webkit-box-shadow: none;
	z-index: 1;
}
		
/* LEFT CONTENT 
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
 
#main-content #left {
	float: left;
	width: 400px;
	margin-top: 0px;
    padding-top: 0px;
	font-size: 14px;
}

#main-content #left p {
	margin: 0px;    
    margin-bottom: 10px;
}

#main-content #left p:first-child {
	margin-top: 25px;
}

#main-content table {
 	border-collapse: collapse;
}

#main-content #left table {
	margin-top: 20px;
}

#main-content #left td {
	padding: 2px 0px;
}

#main-content #left td:first-child {
	display: block;
	width: 180px;
	font-size: 12px;
	font-family: AvenirHeavy;
	font-weight: normal;
	color: #666;
}

#main-content #left tr.floor-plans b {
	padding: 8px 0px 8px 45px;
	width: 148px;
	margin-left: -18px;
	background-image: url('/images/design/floor-plan-icon.png');
  	background-position: 0px 0px;
  	background-repeat: no-repeat;
}

#main-content #left tr.floor-plans a {
	display: block;
	background-color: #ff9900;
	color: #FFF;
	text-decoration: none;
	padding: 3px 10px 1px 10px;
	margin-top: -1px;
	margin-left: -10px;
	border-radius: 2px;
	background-image: url('/images/design/download-arrow.png');
  	background-position: 150px 4px;
  	background-repeat: no-repeat;
  	-moz-box-shadow:    1px 1px 1px 0px rgba(0,0,0,0.3);
 	-webkit-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.3);
  	box-shadow:         1px 1px 2px 0px rgba(0,0,0,0.3);
}

#main-content #left tr.floor-plans a:hover {
	background-color: #7f7f7f;
}

/* RIGHT CONTENT 
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
 
#main-content #right {
    position: relative;
	width: 165px;
	min-height: 195px;
	float: right;
	margin-top: 17px;
	margin-right: -10px;
	padding: 10px;
	background-color: #f3e9d9;
	font-size: 13px;
}

#main-content #right table {
	margin-left: -4px;    
}
    
#main-content #right th {
	text-align: left;
	font-weight: normal;
	font-family: AvenirHeavy;
	color: #555;
    padding: 1px 4px 0px 4px;
}

#main-content #right th.size {
	width: 50%;
}

#main-content #right tr td {
	padding: 2px 4px 0px 4px;
}

#main-content #right tr.selected td {
	background-color: #f4cf98;
}

#main-content #right td a.request-rent {
	color: #ff9900;
    text-decoration: none;
}

#main-content #right td a.request-rent:hover {
	color: #000;
}

#main-content #right p {
	margin-top: 8px;
	margin-bottom: 0px;
	line-height: 14px;
    text-align: left;
}

#main-content #right p strong {
	font-size: 12px;
	font-family: AvenirHeavy;
	font-weight: normal;
	color: #555;
    text-transform: uppercase;
}

#main-content #right p b {
	font-size: 12px;
	font-family: AvenirHeavy;
	font-weight: normal;
	color: #666;
}

/* BUTTON */

#main-content #right a.button {
	display: block;
	width: 165px;
	margin: 10px -15px;
	padding: 9px 15px 7px 15px;
	color: #FFF;
	text-decoration: none;
	font-family: AvenirHeavy;
	font-size: 15px;
	letter-spacing: 1px;
	border-radius: 3px;
	-moz-box-shadow:    1px 1px 1px 0px rgba(0,0,0,0.3);
 	-webkit-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.3);
  	box-shadow:         1px 1px 2px 0px rgba(0,0,0,0.3 );
  	background-color: #8eb34a;
  	background-image: url('/images/design/button-arrow.png');
  	background-position: 165px center ;
  	background-repeat: no-repeat;
}

#main-content #right a.button:hover {
	background-color: #7e7e7e;
}

/* CONTACT */

#main-content #right p.contact {
	line-height: 18px;
}

#main-content #right p.contact b {
	font-size: 13px;
	color: #555;
}

#main-content #right p.contact a {
	color: #555;
	text-decoration: none;
}

#main-content #right p.contact a:hover {
	color: #ff9900;
}

/* PREV/NEXT 
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
 
 #main-content #pagination {
 	margin-right: -10px;
 	margin-left: -10px;
 }
 
 #main-content #pagination a {
 	padding-right: 10px;
 	padding-left: 10px;
 }
 
 /* TOP PREV/NEXT
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

#main-content #top-pagination {
	position: relative;
	float: right;
	margin-top: -1px;
	margin-right: -15px;
}

body.edit-mode #main-content #top-pagination {
	  margin-right: 15px;  
}

#main-content #top-pagination span {
	display: block;
	float: left;
	color: #BBB;
}

#main-content #top-pagination.count-1 span {
	display: none;    
}

#main-content #top-pagination a {
	display: block;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 11px;
	letter-spacing: 1px;
	color: #c2c2c2;
	margin-left: 5px;
	margin-right: 5px;
	font-family: AvenirHeavy;
	white-space: nowrap;
}

#main-content #top-pagination a b {
	display: block;
	float: left;
	padding-left: 2px;
	padding-right: 2px;
	font-family: AvenirHeavy;
	font-weight: normal;
}

#main-content #top-pagination a:hover {
	color: #ff9900;
}

#main-content #top-pagination.count-1 a span,
#main-content #top-pagination.count-2 a span {
	display: inline;
}

#main-content #top-pagination a span {
	display: inline;
	font-size: 19px;
	margin-top: -1px;
	padding-left: 0px;
	color: #c2c2c2;
	font-family: AvenirRoman;
}

#main-content #top-pagination a:hover span {
	color: #ff9900;
}

#main-content #top-pagination a.prev {
	float: left;
}

#main-content #top-pagination a.next {
	float: right;
}