body {
	text-align: center;
	margin: 0px;
	background-color: #FFFFFF;
	height:100%
}
a:link {
  color:#58a;
  text-decoration:none;
  }
a:visited {
  color:#58a;
  text-decoration:none;
  }
a:hover {
  color:#c60;
  text-decoration:underline;
  }
a img {
  border-width:0;
  }
#wrapper {
	width: 868px;
	height: 100%;
	margin: auto;
	background-color: #FFFFFF;
}
#masthead {
    width: 868px;
/*	height: 133px; */
}
#header {
	width: 868px;
	height: 73px;
	background-image: url(../images/v2/header2.jpg);
	background-repeat:no-repeat;
	margin: 0px;

}

#mainNav {
	width:868px;
	height: 31px;
	background: #FFFFFF;
}

#mainNav ul { /* all list items */
	padding: 0;
	margin: 0;
	z-index:6;	
}
#mainNav li { /* all list items */
	position: relative;
	list-style: none;
	z-index:7;
	float: left;
	
}
#mainNav li ul { /* second-level lists */
	margin-top: 0px;
	display: none;
	position: absolute;
	left: 0;
	width: 7em;
	z-index:900;
}

#mainNav li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

#mainNav li:hover ul, #mainNav li.over ul { /* This shows second-level lists on hover*/
	z-index:10;
	display: block;

}
#mainNav span{
display: none;/* CSS Document */
}
#navSpacer { /* Looking Image */
	background: url(../images/v2/nav1.gif);
	height: 31px;
	width: 56px;
	display:block
}
#navLooking { /* Looking Image */
	background: url(../images/v2/looking_def.gif);
	height: 31px;
	width: 89px;
	display:block
	}
#navLooking:hover{ /* Looking Image */
	background: url(../images/v2/looking_ov.gif);
}
#navListing { /* Listing image */
	background: url(../images/v2/listing_def.gif);
	height: 31px;
	width: 77px;
	display:block
	}
#navListing:hover{ /* Listing image */
	background: url(../images/v2/listing_ov.gif);
}


#navMyaccount { /* My account image */
	background: url(../images/v2/myaccount_def2.gif);
	height: 31px;
	width: 118px;
	display:block
	}
#navMyaccount:hover{ /* My account image */
	background: url(../images/v2/myaccount_ov2.gif);
}


#navPackage { /* Package image */
	background: url(../images/v2/package_def.gif);
	height: 31px;
	width: 160px;
	display:block
	}
#navPackage:hover{ /* Package image */
	background: url(../images/v2/package_ov.gif);
}

#navShowcase { /* showcase image */
	background: url(../images/v2/showcase_def.gif);
	height: 31px;
	width: 107px;
	display:block
	}
#navShowcase:hover{ /* catskill Region Button image */
	background: url(../images/v2/showcase_ov.gif);
}


#navAbout { /* About image */
	background: url(../images/v2/aboutus_def.gif);
	height: 31px;
	width: 90px;
	display:block
	}
#navAbout:hover{ /* About image */
	background: url(../images/v2/aboutus_ov.gif);
}


#navPress { /* Press image */
	background: url(../images/v2/press_def.gif);
	height: 31px;
	width: 77px;
	display:block
	}
#navPress:hover{ /* Press image */
	background: url(../images/v2/press_ov.gif);
}

#navSignup { /* signup image */
	background: url(../images/v2/signup_def.gif);
	height: 31px;
	width: 93px;
	display:block
	}
#navSignup:hover{ /* catskill Region Button image */
	background: url(../images/v2/signup_ov.gif);

	}
#footer {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	background-color: #FFFFFF;
	width: 865px;
	margin-top: 20px;
	text-align: center;
	height: 75px;
	float: left;
	padding-top: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
#footer a {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	font-weight: normal;
	color: #999999;
	text-decoration: underline;
}
#footer a:hover {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
}
#footer ul { /* all list items */
	z-index:6;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	margin-top: 15;
	margin-right: 0;
	margin-bottom: 0;
}
#footer li { /* all list items */
	/*	position: relative;*/
	list-style: none;
	float: left;
	padding-left: 10px;
	
	/* beginning of blog specific code */
	
/* Header
----------------------------------------------- */
  }
#blog-title {
  margin:5px 5px 0;
  padding:20px 20px .25em;
  border:1px solid #eee;
  border-width:1px 1px 0;
  font-size:200%;
  line-height:1.2em;
  font-weight:normal;
  color:#666;
  text-transform:uppercase;
  letter-spacing:.2em;
  }
#blog-title a {
  color:#666;
  text-decoration:none;
  }
#blog-title a:hover {
  color:#c60;
  }
#description {
  margin:0 5px 5px;
  padding:0 20px 20px;
  border:1px solid #eee;
  border-width:0 1px 1px;
  max-width:700px;
  font:78%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.2em;
  color:#999;
  }

