/* CSS Document */

html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
} 


#pagewidth{
/*	width:814px;*/
	width:858px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
} 
 
#header{
height:270px;
!height:300px;
width:100%;
} 

#homeheaderholder {
/*height:250px;*/
	margin:0px;
	padding-top:0px;
width:100%;
/*background-color:#66FFFF;*/
}

#rightheaderholder {
width:100px;
/*background-color:#00CC33;*/
float: right;
}

#logoholder {

width: 535px;
margin: 18px 0px 5px 90px;
}

#headerimagediv {

/*background-image: url(../images/headerimage.jpg);
	background-repeat: no-repeat;
height: 170px;*/
padding:0px 0px 0px 120px;
float:left;

}



#topmenu {
	width:100%;
	height:40px;
	float:left;
	background-image: url(../images/topmenubg.jpg);
	background-repeat: repeat-y;

}

#upper-menu {
	float:right;
	height: 10px;
	padding-right:50px;
	margin-top:20px;
	margin-bottom:-20px;
}

#twocols{
 width:858px; 
 float:left;
!padding-top:10px;

  }
 
#rightcol{
 width:280px; 
 float:right; 
 position:relative; 

 }

#rightcol_inner_home {
 float: left;
 margin: 57px 0px 2px 0px;;
 width: 183px;

} 

#maincol{
 float: left; 
 display:inline; 
 position: relative; 
width:552px;


	background-image: url(vertical_bg.jpg) top;
	background-repeat: no-repeat;
 }

#mainbodyholder {
width:424px;
margin: 0px 0px 0px 154px;
padding-top:20px;
	background-image: url(../images/inside_div_bg_upper.jpg);
		background-repeat: repeat-x;
}

#footer{
 height:27px; 
 clear:both;
 } 
 

 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}

/***************** STYLES *******************/

#header{
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
} 
 
body {
background-color: #e7d9ab;
}

#pagewidth{
	background-image: url(../images/bodybg.jpg);
	background-repeat: repeat-y;
} 
 
#mainbodyholder {
	background-image: url(../images/inside_div_bg_upper.jpg);
		background-repeat: repeat-x;
}

#rightcol{
	background-image: url(../images/inside_div_right_bg.jpg);
	background-repeat: no-repeat;
 }

#rightcol_module-middle{
/*	background-image: url(../images/modulebg.jpg);
	background-repeat: repeat-y;*/

} 

#rightcol_module-top{
	background-image: url(../images/modulebg-top.jpg);
	background-repeat: no-repeat;
	background-position:bottom;
	height:10px;
} 

#rightcol_module-bottom{
	background-image: url(../images/modulebg-bottom.jpg);
	background-repeat: no-repeat;
	height:10px;
	background-position:top;
	margin:0px;
	padding:0px;
} 
#footer{
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
 } 
 
 /* STANDARD COMPLETE CSS FOR MAMBO 4.5.X TEMPLATES */

/* DEFAULT SETTINGS */ 
/* Below are  default settings are used when no other style has been defined.*/

body, p, td, tr, ul  {
	font-family: "Trebuchet MS";
	font-size: 11px;
	line-height: 150%;
	color: #663300;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 15px;
}

a:link{
font-family: "Trebuchet MS";
	font-size: 12px;
	line-height: 156%;
	color: #cc6600;	
text-decoration: underline;	
	
}

a:visited {
font-family: "Trebuchet MS";
	font-size: 12px;
	line-height: 156%;
	color: #cc6600;	

}

a:hover {
	text-decoration: none;
}


#mainbodyholder p, td, tr, ul  {

	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 15px;
}
hr {} /* horizontal line in your template*/
hr.separator {}

/* FORMS SETTINGS */ 
.button {}
.inputbox {}
.search {} /*formatting the <div> which holds search items: inputbox, search button...*/


