@charset "utf-8";
body {
	background-image: url(../images/bg-slice.png);
	background-repeat: repeat-x;
	padding: 0px;
	margin-top: 13px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}

a:link {
	color: #007474;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #007474;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #003320;
	text-decoration: underline;
	font-weight: bold;
}
a:active {
	color: #003320;
	text-decoration: underline;
	font-weight: bold;
}

#bodywrapper {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	overflow: visible;
}
#body-content {
	margin-right: auto;
	margin-left: auto;
}

#bodywrapper #header {
	display: none;
}

#footer {
	display: none;
}
#bodywrapper #left-col {
	display: none;
}

#bodywrapper #body-content #page-content {
	width: 100%;
	margin: 0;
	float: none;
}
#bodywrapper #body-content #page-content-forum {
	width: 100%;
	margin: 0;
	float: none;
}
#bodywrapper #body-content #page-content-mgr {
	display: inline;
	min-height: 800px;
}
h1 {
	font-weight: lighter;
	color: #007474;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
	font-size:150%;
	margin-top: 0px;
	padding: 0px;
}
/* Blog styles start
----------------------------------------------- */
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #FFCECE;
padding: 10px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}


.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 100px; /*position where enlarged image should offset horizontally */
width:400px;

}
/*Blog styles*/

/* Content
----------------------------------------------- */
@media all {
  #main {
	width:425px;
	float:left;
    }
  #sidebar {
	width:160px;
	float:right;
    }
  }
@media handheld {
  #main {
    width:100%;
    float:none;
    }
  #sidebar {
    width:100%;
    float:none;
    }
  }

/* Headings
----------------------------------------------- */
/*
h2 {
  margin:1.5em 0 .75em;
  font:78%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.2em;
  color:#999;
  }

*/

h2 {
	font:130%/1.4em "Trebuchet MS",Arial,Sans-serif;
	letter-spacing:0.2em;
	color:#666;
	margin-top: 3px;
	margin-right: 0;
	margin-bottom: 1px;
	margin-left: 0;
	padding: 0px;
  }

h3 {
	letter-spacing:0.2em;
	color:#666;
        font:120%/1.4em "Trebuchet MS",Arial,Sans-serif;
	font-size: 120%;
	line-height: 1.3em;
	margin-top: 0.5em;
	margin-right: 0;
	margin-bottom: 0em;
	margin-left: 0;
	padding: 0px;
	font-weight: normal;
  }
h4 {
        letter-spacing:0.2em;
        color:#666;
        margin-top: 3px;
        margin-right: 0;
        margin-bottom: 1px;
        margin-left: 0;
        padding: 0px;
  }


/* Posts
----------------------------------------------- */
@media all {
  .date-header {
    margin:1.5em 0 .5em;
	color:#666;
    }
  .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:140%;
	font-weight:normal;
	line-height:1.4em;
	color:#007474;
  }
.post-title a, .post-title a:visited, .post-title strong {
  display:block;
  text-decoration:none;
  color:#CA001C;
  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:#666;
  }
.post-footer em, .comment-link {
  font:78%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  text-transform:uppercase;
  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;
  }
#bodywrapper #body-content #page-content h1 .h-links {
	font-size: 80%;
	margin-left: 176px;
}
#bodywrapper #body-content #page-content #main #main2 .h-links {
	font-size: 120%;
	float: right;
	margin-top: 0px;
	margin-bottom: 0px;
}

