﻿/*********************************************** 
				Browser reset
***********************************************/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote/*, th, td*/ {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, em, th, var {
	font-style:normal;
	font-weight:normal;
}
ol, ul {
	list-style:none;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
q:before, q:after {
	content:'';
}
abbr, acronym {
	border:0;
}
hr {
	border: none;
}

/*********************************************** 
				Tags
***********************************************/

body {
	margin:0px;
	text-align:center;
	color:#333333;
	font: 62.5% Arial, Helvetica, sans-serif;
	background-color:#5a4372;
}
a {
	text-decoration:none;
	color:#008BC8;
}
a:hover {
	text-decoration:underline;
}
a:focus {
  	outline: none;
}
p {
	font-size:1.2em;
	line-height:1.6em;
	padding-bottom:1em;
}
img {
	border:none;
}
div {
	margin:0px;
	padding:0px;
}
ul {
	font-size: 1.2em;
	padding-bottom: 0.6em;
}
ul li {
	background-image: url(../../../../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left 0.6em;
	padding-left: 10px;
	padding-bottom: 0.5em;
	line-height:1.6em;
}
table {
	font-size:1.1em;
}
table table {
	font-size:1em;
}

/*********************************************** 
				Main styles
***********************************************/

#header {
	height:163px;
	background:url(../../../../images/templates/HBS.png) repeat-x;
	text-align:left;
}
#logo {
	width:940px;
	margin:0px auto;
	height:74px;
	position:relative;
}
#logo h1 {
	border:none;
	padding:0;
	margin:0;
}
#logo a#logoimg {
	display:block;
	width:451px;
	height:74px;
	background:url(../../../../images/templates/logo.png) no-repeat;
	text-decoration:none;
}
#logo a#logoimg span {
	visibility:hidden;
}
#logo a#logoimg:hover {
	text-decoration:none;
}
#login {
	position:absolute;
	top:30px;
	right:200px;
	text-align:center;
	color:#FFFFFF;
}
#login ul {
	margin:0px;
	padding:0px;
	font-size:1.1em;
}
#login li {
	padding:0px 7px 0px 0px;
	margin:0px 5px 0px 0px;
	display:inline;
	line-height:30px;
	border-right:solid 1px #9E90AC;
	background:none;
}
#login li.last {
	padding:0;
	margin:0;
	border-right:none;
}
#login li a {
	color:#FFFFFF;
}
#search {
	position:absolute;
	top:30px;
	right:4px;
	width:183px;
}
#search input {
	border:none;
	background:url(../../../../images/templates/searchfield-repeat.gif) repeat-x;
	position:absolute;
	top:0px;
	left:6px;
	padding:7px 0px 7px 3px;
	height:auto!important;
	width:146px!important;
	font-size:12px;
}
#search input:focus {
	outline: 0;
}
#search img {
	cursor:pointer;
}
#search label {
	display:block;
	left:0px;
	top:0px;
	width:6px;
	height:27px;
	position:absolute;
	background:url(../../../../images/templates/searchfield-leftcap.gif) no-repeat;
	font-size:0px;
	text-indent:-1000px;
}
#search a.Button {
	display:block;
	right:0px;
	top:0px;
	position:absolute;
}
#wrapper {
	text-align:left;
	background-color: #FFF;
}
#main {
	width:940px;
	padding-top:15px;
	padding-bottom:20px;
	margin: 0px auto;
}
/* top menu*/ 
    
