/* General styles */
body {
	font-size: 12px;
	font-weight: normal;
	font-family: Arial, Tahoma, Sans-serif;
	margin: 0 auto 0 auto;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:96%;
	background:#808080;
	min-width:600px;		/* Minimum width of layout - remove line if not required */
					/* The min-width property does not work in old versions of Internet Explorer */
}

/* Header styles */

#headWrapper {
	background: #000;
	line-height: normal;
	height: 80px;
}
#header {
	position: relative;
	clear: both;
	float: left;
	width: 100%;
	background-color: #000;
	
}
#headWrap {
	width: 96%;
	position: relative;
	margin: 0px auto 0px auto;
	background: url(../images/logo.png) no-repeat;
	height: 80px;
}
.headerMask {
	width: 602px;
	display: block;
	background: url(../images/header-mask1.png) no-repeat top right;
	height: 80px;
	position: absolute;
	top: 0;
	right: -1px;
}

#headContent {
	position: relative;
	padding: 5px 10px 5px 250px;
	height: 80px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Tahoma, Sans-serif;
}

/* column container */
.colmask {
	position:relative;		/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
	min-height: 460px;
}
/* Common column settings */
.colright,
.colmid,
.colleft {
	float:left;
	width:100%;			/* width of page */
	position:relative;
}
.col1,
.col2,
.col3 {
	float:left;
	position:relative;
	padding:2em 0 1em 0;		/* no left and right padding on columns, we just make them narrower instead 
					   only padding top and bottom is included here, make it whatever value you need */
	overflow:hidden;
}
/* 3 Column settings */
.threecol {
	background:#f4f4f4;		/* right column background colour */
}
.threecol .colmid {
	right:20%;			/* width of the right column */
	background:#fff;		/* center column background colour */
}
.threecol .colleft {
	right:60%;			/* width of the middle column */
	background:#f4f4f4;		/* left column background colour */
}
.threecol .col1 {
	width:56%;			/* width of center column content (column width minus padding on either side) */
	left:102%;			/* 100% plus left padding of center column */
}
.threecol .col2 {
	width:16%;			/* Width of left column content (column width minus padding on either side) */
	left:26%;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
}
.threecol .col3 {
	width:16%;			/* Width of right column content (column width minus padding on either side) */
	left:90%;			/* Please make note of the brackets here:
					   (100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
}
/* Footer styles */
#footer {
	clear:both;
	float:left;
	width:100%;
	background:#fff;
}
#footWrap {
	width: 96%;
	margin: 10px auto 10px auto;
}

/* Start Joomla Customisation */

table.blog {
	width: 100%;
}

table.blog .contentheading {
	padding: 0px;
	margin: 0px;
	font-size: 125%;
	background: #eeeeee;
}

table.blog .contentpaneopen {
	padding: 0px;
	margin: 0px;
}

.blog_more {
	padding: 10px 0;
	background: url(../images/hdot.gif) repeat-x top;
}

.blog_more strong {
	margin: 0 0 5px;
	display: block;
	font-size: 125%;
}

.blog_more ul {
	margin: 0;
	padding: 0;
}

.blog_more ul li {
	margin: 0;
	padding: 0 0 0 17px;
	background: url(../images/bullet.gif) no-repeat 6px 8px;
}

table.blog .article-meta {
	padding: 5px;
}

table.blog .article_separator {
	clear: both;
	display: block;
	height: 10px;
	margin-top: 10px;
	border-top: 1px solid silver;
}

.article_column {
}

.createdate {
	padding: 3px 3px 3px 20px;
	background: url(../images/icon-date.gif) no-repeat 0 2px;
}

.componentheading, .contentheading {
	font-size: 150%;
	font-weight: bold;
	margin: 10px 0px 10px 0px;
}

.advert.bannergroup {
	text-align: center;
}

.advert.bannergroup .bannerheader {

}

.advert.bannergroup .banneritem {
	display: inline;
}

.advert.bannergroup .banneritem img {
	border: none;
}

.contentpaneopen {
	padding: 5px;
	margin: 30px 0px 10px 0px;
}

.moduletable_menu, .moduletable_latest {
	padding: 0px 0px 20px 0px;
	margin: 10px 0px 20px 0px;
	background: url(../images/hdot.gif) repeat-x 50% bottom;
}

UL.menu, UL.latestnews_latest {
	padding: 1px 0px 0px 0px;
	list-style-type:none;
	margin: 0px;
}

UL.menu LI a {
	padding: 2px 0;
	display: block;
	color: #333333;
	background: url(../images/hdot2.gif) repeat-x bottom;
	text-decoration: none;
	outline: none;
}

UL.latestnews_latest LI a {
	padding-left: 16px;
	background: url(../images/bullet.gif) no-repeat 5px 5px;
	display: block;
	color: #333333;
	text-decoration: none;
	outline: none;
}

UL.menu LI a span {
	padding-left: 16px;
	background: url(../images/bullet.gif) no-repeat 5px 5px;
}

UL.latestnews_latest LI {
	padding: 2px 0;
	display: block;
	color: #333333;
	background: url(../images/hdot2.gif) repeat-x bottom;
	text-decoration: none;
	outline: none;
}

UL.menu LI a:hover,
UL.menu LI a:active,
UL.menu LI a:focus {
	color: #333333;
	background: url(../images/hdot2.gif) repeat-x bottom #DDDDDD;
	text-decoration: none;
}

UL.latestnews_latest LI a:hover,
UL.latestnews_latest LI a:active,
UL.latestnews_latest LI a:focus {
	color: #333333;
	background: url(../images/bullet.gif) no-repeat 5px 5px #DDDDDD;
	text-decoration: none;
}



