* {

	font-family: Arial, Helvetica, sans-serif;
	color: #666666;

}
a{
	color: Blue;
}

h1 {
	font-size: 20px;
padding: 10px;}

h3 {
padding: 10px 10px 0px 10px}


body {
	margin: 0;
	color: #000;
	font-family: Verdana, Geneva, sans-serif;
	background: #000;
}




p {
	color:#000;
	padding: 0px 10px 0px 10px; text-alugn: justify; font-size: 12px;
}



a,
a:link,
a:active,
a:visited {
	text-decoration:none;
	color:#000;
	font-weight: bold;
}


a:hover {
	text-decoration:underline;
	color: #888;
}



ul {


	list-style: none;

	list-style-type: square;

}



li {


	padding-left: 5px;

	padding-top: 0px;

	list-style-position: inside;

}



/** To center the objects **/

.center {

	text-align:center!important;

}



/* ---------------------

template layout

--------------------- */



/** wrapper to make the page center **/

#container {

	width:100%

	margin: 0px auto;

	padding:0;

	text-align: center;

}
#wrapper{

	width:1000px;

	margin-left: auto;
	margin-right: auto;

	padding:0;

	text-align: left;

}


#header{

	width:1000px;

	margin-bottom: 20px;

}

/**

hold background, it should be float:left

that's way we can not put it in #container

**/

#containerbg {

	position:relative;

	width: 900px;

	background:transparent url(../images/bg_inside.jpg) repeat-y left top;

	float:left;


}



#outerleft {

	position:relative;

	float:left;

	clear:left;
	width:730px;

	

}



#outerright {

	position:relative;

	width:170px;

	float:right;

	clear:right;

}



#logo {

	position:relative;

	width:100%;

	height:74px;

	float:left;


}



/** div container for top menu. position:top **/

#topmenu {

	background:transparent;


}



/** div container for image header **/

#imgheader {

	position:relative;

	float:left;

	clear:left;

	width:100%;

	height:99px;


}



#container_inner {

	position:relative;

	float:left;

	clear:left;

	width:730px;

}



/** div container for left column **/

#leftcol {

	position:relative;
background: #222;
	float:left;
margin-top: 10px;
min-height: 1120px;
	clear:left;
	width:170px;

}



#leftcolmenu {

	position:relative;

	overflow:auto;

}





/** div wrapper for user2 & user3 **/

#content_top_wrapper {

	position:relative;

	float:right;

	clear:right;

	width:542px;

	display:inline;

	margin: 4px 8px 0 0;

}



/** div container for position:user2 **/

#content_top1 {

	position:relative;

	float:left;

	clear:left;

	width:269px;

}



/** div container for position:user3 **/

#content_top2 {

	position:relative;

	float:right;

	clear:right;

	width:269px;

}



/** div container for mainbody **/

#content_main {
min-height: 1120px;
	width:620px;
	margin-left: 5px;
	text-align: center;
	margin-top: 10px;
float: left;
background: #FFC url(../images/bg_gold.jpg)}


#content_main img{}

#content_main p{text-align: justify;}


/** div container for right column **/

#rightcol_top,




#rightcol {

	float:right;


	margin-top: 10px;
	width:200px;

	display:inline;

background: #FC6 url(../images/bg_gold.jpg);
	overflow:hidden;

}



/** div container for right column position:header **/

#rightcol_top {

	height:70px;

	min-height:70px;

}



/** div container for banner position:banner **/

#banner {
	position:relative;
	clear:left;
	float:left;
	width:515px;
	height:65px;
	min-height:65px;
	font-size:10px;
	padding: 20px 0 0 215px;
}



#blackline {

	position:relative;

	clear:left;

	float:left;

	width:730px;

	height:10px;

	min-height:10px;

	background-color: #000000;

	color:#FFFFFF;

	font-size:10px;

}



/** copyright **/



#copyright {

	position:relative;

	width:1000px;

	display:block;

	clear:both;

	font-size:10px;
	float:left;

}


#copyright a{

color: #FC3;

}


#copyright div {

	color:#666666;

	font-size:10px;

	font-weight:bold;

	display:block!important;


	float:left;

	clear:left;

	margin:-10px 0 0 0;

	text-align:left;

}







/* ---------------------

mambo content layout

--------------------- */



/** pathway block **/