#nav {
	width:940px;
	margin:0px auto;
	position:relative;
}
ul#navigation {
	list-style-type: none;
	padding: 0;
	font-size:1.6em;
}
ul#navigation li {
	padding:0 0 0 13px;
	margin: 0;
	display: block;
	float: left;
	line-height:normal;
	background:none;
}
ul#navigation li a {
	padding:13px 23px 0px 10px;
	line-height:35px;
	display:block;
	text-align:center;
	color:#ffffff;
	float: left;
	text-decoration:none;
}
ul#navigation li:hover, ul#navigation li.sfhover {
	background:url(../../../../images/templates/tab-hover.png) no-repeat left top;
}
ul#navigation li:hover a, ul#navigation li.sfhover a {
	background:url(../../../../images/templates/tab-hover.png) no-repeat right top;
	color:#3D2259;
	height:35px;
}
ul#navigation li.active {
	background:url(../../../../images/templates/tab.png) no-repeat left top;
}
ul#navigation li.active a {
	background:url(../../../../images/templates/tab.png) no-repeat right top;
	text-decoration:none;
	color:#3D2259;
	height:40px;
}
ul#navigation li ul {
	display: block;
	visibility: hidden;
	position: absolute;
	left:0px;
	top:53px;
	font-size:0.75em;
	width:940px;
	padding:0px;
}
ul#navigation li ul li a {
	color:#8B7A9B;
	padding:0 10px 0 0;
	height:auto!important;
	line-height:25px!important;
	border-right:solid 1px #8B7A9B;
}
ul#navigation li ul li.active a {
	font-weight:bold;
}
ul#navigation li.active ul {
	visibility: visible;
}
ul#navigation li:hover ul li, ul#navigation li.sfhover ul li, ul#navigation li.active ul li {
	padding:5px 6px 6px 5px;
	background-image:none!important;
}
ul#navigation li:hover ul li a, ul#navigation li.sfhover ul li a, ul#navigation li.active ul li a {
	background-image:none!important;
}
ul#navigation li:hover ul li a:hover, ul#navigation li.sfhover ul li a:hover, ul#navigation li.active ul li a:hover {
	text-decoration:underline;
}
#mainarea {
	float:right;
}
#mainedit {
	width:620px;
	color:#ffffff;
	margin-bottom:15px;
	margin-right:-1px;
	border:dashed 1px #999990;
	position:relative;
}
#mainimage {
	width:620px;
	height:190px;
}
#mainheader {
	background:#4b235d url(../../../../images/templates/tubeoneslice.gif) repeat-x;
	color:#ffffff;
	width:600px;
	padding:6px 10px;
}
#mainheader h1 {
	border:none;
	padding:0;
	margin:0;
}
#maintext {
	color:#ffffff;
	width:600px;
	padding:10px;
	background-color:#000000;
}
#maintext p {
	font-size:1.2em;
}
#footer {
	height:46px;
	background:url(../../../../images/templates/HBBS.png);
	margin:0px;
	clear:both;
}
#footercon {
	width:942px;
	margin:0px auto 0px auto;
}
#footercopy {
	float:left;
	color:#ffffff;
	padding:10px 0px 10px 0px;
}
#footercopy a {
	color:#ffffff;
}
#footerlinks {
	float:right;
	color:#ffffff;
	padding:10px 0px 10px 0px;
}
#footerlinks a {
	color:#ffffff;
}
/* internal menu */ 
 
#sideNav {
	float:left;
	width:160px;
	margin-right:20px;
	border:dashed 1px #999990;
}
#sideNav dt {
	background:url(../../../../images/templates/HeaderDivSlice.gif) #3f255b repeat-x;
	color:#FFF;
	padding:4px 0px 4px 10px;
	font-size:1.6em;
	border-bottom:8px solid #6e5a83;
}
#sideNav ul {
	padding:0;
	font-size:1.2em;
}
#sideNav ul li {
	margin:0;
	display:block;
	width:160px;
	line-height:normal;
	padding: 2px 0px 0px;
}
#sideNav ul li a {
	text-decoration:none;
	color:#3D2259;
	background:#ece9ee url(../../../../images/templates/LeftHandMenuTab.gif) no-repeat left 0px;
	padding:6px 0px 6px 25px;
	display:block;
	zoom:1;
}
#sideNav ul li a:hover {
	background:#c5bdcd url(../../../../images/templates/LeftMenUH.gif) no-repeat left 0px;
}
#sideNav ul li a.selected {
	background:#48abd7 url(../../../../images/templates/LeftMenuS.gif) no-repeat left 0px;
	color:#FFFFFF;
}
#sideNav ul ul {
	font-size:0.95em;
}
#sideNav ul ul li {
	background:none;
}
#sideNav ul ul li a {
	background:none;
	padding:4px 0px 4px 25px;
}
#sideNav ul ul li a:hover {
	background:#D9EBF5;
}
#content {
	float:left;
}
.lv1 {
	width:638px;
	margin-right:20px;
}
.lv2 {
	width:458px;
	margin-right:20px;
}
.lv2-wide {
	width:758px;
}
.wide {
	width:100%;
}
#sideCol {
	float:left;
	width:280px;
}
/* Drag and drop cols */ 
    
