 
/**************************************************************
   All page content except for footer
 **************************************************************/

#container {
  position: relative;
  height: auto !important;
  height: 100%;
  min-height: 100%;
  margin:0 auto;
  text-align:left;
  background-color:#fff;
}


/**************************************************************
   Top menu and logo
 **************************************************************/

#header {
	clear: both;
	position: relative;
	height: 325px;
	margin: 0 auto;
	background: transparent url(bg_fade.jpg) repeat-x top;
}

#headerHome {
	clear: both;
	position: relative;
	height: 345px;
	margin: 0 auto;
	background: transparent url(header_home.jpg) no-repeat top right;
}

#header img {
  border:0;
  padding:0;
  background-color:transparent;
}

/**************************************************************
   Header Image/Flash Movie
 **************************************************************/

#headerImg {
	position:absolute;
	right:0;
	bottom:0;
	height: 215px;
	background: transparent url(header_back.jpg) no-repeat bottom right;
	width: 100%;
	float: left;
	clear: right;
}

#headerLogo {
  padding:10px 20px;
  }
  
#headerContact {
  position:absolute;
  top:40px;
  right:60px;
  border:1px solid #ccc;
  background-color:#fff;
  color:#18417F;
  text-align:center;
  width:300px;
  padding:5px;
  }
  
/**************************************************************
   Top Block Menu
 **************************************************************/

#menu {
  float:left;
  width:200px;
  border:18px solid #fff;
  bottom:0;
  left:0;
  position:absolute;
  border-bottom:none;
  background:#fff url(nav_back.jpg) center no-repeat;
  color:#fff;
}

#menu ul {
  width: 100%;
  margin: 0;
  padding: 0;

  text-align: left;
}

#menu ul li {
  margin: 0;
  padding: .5em;
  list-style: none;
}

#menu ul li a {
  font: bold 1.2em arial, sans-serif;
  letter-spacing: 0.1em;

  color: #fff;
}

#menu ul li a span {
  display: block;
  padding: 2px 7px;
}


#menu ul li a span.desc {
  font-size: 0.8em;
  color: #8C8D94;
}


#menu ul li a:hover,
#menu ul li a.here {
	color:#ececec;
}

#menu ul li a:hover span.desc,
#menu ul li a.here span.desc {
  color: #FFF;
}


/* Top menu icons */
#menu ul li a span.speaker {
  padding-left: 22px;
  background: url(images/icons/speaker.gif) no-repeat 5px 50%;
}

#menu ul li a:hover span.speaker {
  background: url(images/icons/speaker_on.gif) no-repeat 5px 50%;
}

#menu ul li a span.bubble {
  padding-left: 24px;
  background: url(images/icons/bubble.gif) no-repeat 4px 4px;
}

#menu ul li a:hover span.bubble {
  background: url(images/icons/bubble_on.gif) no-repeat 4px 4px;
}

#menu ul li a span.heart {
  padding-left: 20px;
  background: url(images/icons/heart.gif) no-repeat 3px 50%;
}

#menu ul li a:hover span.heart {
  background: url(images/icons/heart_on.gif) no-repeat 3px 50%;
}


#menu ul li a span.dollar {
  padding-left: 20px;
  background: url(images/icons/dollar.gif) no-repeat 4px 50%;
}

#menu ul li a:hover span.dollar {
  background: url(images/icons/dollar_on.gif) no-repeat 4px 50%;
}




/**************************************************************
   Page Content
 **************************************************************/

#page {
  clear: both;
  float: left;
  width: 100%;
  margin-bottom: 6em;
  text-align: left;
  padding-top:20px;
}

#columns {
  margin: 0 auto;
}


/* Column widths */
.width {
  width: 700px;
}

.widthPad {
  width: 660px;
}

.width25 {
  width: 24%;
}

.width50 {
  width: 48%;
}

.width73 {
  width: 73%;
}

.width75 {
  width: 75%;
}

.width100 {
  width: 100%;
}

.width200 {
  width:200px;
}

.width440 {
  width:440px;
}

/**************************************************************
   Footer
 **************************************************************/


#footer {
  clear: both;
  float: left;
  width: 100%;
  height: 5em;
  margin-top: -5em;
  
}

#footer #bg {
  position: relative;
  height: 5em;
  margin: 0 auto;
  background: #164281 url(footer_back.gif) repeat-y top;
  color:#fff;
}

#footer #bg ul {
  float: left;
  margin: 1em 0 0 1em !important;
  margin: 1em 0 0 0.5em;
  padding: 0;
}

#footer #bg ul li {
  display: inline;
  list-style: none;
}

#footer #bg ul li a {
  float: left;
  padding: 0 1em;

  font: 400 1em arial, sans-serif;
  letter-spacing: 0.1em;
  line-height: 0.8em !important;
  line-height: 1em;

  color: #fff;
  border-right: 1px solid #fff;
}

#footer #bg ul li a.last {
  padding-right: 0;
  border-right: 0;
}

#footer #bg ul li a:hover {
  color: #6C0;
}

#footer #bg img {
  /* position: absolute;
  top: 6%;
  left: 10px; */
}

#footer #bg #tv{
  width:200px;
  margin: 1em 0 0 1em !important;
  margin: 1em 0 0 0.5em;
}

