html, div ,p , form, img, a, li, ul, table, tr, td, input {
	font-family: Helvetica, Arial;
	padding: 0px;
	margin: 0px;
	border: 0px;
	color: #000;
	line-height: 145%;
	font-size: 11px;
	text-decoration: none;
	text-align: left;
}
* :focus { outline: 0; }


html, body{
	padding: 0px;
	margin: 0px;
	border: 0px;
	height: 100%;
	width:  100%;
	overflow: hidden;
}


iframe{
	padding: 0px;
	margin: 0px;
	border: 0px;
	overflow: hidden;
}

.td_col_left{
	
	height: 90%;
	

}

.td_col_right{
	

	width: 100%;
	border-left: 2px solid #9a9a9a;
}

.box_left{
	height: 600px;
	width: 200px;
}

.box_right{
	height: 600px;
	width: 100%;
	
}

.logo a{
	margin: 0px 0px 0px 0px;
	width: 200px;
	height: 61px;
	background-image: url(../images/logo.png);
	background-repeat: repeat-x;
	background-position: bottom center;
	display: block;
}


.header{

	background-image: url(../images/havens_2.gif);
	background-repeat: no-repeat;
	height: 170px;
	padding: 0px;
	margin: 0px;
	


}


.dot{
	position: relative; 
	width: 30px; 
	height: 30px; 
	display: block; 
	left: 751px; 
	top: 52px;

}

#mydiv{
	height: 324px;
	display:none; 
	overflow:hidden;
	background-color: #aaa;
}
.content{
	background-color: #bbb;
	height: 324px;
	overflow: auto;
}
.cat_desc{
	height: 284px;
	overflow: auto;
	padding: 20px;
}


.wh_100{

	width: 100%;
	height: 100%;
}

.w_100{

	width: 100%;

}

.h_100{

	height: 100%;

}

.w_35{
	width: 35%;
}

.w_30{
	width: 30%;
}

.h1{
	font-weight: normal;
	font-size: 25px;
	margin:0px 0px 0px 0px;
	text-transform: uppercase;
}


.breadcrumbs{
	padding: 5px 5px 5px 5px;
	text-align: right;
	color: white;
}
.breadcrumbs a{
	color: white;
}
.breadcrumbs a:hover{
	text-decoration: underline;
}
.breadcrumbs #current{
	font-weight: bold;
	color: white;
}

.nav{
	padding: 0px;
	margin: 0px;
}

.date {
	color: #000;
	font-weight: normal;
	padding: 0px 10px 5px 0px;
	text-align: left;
	white-space: nowrap;
	
}

.title{
	padding: 0px 10px 5px 0px;
	font-weight: bold;
	font-size: 18px;
}

.title a{
	text-decoration: none;
	font-weight: bold;
	font-size: 18px;
}

.text{
	text-align: left;
	padding: 0px 0px 5px 0px;
	color: #222;
}

.text a {
	text-decoration: none;
	font-weight: bold;
}

.author{
	padding: 0px 10px 5px 0px;
	text-align: left;
	white-space: nowrap;
}
.author a{
	font-weight: bold;
}

.categories{
	padding: 0px 10px 5px 0px;
	text-align: left;
	white-space: nowrap;
}
.categories a{
	font-weight: bold;
}
.views{
	padding: 0px 10px 5px 0px;
	white-space: nowrap;
}

.image{
	padding-right: 10px;
	margin-bottom: 10px;
}
.thumb{
	padding-right: 0px;
	margin-bottom: 0px;
	float: left;
}

.thumb_bg{
	padding: 0px 20px 20px 0px;
	background-image: url(../images/thumb_bg.gif);
	background-position: right;
	margin-right: 0px;
	text-align: right;
}

.image_bg{
	padding: 0px 0px  0px 0px;
	background-image: url(../images/thumb_bg.gif);
	background-position: right;
	margin-right: 0px;
}

.previous{
	padding: 10px 0px 10px 10px;
	text-align: left;
	white-space: nowrap;
	font-weight: bold;
}
.number{
	padding: 10px 10px 10px 10px;
	text-align: center;
	white-space: nowrap;
}
.next{
	padding: 10px 10px 10px 0px;
	text-align: right;
	white-space: nowrap;
	font-weight: bold;
}

.video a{
	padding: 0px 10px 0px 0px;
	width: 19px;
	height: 14px;
	background-image: url(../images/video.gif);
	background-repeat: no-repeat;
	background-position: center center;
	float: left;
	display: block;
}
.audio a{
	padding: 0px 10px 0px 0px;
	width: 19px;
	height: 14px;
	background-image: url(../images/audio.gif);
	background-repeat: no-repeat;
	background-position: center center;
	float: left;
	display: block;
}

.more{

	font-weight: bold;
}


.more_cat{

	font-weight: bold;
}


.cleaner{
	clear: both;
}

.map iframe{
	float: left;
}

.address_box div{
	text-align: left;
	text-transform: uppercase;
	font-size: 27px;
	margin-top: 12px;
	padding-right: 5px;
	white-space: nowrap;
}


.email a{
	font-size: 33px;
	text-transform: lowercase;
}

.toggle{
	font-size: 15px;
	font-weight: bold;
	margin-top: 10px;
}

.toggle a{
	font-size: 15px;
	font-weight: bold;
}

.rss_box{
	float: right;
	width: 150px;
}