/* Content
----------------------------------------------- */
@media all {
  #content {
	width:868px;
	margin:0 auto;
	padding:0;
	text-align:left;
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
    }
  #main {
	width:500px;
	float:left;
	margin-left: 40px;
    }
  #sidebar {
	width:220px;
	float:right;
	margin-left: 25px;
    }
  }
@media handheld {
  #main {
    width:100%;
    float:none;
    }
  #sidebar {
    width:100%;
    float:none;
    }
  }

/* Headings
----------------------------------------------- */
h2 {
  margin:1.5em 0 .75em;
  font:12pt Tahoma, Verdana, Arial;
  text-transform:none;
  letter-spacing:normal;
  color:#9bcd00;
  }


/* Posts
----------------------------------------------- */
@media all {
  .date-header {
    margin:1.5em 0 .5em;
    }
  .post {
    margin:.5em 0 1.5em;
    border-bottom:1px dotted #ccc;
    padding-bottom:1.5em;
    }
  }
@media handheld {
  .date-header {
    padding:0 1.5em 0 1.5em;
    }
  .post {
    padding:0 1.5em 0 1.5em;
    }
  }
.post-title {
  margin:.25em 0 0;
  padding:0 0 4px;
  font-size:16pt;
  font-weight:normal;
  line-height:1.4em;
  color:#FF9900;
  }
.post-title a, .post-title a:visited, .post-title strong {
  display:block;
  text-decoration:none;
  color:#FF9900;
  font-weight:normal;
  }
.post-title strong, .post-title a:hover {
  color:#333;
  }
.post div {
  margin:0 0 .75em;
  line-height:1.6em;
  }
p.post-footer {
  margin:-.25em 0 0;
  color:#ccc;
  }
.post-footer em, .comment-link {
  font:10pt "Trebuchet MS", Trebuchet, Arial, Verdana, Sans-serif;
  letter-spacing:.1em;
  }
.post-footer em {
  font-style:normal;
  color:#999;
  margin-right:.6em;
  }
.comment-link {
  margin-left:.6em;
  }
.post img {
  padding:4px;
  border:1px solid #ddd;
  }
.post blockquote {
  margin:1em 20px;
  }
.post blockquote p {
  margin:.75em 0;
  }


/* Comments
----------------------------------------------- */
#comments h4 {
  margin:1em 0;
  font:bold 78%/1.6em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.2em;
  color:#999;
  }
#comments h4 strong {
  font-size:130%;
  }
#comments-block {
  margin:1em 0 1.5em;
  line-height:1.6em;
  }
#comments-block dt {
  margin:.5em 0;
  }
#comments-block dd {
  margin:.25em 0 0;
  }
#comments-block dd.comment-timestamp {
  margin:-.25em 0 2em;
  font:78%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.1em;
  }
#comments-block dd p {
  margin:0 0 .75em;
  }
.deleted-comment {
  font-style:italic;
  color:gray;
  }


/* Sidebar Content
----------------------------------------------- */
#sidebar ul {
  margin:0 0 1.5em;
  padding:0 0 1.5em;
  border-bottom:1px dotted #ccc;
  list-style:none;
  }
#sidebar li {
  margin:0;
  padding:0 0 .25em 15px;
  text-indent:-15px;
  line-height:1.5em;
  }
#sidebar p {
  color:#666;
  line-height:1.5em;
  }


/* Profile
----------------------------------------------- */
#profile-container {
  margin:0 0 1.5em;
  border-bottom:1px dotted #ccc;
  padding-bottom:1.5em;
  }
.profile-datablock {
  margin:.5em 0 .5em;
  }
.profile-img {
  display:inline;
  }
.profile-img img {
  float:left;
  padding:4px;
  border:1px solid #ddd;
  margin:0 8px 3px 0;
  }
.profile-data {
  margin:0;
  font:bold 78%/1.6em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.1em;
  }
.profile-data strong {
  display:none;
  }
.profile-textblock {
  margin:0 0 .5em;
  }
.profile-link {
  margin:0;
  font:78%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.1em;
  }
/* Feeds
----------------------------------------------- */
#blogfeeds {
  }
#postfeeds {
  }#logo {
	display: none;
}
#profid {
	display: none;
}
  #main h1{
    font-family: Tahoma, Verdana, Arial;
	font-size: 18px;
	font-weight: bold;
	color: #9bcd00;
}

.style5 {
  font-size: 12px;
  font-weight: bold;
  color: #FF6600;
}
.style2 {
  font-family: Tahoma;
  font-size: 12px;
  color: #666666;
}
a {
  font-family: Tahoma;
  font-size: 12px;
  color: #666666;
}
.style10 {color: #003399}
#bloginsight {
	width: 868px;
	background-image: url(../images/v2/blogheaderv1.jpg);
	background-repeat:no-repeat;
	margin-top: 5px;
}
.clear {
	clear:both;
}