#welcome{width:100%;background-color:#ececec;border:1px solid #ccc;margin-bottom:20px;}
#featured{width:100%; margin-bottom:20px;}
#listings{width:100%;margin-bottom:20px;}
#video{margin-bottom:20px;width:100%;}

#listings ul {
  width: 100%;
  margin: 0;
  padding: 0;

  text-align: left;
}

#listings ul li {
  margin: 0;
  padding: 0 .2em .2em 24px;
  list-style: none;
}

#listings ul li a {
  font: 400 .8em arial, sans-serif;
  letter-spacing: 0.1em;

  color: #999;
}

#listings ul li a span {
  display: block;
  padding: 2px 7px;
}


#listings ul li a span.desc {
  font-size: 0.8em;
  color: #999;
}


#listings ul li a:hover {
	color:#666;
}


/* Top menu icons */
#listings ul li a span.camera {
  margin-left:-24px;
  padding-left: 24px;
  background: url(camera.gif) no-repeat 5px 50%;
}


#navigation {
	float:left;
	width:100%;
	background-color:#efefef;
	border:1px solid #ccc;
	padding:10px 0;
	margin-bottom:20px;
	height: 48px;
	;
}

/**************************************************************
   Posts
 **************************************************************/

.post {
  float: left;
  width: 100% !important;
  width: 99%;
  position: relative;

  margin-bottom: 1.5em;

  border-bottom: 1px solid #CCCCCC;
}

.post .photo {
  position: absolute;
  top: 0;
  left: 5px;
  width: 120px;
margin-bottom:20px;
}

.post .photo img {
  padding:2px;

  background-color:#fff;
  border:1px solid #ccc;
}

.post .title {
	font-size: 1em;
	font-weight: bold;
	color: #586B7A;
	text-align: left;
}

.post .footage {
  font-size: 1em;
}

.post p {
  margin: 0 0 0 120px;
  padding:  0 0 1em 1.2em;
}

.post .description {
}

.post .APN {
}

.post .maps {
	padding:10px 0;
	text-align: center;
}

.post .maps a {
 font-weight:bold;
 text-decoration:underline;
 }

/**************************************************************
   Thumbnail Lists
 **************************************************************/

ul.thumbs,
ul.thumbs li {
  margin: 0;
  padding: 0;
}

ul.thumbs li {
  margin: 0 0 15px 0 !important;
  margin: 0;
  padding: 0px;
  list-style: none;
}

a.thumb img {
  
  border: 5px solid #ccc;
}

a:hover.thumb img {
  background: #8EB4C6;
  border: 5px solid #668FA3;
}

a:hover.thumb {
  background: none;
}

a.thumb span {
  display: block;
  margin-top: -5px !important;
  margin-top: -2px;
}



/**************************************************************
   Submenu Styles
 **************************************************************/

ul.submenu1,
ul.submenu2 {
  margin: 0 0 20px 0;
  padding: 0;
}

ul.submenu1 li,
ul.submenu2 li{
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-image: url(file:///C|/Documents%20and%20Settings/mckeesamuelt/My%20Documents/CSS_Templates/Nautica05/css/foo.gif); /* because IE is balls */
}

ul.submenu1 li a,
ul.submenu2 li a {
  display: block;
  height: auto !important;

  /* Start hide from IE Mac \*/
  height: 1%;
  /* End hide from IE Mac */

  padding: 1px 5px 1px 20px;
}

ul.submenu1 li a {
  background: url(file:///C|/Documents%20and%20Settings/mckeesamuelt/My%20Documents/CSS_Templates/Nautica05/images/bg/submenu1.gif) no-repeat 5px 50%;
}

ul.submenu1 a:hover {
  color: #426F85;
  background: #B3C6C4 url(file:///C|/Documents%20and%20Settings/mckeesamuelt/My%20Documents/CSS_Templates/Nautica05/images/bg/submenu1.gif) no-repeat 5px 50%;
}

ul.submenu2 li a {
  color: #426F85;
  background: url(file:///C|/Documents%20and%20Settings/mckeesamuelt/My%20Documents/CSS_Templates/Nautica05/images/bg/submenu2.gif) no-repeat 3px 50%;
}

ul.submenu2 a:hover {
  color: #426F85;
  background: #B3C6C4 url(file:///C|/Documents%20and%20Settings/mckeesamuelt/My%20Documents/CSS_Templates/Nautica05/images/bg/submenu2.gif) no-repeat 3px 50%;
}






/**************************************************************
   Generic Display 
 **************************************************************/


.block {
  display: block;
}

.clear {
  clear: both;
}

.marginRight {
  margin-right: 15px;
}

.paddingLeft {
  padding-left: 5px;
}

.paddingRight {
  padding-right: 5px;
}

.paddingTop {
  padding-top: 1em;
}

.floatLeft {
  float: left;
}

.floatRight {
  float: right;
}

.alignLeft {
  text-align: left;
}

.alignRight {
  text-align: right;
}

.alignCenter {
  text-align:center;
}

.alignTop {
  vertical-align: top;
}

.alignMiddle {
  vertical-align: middle;
}

.alignBottom {
  vertical-align: bottom;
}

.lightBlueBg {
  background-color: #EAF2F5;
}

.dark {
  color: #353E47;
}

