@font-face {
	font-family: 'NewsGothicBTLight';
	src: url('fonts/newsgbtl-webfont.eot');
	src: local('☺'), url("fonts/NEWSGBTL.OTF") format("opentype"), url('fonts/newsgbtl-webfont.ttf') format('truetype'), url('fonts/newsgbtl-webfont.svg#newsgbtl') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'UltramagneticLight';
	src: url('fonts/ultramal-webfont.eot');
	src: local('☺'), url("fonts/ULTRAMAL.OTF") format("opentype"), url('fonts/ultramal-webfont.ttf') format('truetype'), url('fonts/ultramal-webfont.svg#ultramal') format('svg');
	font-weight: normal;
	font-style: normal;
}


/* Structure */

#page {
	width: 100%;
}
#wrapper {
	background: #ffffff;
}
#topcontent {
	display: inline;
	line-height: 20px;
	margin-left: 2px;
	float: left;
}
#topleft {
	height: 10px;
	float: left;
	display: inline;
	width: 10px;
}
#topmenu {
	height: 10px;
	float: left;
	display: block;
	width: auto;
	position: relative;
	top: 4px;
}
/* IE HACKS */
html>body #topsearch {
	padding-top: 4px;
}
#topright {
	height: 10px;
	float: right;
	display: inline;
	width: 10px;
}	
#headerbar {
	margin-left: 10px;
	margin-right: 10px;
	height: 110px;
	background-color: #9a8363;
}
#headercontent {
	float: left;
	display: inline;
	height: 110px;
}
#headerlogo {
	float: left;
	display: inline;
	height: 110px;
	line-height: 110px;
	vertical-align: middle;
	overflow: hidden;
}
#headerright {
	width: 378px;
	float: right;
	height: 110px;
	display: block;
}
#headlines {
	float: left;
	display: block;
	margin-bottom: 1px;
}
#bodylatest {
	float: left;
	display: block;
	margin-left: 5px;
	margin-right: 2px;
}
#bodypopular {
	float: right;
	display: block;
	margin-right: 5px;
	margin-left: 2px;
}
#mainbody {
	width: 100%;
	float: left;
	display: block;
}

#maincontent {
	display: block;
	margin-left: 5px;
	margin-right: 5px;
}
#leftsection {
	width: 160px;
	margin-top: 0px;
}
#leftmodules {
	margin-right: 5px;
	margin-top: 0px;
}
#rightsection {
	width: 160px;
	text-align: left;
		padding-right: 5px;
}
#rightmodules {
	margin-left: 5px;
	text-align: left;
}
#content2 {
	height: 14px;
}
#footercontent {
	height: 30px;
	color: #424035;
	font-size: 10px;
}
#footercontent a:link, #footercontent a:visited {
}
#footercontent a:hover {
	color: #e5d8c7;
	text-decoration: none;
}
#footermenu {
}
.spacer {
	margin-left: 10px;
	margin-right: 10px;
	height: 10px;
	display: block;
}
.spacer-border-bottom {
	height: 10px;
	display: block;
	margin-left: 10px;
	margin-right: 10px;
	border-bottom: solid 1px #e6e6e6;
}
/* DEFAULT SETTINGS */ 
/* Below are  default settings are used when no other style has been defined.*/
body {
	margin-bottom: 10px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	color: #636363;
	background: #ece7e1;
	font: 70%/150% Verdana, Helvetica, Arial, sans-serif;
}/*Style for the body tag of your website, controls font family page background, etc.*/

a:link, a:visited {
	color: #999999;
	text-decoration: none;
	font-weight: normal;
} /* general links style*/
a:hover {
	color: #666666;
	text-decoration: none;
	font-weight: normal;
}
hr {
	width: 1px;
	color: #D6D5D5;
} /* horizontal line in your template*/
hr.separator {
	width: 1px;
	color: #D6D5D5;
}
 
