html {
	padding: 0px;
	margin: 0px;
	border: 0px;
}
body {
	margin: 0px;
	padding: 0px;
	border: 0px;
	height: 100%;
	width: 100%;
	text-align: center; /* required for centering the page in IE */
	background-image: url(../background_images/image4.jpg);
	background-repeat:repeat;
	background-color:#ffffff;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #60686a;
	line-height: 19px;
	background-attachment: scroll;
	background-position: left bottom;
	background-color: #000000;
}
.bodytext p {
	font-size: 12px;
}
.poll {
	overflow: hidden;
	text-align: left;
}
.bgthumbs {
	margin: 2px;
	border: 2px solid #000000;
}
.bgthumbs a:hover {
	border: 2px solid #0099CC;
}
h1, h2, h3, h4, p, ul, li, .poll, table.contentpaneopen {
	margin: 0px;
	padding: 0px;
	border:0px;
	list-style-type:none;
	font-size:12px;
}

div.componentheading {
	padding-bottom: 2px;
	text-decoration: underline;
}

.moduletable_menu h3 {
	text-indent: 10px;
	padding-bottom: 5px;
}

h1, .componentheading, .contentheading {
	font-size: 0px;
}

fieldset.input {
	border: 0px none;
}
a:link {
	color: #60686a;
	font-weight: bold;
	text-decoration: none;
	line-height: 20px;
}
a:hover {
	color:#f7931e;
	text-decoration: underline;
}
a:visited {
	color: #60686a;
	font-weight: bold;
	text-decoration: none;
}

a:visited:hover{
	color: #f7931e;
	font-weight: bold;
	text-decoration: underline;
}

.moduletable {
	padding-bottom: 15px;
}
.mostread {
	list-style-type: none;
}
#logo {
	width: 520px;
	height: 80px;
	float: left;
	background-image: url(../images/logo1.png);
	background-repeat: no-repeat;
}

#icons {
	float:right;
}

#headwrap {
	width: 800px; 
	height: 90px;
	margin-bottom: 10px;
}

#navbar {
	width: 980px;
	float:left;
	background:none;
}

#navbar ul { /* all lists */

	padding-top: 5px;  /* this is the padding above the navbar div - JS */

	margin: 0;

	list-style: none;
}


#navbar li { /* all list items */
	float: left;
	background-color:none;
	padding-top: 0px;
}




#navbar li li {

	border-bottom:0px solid;
	padding-top: 0px;

	}


#navbar a {
	display: block;
	background:none;
	height:auto;
	width:auto; /* this is the width of the individual menu blocks - JS */
	padding:0px 10px 0 5px;
	color:#60686a; /* this is the main menu font colour - JS */
	font-family:Arial Rounded MT Bold;
	font-size:14px; /* this is the main menu font size - JS */
	text-align:center;
	font-style:normal;
	text-decoration:none;
	background-image: url(../images/slash.png);
	background-repeat: no-repeat;
	background-position: right 0px;
}


html>body #navbar a { /*main menu - JS*/
	display: block;
	background:none;
	height:auto;
	width:auto; /* this is the width of the individual menu blocks - JS */
	padding:0px 10px 0 5px;
	color:#60686a; /* this is the main menu font colour - JS */
	font-family:Arial Rounded MT Bold;
	font-size:14px; /* this is the main menu font size - JS */
	text-align:center;
	font-style:normal;
	text-decoration:none;
	background-image: url(../images/slash.png);
	background-repeat: no-repeat;
	background-position: right 0px;	

}


html>body #navbar a:hover { /*main menu hover over function - JS*/
	display: block;
	background:none; /*this is the hover over colour for the menu bar - JS*/
	height:auto;
	width:auto; /* this is the width of the individual menu blocks - JS */
	padding:0px 10px 0 5px;
	color:#f68f24;
	font-family:Arial Rounded MT Bold;
	font-size:14px; /* this is the hover over main menu font size - JS */
	text-align:center;
	font-style:normal;
	text-decoration:none;
	background-image: url(../images/slash.png);
	background-repeat: no-repeat;
	background-position: right 0px;
}


