/*
Theme Name: nhul-corp
Theme URI: 
Description: 
Version: 1.0
Author: Captovate
Author URI: 
Tags: fixed width, left sidebar, two columns, valid XHTML, widgets
*/

/* begin Page */
.mceContentBody {
	background:#fff none !important;
}
#promo {
	width: 950px;
	height: 250px;
	/*margin-top: 34px;*/
margin-top: 110px;
	float:right;
	position: absolute;
}
#promo img {
	float: right;
	margin: -90px 0 0 0;
	padding: 0;
}
#promo .widgettitle {
	margin: 40px 0 0 0;
	padding: 0 0 0 35px;
	font-size: 38px;
	font-family: Georgia, Times, Serif;
	color: #fff;
	line-height: 145%;
	font-weight: normal;
}
#promo .textwidget {
	margin: 0;
	padding: 0 0 0 35px;
	font-size: 18px;
	font-family: Georgia, Times, Serif;
	color: #fff;
	line-height: 145%;
	font-weight: normal;
	font-style: italic;
}
body {
	margin: 0 ;
	padding: 0;
	background-image: url('images/bg.jpg');
	background-repeat: repeat-y;

	background-position: top center;
}
#main {
	position: relative;
	width: 100%;
	left: 0;
	top: 0;
}
.cleared {
	float: none;
	clear: both;
	margin: 0;
	padding: 0;
	border: none;
	font-size:1px;
}
form {
	padding:0 !important;
	margin:0 !important;
}
table.position {
	position: relative;
	width: 100%;
	table-layout: fixed;
}
/* end Page */

/* begin Box, Sheet */

.Sheet {
	position:relative;
	/*z-index:0;*/
	margin:0 auto;
	width: 950px;
}
.Sheet-body {
	position: relative;/*z-index:1;*//*padding: 0;
	margin: 0;*/
}
.Sheet-top, .Sheet-bottom {
	position:absolute;/*z-index:-1;*/
}
/* end Box, Sheet */

/* begin Menu */

