/* CSS Document */

* {
	vertical-align: baseline;
	font-weight: inherit;
	font-family: inherit;
	font-style: inherit;
	font-size: 100%;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
	}
	
body {
	background-color:#1a4152;
	font-family:Arial, Helvetica, sans-serif;
	}
	
ul,li,ol {
	margin-left: 20px;
	}
	
h1 {
	font-size:16px;
	font-weight:bold;
	}
h2{
	font-size:12px;
	}

a {
	border-style:none;
	text-decoration:none;
	display:inline-block;
	}
	
.important {
	color:red;
	display:inline;
}

a:hover{
	color: red;
	}

label{
	display:block;
	float:left;
	text-align:right;
	margin-right: 0.5em;
	width:10em;
	}
	
input {
	background-color:#CEFDFF;
	border: 1px outset grey;
	margin: 6px;
	}
	
.submit input {
	background-color:#FFFFFF;
	margin-left: 4.5em;
	float: right;
	}

textarea {
	border:1px outset grey;
	margin:6px;
	background-color:#CEFDFF;
	width:180px;
}

#radio {
	bottom:20px;
	left:170px;
	position:relative;
	width:250px;
	height:80px;
	}
	
select {
	border: 1px solid black;
	margin: 6px;
	}
	
fieldset {
	border: 1px solid black;
	width: 30em;
	margin-top:20px;
	}
	
legend
	{
	color:#FFFFFF;
	background:#1a4152;
	border: 1px solid black;
	padding: 2px 6px;
	margin-left:20px;
	}

#page {
	width:900px;
	margin:auto;
	background-color:white;
	border-width:thin;
	border-style:solid;
	border-color:white;
	}

#header {
	text-align: center;
	height: 215px;
	width: 900px;
	margin: auto;
	}
	
#header_div {
	margin:auto;
	height: 50px;
	width: 900px;
	background-image:url("images/header_div.jpg");
	background-repeat:repeat-x;
	}
	
#nav_bar {
	position:absolute;
	height: 100px;
	width: 125px;
	}
	
#banner {
	width:720;
	height:300;
	position:relative;
	left:180px;
	}
	
#border {
	position:relative;
	background-image:url("images/border.jpg");
	background-repeat:repeat-x;
	height:600px;
	width:auto;
	}
#map {
	position:relative;
	left:200px;
	background-color:white;
	width:400px;
	}
#googlemap {
	position:relative;
	background-color:white;
	width:400px;
	height:400px;
	}
	
#content {
	margin:auto;
	width: 900px;
	background-color:white;
	}
	
#buttons {
	margin-top: 20px;
	margin-bottom: 20px;
	position:relative;
	left:175px;
	width: 400px;
	}

#text {
	background-color:#FFFFFF;
	margin-top:10px;
	margin-bottom:10px;
	width: 700px;
	left: 200px;
	position:relative;
	}
	
#sitemap {
	display:inline;
	position:relative;
	left:390px;
	word-spacing:5px;
}

.links {
	color:grey;
	text-decoration:underline;
	font-size:10px;
}

#certs {
	margin-top: 20px;
	margin-bottom: 10px;
	position:relative;
	left: 375px;
	}
	
#home {
  display: block;
  width: 125px;
  height: 60px;
  background: url("images/nav_bar_rollover/home.jpg") no-repeat 0 0;
}

#home:hover
{ 
  background-position: 0 -60px;
}

#home span
{
  display: none;
}

#tenants {
  display: block;
  width: 125px;
  height: 60px;
  background: url("images/nav_bar_rollover/tenants.jpg") no-repeat 0 0;
}

#tenants:hover
{ 
  background-position: 0 -60px;
}

#tenants span
{
  display: none;
}

#owners {
  display: block;
  width: 125px;
  height: 60px;
  background: url("images/nav_bar_rollover/owners.jpg") no-repeat 0 0;
}

#owners:hover
{ 
  background-position: 0 -60px;
}

#owners span
{
  display: none;
}

#properties {
  display: block;
  width: 125px;
  height: 60px;
  background: url("images/nav_bar_rollover/properties.jpg") no-repeat 0 0;
}

#properties:hover
{ 
  background-position: 0 -60px;
}

#properties span
{
  display: none;
}

#contact {
  display: block;
  width: 125px;
  height: 60px;
  background: url("images/nav_bar_rollover/contact.jpg") no-repeat 0 0;
}

#contact:hover
{ 
  background-position: 0 -60px;
}

#contact span
{
  display: none;
}

.quote_button a{
	background: url('images/freequote.png') no-repeat top left;
	text-indent:-9999px;
	height:50px;
	width:115px;
	margin-bottom:10px;
	border-radius:10px;
	-moz-border-radius:10px;
	}
	
.quote_button a:hover{
	background: url('images/freequote.png') no-repeat bottom left;
	text-indent:-9999px;
	}