/* 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:#666;
  }
#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;
  }
  .hp-thumb-captions {
	font-style:italic;
	color:gray;
	width: 600px;
	clear: both;
  }
.paging-control-container {
  float: right;
  margin: 0px 6px 0px 0px;
  font-size: 80%;
}
.unneeded-paging-control {
  visibility: hidden;
}

/* 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 ul {
  margin:0 0 1.5em;
  padding:0 0 1.5em;
  border-bottom:1px dotted #ccc;
  list-style:none;
  }
#sidebar li {
	background-image: url(../images/li-bullet.png);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	list-style-type: none;
	margin:0;
	padding:0 0 .25em 8px;
	line-height:1.5em;
	font-size: 10px;
  }
  
#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;
  }
.post-footer-link {
	color: #666;
	text-decoration: underline;
}
#bodywrapper #body-content #page-content #main #main2 .post .post-footer .comment-link span {
	color: #666;
	text-decoration: underline;
}
#bodywrapper #body-content #page-content #sidebar #sidebar2 #recently li a {
	color: #666;
	text-decoration: none;
}
#bodywrapper #body-content #page-content #sidebar #sidebar2 #recently li a:hover {
	color: #007474;
	text-decoration: underline;
}
#bodywrapper #body-content #page-content #sidebar #sidebar2 .archive-list li a {
	color: #666;
	text-decoration: none;
}
#bodywrapper #body-content #page-content #sidebar #sidebar2 .archive-list li a:hover {
	color: #007474;
	text-decoration: underline;
}
#bodywrapper #body-content #page-content #sidebar #sidebar2 #blogfeeds a {
	color: #666;
	text-decoration: underline;
}
#bodywrapper #body-content #page-content #main #main2 #comments .comment-timestamp a {
	color: #666;
	text-decoration: none;
}
#bodywrapper #body-content #page-content #main #main2 #comments .comment-form #comment-editor-src {
	color: #666;
	text-decoration: none;
}

/* Feeds
----------------------------------------------- */
#blogfeeds {
  }
#postfeeds {
  }
/* Blog styles end*/#container #top p {
	float: left;
	margin-left: 380px;
}
/* Blog styles end
----------------------------------------------- */
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/*----------------------------  contact form ---------------------------------------------------*/
.contact{
	font-size: 90%;
	text-align: right;
	padding-top: 20px;
	padding-bottom: 30px;
	padding-left: 30px;
	padding-right: 150px;
	position: relative;
}

.contact p{
	padding: 0px 0px 10px 0px;
}


.contact em {
	font-weight: bold;
	color: #CA001C;
}#bodywrapper #body-content #page-content .contact #contact .form-feedback {
	font-weight: bold;
	color: #007474;
}
.link-reminder {
	color:#FF0000;
	font-weight:bold;
}



.intro1 {
	margin:1.5em 0 .75em;
	color:#333;
	font-family: "Trebuchet MS", Trebuchet, Arial, Verdana, Sans-serif;
	font-size: 105%;
	line-height: 1.4em;
  }

.intro2 {
	font-size: 110%;
	clear: both;
}
.intro1 span {
	text-align: right;
	font-size: 80%;
	display: block;
}
.image-right {
	float: right;
	margin-left: 10px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	font-size:10px;
	color: #666666;
}
.image-right-link {
	float: right;
	margin-left: 5px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	border: 2px solid #FFFFFF;
}
a:hover .image-right-link {
	border: 2px solid #017474;
}

.image-left {
	float: left;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-size:10px;
	color: #666666;

}
.caption-right275 {
	float: right;
	margin-right: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	width: 275px;
}

.caption-right275 em {
	font-size:10px;
	color: #666666;
}


.caption-left275 {
	float: left;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	width: 275px;
}

.caption-left275 em {
	font-size:10px;
	color: #666666;
}

.image-left-link {
	float: left;
	margin-right: 3px;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 0px;
	border: 2px solid #FFFFFF;
}

a:hover .image-left-link {
	border: 2px solid #017474;
}


#bodywrapper #body-content #page-content #main #main2 .post .post-body li {
	padding-left: 10px;
	background-image: url(../images/li-bullet.png);
	background-repeat: no-repeat;
	background-position: 0px 8px;
	list-style-type: none;
}


ul li {
	padding-left: 10px;
	background-image: url(../images/li-bullet.png);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	list-style-type: none;
}
ul {
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 3px;
}