.menu a, .menu a:link, .menu a:visited, .menu a:hover {
	text-align:left;
	text-decoration:none;
	outline:none;
	letter-spacing:normal;
	word-spacing:normal;
}
.menu, .menu ul {
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	display: block;
}
.menu li {
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	float: left;
	position: relative;
	z-index: 5;
	background:none;
}
.menu li:hover {
	z-index: 10000;
	white-space: normal;
}
.menu li li {
	float: none;
}
.menu ul {
	visibility: hidden;
	position: absolute;
	z-index: 10;
	left: 0;
	top: 0;
	background:none;
}
.menu li:hover>ul {
	visibility: visible;
	top: 100%;
}
.menu li li:hover>ul {
	top: 0;
	left: 100%;
}
.menu:after, .menu ul:after {
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
.menu, .menu ul {
	min-height: 0;
}
.menu ul {
	background-image: url(images/spacer.gif);
	padding: 10px 30px 30px 30px;
	margin: -10px 0 0 -30px;
}
.menu ul ul {
	padding: 30px 30px 30px 10px;
	margin: -30px 0 0 -10px;
}
ul.menu {
	float:right;
}
/* menu structure */

.nav {
	position: relative;
	height: 43px;
	z-index: 100;
}
.nav .l, .nav .r {
	position: absolute;
	z-index: -1;
	top: 0;
}
.nav .l {
	left: 0;
	right:0;
}
/* end Menu */

/* begin MenuItem */

.menu ul li {
	clear: both;
}
.menu a {
	position:relative;
	display: block;
	overflow:hidden;
	height: 43px;
	cursor: pointer;
	text-decoration: none;
}
.menu .nav-left a .l {
	position:absolute;
	display: block;
	top:0;
	z-index:-1;
	height: 129px;
	background-image: url('images/MenuItem-left.jpg');
	background-repeat: no-repeat;
}
.menu .nav-right a .l {
	left: 0;
	position:absolute;
	display: block;
	top:0;
	z-index:-1;
	height: 129px;
	background-image: url('images/MenuItem-right.jpg');
	background-repeat: no-repeat;
}
.menu a .l {
	position:absolute;
	display: block;
	top:0;
	z-index:-1;
	height: 129px;
	background-image: url('images/MenuItem.png');
}
.menu a .t {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 13px;
	text-transform: uppercase;
	font-style: normal;
	font-weight: bold;
	color: #fff;
	padding: 0 7px;
	margin: 0 7px;
	line-height: 43px;
	text-align: center;
}
.menu a:hover .l, .menu a:hover .r {
	top:-43px;
}
.menu li:hover>a .l, .menu li:hover>a .r {
	top:-43px;
}
.menu li:hover a .l, .menu li:hover a .r {
	top:-43px;
}
.menu a:hover .t {
	color: #F1F4F1;
}
.menu li:hover a .t {
	color: #F1F4F1;
}
.menu li:hover>a .t {
	color: #F1F4F1;
}
.menu a.active .l, .menu a.active .r {
	top: -86px;
}
.menu a.active .t {
	color: #000000;
}
li.current-weather-in-nhulunbuy {display:none;}
/* end MenuItem */

/* begin Header */

div.Header {
	margin: 0 auto;
	position: relative;
	/*z-index:0;*/
	width: 950px;
	height: 370px;
}
/* end Header */

/* begin ContentLayout */

.bg-container {
	margin: 0 auto;
	padding: 0;
	position: relative;
	background-image: url('images/Page-BgTexture.jpg');
	background-repeat: no-repeat;
	background-position: center top;
}
.contentLayout {
	position: relative;
	margin-bottom: 11px;
	width: 950px;
}
/* end ContentLayout */

/* begin BlockHeader */

.BlockHeader {
	position:relative;
	/*z-index:0;*/
	height: 30px;
	padding: 0 7px;
	margin-bottom: 7px;
}
.BlockHeader .t {
	height: 30px;
	color: #000000;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	white-space : nowrap;
	padding: 0 6px;
	line-height: 30px;
}
.BlockHeader .l, .BlockHeader .r {
	display:block;
	position:absolute;
	/*z-index:-1;*/
	height: 30px;
	background-image: url('images/BlockHeader.png');
}
.BlockHeader .l {
	left:0;
	right:0px;
}
.BlockHeader .r {
	width:950px;
	right:0;
	clip: rect(auto, auto, auto, 950px);
}
.header-tag-icon {
	display:inline-block;
	background-position:left top;
	background-image: url('images/BlockHeaderIcon.png');
	padding:0 0 0 12px;
	background-repeat: no-repeat;
	min-height: 12px;
	margin: 0 0 0 5px;
}
/* end BlockHeader */

/* begin Box, Post */

.Post {
	position:relative;
	/*z-index:0;*/
	margin:0 auto;
	min-width:1px;
	min-height:1px;
}
.Post-body {
	position: relative;
	/*z-index:1;*/
	padding: 18px 0 0 35px;
}
.Post {
	margin: 0px;
}
/* Start images */
a img {
	border: 0;
}
.article img, img.article {
	border: none;
}
.metadata-icons img {
	border: none;
	vertical-align: middle;
	margin:2px;
}
/* Finish images */

/* Start tables */

.article table, table.article {
	border-collapse: collapse;
	margin: 0;
}
/*.article table, table.article .article tr, .article th, .article td {
	background-color:Transparent;
}

.article th, .article td {
	padding: 5px;
	border: solid 1px #d5d5d5;
}

.article th {
	text-align:center;
	vertical-align:middle;
	padding: 7px;
}*/

/* Finish tables */
/* end Box, Post */

/* begin PostHeaderIcon */
.PostHeaderIcon-wrapper {
	text-decoration:none;
	margin: 0.2em 0;
	padding: 0;
	font-weight:normal;
	font-style:normal;
	letter-spacing:normal;
	word-spacing:normal;
	font-variant:normal;
	text-decoration:none;
	font-variant:normal;
	text-transform:none;
	text-align:left;
	text-indent:0;
	line-height:inherit;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 22px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	color: #416818;
}
.PostHeaderIcon-wrapper, .PostHeaderIcon-wrapper a, .PostHeaderIcon-wrapper a:link, .PostHeaderIcon-wrapper a:visited, .PostHeaderIcon-wrapper a:hover {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 22px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	color: #416818;/*display: none;*/
}
/* end PostHeaderIcon */

/* begin PostHeader */
.PostHeader a:link {
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: none;
	text-align: left;
	color: #4E7D1C;
}
.PostHeader a:visited, .PostHeader a.visited {
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: none;
	text-align: left;
	color: #018B02;
}
.PostHeader a:hover, .PostHeader a.hovered {
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: none;
	text-align: left;
	color: #396C09;
}
/* end PostHeader */

/* begin PostContent */
/* Content Text Font & Color (Default) */

body {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #384739;
}
.PostContent p {
	margin: 5px 0 10px 0;
}
.PostContent {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	color: #384739;
}
/* Start Content link style */

a {
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: none;
	color: #2D91BB;
}
a:link {
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: none;
	color: #2D91BB;
}
a:visited, a.visited {
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: none;
	color: #2D91BB;
}
a:hover, a.hover {
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: underline;
	color: #2D91BB;
}
/* Finish Content link style */

h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited {
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}
/* Start Content headings Fonts & Colors  */
h1, h1 a, h1 a:link, h1 a:visited, h1 a:hover {
	font-family: Geneva, Arial, Helvetica, Sans-Serif;
	font-size: 28px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	color: #018B02;
	margin: 0 0 10px 0;
	padding: 0;
}
h2, h2 a, h2 a:link, h2 a:visited, h2 a:hover {
	font-family: Geneva, Arial, Helvetica, Sans-Serif;
	font-size: 22px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	color: #333;
	margin: 5px 0;
	padding: 0;
}
h3, h3 a, h3 a:link, h3 a:visited, h3 a:hover {
	font-family: Geneva, Arial, Helvetica, Sans-Serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	color: #333;
	margin: 10px 0 5px 0;
	padding: 0;
}
h4, h4 a, h4 a:link, h4 a:visited, h4 a:hover {
	font-family: Geneva, Arial, Helvetica, Sans-Serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	color: #384739;
}
h5, h5 a, h5 a:link, h5 a:visited, h5 a:hover {
	font-family: Geneva, Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	color: #384739;
}
h6, h6 a, h6 a:link, h6 a:visited, h6 a:hover {
	font-family: Geneva, Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	color: #384739;
}
/* Finish Content headings Fonts & Colors  */
/* end PostContent */

/* begin PostBullets */
/* Start Content list */

ol, ul {
	color: #4A5E4C;
	margin:1em 0 1em 2em;
	padding:0;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 13px;
}
li ol, li ul {
	margin:0.5em 0 0.5em 2em;
	padding:0;
}
li {
	margin:0.2em 0;
	padding:0;
}
ul {
	list-style-type: none;
}
ol {
}
.Post li {
	padding: 0px 0 5px 13px;
	line-height: 1.2em;
}
.Post ol li, .Post ul ol li {
	background: none;
	padding-left:0;
}
.Post ul li, .Post ol ul li {
	background-image: url('images/PostBullets.gif');
	background-repeat:no-repeat;
	padding-left:13px;
}
/* Finish Content list */
/* end PostBullets */

/* begin PostQuote */
/* Start blockquote */

blockquote p {
	color:#0F1C02;
	font-family: Arial, Helvetica, Sans-Serif;
	font-style: italic;
	font-weight: normal;
	text-align: left;
}
blockquote {
	border:solid 1px #B6F47C;
	margin:10px 10px 10px 50px;
	padding:5px 5px 5px 41px;
	background-color:#DAF9BD;
	background-image:url('images/PostQuote.png');
	background-position:left top;
	background-repeat:no-repeat;
}
/* Finish blockuote */
/* end PostQuote */

input, select {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
}
.button-wrapper .l, .button-wrapper .r {
	display:block;
	position:absolute;
	z-index:-1;
	height: 22px;
	background-image: none;
}
/* begin PageFooter */

.footer-bg {
	background:#adbd72 url('images/footer-bg2.jpg') no-repeat center top;
	margin-top: 20px;
}
.footer {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	padding-bottom:25px;
	padding-top: 25px;
	margin-left: 40px;
	color:#5C755E;
}
.footer p {
	margin: 10px 0 0 0;
	padding: 0;
}
.footer a:link {
	text-decoration: none;
	color:#5C755E;
}
.footer a:visited {
	text-decoration: none;
	color:#5C755E;
}
.footer a:hover {
	text-decoration: underline;
	color:#5C755E;
}
.footer1 {
	width:200px;float:left;	
}
.footer2 { width:240px;float:left;}

.footer3 {
	width: 220px;
	float: left;
}
.footer4 {
	width: 230px;
	float: left;
}
.page-footer, .page-footer a, .page-footer a:link, .page-footer a:visited, .page-footer a:hover {
	font-family:Arial;
	font-size:13px;
	letter-spacing:normal;
	word-spacing:normal;
	font-style:normal;
	font-weight:normal;
	text-decoration:underline;
	color:#228D19;
}
.page-footer {
	text-align:left;
	text-decoration:none;
	color:#228D19;
}
.disclaimer {
	padding-top:10px;
	border-top:1px solid #c6d294;
	margin-top:15px;
}
/* end PageFooter */

/* begin LayoutCell */

.contentLayout .sidebar1 {
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	overflow: hidden;
	width: 198px;
}
.contentLayout .sidebar2 {
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	overflow: hidden;
	width: 237px;
}
.contentLayout .sidebar3 {
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	overflow: hidden;
	width: 237px;
}
.sidebar3 .widgettitle {
	font-size: 12px;
	color: #333;
}
/* end LayoutCell */

/* begin LayoutCell */

.contentLayout .content {
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	overflow: hidden;
	width: 720px;
}
.contentLayout-fp .content {
	position: relative;
	margin: 0;
	padding:20px 35px 0 35px;
	border: 0;
	overflow: hidden;
	width: 880px;
}
.contentLayout .content-wide {
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	overflow: hidden;
	width: 950px;
}
/* end LayoutCell */


/* homepage */

#news, #events, #tabs {
	width:280px;
	float:left;
}
#tabs, #events {
	padding-left:20px;
}
#news h2 {
	border-bottom:2px solid #309dcf;
	margin:0;
	font-size:16px;
	line-height:20px;
}
#events h2 {
	border-bottom:2px solid #9bce59;
	margin:0;
	font-size:16px;
	line-height:20px;
}
.news-date {
	display:block;
	width:40px;
	height:47px;
	background:url(images/calendar-blue.gif) no-repeat 0 0;
	font-weight:bold;
	text-align:center;
	float:left;
}
.news-day {
	display:block;
	font-size:18px;
	line-height:18px;
	padding-top:14px;
}
.news-month {
	text-transform:uppercase;
	font-size:10px;
	line-height:10px;
}
.news-excerpt {
	display:block;
	float:left;
	width:230px;
	padding-left:10px;
}
#news h3, #events h3 {
	margin:0;
}
#news h3 a, #events h3 a {
	font-size:12px;
	font-weight:bold;
}
#news a {
	color:#309dcf;
}
#events a {
	color:#9bce59;
}
#news p, #events p {
	margin:0;
}
.news-item {
	padding:10px 0;
	border-bottom:1px dotted #d1d1d1;
}