/* FORMS SETTINGS */ 
.button {
	text-align: center;
	font-size: 11px;
  	font-weight: normal;
  	background: #EFEFEF;
  	padding: 0px 5px;
	height: 23px;
	color: #898989;
  	margin: 1px;
	vertical-align: middle;
	cursor: pointer;
	border-width: 0;
}
/*
html>body .button {
	height: 22px;
	line-height: 22px;
}*/
/* NAVIGATION/MENU SETTINGS */
 
a.mainlevel{
	display: block;
	font: normal 17px/26px "UltramagneticLight", Helvetica, sans-serif;
	vertical-align: middle;
	color: #9a8363;
	text-align: left;
	padding-left: 4px;
	height: 22px !important;
	text-decoration: none;
} /* this styling is for the MAIN items in the menu */
a.mainlevel:link, a.mainlevel:visited {
	color: #9a8363;
}
a.mainlevel:hover {
	color: #7D705F;
	text-decoration: none;
}

a.mainlevel#active_menu {
	line-height: 25px;
	color: #7D705F;
	text-decoration: none;
} /* this styling is for the menu item when it is active, even in main/sub position*/
 
ul#mainlevel-nav2
{
	list-style: none;
	padding: 0;
	margin: 1px 0 0 2px;
}

ul#mainlevel-nav2 li
{
	background-image: none;
	padding-left: 0px;
	padding-right: 0px;
	float: left;
	margin: 0;
	white-space: nowrap;
	display: block;
	font: 15px "UltramagneticLight", Lucida, Verdana, sans-serif;
	text-transform: uppercase;
	color: #9a8363;
}

ul#mainlevel-nav2 li a
{
	display: block;
	padding-left: 4px;
	padding-right: 7px;
	text-decoration: none;
	color: #9a8363;
	background: transparent;
}

#buttons>ul#mainlevel-nav2 li a { width: auto; }

ul#mainlevel-nav2 li a:hover
{
	display: block;
	color: #424035;
}


ul#mainlevel-nav
{
	list-style: none;
	padding: 0;
	margin: 1px 0 0;
}

ul#mainlevel-nav li
{
	background-image: none;
	padding-left: 0px;
	padding-right: 0px;
	float: left;
	margin: 0;
	white-space: nowrap;
	display: block;
	font: 11px/14px "NewsGothicBTLight", Helvetica, Geneva, sans-serif;
	color: #9a8363;
}

ul#mainlevel-nav li a
{
	display: block;
	padding-right: 8px;
	text-decoration: none;
	color: #9a8363;
	background: transparent;
	padding-left: 2px;
}

#buttons>ul#mainlevel-nav li a { width: auto; }

.button {
	font: 11px/12px "UltramagneticLight", Helvetica, Geneva, sans-serif;
	text-align: center;
  	font-weight: normal;
  	background: #424035;
  	padding: 4px 5px 0px 4px;
	color: #fff;
	vertical-align: middle;
	cursor: pointer;
	border-width: 0;
	margin-top: 3px;
	display: block;
	height: 16px;
	margin-right: 14px;
	float: left;
}

ul#mainlevel-nav li a:hover
{
	display: block;
	color: #424035;
}


a.sublevel{
	line-height: 20px;
} /* this styling is for menu items that HAS A PARENT */
a.sublevel:link, a.sublevel:visited {
	color: #999999;
	text-decoration: none;
	font-family: Arial, Helvetica, Geneva, sans-serif;
}
a.sublevel:hover {
	color: #666666;
	text-decoration: none;
}
 