#leftDandD {
	width:300px;
	float:left;/*padding:300px 0px 0px 0px;*/
}
#centreDandD {
	width:300px;
	float:left;
	/*padding:300px 0px 0px 0px;*/
	padding:0px 20px;
}
#rightDandD {
	width:300px;
	float:left;
	margin:0px;
	padding:0;
}
/* plugin styles */

#content li p {
	font-size:1em;
	padding:0;
}
#content .rssFeed li {
	padding-bottom:1em;
}
#content .rssFeed li a {
	font-size:1.1em;
	font-weight:bold;
}
#PageCounter {
	text-align:right;
	background-color:#F1F0F3;
	padding:0.4em 8px;
}
#PageCounter label {
	float:left;
	position:relative;
	top:0.3em;
	left:0px;
}
#PageCounter .PageCounterTxtBox {
	width:15px;
	font-size:1em;
}
#PageCounter .PageCounter {
	display:inline;
}
#PageCounter hr.PageCounter {
	display:none;
}
#subscription td {
	padding:4px;
}
#subscription .Heading3 {
	background:#3F255B url(../../../../images/templates/HeaderDivSlice.gif) repeat-x scroll 0 0;
	padding:4px;
	margin-bottom:0.5em;
	color:#FFFFFF;
}
#loginBox {
	height:140px;
	width:500px;
	background:#fbfbfb url(../../../../images/templates/featureboxgrad.gif) repeat-x;
	border:dashed 1px #999990;
	padding:10px;
	text-align:left;
	position:relative;
}
#loginBox h1 {
	background:url(../../../../images/templates/HeaderDivSlice.gif) #3f255b repeat-x;
	color:#FFF;
	padding:4px 0px 4px 10px;
	font-size:1.6em;
	border-bottom:8px solid #6e5a83;
	position:relative;
	margin:-10px -10px 5px;
}
#loginBox h2 {
	padding:0;
}
#loginBox p {
	font-size:1.1em;
	line-height:1.5em;
}
#loginBox #close {
	position:absolute;
	top:0.8em;
	right:10px;
	color:#FFFFFF;
	font-size:1.1em;
}
#tabPanel {
	background:#fbfbfb url(../../../../images/templates/featureboxgrad.gif) repeat-x;
	border:dashed 1px #999990;
	border-top:solid 6px #6E5A83;
	padding:10px;
	text-align:left;
	margin-top:-9px;
}
#thpcustomsearchtable {
	background-color:#F4F4F4;
	width:100%;
}
#thpcustomsearchtable span {
	font-weight:bold;
}
#thpcustomsearchtable td {
	padding: 10px;
}
#thpcustomsearchtable label {
	padding-left:5px;
}

/* Blogging Plugin  Styles */

.BloggingAboutBox {
	padding: 10px;
}
.BloggingAboutBox A {
	display: block;
}
.RSSFeedLink {
	float:right;
	margin-top: -30px;
	margin-right: 5px;
}
.BlogItem {
	margin-bottom: 30px;
}
.BlogItem .CreatedDate {
	font-size: x-large;
	color: navy;
	border-bottom: 1px dashed navy;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.BlogItem h1.Title {
	font-size: large;
}
.BlogItem .Content {
	margin-bottom: 10px;
}
.CommentItem {
	padding: 10px 10px 30px;
	margin-bottom: 5px;
	font-size:1.1em;
	background:#f5f4f7 url(../../../../images/templates/comment.gif) no-repeat right bottom;
}
.CommentItem .Title {
	font-weight: bold;
	margin-bottom: 5px;
	color:#3D2259;
}
.CommentItem .MetaData {
	font-style: italic;
	color: gray;
	margin-bottom: 10px;
}
.CommentItem .Content {
	margin-bottom: 10px;
}
.CommentItem .CreatedDate {
	font-weight: bold;
}
/* New comment form layout */

.BlogEntryNewCommentForm fieldset {
	margin-bottom: 10px;
}
.BlogEntryNewCommentForm legend {
	padding: 0 2px;
	font-weight: bold;
	_margin: 0 -7px; /* IE Win */
}
.BlogEntryNewCommentForm fieldset ol, .BlogEntryNewCommentForm fieldset ul {
	margin: 0;
	padding: 0;
}
.BlogEntryNewCommentForm fieldset li {
	list-style: none;
	list-style-image: none;
	padding: 5px 0px 7px;
	border-top: 1px solid lightgrey;
	margin: 0;
	background:none;
}
.BlogEntryNewCommentForm fieldset li input, .BlogEntryNewCommentForm fieldset li textarea {
	width: 350px;
}
.BlogEntryNewCommentForm fieldset li div.captcha {
	line-height: 1.8em;
	margin-bottom: 5px;
	float: left;
}
.BlogEntryNewCommentForm fieldset label, .captchaLabel {
	width: 120px; /* Width of labels */
	vertical-align:top;
	line-height: 1.8em;
	float: left;
	margin-right: 5px;
}
.BlogEntryNewCommentForm fieldset li div.captcha img {
	margin-bottom: 2px;
}
/* Form styles */    

.BlogEntryNewCommentForm legend {
	padding-left: 0;
	color: #333;
	font-size:1.1em;
}
.BlogEntryNewCommentForm fieldset {
	border: none;/*border-top: 1px solid #C9DCA6;*/
}
/* End blogging styles */

/* Subscription plugin styles */

#subscription {
	padding-top: 1em;
}