#news .more-link {
		padding-left:10px;
		background:url(images/bullet-blue.gif) no-repeat 0 5px;
    margin-left:50px;
}
#events .more-link {
		padding-left:10px;
		background:url(images/bullet-green.gif) no-repeat 0 5px;

}
#events ul {
    margin:0;
padding:0;
}
#events-calendar-list li  {
    list-style:none;
list-style-image:none !important;
padding:5px 0;
border-bottom:1px dotted #d1d1d1;
}
#events span {display:none} /* hide the sponsorshop text*/


/* end homepage*/



.commentlist, .commentlist li {
	background: none;
}
.commentlist li li {
	margin-left:30px;
}
.commentlist li .avatar {
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	margin:1px;
	background: #fff;
}
.commentlist li cite {
	font-size:1.2em;
}
#commentform textarea {
	width: 100%;
}
img.wp-smiley {
	border:none;
	margin:0;
	padding:0;
}
.navigation {
	display: block;
	text-align: center;
}
/* Begin */

.aligncenter, div.aligncenter, .article .aligncenter img, .aligncenter img.article, .aligncenter img, img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.alignright img, img.alignright {
	margin:  0px 0 0px 10px;
	margin-right: 0;
	border: 2px solid #8DC53E;
}
.alignleft img, img.alignleft {
	margin: 4px 10px 0px 0;
	margin-left: 0;
	border: 2px solid #8DC53E;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f7f7f7;
	padding-top: 4px;
	margin: 0 8px 0 8px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-weight: normal;
	font-size: 12px;
	line-height: 17px;
	padding: 4px 4px 5px;
	margin: 0;
}
/* End */