span.pathway {

	display:block;

	text-align:left;

	color:#000000;

	font-size:10px;

	font-weight:bold;

	border-bottom-width: 1px;

	border-bottom-style: solid;

	border-bottom-color: #E5E5E5;

	height:20px;

	margin-bottom:10px;

}



/** content title **/

.componentheading {



	font-size:20px;
	letter-spacing: 1px;
	font-weight: 100;
	color:#fff;margin: 2px;

	padding: 10px;

	background: #000 url(../images/bg_mainlev.jpg) no-repeat;


}



.contentheading,

.contentpagetitle,

a.contentpagetitle:link,

a.contentpagetitle:active,

a.contentpagetitle:visited {


	font-size:20px;
	letter-spacing: 1px;
	font-weight: 100;
	color:#fff;margin: 0px;

	padding: 10px;

	background: #000 url(../images/bg_mainlev.jpg) no-repeat;


}



.contentpaneopen {
	width:100%;
	
}





.buttonheading {


	text-align:right;clear: both; margin: 0px; background: #000 url(../images/bg_mainlev.jpg); font-size: 10px; padding: 10px;

}





td.sectiontableheader {

	font-weight: bold;

}



.category, .categorytitle {

	font-weight: bold;


	background-color:inherit;

}











/** blog Styles **/

.blogsection {


	background-color:inherit;

}



.blog_more {

	font-weight: bold;



	color: #0C362D;


	background-color:inherit;

}



/** small text in content **/

.small {

	font-size:10px;

	font-weight: normal;

	background-color:inherit;

}



/** date info in content **/

#content_main .createdate {




	background-color:inherit;

}



#content_main .modifydate {
	

	font-size:10px;


	background-color:inherit;

}





/** content item navigation  **/

.pagenavbar  {

	display:block;

	width:100%;

	background-color:inherit;


	text-align:right;

	letter-spacing:2px;



	background-image: url(../images/bg_pagenav.jpg);

	background-repeat: repeat-x;

	background-position: center bottom;	

}



.pagenav {

	line-height:25px;

	text-align:right;

	letter-spacing:2px;

	color:#999999;

	clear:both;

	margin-left: 0;


	background-color:inherit;

}



.back_button {

	display:block;

	text-align:left;

	font-weight:bold;

	font-size:12px;

	width:100%;

	margin-bottom:10px;

	letter-spacing:2px;

}



/** highlight word search result **/

.highlight {

	font-weight:bold;

	background-color: #FFFF00;

	padding: 2px 0 2px 0;

	

}



/** table of content layout **/

table.contenttoc {

	border: 0px none #000000;

	width:130px;

	margin: 0 0 10px 10px;

}



/** table of content header **/

.contenttoc th {

	color:#FFFFFF;

	background-color:#666666;

	font-size:11px;

	display:block;

	width:124px;

}



/** unordered list for latest news module **/

ul.latestnews li,ul.mostread li {

	line-height: 18px;

	font-size:11px;

	font-weight:bold;

	list-style-type: none;

	list-style-position: outside;

}





/** fix opera table width for content list in table category**/

table.contentpane td.contentdescription {

	width:100%!important;

}





/* ---------------------

Links

--------------------- */



/** any left column link **/

#leftcol a:link,

#leftcol a:active,

#leftcol a:visited,

#leftcolmenu a:link,

#leftcolmenu a:active,

#leftcolmenu a:visited {

	color:#fff; font-size: 13px;

}


#rightcol a:link,

#rightcol a:active,

#rightcol a:visited,

#rightcolmenu a:link,

#rightcolmenu a:active,

#rightcolmenu a:visited

 {

	color:#333; font-size: 13px;

}



a.pagenav:link ,

a.pagenav_next:link,

a.pagenav_pre:link,

div.back_button a,

div.back_button a:link,

a.latestnews:link,

a.latestnews:active,

a.latestnews:visited,

a.mostread:link,

a.mostread:active,

a.mostread:visited {

	text-decoration:none;

}



/*** read more link ***/

.readon,

a.readon:link,

a.readon:active,

a.readon:visited {

	color:#666666;

	font-weight:bold;

	text-align:left;

	margin-top:10px;



	text-decoration:none;

}



/*** blog links ***/

a.blogsection:link,

a.blogsection:active,

a.blogsection:visited {

	color:#0C362D;

	text-decoration:none;

}