/* End subscription plugin styles */

/*********************************************** 
			Common classes
***********************************************/

.editarea {
	margin:2px;
}
.clearFix {
	height: 1%;
}
.ImmControlAlign_Left {
	clear: none ;
}
.clearFix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.readmore a {
	display:block;
	width:93px;
	height:23px;
	text-indent:-1000px;
	background:url(../../../../images/templates/readmore.gif) no-repeat;
}
.LAPArea {
	border: 1px dashed #999990;
	padding: 0.3em 0.5em;
}
.consultationImage {
    float:right;
    margin:0 0 1.5em 1.5em;
}
.attachment {
   clear:both;
   display:block;
   background:#EAEAEA;
   padding:1em;
   font-size:1.2em;
}
.attachment a {
   padding:0.3em 0 0.3em 25px;
   background:url(../../../../images/templates/pdficon_small.gif) no-repeat;
}

/* box outs */
      
.box {
	background:#fbfbfb url(../../../../images/templates/featureboxgrad.gif) repeat-x;
	border:dashed 1px #999990;
	zoom:1;
	padding:10px;
	margin-bottom:20px;
}
.box h3 {
	background:url(../../../../images/templates/HeaderDivSlice.gif) #3f255b repeat-x;
	color:#FFF;
	padding:4px 0px 4px 10px;
	font-size:1.6em;
	border-bottom:8px solid #6e5a83;
	position:relative;
	margin:-12px -12px 10px;
}

/* Poll plugin */

.poll {
	width:100%!important;
}
.poll td {
	padding:3px 0;
}
.poll label {
	padding-left:5px;
}
.poll .resultLabel {
	padding-right:5px;
}
.poll .result {
	background:#80ac2c url(../../../../images/templates/pollBar.gif) repeat-x!important;
}
.poll .resultBg {
	background-color:#dadada;
}
/* Map */
#map {
	margin:-10px -10px 0 -10px;
}
#map .iw-header {
	padding: 0 0 0.3em; 
	background:none;
	margin:0;
	color:#333;
	border:none;
}
#map .iw-description {
	padding-bottom: 0.3em; 
}
#sidebar {
	margin: 0 -10px 0;
}
.box #map {
	margin:-10px -12px 0 -12px;
}
.box #sidebar {
	margin: 0 -10px -12px;
}
.boxContent {
	padding:10px;
}
.title {
	font-size:1.4em;
	padding:0.2em 0;
}
.description {
    font-size:1.1em;
	padding-bottom:1.2em;
}
.Error {
	font-size:1.1em;
	padding:1em 0;
}
.btn {
	position:relative;
	padding:0 0 0 6px;
}
.formitem {
	width:458px;
}
  
/*News Letter */ 

.NewsLetterDarkBg {background-color:#007000;} 
.NewsLetterLightBg {background-color:#effff3;} 


.category { 
	border-bottom: 1px solid #CCC; 
	height: 30px; 
	position: relative;
	font-size: 1.4em;
	}
.category .sidebar-cat-check { position: absolute; right: 5px; top: 8px;}
.category .icon  { position: absolute; left: 5px; top: 5px; }
.category label { display: block; padding: 0px 22px; line-height: 30px; cursor: pointer;}