.hidden {
	display: none;
}
/* Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
}
#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}
#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}
#wp-calendar a {
	display: block;
}
#wp-calendar caption {
	text-align: center;
	width: 100%;
}
#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}
/* CUSTOM  */

#tabs_frontpage {



}
#tabbed_box_1 {
	display: block;
	width: 280px;

	background: url('images/tab-bg.jpg') no-repeat 0 bottom;

	padding: 0;
	margin: 0;
}
.tab_container {
	width: 280px;

}
.tabbed_area {
	padding:0;
	margin: 0;
}
.tabcontent {
	color:#fff;
	padding:0 10px 10px 10px;
	border:0px solid #494336;
	overflow: hidden;

}
.tabcontent p {
	font-size: 13px;
	margin: 10px 0px;
}
ul.tabs {
	margin:0;
	padding:0;
	height: 35px;
	list-style: none;
	float: left;
}
ul.tabs li {
	float: left;
	margin: 0 0px 0 0;
	padding: 0;
	height: 35px;
	width: 93px;
	line-height: 35px;
	overflow: hidden;
	position: relative;
	background:transparent url(images/tab-off.jpg) no-repeat;
}
#tab_1 ul.tabs li a {
	margin-right: 7px;
}
ul.tabs li a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
	color: #fff;
	display: block;
	font-size: 18px;
	padding: 0 15px;
	outline: none;
}
ul.tabs li a.active {
	background: transparent url(images/tab-on.jpg) no-repeat;
}
ul.tabs li a:hover {
	color: #2F88AA;
}
#content_2, #content_3 {
	display:none;
}
ul.tabs li a.focus {
	-moz-outline-style: none;
}
.quick-links {
	margin-top: 16px;
	width: 435px;
	height: 30px;
	display: block;
}
.quick-links img {
	margin: 0;
	padding: 0;
	border: 0;
}
/* begin Box, BlockContent */