.pagenavbar {
	color: #ffffff;
} /*Sets the style for the footer navigation ("<< Start < Prev Next > End >>") 
when they do not appear as hyperlinks (when only a few articles exist).*/
.pagenavbar:link, .pagenavbar:visited {
	text-align: center;
	font-size: 10px;
  	font-weight: bold;
  	border: 1px double #cccccc;
  	width: auto;
  	padding: 0px 10px;
  	line-height: 20px;
  	margin: 1px;
}
.pagenavcounter {
	font-size: 12px;
	color: #0099FF;
	display: block;
}
a.readon:link, a.readon:visited {
	text-align: center;
	font-size: 11px;
  	font-weight: normal;
  	border: 0px solid #cccccc;
  	background: #FFFFFF;
  	padding: 0px 5px;
	height: 26px;
  	line-height: 26px;
  	margin: 1px;
	vertical-align: middle;
	color: #898989;
} /*Style for the "Read More" link that is displayed for large content items*/
a.readon:hover {
	text-align: center;
	font-size: 11px;
  	font-weight: normal;
  	border: 0px solid #cccccc;
  	background: #EFEFEF;
	color: #959595;
  	padding: 0px 5px;
	height: 26px;
  	line-height: 26px;
  	margin: 1px;
	vertical-align: middle;
	text-decoration: none;
}
/*Style for the "BACK" button*/
.back_button a:link, back_button a:visited {
	font: 12px/22px "UltramagneticLight", Lucida, Verdana, sans-serif;
	float: left;
	text-align: center;
  	width: auto;
	background: #FFFFFF;
	color: #898989;
  	padding: 0px 5px;
  	margin: 1px;
	display: block;
} 
.back_button a:hover {
	float: left;
	text-align: center;
  	width: auto;
  	background: #EFEFEF;
	color: #959595;
  	padding: 0px 5px;
  	margin: 1px;
	display: block;
	text-decoration: none;
}

.pagenav_prev {} /*Style for the PRE button*/
.pagenav_next {} /*Style for the NEXT button*/
 
/*Style for latest news list - by default, latest news is user1 module*/
.latestnews li {
	list-style: url(../images/mostread.gif);
}
 
/*Style for most popular list - by default, most popular is user2 module*/
.mostread li{
	list-style: url(../images/popular.gif);
}
 
/* CONTENT PAGE SETTINGS */
a.category:link {}
a.category:hover {}
a.category:visited {}
 
ul li {
	list-style: url(../images/arrow.png);
}
.blogsection {} /* Formatting the links in Blog section */
.blog_more {
	color: #333333;
} /*The "More" text in blog section*/
a.blogsection:link, a.blogsection:visited {
	color: #999999;
	text-decoration: none;
	font-weight: normal;
} /* set the link format */
a.blogsection:hover {
	color: #666666;
	text-decoration: none;
	font-weight: normal;
} /* same as above, but for links with mouse pointer over it */
 

.componentheading {
	padding-left: 20px;
	line-height: 25px;
	vertical-align: middle;
	font-weight: normal;
	font-size: 11px;
	color: #959595;
	padding-bottom: 15px;
}/* Title of the component being used to display the content.*/
.contentheading {
	line-height: 16px;
	font-size: 12px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #666666;
} /* Title of the content, article, etc. being displayed.*/
 
 
/* JOOMLA - MAMBO SECTIONS LISTINGS */

.sectiontableheader {
	background: #EFEFEF;
	font-size: 12px;
	font-weight: normal;
} /* This is for styling the section table headers on a 
SECTION's page. Example: table header of "Date", "Item Title", "Author" and "Hits"? */
.sectiontableentry2 {
	text-align: left;
	background: #FEF4E8;
	height: 25px;
	padding-left: 3px;
}  
.sectiontableentry1 {
	text-align: left;
	background: #FFFFFF;
	height: 25px;
	padding-left: 3px;
}


 
/* JOOMLA - MAMBO MODULES FORMATTING */
table.moduletable th, div.moduletable h3 {
	border-bottom: solid 1px #E6E6E6;
	line-height: 25px;
	margin: 0 0 2px 0;
	margin-top: 2px;
	font-size: 12px;
	color: #959595;
	vertical-align: middle;
	text-transform: uppercase;
} /* Formatting the module table */
table.moduletable {
	width: 100%;
	margin-bottom: 5px;
	padding: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
} /* Formatting the module header, and the module titles */
table.moduletable td {} /* Formatting the table cells of the module table */