.attraction {
	clear: both;
	display: block;
	height: 210px;
	width: 600px;
	margin-bottom: 10px;
  	font:110%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  	letter-spacing:.2em;
  	color:#999;
}
.attraction p {
	margin-left: 10px;
}
.attraction a:link  {
	background-color: #FFFFFF;
	display: block;
	width:600px;
	height: 100%;
	background-image: url(../images/attraction-skyline.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.attraction a:visited {
	background-color: #FFFFFF;
	display: block;
	width:600px;
	height: 100%;
	background-image: url(../images/attraction-skyline.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.attraction a:hover {
	background-color: #000;
	display: block;
	width:600px;
	height: 100%;
	background-image: url(../images/attraction-skyline2.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	color:#FFFFFF;
	text-decoration:none;
}
.attraction a:active {
	background-color: #000;
	display: block;
	width:600px;
	height: 100%;
	background-image: url(../images/attraction-skyline2.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	color:#FFFFFF;
	text-decoration:none;
}

.attraction img {
	display: inline;
	float: right;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}


.right150 {
	float: right;
	width: 150px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#footer .footer-left {
	float: left;
	padding-left: 6px;
}
#footer .footer-right {
	float: right;
	padding-right: 6px;
}
#footer .footer-centre {
	text-align: center;
}
.msm-odds {
	margin-left: 94px;
}
.page-list {
	margin-left: 20px;
}
/*----------------------  SEARCH BOX ----------------------------------*/

#bodywrapper .searchstyle .txt-search-box {
	display: none;
}
#bodywrapper .searchstyle .search-button {
	display: none;
}
#bodywrapper .searchstyle form fieldset {
	display: none;
}

	
/*----------------------  SEARCH BOX End  -----------------------------*/


  .right-pdf {
	float: right;
	width: 120px;
	font-size: 10px;
	font-weight: normal;
	border: 1px solid #cdcdcd;
	padding: 5px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
}
#bodywrapper #body-content #page-content iframe {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


p {
	margin-top: 4px;
	margin-bottom: 12px;
	font-size: 12px;
}


#bodywrapper #body-content #page-content .intro3 {
	font-style: italic;
	color: #003320;
	font-weight: normal;
	line-height: 18px;
}
#bodywrapper #body-content #page-content .hp-anim-holder {
	display: none;
}
.ani-corner {
	position:absolute;
	height: 28px;
	width: 26px;
	top:247px;
	left:562px;
}

#bodywrapper #body-content #page-content .hp-upcoming {
	display: none;
}

#bodywrapper #body-content #page-content .pd-latest {
	float: right;
	height: 480px;
	width: 172px;
	background-image: url(../images/pd-right.jpg);
	padding-top: 6px;
	padding-left: 30px;
	background-repeat: no-repeat;
	margin-right: 14px;
	margin-top: 8px;
}

.resources {
	line-height: 14px;
	margin-top: 2px;
	margin-bottom: 3px;
}


.circle-main-link a {
	display:inline-block;
	height:26px;
	overflow:hidden;
	color:#007474;
	text-decoration: none;
	font-size: 120%;
	line-height: 26px;
	font-weight: bold;
	background-image: url('../images/circle-button.png');
	background-repeat: no-repeat;
	background-position: right -26px;
	padding-top: 0px;
	padding-right: 33px;
	padding-bottom: 0px;
	padding-left: 0px;
	}
.circle-main-link a:visited {
	color: #007474;
	background-image: url('../images/circle-button.png');
	background-repeat: no-repeat;
	background-position: right -26px;
	}
	
.circle-main-link a:hover {
	background-image: url('../images/circle-button.png');
	background-repeat: no-repeat;
	background-position: right top;
	text-decoration: none;
	color: #003320;
	
	}
.circle-main-link a:active {
	background-image: url('../images/circle-button.png');
	background-repeat: no-repeat;
	background-position: right top;
	color: #003320;
	}

.upcircle-main-link a {
	display: none;
	}