/*.BlockContent {
	position:relative;
	z-index:0;
	margin:0 auto;
	padding: 23px 0 23px 0;
}*/

.BlockContent a {
	background-image: url('images/sidebar-menu.png');
	display: block;
	padding-left: 13px;
	line-height:33px;
	height:33px;
	-moz-outline-style: none;
}
.BlockContent-body {
	position: relative;
	/*z-index:1;*/
	padding: 0;
	color:#fff;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-family: Georgia, serif;
}
.BlockContent-body a:link {
	color: #fff;
	text-decoration: none;
	font-family: Georgia, serif;
}
.BlockContent-body a:visited, .BlockContent-body a.visited {
	color: #fff;
	text-decoration: none;
	font-family: Georgia, serif;
}
.BlockContent-body a:hover, .BlockContent-body a.hover {
	color: #333;
	text-decoration: none;
	font-family: Georgia, serif;
}
.BlockContent-body a:active, .BlockContent-body a.active {
	color: #333;
	text-decoration: none;
	font-family: Georgia, serif;
}
.BlockContent-body ul {
	background: #4FADD4;
	padding-left: 0px;
	margin:0px;
}
.BlockContent-body ul ul {
	background: none;
	color: #333;
	margin:0px;
	padding-left: 0px;
}
.BlockContent-body ul li {
	padding:0;
	margin:0;
}
.BlockContent ul ul li a {
	background: url('images/arrow-right.gif') no-repeat left 10px;
	padding:0 0 0 10px;
	margin:0 0 0 15px;
	border-bottom: 1px solid #3BA4D2;
	height: 26px;
	line-height: 26px;
}
.BlockContent ul ul li {
}
.BlockContent ul ul ul li a {
	background: url('images/arrow-right.gif') no-repeat left 10px;
	padding:0 0 0 12px;
	margin:0 0 0 40px;
}
.sidebar1 .widgettitle {
	display: none;
}
.download_pdf {
	background: url('images/pdf.gif') no-repeat;
	padding:0 0 0 20px;
	margin:0;
}
.visit_website {
	background: url('images/url.png') no-repeat;
	padding:0 0 0 18px;
	margin:0;
}
/* end Box, BlockContent */

