@media screen {
	
	a img {
	border: none;
}

a.eternal {
	color: #000;
	background-color: inherit;
	text-decoration: none;
	cursor: text;
}

body {
	background-color: #FFD170;
	color: #fff;
	font-family: Tahoma, arial, helvetica, verdana, sans-serif;
	margin: 0;
	padding: 0;
}

caption#aboutthebuilding {
	color: #3165CE;
	background-color: inherit;
	margin-top:1em;
}

caption#abouttheterms {
	color: #CE3000;
	background-color: inherit;
}

caption#abouttheunit {
	color: #9C0063;
	background-color: inherit;
}

form br {
	clear: left;
}

form label.completed {
	background-image: url(complete.gif);
	background-repeat: no-repeat;
	background-position: 3px 0px;
}

form label.problem, form legend.problem {
	background-image: url(caution.gif);
	background-repeat: no-repeat;
	background-position: 3px 0px;
}

form label.required {
	background-image: none; /* url(required.gif)*/
	background-repeat: no-repeat;
	background-position: 3px 0px;
}

form.across label {
	float: none;
	text-align: left;
	width: auto;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, verdana, arial, helvetica, sans-serif;
	color: #000;
}
p.center {
	text-align:center;
}
#propaddressblock {
	margin:0;
	text-align:center;
}
#propaddressblock h3 {
	margin-bottom:0;
}
#propaddressblock address {
	font-style: normal;
	font-family: Georgia, verdana, arial, helvetica, sans-serif;
	font-size:110%;
	font-weight: bold;
	margin-bottom:1em;
}
h3, .aboutunit, .centerthis, p.submit, #pagenav, h4 {
	text-align: center;
}
#backoffice h3 {
	text-align: left;
}
h4 {
	/*float: none;*/
	margin: 0;
}

html>body #navcontainer li a {
	width: auto;
}

input#remlen, ul.across {
	margin: 0;
	padding:0;
}

input, select, textarea {
	margin: .25em 0 0 0;
	background-color: #FFF6DF;
	color: #000;
}

input.submit {
	background-color: #BDDCA7; /*color: #fff;*/
	color: #000;
	border-bottom: 2px groove #6B8E23;
	border-right: 2px ridge #000;
	border-top: 2px groove #F0FFF0;
	border-left: 2px ridge #228B22;
}

/*input.submit {
	border-bottom: 2px groove #90bade;
	border-right: 2px ridge #000;
	border-top: 2px groove #d7e3f6;
	border-left: 2px ridge #508fc4;
	background-color: #cad8f3;
	color: #000;
}*/
input.submit:hover, input.submit:focus, #navcontainer li a:hover {
	background-color: #80B957;
	color: #fff;
}

input:focus, select:focus, textarea:focus {
	background-color: #fff;
	color: #000;
}

label {
	display: block;
	width: 7em;
	text-align: right;
	float: left;
	margin: .25em 1em 0 0;
}
table#theunit {margin-top:1em; clear:left;padding-top:1em;}
table {
	margin: 1em 0 1em 0;
	float: none;
	clear: left;
	empty-cells: show;
}

table.aboutunits {
	width: 99%;
}

table.aboutunits caption {
	font-weight: bold;
	text-align: left;
	font-size: 130%;
}

table.aboutunits td {
	width: 25%;
}

td, th {
	vertical-align: top;
	padding: 0 .25em 0 .25em;
}

ul.across li {
	list-style-type: none;
	display: inline;
	padding: 0 .5em 0 .5em;
	border-right: 1px solid #c0c0c0;
}

.aboutunit, #shortdesc {
	color: #330066/*#CC0000*/;
	background-color: inherit;
	font-weight: bold;
}

.column {
	float: left;
	width: 48%;
}

.google {
	font-size: 80%;
	font-family: arial, helvetica;
	padding-left: 1em;
}

/*.external {
	background-image: url(link-external.png);
	background-position: top right;
	padding-right: 11px;
	background-repeat: no-repeat;
}*/
.message, #message {
	text-align: center;
	color: #FF0000;
	background-color: inherit;
}