/** generic menu item link **/

a.mainlevel:link,

a.mainlevel:active,

a.mainlevel:visited {
	text-decoration:none;
	padding: 10px 0px 10px 10px;
	background: #e2d14c url(../images/bg_mainlev.jpg);
	font-size: 12px;
		color:#fff;

}
a.sublevel:link,

a.sublevel:active,

a.sublevel:visited {
	text-decoration:none;
	font-size: 12px;
	margin-bottom: 5px;
	margin-top: 5px;
		color:#fff;
}



a.sublevel:hover {
color: #FC3;

}



/** generic menu item link on mouseover **/

a.mainlevel:hover,

#leftcol a.mainlevel:hover,

#leftcolmenu a.mainlevel:hover {
	

	color:#222222!important;

	text-decoration:none!important;

}



/** specific top right column menu item link **/

a.mainlevel-right:link,

a.mainlevel-right:active,

a.mainlevel-right:visited,

a.sublevel-right:link,

a.sublevel-right:active,

a.sublevel-right:visited {

	color:#fff;

	text-decoration:none;


}



/** specific top right column menu item link on mouseover **/

a.mainlevel-right:hover {

	background-color:#15604F;

	text-decoration:none;

}





/** pathway link item **/

a.pathway:link,

a.pathway:link,

a.pathway:active,

a.pathway:visited {

	color:#999999;

	text-decoration:none;

}





/** table of content list **/

a.toclink:link,

a.toclink:active,

a.toclink:visited {

	color:#0C362D;

	font-size:11px;


	display:block;

	text-decoration:none;

}



.pagenavbar a:link,

.pagenavbar a:active,

.pagenavbar a:visited  {

	letter-spacing:2px;

	color:#000000;


	text-decoration: none;

}



.pagenavbar a:hover {

	color:#0C362D;

}



/** latestnews and popular **/

.latestnews,

.mostread {

	color:#000000;

}



a.latestnews:link,

.mostread a:link,

.latestnews a:active,

.mostread a:active,

.latestnews a:hover,

.mostread a:hover,

.latestnews a:visited,

.mostread a:visited {

	color:#000000;

	text-decoration:underline;

}



/** underline on hover **/

a.toclink:hover,

a.latestnews:hover,

a.mostread:hover,

a.pathway:hover,

a.sublevel:hover,

a.sublevel-right:hover,

a.blogsection:hover,

a.readon:hover,

a.pagenav:hover ,

a.pagenav_next:hover,

a.pagenav_pre:hover,

a.latestnews:hover {

	text-decoration:underline;

	color:#0C362D;

	background-color:inherit;

}



#leftcol a:hover {

	color: #000000;

	text-decoration:underline;

}





/* ---------------------

mambo module layout

--------------------- */



/** general module table **/

table.moduletable,

#leftcol table,

#rightcol table {

	width:100%;

	float:left;

	clear:left;

}



/** general module table **/

#rightcol table,

#leftcol table td {

	color:#FFFFFF;

}



#rightcol table,

#rightcol table td {


}



/** general module title **/

table.moduletable th {
	background: #666 url(../images/bg_mainlev.jpg);
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: left;
	padding: 10px;
	text-align: center;
	font-weight: normal;
	text-transform: uppercase;
	color: White;
}



#leftcol table.moduletable th {


	color: #929292;

}



#rightcol table.moduletable th {

   color: White;


}





/** specific module td table for content top 1 and 2. 

position:user2 an user3 **/

#content_top1 table.moduletable td,

#content_top2 table.moduletable td {


	height:100px;

	min-height:100px;

	vertical-align:top;

}



/** right column module td **/

#rightcol table.moduletable td   {

	padding:5px;

}



/** generic menu item **/



.mainlevel  {

	display:block;

padding: 5px;
margin-top: 2px;
border-bottom: 1px solid #333;
	background:transparent url(../images/bg_mainlevel.gif) repeat-x;


	text-decoration:none;

}

.mainlevel:hover  {

	display:block;

border-bottom: 1px solid #777;


}




/** specific left column form **/

#leftcol form {

	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	width: 140px;

}



/** specific left column form **/

#leftcol .button {

	padding: 4px;

	color: #000;
border: 0px;
background: #FF9 url(../images/bg_gold.jpg) repeat-x center right;

	width:140px;

}





