/* CSS Document */

/* ---------------------------------------------------- 
Standard Formatting
---------------------------------------------------- */ 

html 
	{ 
	margin : 0 auto; 
	padding : 0;
	background-color : #FFF;
	width : auto;
	}

body 
	{
	margin : 0 auto;
	padding : 0;
	width : auto;
	font-size : 12pt;
	font-family : "Times New Roman", Times, serif;
	color : #000;
	line-height : 18px;
	}

a:link
	{
	color: #403A25;
	text-decoration: none;
	}

a:visited
	{
	color: #403A25;
	text-decoration: none;
	}
	
a:hover
	{
	color: #77AD9F;
	text-decoration: none;
	}
	
a:active
	{
	color: #403A25;
	text-decoration: none;
	}

h1
	{
	font-size: 16px;
	margin:0;
	width: auto;
	}
	
h2 {
	margin:0;
	width: auto;
	font-size: 16px;
	}
	
h1 span
	{
	font-size: 16px;
	}
	
h2 span
	{
	font-size: 16px;
	}

	
/* ---------------------------------------------------- 
Layout Formatting
---------------------------------------------------- */ 

div#wrapper 
	{
	margin: 0px auto;
	padding : 0px;
	width : auto;
	}

div#mainContent
	{
	margin-top: 40px;
	width : auto;
	}

div#mainLeft
	{
	float : left;
	width : 187px;
	}
	
div#subContent
	{
	width: 137px;
	}
		

div#mainRight 
	{
	float : right;
	width : auto;
	clear: left;
	}
	
div#mainFull
	{
	float : right;
	width : auto;
	}
	
div#flashHeader
	{
	display: none;
	}
	
div#mainHeader
	{
	width : auto;
	}
	
div#mainHeaderFull
	{
	width : auto;
	}
	
div#mainHeader h1
	{
	font-size: 12px;
	}
	
div#content
	{
	width : auto;
	}
	
div#contentFull
	{
	width : auto;
	}

div#contactRight 
	{
	display: none;
	}
	
div#contactLeft
	{
	width: 100%;
	float : left;
	}
	
#buttons
	{
	display: none;
	}
	
.dontprint
	{
	display:none;
	}
	
div#details
	{
	width : auto;
	}
	
div#details table
	{
	margin-bottom: 5px;
	}
	
.topBorder
	{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #757264;
	margin-top: 3px;
	}

.bottomBorder
	{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #757264;
	margin-bottom: 3px;
	}
	
div#details p
	{
	margin: 0px;
	}

div#detailsContent
	{
	width: 258px;
	float: left;
	margin-right: 14px;
	}
	
div#detailsContentLinks
	{
	display: none;
	}
	
div#detailsContentLinks a
	{
	font-weight: bold;
	font-size: 12px;
	}
	
.detailsContentDescription
	{
	width : auto;
	margin-bottom: 20px;
	}

div#detailsPhoto
	{
	width: 200px;
	float: right;
	margin-bottom: 15px;
	border: 1px solid #757264;
	}
	
div#mainFooter p
	{
	color: #000;
	font-size: 10px;
	padding-top: 5px;
	}

div#mainFooter p a
	{
	color: #000;
	}
	
div.row {
	clear: both;
	padding-top: 5px;
}

div.row span.label {
	float: left;
	width: 175px;
	text-align: right;
}

div.row span.formw {
	float: right;
	width: 275px;
	text-align: left;
}

div.row span.labelAdmin {
	float: left;
	width: 100px;
	text-align: left;
}

div.row span.formAdmin {
	float: right;
	width: 550px;
	text-align: left;
}

div.drawings
	{
	text-align: left;
	float: left;
	height: 100%;
	width: 100%;
	} 
	
.textbox 
	{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	width: 230px;
	background: url(/img/input.gif) repeat-x center center;
	border: 1px solid #999589;
	cursor: pointer;
	cursor: hand;
	padding: 2px 4px 2px 4px;
	}
	
.textboxlarge
	{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	width: 270px;
	background: url(/img/input.gif) repeat-x center center;
	border: 1px solid #999589;
	cursor: pointer;
	cursor: hand;
	padding: 2px 4px 2px 4px;
	}
	
.textboxsmall
	{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	width: 150px;
	background: url(/img/input.gif) repeat-x center center;
	border: 1px solid #999589;
	cursor: pointer;
	cursor: hand;
	padding: 2px 4px 2px 4px;
	}
	
.dropdownbox
	{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #999589;
	cursor: pointer;
	cursor: hand;
	padding: 2px 4px 2px 4px;
	}
	
.textfield
	{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	width: 230px;
	background-color: #F9FBFE;
	border: 1px solid #999589;
	cursor: pointer;
	cursor: hand;
	padding: 2px 4px 2px 4px;
	}

.clear
	{
	clear: both;
	}
	
.darkRow {
	background-color: #B6D3CE;
	cursor: hand;
}

.altRow {
	background-color: #B5B2A9;
}

.imageBorder {
	border: solid;
	border-color: #757264;
	border-width: thin;
}

.tableBorder {
	border: solid;
	border-color: #757264;
	border-width: 1px;
}

div#fullTable td{
	border: solid;
	border-color: #757264;
	border-width: 1px;
}

.text10 {
	font-size: 10px;
}

div#print a span
	{
	display: none;
	}

div#print
	{
	width: 50px;
	height: 25px;
	margin: 10px;
	}
	
#printbtn
	{ 
	width: 50px;
	height: 25px;
	background: url(/img/print.gif) no-repeat;
	display: block;
	} 
	
/* ---------------------------------------------------- 
Page Headings
---------------------------------------------------- */ 

.headingHome
	{
	background: url(/img/mainTop-home.gif) no-repeat;
	}

.headingLocations
	{
	background: url(/img/mainTop-locations.gif) no-repeat;
	}

.headingAvailabilities
	{
	background: url(/img/mainTop-availabilities.gif) no-repeat;
	}
	
.headingSiteplans
	{
	background: url(/img/mainTop-siteplans.gif) no-repeat;
	}
	
.headingGallery
	{
	background: url(/img/mainTop-gallery.gif) no-repeat;
	}
		
.headingContact
	{
	background: url(/img/mainTop-contact.gif) no-repeat;
	}
	
.headingTenantDocs
	{
	background: url(/img/mainTop-tenantdocs.gif) no-repeat;
	}
	
.headingAdminLogin
	{
	background: url(/img/mainTop-adminlogin.gif) no-repeat;
	}
	
.headingAdmin
	{
	background: url(/img/mainTop-admin.gif) no-repeat;
	}
	
.headingAdminAddSuite
	{
	background: url(/img/mainTop-adminAddSuite.gif) no-repeat;
	}
	
.headingAdminModifySuite
	{
	background: url(/img/mainTop-adminModifySuite.gif) no-repeat;
	}