/* CSS Document */


html, body  {
  height:100%;
  font-family: Arial,Helvetica,sans-serif;
  margin: 0;
  padding: 0;
  font-size: 12px;
  background-color: #cccccc;
  color: #000000;
}

#container  {
  background: scroll 0 0 #FFFFFF;
  margin: 0 auto;
  position: relative;
  width: 1000px;
}

#header {
  background-color: #FFFFFF;
  height: 110px;
}

/* Logo */
.napolitano-logo {
  background: url(images/napolitano_logo.gif) no-repeat;
  height: 58px;
  left: 10px;
  margin: 0;
  overflow: hidden;
  position: absolute;
  text-indent: -9999px;
  top: 39px;
  width: 349px;
  z-index: 1;
}

.napolitano-logo a {
  display: block;
  height: 100%;
}

.top-nav {
  padding-top: 40px;
  position: absolute;
  right: 50px;
}

.top-nav ul {
  list-style: none outside none;
}

.top-nav ul li {
  display: inline;
  background-image:url(images/square.gif);
  background-repeat:no-repeat;
  background-position:4px 5px; 
  padding-left: 13px;
  margin-right:12px;
}

a {
  text-decoration: none;
  color: #3399cc;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
  font-weight:normal;
}

a:active {
  text-decoration: underline;
} 

#nav {
  background-image: url(images/nav.png);
  background-repeat: repeat-x;
  height: 35px;
}

/* Top Main Navigation */
.nav ul {
  background: url(images/nav.png) no-repeat scroll 0 0 transparent;
  display: inline;
  float: left;
  font-weight: bold;
  height: 35px;
  list-style: none outside none;
  margin: 0;
  padding: 0 0 0 420px;
  width: 1000px;
}

.nav ul a {
  background: url(images/nav.png) no-repeat scroll 0 0 transparent;
  color: #666666;
  float: left;
  height: 35px;
  line-height: 30px;
  padding: 0 33px 0 34px;
  text-align: center;
  width: inherit;
  font-size: 14px;
}
  
.nav ul a:hover {
  background: url(images/nav_hover.png) repeat-x scroll 0 0 transparent;
  color: #FFFFFF;
  text-decoration: none;
  font-weight:bold;
}

.nav li.active a {
  background: url(images/nav_hover.png) repeat-x scroll 0 0 transparent;
  color: #FFFFFF;
  text-decoration: none;
}

#content {
  margin-top:2px;
  overflow:hidden;
}


/* Homepage */

.home-cols  {
  width: 100%;
  float: left;
  margin-top: 8px;
  margin-bottom: 8px;
}

.home-cols h1{
  color: #999999;
  width: 665px;
  border-bottom: 1px solid #D3D3D3;
  font-weight: normal;
  font-size: 18px;
  padding-bottom: 5px;
  margin-left: 15px;
}

.home-col1  {
  background-color: #ffffff;
  width: 720px;
  float: left;
  /* border: 1px solid #999999; */
  height: 396px;
  margin-left: 5px;
  margin-right: 2px;
}

.home-cols h2{
  color: #3399cc;
  font-weight: bold;
  font-size: 12px;
  padding: none;
}

.home-col1 ul {
  float:left;
  padding: 0px 10px 0px 20px;
  list-style-type: none;
}

.home-col1 li {
  float:left;
  padding-right: 20px;
  padding-bottom:30px;
  display:inline;
}

.home-col1 li a:hover {
  font-weight:bold;
  color: #3399cc;
}

.home-col2  {
  background-color: #969696;
  width: 248px;
  height: 110px;
  float: right;
  display: block;
  position: relative;
  margin: 40px 25px 4px 0px;
  font-size: 24px;
  color: #ffffff;
  vertical-align: middle;
  text-align: center;
  line-height: 70px;
}


.home-col2 .makeit  {
  background-image: url(images/fake_image.gif);
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 10;
}

.home-col3  {
  background-color: #969696;
  width: 248px;
  height: 110px;
  float: right;
  display: block;
  position: relative;
  margin: 0px 25px 4px 0px;
  font-size: 24px;
  color: #ffffff;
  vertical-align: middle;
  text-align: center;
  line-height: 70px;
}

