#header {
	background: transparent url('../images/bg-header.jpg') no-repeat scroll 0 0;
	height: 149px;
	width: 990px;
	margin: 0 auto;
}

#mainnav {
	height: 46px;
	width: 990px;
	margin: 0 auto;
}

#mainbody {
	background: url('../images/bg-mainbody.png') repeat-y scroll 0 0;
	width: 1010px;
	margin: 0 auto;
}

#mainbody2 {
	background: url('../images/bg-mainbody2.png') no-repeat scroll 0 0;
} 

#menu_title {
	background: url('../images/bg-menu.png') repeat scroll right center;
	height: 16px;
	width: 208px;
	font-weight:bold;
	color: #FFFFFF;
	margin: 0 auto;
	padding: 3px;	
}

#sidebar {
	background: #FFFFFF url('../images/bg-sidebar.png') repeat-x scroll 0 0;
	color: #000000;
	width: 223px;
	min-height: 700px;
	margin-left: 15px;
	float: left;
}

#sidebar2{
	background: #FFFFFF url('../images/bg-sidebar.png') repeat-x scroll 0 0;
	color: #000000;
	width: 223px;
	min-height: 700px;
	float: right;
}

#page{
	width: 500px;
	float: left;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 10px;	
}

#maincontent {
	width: 750px;
	float: right;
	margin-right: 15px;
}

#mainbottom-wrapper {
	border-top: 0px dotted #000;
	margin-top: 50px;
	margin: 0 15px;
} 

#mainbottom {
	background: none #EFEFEF no-repeat scroll 0 0;
	min-height: 192px;
	margin: 10px 0;
	padding: 0 10px;
	clear: both;
	color: #000000;
}

#footer {
	background: #0B60B7 url('../images/bg-footer.png') no-repeat scroll 0 0;
	text-align: center;
	color: #FFFFFF;
	padding: 10px 0;
	margin: 0 11px;
}

#bottom {
	background: #FFFFFF url('../images/bg-bottom.png') no-repeat scroll 0 0;
	margin: 10px 0 20px 0;
	width: 1010px;
	margin: 0 auto;
	padding: 10px 0;
}


/* @important */

* { margin:0; padding:0; }

body {
	background: #FFFFFF url('../images/bg.png') repeat-x scroll center top;
	font: 78% Arial,Tahoma,Verdana;
	color: #000000;
}

h1,h2,h3 {
	margin: 0 0 10px 0;
}

h1, .componentheading { font-size: 1.5em; }
h2, .contentheading { font-size: 1.2em; text-align:center; }
h3 { font-size: 1.167em; }

#h1id {display:inline;}
#h1id h1,h2 { font-size:1em; font-weight:normal; padding:0px; margin:0px; display:inline;}

ul {
	margin: 10px 0 10px 0;
	padding: 0 0 0 35px;
}

li{}

a {
	text-decoration: underline;
	color: blue;
	/*color: #666666;*/
}

p {
	margin: 0 0 15px 0;
	line-height: 20px;
}

img {
	border: none;
}

fieldset {
	border: none;
}

.clear{
	clear: both;
}

.inside {
	padding: 5px;
}

.left {
	float: left;
}

.right {
	float: right;
}

/* Header Style */

#top {
	height: 35px;
	text-align: right;
	color: #FFFFFF;
}

#contact {
	float: right;
	width: 300px;
	min-height: 80px;
	padding-right: 5px;
	color: #000000;
}

/* Mainnav Style*/

#mainnav ul {
	float: right;
	list-style-type: none;
	padding: 0;
	margin: 0 auto;
}

#mainnav ul li {	
	background: url('../images/bg-menu.png') no-repeat scroll right center;
	display: inline;
	float: left;
	height: 46px;
	padding: 0 10px;
}

#mainnav ul li a {
	color: #FFFFFF;
	display: block;
	float: left;
	font-family: times new roman;
	font-size: 1.2em;
	font-weight: bold;
	line-height: normal;
	margin-top: 12px;
	text-decoration: none;
	text-transform: uppercase;
}

