/*
 *  psd2css.css
 *
 *  This is your external CSS style sheet. It defines all of the CSS styles that you
 *  are using in your page.  If you are going to create multiple pages from the same
 *  PSD file (like a template), you will share this CSS style sheet between the various
 *  pages.
 *
 *  This file was originally generated at http://psd2cssonline.com 
 *  September 10, 2009, 5:40 pm with psd2css Online version 1.49
 *
 */

/* You named this layer Merged_center */
#Layer-1 {
  position: absolute;
  margin-left: -500px;
  left: 50%;
  top: +0px;
  width: 1000px;
  height: 953px;
  z-index: 1;
}

/* You named this layer content_joomla */
#Layer-2 {
  position: absolute;
  left: 118px;
  top: 231px;
  width: 734px;
  height: 240px;
  z-index: 2;
  overflow: auto;
}

#Layer-2 li {
	
	list-style-type: inherit; 		
}

/* You named this layer user1_joomla */
#Layer-3 {
  position: absolute;
  left: 118px;
  top: 498px;
  width: 763px;
  height: 27px;
  z-index: 3;
  }

/* You named this layer left_joomla */
#Layer-4 {
  position: absolute;
  left: 115px;
  top: 661px;
  width: 169px;
  height: 206px;
  z-index: 4;
}

/* Here are some examples of how you might want to change the
 * look and behavior of the links on your page.  Some examples for
 * further customization are included in comments.  */
/**
 * a { cursor: pointer; }
 * a:link { color: #F1592A; }
 * a:visited { color: #F1592A; }
 * a:hover {
 *   color: black;
 *   text-decoration: underline;
 *   font-weight: bold;
 * }
 */

/* Menu */

.moduletable_menu a:link {
	color: black;
}

.moduletable_menu a {
	color: black;
 	font-size: 14px;
 	padding: 2px;
 	margin: 4px;	
	font-weight: bold;
 	height:26px;
}

.moduletable_menu a:visited {
	color: black;
	

}

.moduletable_menu a:hover {
	color: black;
	font-weight: bold;
	height: 25px;
	background-image: url('../images/menuItemHoover.png');
	
}

.moduletable_menu h3 {
  margin-top: 0;
}



#active_menu{

	color: black;
	height: 25px;
	background-image: url('../images/menuItemSelected.png');


}



.mainlevel {
	
	
} 



/* Custom CSS examples/suggestions for Joomla -
 *
 *   Here are some examples of some changes you can make to stylize the output
 *   from Joomla.  These are just suggestions, you can change them to whatever
 *   you would like.  There are many other classes and ids that you can modify
 *   CSS for from Joomla too.  I suggest using Firebug and the 'Inspect'
 *   feature there to find the name of the class or id of an element of the
 *   page that you want to stylize, and add it to this section.
 *
 *   If you plan on re-converting your design often, be careful - this page is
 *   automatically regenerated every time.  So if you don't want to loose some
 *   CSS you've added here, move all your custom CSS to your own external
 *   stylesheet and reference it externally from the index.php file (make sure
 *   your reference is _after_ the reference to psd2css.css).
 */

body { 
	color: black; 
	background-color: #E8D2A3;
	font-family: Arial, Helvetica, Sans-Serif;
	}
	
img { border: 0 }
/**
  * ul { 
  *   list-style-type: none; 
  *   padding-left: 0;
  *   margin: 0;
  * }
  */ 
 
.componentheading { font-size: 1.2em; }

.contentheading  { 
	background-color: #F3E8CF;	
	font-size: 1.2em;
	border:1px solid #FBCA93;
	
	}

.sectiontableheader {
	background-color: #FBCA93;	
	font-size: 1.0em;
	font-weight: bold;
	/*border:1px solid #FBCA93;*/	
}

.sectiontableentry2 {
	background-color: #F3E8CF;
}

.sectiontableentry1 td{
	text-align: justify;
}

.sectiontableentry2 td{
	text-align: justify;
}

.small { font-size: 0.7em; }
.createdate { font-size: 0.7em; }
.pagination span, .pagination a { padding: 0 6px 0 6px; }


.latestnews  {
	
	font-size: 12px;
	
}

.latestnews ul li {
	
}

/* test */

a
{
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: underline;
  color: #847743;
}

/* Adds special style to an unvisited link. */
a:link
{
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: underline;
  color: #847743;
}

/* Adds special style to a visited link. */
a:visited, a.visited
{
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: underline;
  color: #2F332E;
}

/* :hover - adds special style to an element when you mouse over it. */
a:hover, a.hover
{
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: none;
  color: #AE8E19;
}

/* Finish Content link style */

/* Resert some headings default style & links default style for links in headings*/
h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited
{
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}


/* Start Content headings Fonts & Colors  */
h1, h1 a, h1 a:link, h1 a:visited, h1 a:hover
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 28px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: #484E46;
}

h2, h2 a, h2 a:link, h2 a:visited, h2 a:hover
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 22px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: #61695D;
}

h3, h3 a, h3 a:link, h3 a:visited, h3 a:hover
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 18px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: #847743;
}

h4, h4 a, h4 a:link, h4 a:visited, h4 a:hover
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: #484E46;
}

h5, h5 a, h5 a:link, h5 a:visited, h5 a:hover
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: #484E46;
}

h6, h6 a, h6 a:link, h6 a:visited, h6 a:hover
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: #484E46;
}