.home-col3 .makeit  {
  background-image: url(images/fake_image.gif);
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 10;
}

.home-col4  {
  background-color: #969696;
  width: 248px;
  height: 110px;
  float: right;
  display: block;
  position: relative;
  margin: 0px 25px 5px 0px;
  font-size: 24px;
  color: #ffffff;
  vertical-align: middle;
  text-align: center;
  line-height: 70px;
}

.home-col4 .makeit  {
  background-image: url(images/fake_image.gif);
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 10;
}


/* Sub-Page Layout */

.banner  {
  background: url(images/banner.jpg) no-repeat;
  float: center;
  width: 1000px; 
  height: 98px; 
  position: relative; 
  display: block;
  margin: 0px 0 1px 0px;
}

.banner-text  {
  color: #FFFFFF;
  font-size: 24px;
  position: absolute;
  left: 35px;
  top: 35px;
}

.left-nav  {
  background-color: #006ead;
  width: 200px; 
  float: left;
  height: auto;
  margin-top: 20px;
}

.left-nav ul  {
  font-family: Arial;
  font-size: 14px;
  padding: 0px 0px 0px 0px;
  list-style-type: none;
  background: #006699 repeat scroll 0 0;
  border-top: 1px solid #FFFFFF;
  list-style: none outside none;
  margin: 0;
}

.left-nav ul li {
  border-bottom: 1px solid #FFFFFF;
  line-height: 30px;
}

.left-nav ul li a {
  font-size: 13px;
  color: #FFFFFF;
  padding: 0px 0px 5px 10px;
}

.left-nav li.active a {
  font-size: 13px;
  font-weight: bold;
  color: #FFFFFF;
}

.copy {
  float: left;
  width: 500px;
  padding: 15px 15px 20px 50px;
  font-size: 12px;
  text-align:left;
  color: #666666;
  margin-top: 2px;
  line-height: 16px;
}

.copy h2  {
  color: #006699;
  font-size: 14px;
}

.copy h3  {
  color: #666666;
  font-size: 12px;
  font-weight: bold;
}

.copy ul {
  font-weight:bold;
}

.copy a {
  font-weight:normal;
  color: #3399cc;
}

.copy a:active {
  text-decoration: underline;
} 

.property-listing  {
  width: 410px;
  border-bottom: 1px dashed #666666;
  padding: 0px 0px 10px 0px;
}

.right-nav  {
  background-color: #ffffff;
  width: 175px; 
  float: right;
  border: 1px solid;
  border-color: #d6d6d6;
  height: 110px;
  margin: 20px 10px 0 0;
  color: #999999;
  font-weight: bold;
}

.right-nav h2  {
  color: #ff0000;
  font-size: 14px;
  padding: 0 0 0 15px;
}

.right-nav ul  {
  font-size: 13px;
  padding: 0px 0px 0px 10px;
  list-style-type: none;
}

.right-nav li.email {
  background: url(images/email_icon.png) no-repeat scroll 0 3px transparent;
  padding: 0px 0px 20px 20px;
}

.right-nav li.phone {
  background: url(images/phone_icon.png) no-repeat scroll 0 0px transparent;
  padding: 0px 0px 20px 20px;
}

.right-nav ul li a {
  text-decoration: none;
  color: #999999;
  padding: 0px 5px 0px 0;
}

.right-nav ul li a:hover{
  color: #3399cc;
  font-weight: bold;
}

/* Footer Section */

#footer {
  background-color:#666666;
  text-align: center;
  position:relative;
  padding:25px 0px 0px 0px;
  color: #FFFFFF;
  float: left;
  width: 100%;
  height:35px;
}

.footer ul {
  display: inline;
  list-style-type: none;
  padding: 0px 0px 0px 110px;
}

.footer ul a  {
  display: inline;
  list-style-type: none;
  padding: 0px 20px 0 0px;
  color:#FFFFFF;
  font-size:13px;
}