/** specific left column form **/

#leftcol .inputbox {

	font-weight: bold;

}



/** module styles in #leftcol **/

#leftcol table.moduletable td {

	color:#FFFFFF;

	font-size:12px;

}



/** search div in top right column. position:user4 **/

div.search {

	margin-left:10px;

}



/** search field in search div **/

.search .inputbox {

	width:145px;

	border: 1px solid #000000;

}



/* ---------------------

mambo form layout

--------------------- */



/** left column input form **/

#leftcol .inputbox {

	font-size:11px;

	margin-bottom:2px;
	padding: 4px;

}







/** input button html tag **/

.button,

#rightcol .button {

	font-size:11px;

	text-transform:uppercase;

	color:#333333;

	font-weight:bold;

	background-color:#FFDE00;

	border: 1px solid #666666;

}



.search  {

	margin-top:30px;

}









/* 

mambo top menu layout

you need to add menu class suffix: -nav

*/



/** unordered list top menu **/

ul#mainlevel-nav

{

	list-style: none;

	padding: 0;

	margin: 0;
	width: 100%;
	float: left;


}



/** unordered list item for top menu **/

ul#mainlevel-nav li

{

	display: block;

	padding-left: 0px;

	padding-right: 0px;

	float: right;

	margin: 0;

	width: auto !important;

	font-size: 11px;

	line-height: 23px;

	white-space: nowrap;

}



/** unordered list item link for top menu **/

ul#mainlevel-nav li a

{

	display: block;

	padding-left: 15px;

	padding-right: 15px;

	text-decoration: none;

	color: #929292;

	font-weight:bold;

}



/** unordered list item link for top menu for firefox only **/

#topmenu>ul#mainlevel-nav li a {

	width: auto;

}



/** unordered list item for top menu for firefox only **/

ul#mainlevel-nav li a:hover {

	background: #fff;

	text-decoration:none;
	color:#333333;

}





 /*

specific right column menu item. position:right

you need to add menu class suffix: -right and

module class suffix: -right

 */

.mainlevel-right {

	display:block;

	height:25px;

	line-height:25px;

	padding-left:15px;

	background:#0C362D url(../images/bg_mainlevel_right.gif) repeat-x center top;

	font-weight:bold;

}



/** 

moduletable specific with background image

you need to add modules class suffix: -bgimg

 **/

table.moduletable-bgimg {

	background:transparent url(../images/bg_module.jpg) no-repeat center bottom;

	float:left;

	clear:left;

	width:100%;

}



table.moduletable-bgimg td {

	padding: 5px ;

	font-size:11px;

}



table.moduletable-bgimg td td {

	padding: 0!important;

}



/** for polls **/

.poll {

	font-size:11px;

	line-height: 16px;

}



table.pollstableborder .sectiontableentry2 {

	background-color:transparent; 

	text-align:left; 

}

table.pollstableborder .sectiontableentry1 {

	background-color: transparent; 

	text-align:left;

}






#bottompadding	{

	position:relative;

	width:900px;

	display:block;

	height:0px;

	margin-top:-100px;

}


#browse {
	float:left;
	width:580px;
	margin-left: 10px;
	background: #fff;
	min-height:65px;
	margin-bottom: 5px;
	
	margin-top: 5px;
	border-bottom: 1px dotted #333;
	font-size:10px;
	padding: 10px;
}

#browse img {
	float: left;
	margin-right: 10px;
}

object{padding: 10px;}


/*--Imageslider--*/
img {border: 0;}


/*--Main Container--*/
.main_view {
	float: left;
	position: relative;
}
/*--Window/Masking Styles--*/
.window {
	height:262px;	width: 600px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
}
.image_reel {
	position: absolute;
	top: 0; left: 0;
}
.image_reel img {float: left;}

/*--Paging Styles--*/
.paging {
	position: absolute;
	bottom: 10px; right: -7px;
	width: 178px; height:47px;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	text-align: center;
	line-height: 40px;
	background: url(../images/paging_bg2.png) no-repeat;
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
}
.paging a {
	padding: 5px;
	text-decoration: none;
	color: #fff;
}
.paging a.active {
	font-weight: bold; 
	background: #796a14; 
	border: 1px solid #ADA73C;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.paging a:hover {font-weight: bold;}
/*--End Imageslider--*/