/* Blog Button */

#blog {
	float: right;
	margin: 10px 15px 0 120px;
	padding: 0;
	width: 60px;
}

#blog a {
	background: #F2A31E;
	color: #FFFFFF;
	display: block;
	font-family: times new roman;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	padding: 3px 0;
}


/* Advert Style */

#advert-wrapper {
	border-bottom: 0px dotted #000;
	padding: 0 0 10px 0;
}

.advert-box {
	min-height: 239px;
	width: 367px;
}

/* Sidebar Style */

#sidebar ul {
	list-style-position: inside;
	margin: 0;
	padding: 0;
}

#sidebar ul li {
	
	padding: 5px;
	border-bottom: 1px dotted #B9B9B9;
	list-style-image: url('../images/bullet.png');
}
#sidebar ul li a {
	color: #000000;
	text-decoration: none;
}

#sidebar .moduletable, #sidebar .moduletable_menu{
	margin: 0 0 15px 0;
}

/* Sidebar 2 Style */

#sidebar2 ul {
	list-style-position: inside;
	margin: 0;
	padding: 0;
}

#sidebar2 ul li {
	
	padding: 1px;
	border-bottom: 1px dotted #B9B9B9;
	list-style-image: url('../images/bullet.png');
}
#sidebar2 ul li a {
	color: #000000;
	text-decoration: none;
}

#sidebar2 .moduletable, #sidebar2 .moduletable_menu{
	margin: 0 0 5px 0;
}

/* Main Content Style */

#maincontent img {
	padding: 5px;
}

/* Main Bottom Style */

.mainbottom-box {
	float: left;
	width: 228px;
	min-height: 166px;
	padding: 10px 5px;
	margin: 10px 0;
}

.mainbottom-box ul {
	list-style-image: url('../images/bullet.png');
}

.mainbottom-box ul li {}

.mainbottom-box ul li a {
	text-decoration: none;
	color: #000000;
}

#box-2,#box-3,#box-4 {
	border-left: 1px dotted #B9B9B9;
} 

/*Footer Style */

#footer a {
	color: #FFFFFF;
}

/* Bottom Style */

#bottom .right, #bottom .left {
	font-size: 0.833em;	
}

#bottom .right {
	width: 157px;
}

#bottom .left {
	padding-left: 15px;
}
/* Module Style */

.moduletable, .moduletable_menu {
	
}

/* Joomla Specifics */

.blog {
	margin-top: 15px;
}

.leading {
	
} 

.blog .article_row .contentheading {
	background: transparent url('../images/bg-contentheading.png') no-repeat scroll 0 0;
	color: #FFFFFF;
	padding: 20px 0 0 25px;
	margin: 0;
	height: 70px;
}

p.articleinfo, p.iteminfo {
	line-height: 1.4em;
	margin-bottom: 15px;
}

.modifydate {
	display: block;
	font-size:0.85em;
	padding:0;
}

.createdby {
	display:block;
	font-size:0.85em;
}

.createdate {
	display:block;
	font-size:0.85em;
}

p.buttonheading {
	text-align:right;
}

#maincontent p.buttonheading img {
	margin: 0;
	padding: 0;
}

.article_row {
	margin:0 0;
	overflow:hidden;
	padding:0;
}

.article_column {
	border:0 solid #CCCCCC;
	padding:10px 10px 10px 0;
}

.column1, .column2 {
	border:0 solid #D4A7C5;
	margin:0 5px 0 0;
	position:relative;
}

.column2, .column1 {
	float:left;
	margin:0;
}


.cols2 {
	width:45%;
}

.article_separator {
	border:1px solid #333333;
	display:none;
	margin:0 0;
}

.leading_separator {
	border-bottom:0 solid #333333;
	display:block;
	height:10px;
	margin:0;
}

form.editor fieldset {
	border:1px solid #CCCCCC;
	margin:10px 0;
	padding:20px;
}

form.editor legend {
	font-size:1.2em;
	font-weight:bold;
	padding:2px;
}

.save {
	padding:10px 0;
	text-align:right;
}

/* Table */

