/* Generic Styling */

body {
/*	background:url(images/bg-body.png) repeat-x top center #E8F7F9; */
	background-color: #d3f6ff;
	font-family:"Trebuchet MS" Arial, Helvetica, sans-serif;
	font-size:62.5%; /* Sets default font size to 10px */
	color:#222222;
	}

* {
	margin:0;
	padding:0;
	}

img {
	border:0;
	}

p {
	margin-bottom:1.75em;
	}

a {
	text-decoration:none;
	color:#2e89f0;
	}
a:hover {
	text-decoration:none;
	color:#6CC7DC;
	}

/* Structure */

#wrapper {
	margin:0 auto;
	width:700px;
	background:#ffffff;
	font-size:1.20em;

	}
#header {
	height:140px;
	background:url(images/header-image9.jpg) no-repeat;
	}
#menu {
	height:35px;
	line-height:35px;
	background:url(images/bg-menu.png) repeat-x;
	padding:0 10px;
	}
#sidebar {
	float:right;
	width:180px;
	background:#efefef;
	margin-right:10px;
	}
#content {
	float:left;
	width:700px;
	min-height:400px;
	}
#footer {
	clear:both;
	text-align: center;
	font-size: 10px;
	color: grey;
	height:30px;
/*	background:url(images/bg-footer.jpg) no-repeat; */
	}

/* Entries */

.entry {
	padding:10px 15px;
	text-align:justify;
	line-height:1.55em;
	}
.entry ul {
	padding-left: 10px;
}
.entry ul ul{
	padding-left: 20px;
}
.entry-title {
	font-size:1.90em;
	font-weight:normal;
	letter-spacing:-1px;
	}
.date {
	font-size:0.9em;
	color:#bbb;
	cursor:default;
	letter-spacing:1px;
	}
.comments {
	margin-top:-1em;
	}
.comments a {
	color:#6CC7DC;
	background:url(images/icon-comment.png) no-repeat 0px 2px;
	padding-left:20px;
	padding-right:2px;
	}
.comments a:hover {
	color:#B4C835;
	}
#nav {
	height: 1.68em;
	background: #666;
	border-top: 0;
	border-bottom: 1px solid #000;
	padding:0;
	height:35px;
	line-height:35px;
	background:url(images/bg-menu.png) repeat-x;
	padding:0 10px;

}
#nav ul {
	list-style-type:none;
	}
#nav li {
	float:left;
	}
#nav li a {
	padding:0 15px;
	display:block;
	color:#ffffff;
	margin-right:2px;
	}
#nav li a:hover {
	background:url(images/bg-menu-hover.png) no-repeat center center;
	}




/* #nav ul {
	list-style-type: none; 
	margin: 0; 
	padding: 0; 
	font-size: 80%; 
	text-transform: uppercase;
	width: auto;*/
	/*
	(Disappearing List-Background)
	http://www.positioniseverything.net/explorer/ie-listbug.html
	*/
/*	position: relative;  Fix the Stupid IE6 Bug 
}*/

/* #nav ul li {float: left; color: #fff; text-align: center; font-weight: normal;}
#nav ul li a {display: block; background: #666; padding: 5px 10px; padding-bottom: 4px; border-left: 1px solid #000; border-right: 1px solid #000; color: #fff; text-decoration: none;}*/

/* Root Level Link Formatting */
/* #nav ul li a:hover, #nav li a:focus {	background:url(images/bg-menu-hover.png) no-repeat center center; border-color: #fff; color: #4b4c4d;}
#nav li a:active, #nav ul li a.active {border-color: #fff; color: #4b4c4d;} */

/* Current page Customisations*/
#nav li.menu-current a		{background:url(images/bg-menu-hover.png) no-repeat center center; z-index:999; color: #fff; border-bottom: 1px solid #000;}
#nav li.menu-current a		{font-weight: bold;} 

/* 2nd Child menu */
#nav .menu li ul {position: absolute; z-index:999; width: 12em; margin: 0; display: none; text-transform: none; border: 1px solid #000; border-top: 0; font-size: 100%;}
#nav .menu li ul li {width: 12em; z-index:999; text-align: left; font-weight: normal; margin: 0; padding: 0; line-height: 1.2em;}
#nav .menu li ul a {width: 11.5em; z-index:999; padding: .6em .1em .6em .4em; background: #4b4c4d; color: #fff; border: 0;}