.img-shadow {
	float: left;
	background: url(shadowAlpha.png) no-repeat bottom right !important;
	background: url(shadow.gif) no-repeat bottom right;
	margin: 10px 0 1em 10px !important;
	margin: 10px 0 0 5px;
}
.img-shadow-right {
	float: right;
	background: url(shadowAlpha.png) no-repeat bottom left !important;
	background: url(shadow.gif) no-repeat bottom left;
	margin: 10px 0 0 20px !important;
	margin: 10px 0 0 15px; /* increase last number +10 to add left margin */
}
.img-shadow object, .img-shadow img {
	display: block;
	position: relative;
	background-color: #ffffff;
	border: 1px solid #a9a9a9;
	margin: -6px 6px 6px -6px;
	padding: 4px;
}
.img-shadow-right img {
	display: block;
position: relative;
background-color: #fff;
border: 1px solid #a9a9a9;
margin: -6px 6px 6px -6px;
padding: 4px;
}
.photo {
	display: block;
	margin: 0 1em 2em 0;
	float: left;
	line-height:1ex;
}

.photo img {
	display: block;
	border: 1px solid #c0c0c0;
	margin:0;
	
}

.required {
	font-weight: bold;
	color: #FF0000;
}

.skipnav, #container #header h1 {
	position: absolute;
	left: -999em;
}

.something {
	background-color: #BDDCA7; /*background-color: #DCC5A7;*/
}

.special, #amenity h4 {
	color: #5511CC;
	background-color: inherit;
}

.thumbnail{
	position: relative;
	z-index: 0;
}

.thumbnail span{
	position: absolute; /*CSS for enlarged image*/
	background-color: #FFFFE0;
	padding: 5px;
	left: -1000px;
	border: 1px solid #c0c0c0;
	visibility: hidden;
	color: black;
	text-decoration: none;
}

.thumbnail span img{
	border-width: 0; /*CSS for enlarged image*/
	padding: 2px;
}

.thumbnail:hover{
	background-color: transparent;
	z-index: 50;
}

.thumbnail:hover span{
	position: absolute; /*CSS for enlarged image on hover*/
	visibility: visible;
	top: 0;
	left: 60px; /*position where enlarged image should offset horizontally */
}
.kbsize {
	font-size:85%;
}
.vacancy {
	color: #FF0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	background-color: inherit;
}
#accuweather {
	width: 120px; 
	height: 60px; 
	background-image: url( http://vortex.accuweather.com/adcbin/netweather_v2/backgrounds/clouds_120x60_bg.jpg ); 
	background-repeat: no-repeat; 
	background-color: transparent;
	margin:1em auto;
}
#amenities {
	list-style-position: inside;
	list-style-type: disc;
	margin: 0;
	padding: 0;
}

#amenities li {
}

#amenity {
	margin: 1em 0 2em 0;
}

#amenity h4 {
	text-align: left;
	font-size: 130%;
	font-family: Tahoma, arial, helvetica, verdana, sans-serif;
	margin: 0 0 .5em 0;
}

#amenity ul {
	margin-bottom: 1em;
}

#bomenu {
	list-style-type: none;
	margin: 0 0 0 1em;
}

#bomenu li {
	display: inline;
	padding: 0 1em 0 1em;
	border-right: 1px solid #c0c0c0;
}

#container {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	color: #fff;
}

#container #header {
	background-image: url(header.jpg);
	width: 100%;
	height: 131px;
	background-color: #FFD170;
	background-repeat: repeat;
	background-position: 0px;
}

#content {
	padding: 1em 1em 0 1em;
}

#content, #contentindex {
	background-color: #fff;
	color: #000;
	margin: 0%;
	/*_margin: 0 0 0 0%;*/
	width: 75%;
	/*_width: 75%;*/
	font-size: 80%;
	float:left;
}
#content a.ext { 
background-image: url("icon_external.png");
background-repeat: no-repeat;
background-position: 100% 50%;
padding-right: 20px;
}
#contentindex {
	padding: 0;
}
#contentindex h4 {
	text-align:center;
}
#facebookplugin {
	font-family: "lucida grande",tahoma,verdana,arial,sans-serif; 
	font-size: 11px; 
	font-variant: normal; 
	font-style: normal; 
	font-weight: normal; 
	color: #3B5998; 
	text-decoration: none;
}
#footer {
	clear: both;
	background-position: right;
	/*height: 150px;*/
	background-color: #fff;
	color: #000; /*padding-left:110px;*/
	text-align: center;
	margin: 3em 0 1.5em 0;
	border: 1px solid #fff;
	font-size: 80%;
}