html>body #navbar a#active_menu { /*main menu once selected (active) - JS */
	display:block;
	background:none; /*this is the selected menu colour for the menu bar - JS*/
	height:auto;
	width:auto;
	padding:0px 10px 0 5px;
	color:#f68f24;
	font-family:Arial Rounded MT Bold;
	font-size:14px;
	text-align:center;
	font-style:normal;
	text-decoration:none;
	background-image: url(../images/slash.png);
	background-repeat: no-repeat;
	background-position: right 0px;
}


#navbar li:hover, #navbar li.mainlevel_current {
	display:block;
	background:none;
	height:auto;
	font-family:Arial Rounded MT Bold;
	font-size:14px;
	text-align:center;
	font-style:normal;
}

#navbar li li a { /* this is the styling for the drop down menu (not hover over)- JS*/
	display:block;
	background: #f7931e;
	background-position: top 10px;
	height:20px;
	width:180px;
	padding:0px 8px 0px 8px;
	color:white;
	font-family:Arial Rounded MT Bold;
	font-size:14px;
	text-align:left;
	margin:0;
}

#navbar li li a:hover { /* this is the drop down hover over - JS */
	display:block;
	background: #f7931e;
	height:20px;
	width: 180px;
	color:#60686a;
	margin:0;
	padding:0px 8px 0px 8px;
	font-family:Arial Rounded MT Bold;
	font-size:14px; /* this is the main menu font size - JS */
	text-align:left;
	font-style:normal;
}

#navbar li li a#active_menu { /* this is the drop selected (active) - JS */
	display:block;
	background: #60686a;
	height:20px;
	width: 180px;
	color:#FFFFFF;
	margin:0;
	padding:0px 8px 0px 8px;
	font-family:Arial Rounded MT Bold;
	font-size:14px; /* this is the main menu font size - JS */
	text-align:left;
	font-style:normal;
}

#wrapper {
	height: 100%;
	width: 800px; /* this is the main website width (not content pane) - JS */
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}
#leftwrap {
	text-align: left;
	width: 180px;
	margin-right: 10px;
	float: left;
}
* html #left {
	display: inline;
}
#left {
	width: 0px;
	background-image: url(../images/left-mid.png);
	background-repeat: repeat-y;
}
#leftinner2 .moduletable {
	padding-left: 10px;
}
#right {
	width: 800px;
	text-align: left;
	float: left;
}
* html #right {
	display: inline;
}
#rightinner {
	background-image: none;
	background-repeat: repeat-y;
	width: 800px!important;
	margin: 0px;
	padding: 0px;
	border: 0px;
}
#rightinner2 {
	margin-left: 0px;
	list-style-type: none;
	padding: 10px;
	border: 0px;
	width:800px!important; /* this is the content pane width - JS */
}
table.contentpane {
	width: 558px;
	overflow: hidden;
	display: inline;
	padding-bottom: 10px;
}
#farrightwrap {
	text-align: left;
	margin-left: 0px;
	width: 180px;
	float: right;
}
#farright {
	width: 180px;
	background-image: url(../images/left-mid.png);
	background-repeat: repeat-y;
}
* html #farright {
	display:inline;
}
#farrightinner2 {
	padding-left: 10px;
	padding-right: 10px;
	overflow: hidden;
}
#TopModule {
	width: 468px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
}

#rotatingimage {
	width: 790px;
	float: left;
	padding-top: 15px;
	padding-bottom:10px;
}

#BottomModule {
	width: 600px;
	float: left;
}

#news {
	width: 200px;
	float: right;
}

