/* **** September 2005 - mambosolutions.com **** */
/* changelog:oct 3 2005- cleared floats and removed overflow: hidden, fixed Firefox cutoff long pages error */
/* normal tags */

body{
	margin				: 0px;
	padding				: 0px;
	background			: #fff;
}

body,td,td,th,table,.inputbox,.button{
	font-family			: "Trebuchet MS",Verdana;
	font-size			: 12px;
	line-height			: 18px;
}
a:link, a:visited {
color				: #333;
}

a:hover{
	color				: #D17414;
}

/* panes */

#outline_outer{
	width				: 840px;
	background			: #FFFFFF;
	
	background			: url(../images/bg-main.jpg) repeat-y;
}

#outline_inner{
	width				: 800px;
	
}


#upper{
	background			: #fff url(../images/top_piece.png) repeat-x;
	height				: 30px;
	line-height			: 30px;
}

#search{
	float				: left;
}

#search .inputbox{
	border				: 1px solid #5596BE;
	margin-top			: 3px;
	margin-left			: 10px;
}

#uppermenu{
	float				: right;
	text-align			: right;
	padding-right		: 20px;
}
#uppermenu a, #uppermenu a:link, #uppermenu a:visited  {
	color:white;
	text-decoration: none;
}

#uppermenu a:hover {
		color:white;
	text-decoration: underline;
}

#topmenu a,#topmenu a:link,#topmenu a:visited {
	color				:#fff;
	font-weight			: bold;
}

#topmenu a:hover{
	color				: #fff;
	text-decoration: underline;
}

#header{
	height				: 169px;
	background			: url(../images/header.jpg) no-repeat;
}

#mainmenu{
	clear				: both;
	height				: 50px;
	background			: url(../images/mainmenu.jpg) repeat-x;
}

#submenu{
	width				: 180px;
}




#left_outline{
	float				: left;
	clear: left;
	width				: 200px;
	margin				: 10px 0px;
}

#left-mods{
	width				: 200px;
}

.middle{
	float				: left;
	clear:  right;
	padding				: 10px;
	text-align			: left;
}

#middle_both{
	
	width				: 385px
}

#middle_single{
	width				: 580px;
}

#right-mods{
	float				: right;
	width				: 195px;
}

/* list menu style */

#navlist_outline{
	height				: 50px;
	background			: #CCC url(../images/mainmenu.jpg) repeat-x;
	border				: 1px solid #666666;
}

#navlist {
	margin				: 0px 0px 0px 5px;
	padding				: 0px;

	height				: 50px;
	float				: left;
}


#navlist ul, #navlist li {
	display				: inline;
	list-style-type		: none;
	
	
}


#navlist a:link, #navlist a:visited {

	padding				: 0px 0px 0px 0px;
	float				: left;
	font-size			: 13px;
	padding-top			: 5px;
	line-height			: 40px;
	width				: 100px;
	text-align			: center;
	margin				: 0px;
	text-decoration		: none;
	color				: #D17414;

}

#navlist a:hover {
	background			: #D17414;
	color				: #FFFFFF;
	background			: #CCC url(../images/bg-topmenu_hover.png) repeat-x;
}

#navlist a:link#current, #navlist a:visited#current {
	
	color				: #e94e3b;
	text-decoration		: underline;
	cursor				: default;

}

#navlist a:hover#current {
	
	color				: #FFFFFF;

}

/* sub list menu */



#submenu li,
#submenu ul{
	margin:0px;
	padding:0px;
}


#submenu li{
	list-style:none;
	text-align:left;
}

#submenu a{
	border-top			: 1px solid #f9e8bc;
	border-bottom		: 1px solid #c1583e;
	display				: block;
	font-size			: 13px;
	height				: 30px;
	line-height			: 30px;
	text-decoration		: none;
	color				: #D17414;
	background			: White;
	padding-left		: 10px;
}

#submenu a:hover{
	background			: #D17414;
	color				: #FFFFFF;
}

#submenu a#subcurrent{
	background			: #D17414;
	color				: #FFFFFF;
	text-decoration:underline;
	cursor				: default;
}



/* **** mambo objects **** */

/* mod */
.moduletable{
	width				: 180px;
	margin-bottom		: 20px;
	text-align			: left;
}


div.moduletable h3,
div.module h3,
.moduletable th {
	margin				: 0px;
	padding				: 0px;
	font-size			: 14px;
	font-weight			: bold;
	color				: #D17414;
	text-align			: left;
	margin-bottom		: 5px;
}

#left div.moduletable,

#right div.moduletable,
.moduletable{
       padding-top                      : 20px;
} 


/* other objects*/

.small,.createdate,.modifydate{
	color				: #999999;
	font-size			: 10px;
	font-weight			: bold;
	line-height			: 12px;
}

.contentheading{
	color				: #444;
	font-size			: 24px;
	text-decoration		: none;
	padding-bottom		: 7px;
	background			: url(../images/underline.jpg) repeat-x bottom;
	line-height			: 30px;
	padding-top			: 20px;
}

table.contentpaneopen{
	width				: 98%;
}

.contentheading a{
	color				: #444;
	text-decoration		: none;
}

.componentheading{
	color				: #FF9900;
	font-size			: 28px;
	margin-bottom		: 20px;
	text-decoration		: none;
}

/*  MAIN AND SUB MENU SYSTEM  */
.mainlevel {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 11px;
}

a.mainlevel:link, a.mainlevel:visited {
  display: block;
  color            : #59160f;
  text-decoration  : none;
}

a.mainlevel:hover {
  color            : #D17414;
  text-decoration  : none;
 background-color: White;
}

.sublevel {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 9px;
}

a.sublevel:link, a.sublevel:visited {
  color            : #8a5a37;
  text-decoration  : none;
}

a.sublevel:hover {
  color            : #59160f;
  text-decoration  : underline;
}

a.mainlevel-left:link, a.mainlevel-left:visited  {
	display: block;
    color            : #59160f;
    text-decoration  : none;
}

a.mainlevel-left:hover{
  color            : #8a5a37;
  text-decoration  : underline;
  background-image:  url("../images/main_hover.png");
}

a#active_menu{
	border-top: 1px solid #cccccc;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
	background-color: #fcffdd;}
		  
 a#active_menu:hover{
	border-top: 1px solid #cccccc;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
	background-color: #fcffdd;
	cursor				: default;}

/*  footer  */
#footer
 {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 9px;
  height: 75px;
  background-color: #fff;
    background-image:  url("../images/footer_bg.png");
	 background-repeat: no-repeat;

}