table.newsfeeds th, table.weblinks th, table.category th {
	background:#EEEEEE none repeat scroll 0 0;
	padding:5px;
}

.filter {
	margin:10px 0 0;
}

.display {
	margin:20px 0 0;
	text-align:right;
}

/* Tooltips */
.tool-tip {
	float: left;
	background: #ffc;
	border: 1px solid #D4D5AA;
	padding: 5px;
	max-width: 200px;
	text-align:left;
}

.tool-title {
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-weight: bold;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
	background: url(../../system/images/selector-arrow.png) no-repeat;
}

.tool-text {
	font-size: 100%;
	margin: 0;
}

/* Polls */

table.pollstableborder {
	border:medium none;
	padding:0;
	text-align:left;
	width:100%;
}


table.pollstableborder td {
	border-collapse: collapse;
	border-spacing: 0;
	padding: 4px !important;
	margin: 0;
}

/* weblinks */

.contentdescription {
	overflow:hidden;
	padding:10px 0;
}

.display {
	margin:20px 0 0;
	text-align:right;
}

table.newsfeeds, table.weblinks, table.category {
	/*border:1px solid #EEEEEE;*/
	font-size:1em;
	margin:20px 0;
}

table.newsfeeds td, table.weblinks td, table.category td {
	/*border-right:1px solid #EEEEEE;*/
	padding:5px;
}


/** OPT **/
#opt_width{
	width:366px;
	height:auto;
	float:left;
}
#opt_head{
	background-image: url(../images//optin_head.jpg);
	background-repeat:no-repeat;
	float:left;
	width:366px;
	height:57px;
}
#opt_back1{
	background-image: url(../images//opt_background1.jpg);
	background-repeat:no-repeat;
	float:left;
	width:366px;
	height:11px;
	font-size:8px;
}
.opt_text{
	width:366px;
	height:23px;
	float:left;
}
#opt_first{
	background-image:url(../images//opt_firstname.jpg);
	background-repeat:no-repeat;
	float:left;
	width:125px;
	height:23px;
}
#opt_second{
	background-image: url(../images//opt_lastname.jpg);
	background-repeat:no-repeat;
	float:left;
	width:125px;
	height:23px;
}
#opt_email{
	background-image: url(../images//opt_email.jpg);
	background-repeat:no-repeat;
	float:left;
	width:125px;
	height:23px;
}
.opt_tb{
	background-image: url(../images//opt_textbox.jpg);
	background-repeat:no-repeat;
	border:none;
	font-size:12px;
	float:left;
	width:223px;
	height:23px;
	}
.optright{
	background-image:url(../images//opt_rightside.gif);
	background-repeat:no-repeat;
	float:left;
	width:18px;
	height:23px;
	}
#opt_back2{
	background-image: url(../images//opt_background2.jpg);
	background-repeat:no-repeat;
	float:left;
	width:366px;
	height:6px;
	font-size:6px;
}
#opt_back3{
	background-image:url(../images//opt_background3.jpg);
	background-repeat:no-repeat;
	float:left;
	width:366px;
	height:5px;
	font-size:6px;
}
#opt_back4{
	background-image: url(../images//opt_background4.jpg);
	background-repeat:no-repeat;
	float:left;
	width:366px;
	height:7px;
	font-size:6px;
}
#optsubmit{
	width:366px;
	height:31px;
	float: left;
}
#opt_submitback1{
	background-image:url(../images//opt_submitleft.jpg);
	background-repeat:no-repeat;
	float: left;
	width: 241px;
	height:31px;
}
#opt_submitback2{
	background-image: url(../images//opt_submitright.jpg);
	background-repeat:no-repeat;
	float: left;
	width: 17px;
	height:31px;
}
#opt_submit{
	background-image: url(../images//opt_submit.jpg);
	background-repeat:no-repeat;
	border:none;
	float: left;
	width: 108px;
	height:31px;
}
#opt_footer{
	background-image:url(../images//optin_bottom.jpg);
	background-repeat:no-repeat;
	float:left;
	width:366px;
	height:63px;
	}

