* {
  margin:0;
	padding:0;
}

html, body, #wrapper {
  height:100%;
}

body {
	width:100%;
	font-family:calibri, verdana, arial, sans-serif;
	color:#333;
	font-size:90%;
	text-align:center;
	background-color: #eee;
}

#wrapper {
	min-height:100%;
	height:auto;
	margin:0 auto -80px;
}

ul {
	margin-left:10px;
	margin-bottom:70px;
  list-style:none;
}

li {
  text-indent:20px;
	background:transparent url(/img/template/bullet-point.gif) 420px 6px no-repeat;
}


p {
  margin:15px 0;
}

img {
  border:1px solid #002249;
}

#home img {
  margin:0 20px 15px 0;
}

#container-top {
  width:100%;
	height:140px;
	background-color:#002249;
}
#wrapper-top-logo {
  margin:0 auto;
	width:900px;
}

#wrapper-top-logo h1 {
  width:422px;
	height:65px;
	text-indent:-9999px;
	background:transparent url(/img/template/browns-property-inspections.gif) 0 30px no-repeat;
}

#wrapper-top-logo h2 {
  width:402px;
	height:25px;
	text-indent:-9999px;
	background:transparent url(/img/template/property-inspections-slogan.gif) 0 10px no-repeat;
}

#container-main {
  width:900px;
  margin:0 auto;
	padding:30px 20px 80px 20px;
	text-align:left;
}

#container-main h3 {
	font-family:"Lucida Sans Unicode", Georgia, "Times New Roman", serif;
  font-size:120%;
	font-weight:normal;
	color:#002249;
	line-height:140%;
}

#container-bottom {
	position:relative;
	margin-top:-80px;
  width:100%;
	height:80px;
	background-color:#002249;
	clear:both;
}

#wrapper-bottom {
  margin:0 auto;
	padding-top:30px;
	width:900px;
	text-align:left;
}

#container-bottom p {
  color:#eee;
  display:inline;
}

#container-bottom p#title {
	font-family:Century, "Lucida Sans Unicode", Georgia, "Times New Roman", serif;
}
#container-bottom p#address, #container-bottom p#web {
	margin-left:110px;
}

#contact .mobile {
  margin-bottom:0;
}

#contact .email {
  margin-top:4px;
}

#contact .name {
	font-family:"Lucida Sans Unicode", Georgia, "Times New Roman", serif;
	font-size:100%;
  color:#002249;
  margin-top:25px;
}

#contact #bridgetn {
  margin-top:35px;
}

#nav {
	font-family:"Lucida Sans Unicode", Georgia, "Times New Roman", serif;
	font-size:100%;
	font-style:italic;
	color:#002249;
  position:absolute;
	top:108px;
	left:50%;
	margin-left:210px;
  width:246px;
	height:48px;
	background:transparent url(/img/template/link-tabs.png) 0 0 no-repeat;
	text-align:left;
}

#nav ul {
  margin-top:11px;
}

#nav li {
  display:inline;
}

#nav #homepage {
  margin-left:21px;
}
	/* ie 6 and below hack to overwrite the top padding */
	* html #nav #homepage, * html #nav #homepage {
    margin-left:3px;
	}
	/* ie 7 hack to overwrite the top padding */
	*+html #nav #homepage, *+html #nav #homepage {
    margin-left:3px;
	}

#nav #contacts {
  margin-left:63px;
}


a {
  color:#002249;
  text-decoration:none;
	border-bottom:1px dotted #002249;
}
a:hover {
  color:#6382c3;
  text-decoration:none;
	border-bottom:1px dotted #6382c3;
}

#container-bottom a {
  color:#eee;
	border-bottom:none;
}
#container-bottom a:hover {
  color:#ccc;
	border-bottom:none;
}

#nav a {
  color:#666;
	border-bottom:none;
}

#nav a:hover {
  color:#002249;
	border-bottom:none;
}