.logoLeft {
	float: left;
	margin: 10px;
}

}
li.mostread, li.latestnews {
	padding-bottom: 4px;
}
li.mostread, li.latestnews a:link {
	background-repeat: no-repeat;
}
.sublevel {
	text-indent: 15px;
}
.column_separator {
	padding-left: 20px;
}
.article_column {
}
li.contentpaneopen, ul.contentpaneopen {
	list-style-type: none;
}
table .contentpaneopen {
	width: 100%;
	display: inline;
}
.buttonheading img, .hasTip img, .bs_contentdiv img {
	border: 0px;
}
.small, .createdate, .modifydate {
	font-size: 90%;
	font-style: italic;
	padding-bottom: 5px;
}
a.readon {
	font-size: 12px;
	float: right;
	margin-top: 2px;
	padding-top: 3px;
	padding-right: 20px;
	padding-bottom: 3px;
	padding-left: 7px;
	display: inline;
	background-color: #000000;
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	C40004-height: 15px;
	color: #60686a;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	border: 1px solid #666;
	background-position: right 48%;
}
a.readon:hover, a.readon:active, a.readon:focus {
	color:#000000;
	background-color: #60686a;
	background-image: url(../images/arrow-hover.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-x-position: 5px;
	background-y-position: 48%;
	border: 1px solid #000000;
}
html {
	margin-bottom: 1px;
	height: 100%!important;
	height: auto;
}
#mod_search_searchword {
	font-size: 12px !Important;
	width: 140px;
}
#mod_login_password, #mod_login_username {
	width:160px;
	color: #FFF;
}
form {
	margin: 0;
	padding: 0;
}
input, select {
	font-size: 12px !Important;
}
label {
	font-size: 12px;
	text-align: left;
	margin: 0px;
	padding: 0px;
}
.pollstableborder {
	text-align: left;
}
select, .inputbox {
	padding: 4px;
	font-size: 12px;
}
textarea {
	font-size: 12px;
}
.button {
	border: 1px solid #666;
	padding: 2px 6px!important;
	background: #ffffff;
	color: #60686a;
	font-weight: bold;
	font-size: 12px;
}
#modlgn_remember {
	border: 0px;
	padding: 0px;
	margin: 0px;
	height: 14px;
	width: 14px;
}
#form-login {
}
ul.latestnews {
}
.button:hover {
	background: #fffFFF;
	color: #f7931e;
	border: 1px solid #666;
}
.button:active, .button:focus {
	border: 1px solid #222222;
}
#form-login-remember {
	display:inline;
	vertical-align:top;
}
#mod_search_searchword .inputbox {
	font-size:12px;
}
.inputbox {
	font-size: 12px;
	border: 1px solid #3F3F3F;
	background: #ffffff;
	color: #000000;
	text-indent: 3px;
}
#left .inputbox, #mainContent .inputbox {
	margin-top: 5px;
	margin-bottom: 5px;
	background: #000 !important;
	text-indent: 3px;
}
#left .inputbox:hover, #left .inputbox:focus, #mainContent .inputbox:hover, #mainContent .inputbox:focus, #farrightinner2 .inputbox:focus, #farrightinner2 .inputbox:hover {
	border: 1px solid #88CFFF;
}
#farrightinner2 form {
	width:160px;
}
#form-login-remember .inputbox:hover {
	border:none
}

#footer {
height:140px;
width:800px;
padding-top:800px;
}

#credits {
height:35px;
width:800px;
text-transform:uppercase;
	position:relative;
	font-size:10px;
	color:#444;
	width: 300px;
	float:right;
	text-align:right;
	padding-top:20px;
	padding-bottom:20px;
	padding-right:10px;
}

#credits a:link, #credits a:visited {
	color: #999;
	text-decoration: none;
} 

#credits a:hover {
	color: #CCC;
	text-decoration: none;
	cursor: pointer;
} 

#credits a img{
	border: 0px;
}

.joomla-template-design {
	position: absolute;
	top: 10px;
	right: 0px;
}

.joomla-template {
	position:absolute;
	top:15px;
	right:33px;
	display:block;
}