/* ----------------------------------------------------------------< UNIVERSAL >----- */

html {

	height: 100.02%;

}

body {

	font-size: 10px;
	margin: 0; padding: 0;
	background-color: #2c80b4;
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;


}

a img {

	border: none;

}

/* ----------------------------------------------------------------< / UNIVERSAL >----- */

#o_container {

	margin: 0 auto 0 auto; padding: 0;
	width: 900px;

}

#i_container {


	background-color: #FFFFFF;
	margin: 0; padding: 0;

}

#header {

	width: 900px; height: 156px;
	background-image: url(../images/bg_header.jpg);
	background-repeat: no-repeat;

}

	.logo {
	
		width: 200px; height: 156px;
		margin-left: 80px;
	}

#main_menu {

	height: 27px;
	margin: 0; padding: 0;
	background-image:url(../images/bg_mainmenu.jpg);
	background-repeat:repeat-x;
	

}

.clear {

	clear: both;

}


/* ----------------------------------------------------------------< DROP-DOWN MENUS >----- */


		#main_menu ul { /* apply to all lists within the navigation bar */
		
			padding: 0;
			margin: 0; margin-left: 95px;
			list-style: none;
		
		}
		
		#main_menu a {
		
			padding: 0;
			color: #fff;
			display: block;
			text-decoration: none;
			font-family: Arial, Helvetica, sans-serif;
			letter-spacing: 0.1em;
			
		}
		
		#main_menu a:hover {
			
			background-image:url(../images/bg_mainmenu_over.jpg);
			background-repeat: repeat-x;
		
		}
		
		#main_menu li { /* all list items */
			float: left;
			padding: 0;
			margin: 0; 
			/* width needed or else Opera goes nuts */
			font-size: 1.2em;
			
		
		}
		
		#main_menu li a {
		
			background-image:url(../images/nav_border.jpg);
			background-repeat: no-repeat;
			
			padding: 6px 30px;
		
		}
		
		#main_menu li.first {

			border-left: 1px solid #000;
		
		}
		
		#main_menu li.last  {

			background-image:url(../images/nav_border.jpg);
			background-repeat: no-repeat;
		
		}
		
		#main_menu li.last a:hover {
		
			background-image:url(../images/nav_border.jpg);
			background-repeat: no-repeat;
		
		}
		
		#main_menu li.current {
		
			background-image:url(../images/bg_mainmenu_over.jpg);
			background-repeat: repeat-x;
		
		
		}

		#main_menu li ul { /* second-level lists */
			border-right: none;
			position: absolute;
			padding: 0; margin: 0;
			width: 180px;
			left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
		}
		
		#main_menu ul ul li {
		
			border: none;
			background-image:url(../images/bg_mainmenu_nested.jpg);
			background-repeat: no-repeat;
			width: 110px;
		
		}
		
		#main_menu li ul a {
			
			padding: 5px 0px;
			margin: 0;
			color: #fff;
			letter-spacing: 0.05em;
			font-size: 0.7em;
			font-weight: bold;
			text-decoration: none;
			border-right: none;
			background-image: none;
			text-align: center;
			
			
		}
		
		#main_menu li ul ul li {
		
			border: none;
			margin-left: 0; padding-left: 0;
			
		}
		
		#main_menu li ul a:hover {
	
			background-image: none;
			
		}
			
		
		#main_menu li ul ul { /* third-and-above-level lists */
			margin: -1em 0 0 10em;
			background-color: #dcd5bf;
			width: 150px;
		}
		
		#main_menu li ul ul li {
		
			border: none;
		
		}
		
		
		#main_menu li ul ul a { /* these styles are for the grandchildren of the main_menu list items */
		
			padding: 3px 0 3px 5px;
			color: #000;
			width: 145px;
			border: none;
			text-decoration: none;
			font-size: 11px;
			text-align: center;

		
		}
		
		#main_menu li ul ul a:hover {
		
			background-color: #fff;
			width: 145px;
			border: none;
			color: #000;
		
		}
		
		#main_menu li:hover ul ul,  #main_menu li.sfhover ul ul {
			left: -999em;
		}
		
		#main_menu li:hover ul,  #main_menu li li:hover ul,  #main_menu li.sfhover ul,  #main_menu li li.sfhover ul { /* lists nested under hovered list items */
			left: auto;
		}
		
		
		
/* ----------------------------------------------------------------< / DROP-DOWN MENUS >----- */



/* ----------------------------------------------------------------< CONTENT >----- */
		
#i_container #content_wrapper {

	padding: 0; margin: 0;
	background-image: url(../images/bg_content.jpg);
	background-repeat: repeat-x;


}

#emergency {

	float: right;

}

