/* main html */

html { overflow: -moz-scrollbars-vertical; 

		}


body   {
   
	/*position:relative;*/
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin-top: 5px;
	margin-left:auto;
	margin-right:auto;
	padding:-0px;
	width:99%;
	}



h1 {
	font-size: 115%;
	font-weight: bolder;
	color: #395973;
	display: inline;
	/*border: 1px dotted red;*/
}

h2 {

	font-size: 90%;
	font-weight: bolder;
	color: #395973;
	display: inline;
	/*border: 1px dotted red;*/
		
}


h3 {
	
	font-size: 80%;
	font-weight: bolder;
	font-style: italic;
	color: black;
}

h4 {
	
	font-size: 80%;
	font-weight: bolder;
   font-style: normal;
	color: black;
}

a:link {

	text-decoration: none;
	color: #004672;
}

a:visited {

	text-decoration: none;
	color:#004672; 
}

a:hover {
	
	text-decoration: underline;
	color: #390DD9;
}


/*Print Banner*/

#printBanner {
	
	visibility: hidden;
	position:absolute;
}


/*banner fonts and styles*/


#banner .masthead {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	font-weight: bolder;
	color: White;
}

#banner .subhead {

	font-family: Arial, Helvetica, sans-serif;
	font-size: .45em;
	font-weight: normal;
	color: White;
}

#banner .subhead2 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: .55em;
	font-weight: bolder;
	color: White;
}

#banner  .masthead a:link {
	
	text-decoration: none;
	color: white;
}

#banner  .masthead a:hover {
	
	text-decoration: none;
	color: white;
}

#banner .masthead a:visited {
	
	text-decoration: none;
	color: white;
}

#banner  .subhead a:link {
	
	text-decoration: none;
	color: white;
}

#banner  .subhead a:hover {
	
	text-decoration: none;
	color: white;
}

#banner .subhead a:visited {
	
	text-decoration: none;
	color: white;
}



/*******  FLOOR PLAN CSS ********/

.FloorPlanTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bolder;
	color: #395973;
	background-color: #efefef;
	padding: 3px;
	text-align: center;
}

.FloorPlanText {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bolder;
	color: #395973;
	padding: 3px;
	text-align: left;
}