/* NAVIGATION/MENU SETTINGS */
a.mainlevel{
	font-family: "Trebuchet MS";
	font-size: 12px;
	text-decoration:none;
	line-height: 156%;
	text-transform: uppercase;
	letter-spacing:.05em;
	color: #cc6600;
	display: block;
	background-image: none;
	padding-left: 5px;
	padding-right: 5px;
	float: left;
	margin: 0;
	white-space: nowrap;
	font-weight: bold;

} /* this styling is for the MAIN items in the menu */
a.mainlevel:link {
	font-family: "Trebuchet MS";
	font-size: 12px;
	line-height: 156%;
	text-transform: uppercase;
	text-decoration:none;
	letter-spacing:.05em;
	color: #cc6600;
	display: block;
	background-image: none;
	padding-left: 5px;
	padding-right: 5px;
	float: left;
	margin: 0;
	white-space: nowrap;
	font-weight: bold;

}
a.mainlevel:visited {}
a.mainlevel:hover {

color: #333333;
}


#active_menu {} /* this styling is for the menu item when it is active, even in main/sub position*/

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

ul#mainlevel-nav li
{
	font-family: "Trebuchet MS";
	font-size: 12px;
	line-height: 156%;
	text-transform: uppercase;
	letter-spacing:.05em;
	color: #cc6600;
	display: block;
	background-image: none;
	padding-left: 5px;
	padding-right: 5px;
	float: left;
	margin: 0;
	white-space: nowrap;
	font-weight: bold;
}

ul#mainlevel-nav li a
{
font-family: "Trebuchet MS";
	font-size: 12px;
	line-height: 156%;
	text-transform: uppercase;
	color: #cc6600;
	font-weight: bold;	
	padding-left: 2px;
	padding-right: 2px;
	text-decoration: none;
	background: transparent;
}
#buttons>ul#mainlevel-nav li a { width: auto; }

	ul#mainlevel-nav li a:hover
{
	color: #333333;
}

ul#mainlevel-nav3
{
	list-style: none;
	padding: 0;
	margin: 0px 0px 0px 0px;
	text-decoration:none;
}

ul#mainlevel-nav3 li
{
	font-family: "Trebuchet MS";
	font-size: 12px;
	text-decoration:none;
	line-height: 156%;
	letter-spacing:.05em;
	color: #cc6600;
	display: block;
	background-image: none;
	padding-left: 5px;
	padding-right: 5px;
	float: left;
	margin: 0;
	white-space: nowrap;
}

ul#mainlevel-nav3 li a
{
font-family: "Trebuchet MS";
	font-size: 12px;
	line-height: 156%;
	color: #cc6600;
	padding-left: 2px;
	padding-right: 2px;
	text-decoration: none;
	background: transparent;
	text-decoration:none;
}
#buttons>ul#mainlevel-nav3 li a { width: auto; }

	ul#mainlevel-nav3 li a:hover
{
	color: #333333;
}


/*ul#mainlevel-nav {}
ul#mainlevel-nav li{}
#mainlevel-nav a:link {}
#mainlevel-nav a:visited{}
#mainlevel-nav a:hover {}*/

a.sublevel{} /* this styling is for menu items that HAS A PARENT */
a.sublevel:link {}
a.sublevel:visited {}
a.sublevel:hover {}

.pagenavbar {} /*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 {} /*Style for the footer navigation ("<< Start < Prev Next > End >>") when they become hyper links*/
.pagenavbar:visited {}

.pagenav {} /* as the name implies, this is for formatting texts for those "<< Start < Previous 1 Next > End >>" links */
a.pagenav:visited {}
a.pagenav:hover {}

a.readon:link {} /*Style for the "Read More" link that is displayed for large content items*/
a.readon:hover {}
a.readon:visited {}

.back_button {
padding-left:10px;} /*Style for the "BACK" button*/
.pagenav_prev {} /*Style for the PRE button*/
.pagenav_next {} /*Style for the NEXT button*/

.latestnews ul {} /*Style for latest news list - by default, latest news is user1 module*/
.latestnews li {}

.mostread ul{} /*Style for most popular list - by default, most popular is user2 module*/
.mostread li{}

/* CONTENT PAGE SETTINGS */
a.category:link {}
a.category:hover {}
a.category:visited {}

.blogsection {} /* Formatting the links in Blog section */
.blog_more {
padding-left:10px;} /*The "More" text in blog section*/
a.blogsection:link {} /* set the link format */
a.blogsection:visited {} /* same as above, but to set the visited link format */
a.blogsection:hover {} /* same as above, but for links with mouse pointer over it */