/* 2nd Child link hover */
#nav .menu li ul a:hover {color: #4b4c4d; z-index:999; background: #666; border: 0; color:#fff;}

/* Show and hide */
#nav .menu li:hover ul, #nav .menu li a:focus ul, #nav .menu li.subMenu ul {display: block; z-index:999;}
#nav .menu li ul ul { display: none;  z-index:999;}
#nav .menu li:hover ul ul, #nav .menu li.subMenu ul ul {display: none; z-index:999; }
#nav .menu li:hover ul, #nav .menu li li:hover ul, #nav .menu li.subMenu ul, #nav .menu li li.subMenu ul {display: block; z-index:999;}


/* 3rd Child Menu Appreances */
#nav .menu li ul li ul li a 	{ width: 11.5em; z-index:999; padding: .6em .1em .6em .4em; background: #c6c6c6; color: #fff; }

/* Positioning the Pop-out Drops */
#nav li {position: relative; z-index:999;
	}

#nav ul ul ul {
	position: absolute; z-index:999;
	top: 1px;
	left: 100%;
}


/*  Float containers fix: */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
/*  \*/
* html #clearfix {
	height: 1%;
}


/* end menu */#navContainer {width: auto;display:block;clear:both;border-right:1px solid #000;}

/* Menu */

#menu ul {
	list-style-type:none;
	}
#menu li {
	float:left;
	}
#menu li a {
	padding:0 15px;
	display:block;
	color:#ffffff;
	margin-right:2px;
 	}
#menu li a:hover {
	background:url(images/bg-menu-hover.png) no-repeat center center;
 	}

/* Sidebar */

#sidebar ul {
	list-style-type:none;
	margin-top:10px;
	}
#sidebar li {
	
	}
#sidebar li a {
	display:block;
	height:20px;
	line-height:20px;
	color:#222222;
	padding-left:5px;
	border-bottom:1px solid #dddddd;
	}
#sidebar li a:hover {
	background:#edebed;
	color:#6CC4D8;
	}
#sidebar-bottom {
	height:20px;
	background:url(images/bg-sidebar-bottom.gif) no-repeat top center;
	}

/* Footer */

#footer-valid {
	float:left;
	padding-top:55px;
	padding-left:20px;
	cursor:default;
	color:#000000;
	}
#footer-valid a {
	color:#ffffff;
	text-decoration:none;
	}
#footer-valid a:hover {
	color:#ffffff;
	text-decoration:underline;
	}

/* Heading's */

h2 {
	font-size:2.5em;
	font-weight:normal;
	cursor:default;
	position:relative; top:36px; left:22px;
	letter-spacing:1px;
line-height:.8em;
	color:#0385fe;
	font-style:italic;
	}

h1 {
	font-size:2.5em;
	font-weight:normal;
	cursor:default;
	position:relative; top:8px; left:2px;
	letter-spacing:1px;
line-height:.8em;
	color:#0385fe;
	font-style:italic;
	}

/* Feed */

#feed {
	height:25px;
	width:126px;
	background:url(images/bg-feed.gif) no-repeat;
	margin:0 auto;
	padding-left:26px;
	}
a.feed-button {
	display:block;
    width:100px;
    height:25px;
    background:url("images/button-feed.png") 0 0 no-repeat;
    text-decoration: none;
	}
a:hover.feed-button {
	background-position:0 -25px;
	}

/* Extra's */

#ad-top {
	width:480px;
	height:72px;
	background:url(images/bg-ad-top.png) no-repeat;
	padding:5px;
	}


.style50 {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
.style51 {font-size: 11px}
.style53 {font-family: Verdana, Arial, Helvetica, sans-serif}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.style54 {color: #FF9900}

#sbicontent {
	position: relative;
	top: 10px;
	left: 150px;

}
.sbicontent{padding: 14px 8px 8px 19px;}

.sbicontent p
{ line-height: 14px;
  padding: 0px 0px 5px 0px;
}