/* begin Box, Block */

.Block {
	position:relative;
	/*z-index:0;*/
	margin: 15px 0 0 0;
}
/*.Block-body {
	position: relative;
	z-index:1;
	padding: 0;
}

.Block-top, .Block-bottom {
	position:absolute;
	z-index:1;
	left:0;
}*/

.Block-top {
	display: block;
	width: 198px;
	height: 23px;
	background-image: url('images/sidebar-top.png');
	top:0;
}
.Block-bottom {
	display: block;
	width: 198px;
	height: 23px;
	background-image: url('images/sidebar-bottom.png');
	bottom: 0;
}
/* end Box, Block */

/* CUSTOM */

#weather {
	width: 250px;
	float: left;
	margin: 8px 0 0 470px !important;
	position: absolute;
}
#weather ul li, #weather ol ul li {
	background-image: url('images/PostBullets.gif');
	background-repeat:no-repeat;
	padding-left:12px;
	font-size: 12px;
	margin: 0;
	line-height: 16px;
}
#weather ul {
	margin: 4px 0 0 3px;
}
#weather .widgettitle {
	font-size: 13px;
	margin: 0;
	padding: 0;
}
.nocomments {
	display: none;
}
#latest-news {
	margin: 15px 0 0 0;
}
#search {

	float: right;
	width: 230px;
	margin:0  16px 0 0;
padding-top:30px;

}
#s {
	border: 0 !important;
	background: none !important;
        width:143px !important;



}


#search-button {
background:transparent;
font-weight:bold;
border:0;
color:#fff;
margin-left:5px;
	
}
#search-button:hover {cursor:pointer;}
.searchresults {
padding:35px;	
}
#cse-search-results iframe {
	width:880px !important;
	height:1000px !important;

}

.directory h2, .directory h2 a {
	font-size: 15px;
	margin: 2px 0 3px 0;
	padding: 0;
}
.directory h2 a {
	color: #2E8CB2;
}
.directory h2 a:hover {
	text-decoration: underline;
}
.directory {
	margin: 0px 10px 10px 0;
	border-top: 1px solid #d5d5d5;
	padding: 6px;
}
.dir_entry {
	font-size: 12px;
}
.footer_dl {
	display: none;
}
.tides {
	text-align: left;
	font-size: 12px;
	font-weight: bold;/*margin: 0 0 0 20px;*/
}
.print {
	float: right;
	margin-top: 5px;
}
#forms {
	border: 1px solid #d5d5d5;
	background: #f9f9f9;
	padding: 10px;
	margin-top: 50px;
	right: 0;
	position: absolute;
}
#forms li {
	padding: 0 0 0 12px;
}
#forms h3 {
	padding: 0 0 2px 0;
	margin: 0;
	border-bottom: 1px dotted #d4d4d4;
}
#forms ul {
	margin: 7px 0 0 5px;
}
.post-edit-link {
	float: right;
	margin: 0 20px 0 0;/*background-image: url(images/PostEditIcon.png);
background-repeat:no-repeat;*/
}
.WP-PrintIcon {
	float: right;
}
.breadcrumb-news {
	padding: 18px 0 0 35px;
}
/* wp filebase override */
.content .wpfilebase-attachment {
	padding:1px 0;
}
.content .wpfilebase-filetitle a {
	display:block;
	font-size:12px
}
.content .wpfilebase-fileicon img {
	background-color:#FFFFFF;
	border:0px solid #999999;
	margin:0px 4px 0px 0;
	width:auto;
	height:auto;
}


/* business directory page */
#bizdir_directory tr {

}
#bizdir_directory td {
    padding:10px 0 !important;
border-bottom:1px dotted #d1d1d1
}
a.bizdir_notes_grey { display:none}

/* global */
.float-left {
	float:left;
	margin:0 15px 15px 0;
}
.float-right {
	float:right;
	margin:0  0 15px 15px;
}
/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}



/* hide search navigation item */

li.page-item-1489, li.page-item-1486, li.page-item-1688 {display:none;}