h2 a {
	display:inline-block;
	height:26px;
	overflow:hidden;
	color:#007474;
	text-decoration: none;
	line-height: 26px;
	background-image: url('../images/circle-button.png');
	background-repeat: no-repeat;
	background-position: right -26px;
	padding-top: 0px;
	padding-right: 33px;
	padding-bottom: 0px;
	padding-left: 0px;
	}
h2 a:visited {
	color: #007474;
	background-image: url('../images/circle-button.png');
	background-repeat: no-repeat;
	background-position: right -26px;
	}
	
h2 a:hover {
	background-image: url('../images/circle-button.png');
	background-repeat: no-repeat;
	background-position: right top;
	text-decoration: none;
	color: #003320;
	
	}
h2 a:active {
	background-image: url('../images/circle-button.png');
	background-repeat: no-repeat;
	background-position: right top;
	color: #003320;
	}
	

#bodywrapper #body-content #page-content .hp-upcoming .feed-links {
	margin-top: 1px;
	margin-bottom: 1px;
}
#bodywrapper #body-content #page-content .hp-upcoming .feed-links .latest {
	font-style: italic;
	font-weight: bold;
	color: #08321E;
}
#bodywrapper #body-content #page-content .pd-latest .feed-links {
	margin-top: 1px;
	margin-bottom: 1px;
}
#bodywrapper #body-content #page-content .pd-latest .feed-links .latest {
	font-style: italic;
	font-weight: bold;
	color: #08321E;
}
/********************* image mag **********************/

#maps {
	position:relative;
	width:140px;
	background-color:#fff;
	z-index:100;
	float:right;
	text-align:right;
	font-size: 10px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
}
#maps a.p1, #maps a.p1:visited {display:block; width:140px; height:auto; text-decoration:none; background:#fff; top:0; left:0;}

#maps a .large {display:block; position:absolute; width:1px; height:1px; border:0px; top:-1px; left:-1px;}
#maps a.p1:hover .large {display:block; position:absolute; top:-180px; left:-490px; width:auto; height:auto; border:10px solid #DFDD3A;}

#bodywrapper #body-content #page-content .home {
	margin-top: 10px;
	font-weight: lighter;
	color: #007474;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 0px;
	font-size:150%;
	padding: 0px;
}
.sign-up {
	width: 178px;
	overflow: hidden;
	border-style: solid;
	border-width: 1px;
	border-color: #999;
	padding: 6px;
}
#bodywrapper #body-content #left-col form #buttons {
	width: 178px;
	margin-top: 10px;
}
#bodywrapper #body-content #left-col .sign-up form input {
	width: 170px;
}
#bodywrapper #body-content #left-col .sign-up form legend {
	padding-bottom: 6px;
}

#bodywrapper #body-content #left-col .sign-up form div #field3 {
	width: auto;
}
.image5x {
	float: left;
	height: 115px;
	width: 119px;
	padding-top: 3px;
	text-align: center;
}
.image5x a:link {
	text-decoration: none;	
}

.image5x a:visited {
	text-decoration: none;	
}

.image5x a:hover {
	text-decoration: none;	
}

.image5x a:active {
	text-decoration: none;	
}

.image5x img {
	margin-bottom: 5px;
	border: 2px solid #FFFFFF;
}

.image5x a:hover img {
	border: 2px solid #017474;
}

/* smaller blog menu */

#bodywrapper #body-content #page-content .hp-upcoming .feed-links .latest {
	margin: 0px;
	padding: 0px;
}
#bodywrapper #body-content #page-content .hp-upcoming p {
	margin: 0px;
	padding: 0px;
}
#bodywrapper #body-content #page-content .hp-upcoming .resources .rss-item {
	font-size: 10px;
	padding-left: 10px;
	background-image: url(../images/li-bullet.png);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	list-style-type: none;
}
#creditfooter {
	display: none;
}
.clear {
	clear: both;
}