div.moduletable {
	padding: 0;
	margin-bottom: 0px;
}
 
/* MISCELLANEOUS */
 
/* Dates , Authors*/
.createdate {
	font-size: 9px;
	color: #929292;
} 
.modifydate {
	font-size: 9px;
	color: #929292;
} 
.small {
	font-size: 9px;
	color: #929292;
} 
.smalldark {
	font-size: 9px;
	color: #7B7B7B;
}

h1 {
font-weight: normal; }
h2 {
font-weight: normal; }
h3 {
} 
h4 {
	color: #9a8363;
	font: bold 11px "Lucida Grande", Lucida, Verdana, sans-serif;
}
h5 {
font-weight: normal; } 
h6 {
font-weight: normal; } 
.contentdescription {
font-weight: normal;
}
moduletable h3 {
font-weight: normal; }
div.module div div div h3 {
font-weight: normal; } 
a.toclink:link {
font-weight: normal; }
a.toclink:visited {
font-weight: normal; }
a.toclink:hover {
font-weight: normal; }
 
.sectiontableheader {
font-weight: normal; }
.sectiontableentry1 {
font-weight: normal; } 
.sectiontableentry2 {
font-weight: normal; } 
.sectiontablefooter {
font-weight: normal; }

.componentheading {
font-weight: normal; }
.contentheading {
	font-size: 17px;
	line-height: 20px;
	font-weight: bold;
	color: #7D705F;
}
.buttonheading {
	margin: 0;
	padding: 0;
}
.contentpane {
font-weight: normal;
}
.contentpaneopen {
font-weight: normal;
}
.contentpagetitle {
	font-size: 24px;
}
a.contentpagetitle:hover {
	font-size: 24px; }
a.contentpagetitle:link {
	font-size: 24px; }
a.contentpagetitle:visited {
	font-size: 24px; }
.newsfeed {
list-style-type: none; /*no bullet points*/
margin : 0;
	padding: 4px 2px;
	font-size: 10px;
}
.newsfeed a:link, .newsfeed a:visited {
	color: #908a75;
	font-size: 11px;
	font-weight: bold;
}
.newsfeed a:hover {
	background-color: #ecefdf;
	font-size: 11px;
	font-weight: bold;
}
.newsfeed date {
	font-size: 9px;
	line-height: 180%;
}
.cp_tag {
	font-size: 16px;
	font-weight: bold;
}
.contentpaneopen2 {
	border-top: 1px solid #ded9d7;
}
.cp_title a {
	color: #908a75;
	font-weight: bold;
	font-size: 13px;
	line-height: 16px;
}
.cp_title a:hover {
	color: #908a75;
	font-weight: bold;
	font-size: 13px;
	border-bottom: 3px solid #ecefdf;
	background-color: #ecefdf;
}
.cp_text { 	font-size: 11px;
}
.datetag { font-size: 9px;
}
div.cp_tags {
	margin-bottom: 6px;
	margin-top: 3px;
}
.cp_tags a {
	font: 10px/14px "UltramagneticLight", Helvetica, Geneva, sans-serif;
  	font-weight: normal;
	border-bottom: 1px solid #ded9d7;
	background: #ecefdf;
	padding: 1px 3px 0;
}
.cpsearch {
	font-size: 11px;
	font-weight: bold;
}
.style19 {	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.style18 {
	font: 11px/12px Arial, Helvetica, Geneva, sans-serif;
}

.style18b {
	line-height: 11px;
	font-weight: bold;
	font-size: 11px;
}
.style22 {color: #666666}
.style26 {
	color: #3333FF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.style28 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
}
.style23 {color: #000000}
.style7 {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}
.style21 {	color: #666666;
	font-style: italic;
}
	
.style29 {font-family: Verdana, Arial, Helvetica, sans-serif}
.style30 {
	line-height: 12px;
	font-size: 11px;
}
.style_listings {
	margin-bottom: 10px;
}