.btn_request {

	float: right;
	margin-top: 330px; margin-right: 63px;
	padding: 0;

}
.btn_request-services {

	float: right;
	margin-top:25px;
	/*margin-top: 330px; margin-right: 63px;
	padding: 0;*/

}

.blue {

	color: #0066a4;
	font-weight: bold;

}

#cl {

	margin: 0; padding: 50px 20px 0 68px;
	width: 365px;
	float: left;
	

}

#cl a {

	text-decoration: none;
	color: #000;
	font-weight: bold;
	

}


#cr {

	
	margin: 0 25px 0 20px; padding: 50px 0 0;
	width: 345px;
	float: left;

}



.cr_bottom {

	margin: 0; padding: 0;
	margin-top: 50px;
	margin-left: 100px;

}



/* --------------------------< HOME-MODS >----- */


		#i_container.home #content_wrapper {
		
			background-image: url(../images/bg_index.jpg);
			background-repeat: no-repeat;
		
		}
		
		#i_container.home #content_wrapper .text_area {
		
			margin: 0 68px; padding: 65px 0;
			width: 365px
		
		}
		
		#i_container.owners_services #cl {
		
			background-image:url(../images/img_ownservices_1.png);
			background-position: bottom left;
			background-repeat: no-repeat;
			
			padding-bottom: 270px;
		
		}
		
		#i_container.contact #cl {
		
			width: 450px;
			padding-bottom: 20px;
		
		
		}
		
		#i_container.contact #cl #emergency h2 {
		
			margin-top: 0;
		
		}
		
		#i_container.contact #cl #emergency p {
		
			margin: 0; padding: 0;
		
		}
		
		#i_container.contact #cr {
		
			width: 250px;
		
		}

/* --------------------------< / HOME-MODS >----- */		
		

h1 {
		
			margin: 0; padding: 0; margin-bottom: 15px;
			color: #0066a4;
			font-size: 1.7em;
		
		}
		
h2 {
		
			color: #0066a4;
			font-size: 1.4em;
			line-height: 1.7em;
			margin-bottom: 0; margin-top: 20px;
			letter-spacing: 0; padding-bottom: 0;
		
		}
		
h3 {
		
			color: #0066a4;
			font-size: 1.4em;
		
		}

h4 {

	font-size: 1.4em;
	font-style: italic;
	color: #888;

}

.standardblack {

	font-size: 12px;
	margin-top: 0; padding-top: 0;
	color: #000;
	font-weight: normal;
	
}
		
p {
		
			color: #000;
			font-size: 1.2em; 
			line-height: 1.7em;
			margin: 10px 0; padding: 0;
		
		}
		
p a {
		
			color: #0066a4;
			text-decoration: none;
		
		}
		
p.indent {

	margin-left: 20px;

}

.indent {

	margin-left: 20px;

}

.push_top {

	padding-top: 10px;

}

.push_top40 {

	margin-top: 40px;
	margin-bottom: 20px;

}

.overUp {

	margin-left: 35px;
	margin-top:-22px;

}

.floatright {

	float: right;
	margin: 20px 10px 10px;
	padding-top: 30px;

}


.position {

	width: 440px;
	margin: 10px 0; padding: 0;
	margin-bottom: 40px;

}

#cl .position a {

	float: left;
	color: #0066a4;

}

.position label {

	font-size: 1.2em;
	font-weight: bold;
	float: left;
	width: 250px;

}

.info {

	font-size: 1.2em;
	font-weight: bold;
	width: 150px;
	float: left;

}

.title {

	float: left;
	width: 200px;

}

.blue_larger {

	color: #0066a4;
	font-size: 1.2em;
	letter-spacing: 0.0em;
	font-weight: bold;

}

ul.tenants {

	list-style-type: none;

}

ul.bluebullet {

	list-style-type: none;
	margin: 20px; padding: 0;
	
}

ul.bluebullet li {

	color: #000;
	font-size: 1.2em; 
	line-height: 1.7em;
	list-style-image: url(../images/gra_bullet.png);
	margin: 0; padding: 0;
	
}

.infobox {

	background-color: #e8f1f7;
	border: 1px solid #0066a4;
	padding: 20px;
	margin: 20px 10px;

}

.infobox h1 {

	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 1.6em;
	color: #0066a4;
	text-align: center;

}

.infobox p {
	
	font-weight: bold;
	font-style: italic;
	color: #000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;

}

.subheader {

	color: #666;

}


/* ----------------------------------------------------------------< FOOTER >----- */


#footer {

	clear: both;
	background-image: url(../images/bg_footer_ie.jpg);
	background-position: top;
	background-repeat: no-repeat;
	background-color: #0066a4;
	padding: 25px 0 20px;
	color: #fff;
	text-align: center;


}

/* ----------------------------------------------------------------< / FOOTER >----- */

