/* CSS Document */

/* ---------------------------------------------------- 
General
---------------------------------------------------- */ 

html 
	{ 
	height : 100%; 
	margin : 0 auto; 
	padding : 0; 
	background-color : #6D6E70;
	}

body 
	{ 
	width : 100%; 
	margin : 0 auto; 
	padding : 0;
	font-size : 12px;
	font-family : Verdana, Arial, sans-serif;
	color : #000; 
	text-align : center;
	background-color : #FFF;
	text-align : left; 
	}
	
/* ---------------------------------------------------- 
Layout
---------------------------------------------------- */ 

div#headerHomeBG {
	text-decoration : none;
	background-image : url(/img/header-bg.gif);
	background-repeat : repeat-x;
	height : 405px;
	}
	
div#headerHome {
	text-align : left;
	margin : 0px auto;
	padding : 0px;
	border :0;
	width : 760px;
	}
	
div#headerSectionsBG {
	text-decoration : none;
	background-image : url(/img/header-bg.gif);
	background-repeat : repeat-x;
	height : 157px;
	}
	
div#headerSections {
	text-align : left;
	margin : 0px auto;
	padding : 0px;
	border :0;
	width : 760px;
	}
	
div#mainContentBg
	{
	background-color : #FFF;
	background-image : url(../img/bg_bs.gif);
	background-repeat : repeat-y;
	overflow : auto;
	background-position: center top;
	}

div#mainContent
	{
	width : 760px;
	margin : 0 auto;
	padding : 0;
	}
	
.mainLeft
	{
	width : 50%;
	padding : 0;
	float: left;
	}
	
.mainRight
	{
	width : 50%;
	padding : 0;
	float: right;
	}
	
.clear
	{
	clear: both;
	}
	
div#sectionContent {
	text-align : left;
	margin : 0px auto;
	padding : 20px;
	border :0;
	width : 720px;
	}

div#mainLeft
	{
	float : left;
	width : 350px;
	padding-top : 10px;
	padding-left : 10px;
	padding-right : 20px;
	padding-bottom : 10px;
	}
	
div#mainRight
	{
	float : left;
	width : 350px;
	padding-top : 10px;
	padding-left : 20px;
	padding-right : 10px;
	padding-bottom : 10px;
	}
	
div#footerCaption
	{
	width : 760px;
	margin : 0 auto;
	padding : 0;
	text-align : center;
	}
	
div#footerBar
	{
	width : 100%;
	height : 15px;
	background-color : #FF9A00;
	clear : both;
	}
	
div#footerBg
	{
	width : 100%;
	background-color : #6D6E70;
	clear : both;
	}
	
div#footerContent
	{
	width : 760px;
	margin : 0 auto;
	padding-top : 10px;
	padding-bottom : 10px;
	text-align : center;
	color : #BFBFBF;
	font-size : 10px;
	clear : both;
	}
	
/* ---------------------------------------------------- 
Content
---------------------------------------------------- */ 

ul
	{
	list-style-type : square;
	list-style-image : url(/img/bullet.gif);
	margin-left : 10px;
	padding-left : 6px;
	}
	
li
	{
	padding-bottom : 10px;
	}
	
h1
	{
	font-size : 20px;
	color : #0094B2;
	border-top-width : 1px;
	border-right-width : 1px;
	border-bottom-width : 1px;
	border-left-width : 1px;
	border-top-style : none;
	border-right-style : none;
	border-bottom-style : dotted;
	border-left-style : none;
	border-top-color : #FF9A00;
	border-right-color : #FF9A00;
	border-bottom-color : #FF9A00;
	border-left-color : #FF9A00;
	text-indent : 8px;
	padding-bottom : 8px;
	text-transform : uppercase;
	letter-spacing : 1px;
	}
	
h5{
	font-size: 15px;
	color: #222;
	text-align: left;
	padding-left: 10px;



}

/* ---------------------------------------------------- 
Buttons
---------------------------------------------------- */ 





/* ---------------------------------------------------- 
the following is used to align the title in the site map page next to the parking analysis button
---------------------------------------------------- */

#sitemap_header1{

width: 592px;
height: 40px;
float: left;
padding-bottom : 6px;
border-bottom: 1px dotted #FF9A00;
margin-bottom: 15px;
}

#sitemap_parkingbutton{
height: 40px;
width: 128px;
float: left;
padding-bottom : 6px;
border-bottom: 1px dotted #FF9A00;
margin-bottom: 15px;
}

#sitemap_header1 h1{

border: none;
padding: 0;
margin:0;
}



/* ---------------------------------------------------- 
Typeography
---------------------------------------------------- */ 
.altColor
	{
	font-size: 115%;
	color: #6D6E70;
	}
table
	{
	border: 1px solid #444;	
	}
	
table p{
text-align: left;
padding-left: 10px;


}

table ul
	{
	list-style-type : square;
	list-style-image : url(/img/bullet.gif);
	margin-left : 20px;
	padding-left : 4px;
	}
	
table li
	{
	padding-bottom : 0px;
	}
.titleTr
	{
	background-color: #0094B2;
	padding: 3px;
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
	}

.rowavailable	{
	padding: 3px;
	font-size: 14px;
	text-align: center;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #6D6E70;
	}
	
.row	{
	padding: 3px;
	font-size: 14px;
	text-align: center;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #6D6E70;
	background-color: #EFEFEF;
	}
	
.rowOver	{
	padding: 3px;
	font-size: 14px;
	text-align: center;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #6D6E70;
	background-image: url(../img/tableRowBG.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	cursor: hand;
	}
	
.rowLeased	{
	padding: 3px;
	font-size: 14px;
	text-align: center;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #6D6E70;
	background-color: #EBEBEB;
	}

.text10
	{
	font-size: 10px;
	}

/* ---------------------------------------------------- 
Links
---------------------------------------------------- */ 
a:link
	{
	color: #0094B2;
	text-decoration: none;
	}
	
a:hover
	{
	color: #0094B2;
	text-decoration: underline;
	}
	
a:visited
	{
	color: #0094B2;
	text-decoration: none;
	}
	
a:active
	{
	color: #0094B2;
	}


div#footerContent a:link 
	{
	color : #BFBFBF;
	background-color : transparent;
	text-decoration : none;
	}

div#footerContent a:visited
	{
	color : #BFBFBF;
	background-color : transparent;
	text-decoration : none;
	}

div#footerContent a:hover
	{
	color : #BFBFBF;
	background-color : transparent;
	text-decoration : underline;
	}
	
div#none
	{
	background: url(/img/buildingtall.jpg) no-repeat left bottom ;
	width: 360px;
	height: 326px;
	}
	
.floorplan
	{
	padding-top:15px;
	font-size:11px;
	font-weight: bold;
	color:#FF9A00;
	}
	
.amenitiesHeading
	{
	padding-bottom:10px;
	font-size:11px;
	font-weight: bold;
	color:#FF9A00;
	}
	
.createdbyqs a:link
	{
	color: #818283;
	}
		

	