.componentheading {
padding-left: 19px;
font-size: 1.2em;
font-weight:bold;
}/* Title of the component being used to display the content.*/
.contentheading {

font-size: 1.2em;
font-weight:bold;
} /* Title of the content, article, etc. being displayed.*/
.contentpane {} /* Table that holds all non-article information (components, category lists, contact forms, etc).*/
.contentpaneopen {} /* Table that holds the actual text for an article.*/
.contentpagetitle {} /*Title of articles*/

a.contentpagetitle:hover {} /*Title of articles when appeare as links */
a.contentpagetitle:link {}
a.contentpagetitle:visited {}

.contentdescription {} /* Formating the "DESCRIPTION" of sections, categories (News/Weblinks/Latest news...) */
table.contenttoc {} /* Formating the table of the Tables of Contents for multiple pages content or article */
table.contenttoc td {} /* same as above, used to format the td and able cells */
table.contenttoc th {} /* same as above, used to format the th of "Tables of Content" ( normally Article Index)*/
table.contenttoc td.toclink {} /* same as above, used to format toc link texts*/
a.toclink:link {} /* same as above, used to format toc link text status*/
a.toclink:visited {} 
a.toclink:hover {} 


/* MAMBO SECTIONS LISTINGS */
.sectiontableheader {} /* This is for styling the section table headers on a SECTION's page.
	Example: table header of "Date", "Item Title", "Author" and "Hits"? */
.sectiontableentry1 {} 
.sectiontableentry2 {}


/* MAMBO MODULES FORMATTING */
table.moduletable {

	width: 100%;
} /* Formatting the module table */
table.moduletable th {
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 3px;
		background-image: url(../images/modulebg.jpg);
	background-repeat: repeat-y;
} /* Formatting the module header, and the module titles */
table.moduletable td {
	background-image: url(../images/modulebg.jpg);
	background-repeat: repeat-y; 
}
#maincol .contentpaneopen  {
margin: 5px 5px 5px 5px;
}

/* MISCELLANEOUS */

/* Dates , Authors*/
.createdate {} /* For styling the date the content/articles are created under contents title */
.modifydate {} /* Formating "Last updated on" text at the end of articles/contents */
.small {} /* Formating "Written by:...." text */
.smalldark {}/*Found in poll result page, for " Number of Voters".. text */

/* Polls */
.poll {} /* format the td of poll table */
.pollstableborder {} /* set the border properties of the polls voting table */
 
/* Weblinks */
.weblinks{} /* well.. to format the link's titles under the "Weblinks" 
	section on the frontend */
a.weblinks:hover {} /* same as above, but for link with mouseover */
 
/* Newsfeeds */
.newsfeedheading {} /* The newsfeed title. NOTE: This will not affect the newsfeed's news title! */
.newsfeeddate {} /* yeah.. the date on the newsfeed */
.fase4rdf {} /* this is the body text of the newsfeed */
 
/* Search page */
table.searchintro {} /* This is for formatting the box with "Search Keyword: test returned 4 matches" box
	that appears after you have entered a search value. It appears on the mainbody
	with the search results */


/* MAMBO TABBED FRONTEND ADMIN INTERFACE */
/* The CSS below efines how the frontend admin interface when logged in */
 
.ontab {}/* For styling of the "Tab" buttons when editing contents through the frontend as admin. 
This .ontab is the styling for the tab when it is active or after its "clicked" */
.offtab {} /* Same as above, used for styling of the "Tab" buttons when editing contents through the frontend. 
This the styling for the tab when it is NOT active or when it is NOT "clicked" */
.tabpadding {} /* this style is used set the size of the tab in the above */ 
.tabheading {} /* Not too sure what this is used for. Couldn't find anything related to it yet at the moment */
.pagetext {} /* this style is used to style the content of the editing form contents (where HTMLArea sits and all its forms + contents) in
the frontend Administration interface */  


/*flash container added february 2, 2006*/
#flashcontainer{
      margin-left:0px;
      margin-top:0px;
}