#footer a.copyright {
	text-decoration: none;
	color: #000;
	background-color: transparent;
	cursor: help;
}
#footer p {
	margin:.5em;
}
#footer #legalese
{
	font-size:80%;
}
#footlist {
	margin-bottom:0;
}
#footlist2 {
	margin-top:0;
}
#footlist li, #footlist2 li, .across li  {
	display: inline;
	list-style-type: none;
	padding-right: .5em;
}
#gototop {
	clear: left;
	text-align: center;
}

#mainimage {
	float: left;
	margin: 0 1em 1em 0;
}
#map_canvas {
	width:400px;
	height:400px;
	margin:auto;
}
#nav {
	width: 15%;
	float: left;
	border:10px solid blue;
	height:800px;
}

#navcontainer {
	width: 12em;
	float: left;
	border-right: 1px solid #000;
	padding: 150px 0 1em 0;
	margin-bottom: 2em;
	font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif; /*background-color: #90bade;*/
	background-color: #F7A967; /*color: #333;*/
	color: #000;
	font-size: 80%;
	background-image: url(logo.gif);
	background-repeat: no-repeat;
	background-position: center 1em;
}

#navcontainer h2 {
	text-align: center;
	font-size: 120%;
	padding: .5em 0 .5em 0;
	margin: 0 .25em 0 .25em; /*margin: .5em 0 .5em 0;*/
	height: 1.5em; /*color:#fff;*/
}

#navcontainer li {
	border-bottom: 2px groove #6B8E23;
	border-right: 2px ridge #000;
	border-top: 2px groove #F0FFF0;
	border-left: 2px ridge #228B22;
	margin: 0 auto 2px auto;
	width: 95%;
	font-weight: bold;
}

#navcontainer li a {
	display: block;
	padding: 5px 5px 5px 0.5em; /*background-color: #2175bc;*/
	background-color: #19A893; /*#BDDCA7;*/
	color: #fff; /*color: #fff;*/
	text-decoration: none;
	width: 100%;
}

#navcontainer li a.thispage {
	background-color: #187D6F; /*background-color: #cad8f3;
	color: #000;*/
	color: #fff;
	border-left: 1px ridge #167064;
	border-bottom: 1px groove #13584E;
}

#navcontainer ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
#nearbybusiness {
	clear:left;
	margin-top:1em;
}
#nearbybusiness dt {
	font-weight: bold;
}
#nearbybusiness dd {
	text-indent: 0;
	margin-left:0;
}
#NetweatherContainer {
	height: 48px;
}
#phonehome {
	text-align:center;
	margin:.5em 0 0 0;
}
#photos {
	float: none;
	margin: 1em 0 1em 0;
	padding: 1em 0 1em .5em;
	color: #000;
}
#plugins_nav {
	text-align:center;
	margin:1em auto;
	}
#plugins_nav a {
	color:#000;
	text-decoration: underline;
}
#rebate {
	color: #ff0000;
	background-color: inherit;
	font-size:120%;
	font-weight:bold;
	margin:1em auto 1em auto;
	text-align:center;
}
#testimonial {
	font-family: "Times New Roman", Times, serif;
	font-size:110%;
	font-style: italic;
}
#testimonial fieldset {
	border:1px solid teal;
	background-color: #fff9ea;
	margin-bottom:1em;
}
#testimonial fieldset legend {
	font-size:130%;
	padding:0 .5em 0 .5em;
	font-weight:bold;
}
#testimonial blockquote {
	background-image: url(quotest.png);
	background-position: top left;
	background-repeat: no-repeat;
	padding-left:27px;
	margin:0;

}
#testimonial blockquote p.quotes {
	background-image: url(quotert.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	display: inline;
	padding-right:27px;
	margin-bottom:1em;
}
#testimonial blockquote p.cite {
	margin-top:.75em;
}
.isrbs {
	font-weight:bold;
	color: #008080;
}
.isnotrbs {
	font-weight:bold;
	color: #FFA500;
}
}

@media print {
	
	h1 {
		font-size:12pt;
	}
	#navcontainer {
		display:none;
	}
	#content {
		width:100%;
		font-size:10pt;
	}
	span img {
		display:none;
	}
	.skipnav {
		display:none;
	}
	#pagenav {
		display:none;
	}
	div.photos {
		width:5in;
	}
	div.photo {
		float:left; margin-right:5pt;
		text-align:center;
		border:1px solid #c9c9c9;
	}
	#gototop {
		display:none;
	}
	#footer {
		display:none;
	}
	#phonehome {
	clear:left;
	text-align:center;
	margin:2em 0 0 0;
}

}