/*
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 auto;
	padding: 0;
	background-image: url('images/bg.jpg');
	background-repeat: repeat-y;
	background-attachment: scroll;
	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;
}

/* 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 {
	height: 238px;
	background-image: url('images/footer-bg.jpg');
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: top center;
	margin-top: 20px;
}

.footer {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	padding-top: 25px;
	margin-left: 40px;
	color:#5C755E;
	font-family: Arial, Helvetica, Sans-Serif;
}

.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, .footer2, .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;
}
/* 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: 0;
	border: 0;
	float: left;
	overflow: hidden;
	width: 470px;
}

.contentLayout .content-wide {
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	overflow: hidden;
	width: 950px;
}

/* end LayoutCell */

.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 {
float: left;
display: block;
height: 261px;
width: 402px;
padding: 20px 0 0 35px;
}

#tabbed_box_1 {
display: block;
width: 402px;
height: 261px;
background-image: url('images/tab-bg.jpg');
background-repeat: no-repeat;
background-position:bottom; 
padding: 0;
margin: 0;
}

.tab_container {
width: 402px;
height: 35px;
display: block;
float: left;
}

.tabbed_area {   
padding:0; 
margin: 0; 
}

.tabcontent {
padding:13px 25px 0 25px;
border:0px solid #494336;
overflow: hidden;
height: 200px;
}

.tabcontent p {   
font-size: 13px;
margin: 5px 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: 134px;
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: 180px;
float: left;
margin: 8px 0 0 510px !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 {
display: block;
float: right;
height: 22px;
width: 230px;
margin: 27px 16px 0 0;
}

#s {
border: none;
background: transparent;
}

#search-button {
padding: 4px 0 0 0;
width: 68px;
height: 22px;
z-index: 1;
background: none;
border: none;
color: #fff;
text-transform: uppercase;
pointer: hand;
}

.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;
}