/* CSS Document */
body{
	behavior:url("/styles/csshover2.htc");
	text-align:center;
  	margin:0px;
  	padding:5px;
  	color: #000;
  	font:small Arial,Verdana, sans-serif;
	background-color1: #EBCE92;
	background-color2: #20772F;
	background-color: #E8C7BB;
	background-color1: #E2BA63;
  }
  
html>body {
	font-size1:60%;
	background-color1:#EBCE92;
	margin:0px;
	behavior:url("/styles/csshover2.htc");
}

#wrapper{
	background1:url("/images/blank.gif") repeat left top;
	background:url("/images/content_bg.gif") repeat left top;
	text-align:justify;
	position:relative;
	width:780px;
	border:0px solid #f11;
	background-color:#FFFFFF;
	height1:400px;
	margin:0px;
	padding:0px;
	font-size1: 1em;
}

.admin #wrapper{
	background:url("/images/content_bg_wide.gif") repeat left top;
}

.admin-content #wrapper{
	background:url("/images/content_bg_med.gif") repeat left top;
}

.home #wrapper,
.admin #wrapper{
	background:#fff;
}

#header{
	position:relative;
	height:126px;
	border:0px solid #111;
	width:785px;
	background:url("/images/banner.jpg") no-repeat center bottom;
	text-align:right;
	font-weight:bold;
	font-size:85%;
	padding-top1:10px;
}


.admin #header{
	position:relative;
	height:31px;
	background:url("/images/banner_admin.jpg") no-repeat center bottom;
}

#date{
	float:left;
	padding-left:365px; 
	display1:none;
}

#topNav{
	float:right;
	padding-right: 15px;
	display:none;
}

#breadcrumb{
	float:left;
	padding-left: 7px;
	padding-top:3px;
	padding-bottom:13px;
	font-size: 80%;
	text-align:left;
	width:100%;
	border:0px solid #ddd;
	border-bottom1:1px solid #ddd;
	background:url("/images/bread_bg.gif") no-repeat left bottom;
	
}
.admin #breadcrumb{
	background:url("/images/bread_bg_wide.gif") no-repeat left bottom;
	
}
.admin-content #breadcrumb{
	background:url("/images/bread_bg_med.gif") no-repeat left bottom;
}

#content{
	float:left;
	height1:300px;
	border-left1:1px solid #ddd;
	border-right1:1px solid #ddd;
	width:580px;
	margin:0px 0px 0px 0px;
	margin-top:0px;
	padding:10px;
	padding-top:2px;
	background1: url("/images/bg_title.gif") repeat-x top left;
	border-left1:1px solid black;
	border1:1px solid black;
	border-top1:0px solid ddd;
	margin-bottom1:0px;
	font-size:95%;
	text-align1:left;
	height: expression( this.scrollHeight < 324 ? "323px" : "auto" ); /* sets min-height for IE */
   	min-height: 323px; /* sets min-height value for all standards-compliant browsers */
}

.admin #content{
	width:740px;
}

.admin-content #content{
	width:580px;
}

#right-menu{
	margin-top:0px;
	height1:300px;
	border:0px solid #111;
	width:170px;
	right1:1px;
	float:right;	
	background1: url("/images/side_bg.gif") no-repeat top left;
}

#footer{
	height:30px;
	border: 0px solid #111;
	width:760px;
	float:left;
	padding:10px;
	padding-top:15px;
	padding-bottom: 0px;
	border-top1:1px solid #ddd;
	border0:1px solid #ddd;
	font-weight:bold;
	font-size:85%;
	clear:both;
	background: url("/images/footer_bg.gif") no-repeat top center;
    text-align:center;
}
.admin #footer{
	width:760px;
	background: url("/images/footer_bg_wide.gif") no-repeat bottom center;
}

.admin-content #footer{
	width:760px;
	background: url("/images/footer_bg_med.gif") no-repeat bottom center;
}

.home #footer,
.admin #footer{
	background: url("/images/footer_bg_home.gif") no-repeat bottom center;
}
#menu {
	position:absolute;
	left:10px;
	top:96px;
}

.admin #menu{

	left:0px;
	top:1px;
}
#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 760px; /* Width of Menu Items */
	border-bottom: 0px solid #ccc;
	}

#menu ul li {
	display:inline;
	position: relative;
	width:80px;
	float:left;
	text-align:center;
  	padding:0 9px 0 0px;
	margin:0px;
  	background:url("/images/menu-but.jpg") no-repeat right top;
    vertical-align1: text-bottom;
	}
	


.admin #menu ul li {
  	padding:0 4px 0 0px;
	}

/* Styles for Menu Items */
#menu ul li a {
	display: block;
    height:23px;
	text-decoration: none;
  	color:#111;
  	font-weight:bold;
    vertical-align: text-bottom;
	background: #fff;
	padding: 0px;
	border: 0px solid #ccc; /* IE6 Bug */
	border-bottom: 0;
	width1: 70px;
  	background:url("/images/menu-but.jpg") no-repeat left top;
  	padding: 4px 0px 3px 7px;
	line-height: 11px;
	}
#menu ul li ul {
	position: absolute;
	left: 10px; /* Set 1px less than menu width */
	top: auto;
	display: none;
	width: 191px;
    left1: 100%;
	}	
	
#menu ul li ul li a {
 	height:auto;
}

#menu ul li ul li ul {
	position: absolute;
	left: 192px; /* Set 1px less than menu width */
	top1: auto;
    top:2px;
	display: none;
	width: 191px;
	height: auto;
	}	
	
#menu ul li ul li ul  li ul{
	position: absolute;
	left: 190px; /* Set 1px less than menu width */
	top1: auto;
    top:2px;
	display: none;
	width: 192px;
	}	
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#menu1 a {float:none;}
/* End IE5-Mac hack */
#menu a:hover {
  color: #A86B1A;
    text-decoration:underline;
  }

.home #header ul li#m-home,
.about #header ul li#m-about,
.member #header ul li#m-member,
.invest #header ul li#m-invest,
.pub #header ul li#m-pub,
.mandate #header ul li#m-mandate,
.benefit #header ul li#m-benefit {
  background-image:url("/images/menu-but-sel.jpg");
}

.home #header ul li#m-home a,
.about #header ul li#m-about a,
.member #header ul li#m-member a,
.invest #header ul li#m-invest a,
.pub #header ul li#m-pub a,
.mandate #header ul li#m-mandate a,
.benefit #header ul li#m-benefit a {
  background-image:url("/images/menu-but-sel.jpg");
  color:#333;
  padding-bottom:4px;
	font-size1 : 85%;
}

.home #header ul li#m-home ul li,
.about #header ul li#m-about ul li,
.member #header ul li#m-member ul li,
.invest #header ul li#m-invest ul li,
.pub #header ul li#m-pub ul li,
.mandate #header ul li#m-mandate ul li,
.benefit #header ul li#m-benefit ul li {
  background-image:none;
  background-color:#eee;
}

.home #header ul li#m-home ul li a,
.about #header ul li#m-about ul li a,
.member #header ul li#m-member ul li a,
.invest #header ul li#m-invest ul li a,
.pub #header ul li#m-pub ul li a,
.mandate #header ul li#m-mandate ul li a,
.benefit #header ul li#m-benefit ul li a {
  background-image:none;
  background-color:#eee;
  color: #666;
  padding-bottom:4px;
	font-size1 : 85%;
}
	
#menu ul li ul{	
	border-bottom:1px solid #ccc;
	width:152px
}	
#menu ul li ul li{
    background-image:none;
	background-color: #eee;
  	background1:url("/images/blank.gif")  left top;
	text-align:left;
  	padding:0;
	width: 192px;
	height:auto;
	height1: expression( this.scrollHeight < 24 ? "23px" : "auto" ); /* sets min-height for IE */
   	min-height1: 23px; /* sets min-height value for all standards-compliant browsers */
}
	
#menu ul li ul li a {
	background-image:none;
	display: block;
	text-decoration: none;
	color: #222;
	background-color: #eee;
	padding: 5px;
	border: 1px solid #ccc; /* IE6 Bug */
	border-bottom: 0;
    background1:url("/images/blank.gif")  left top;
	height1: 20px;
	}	

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */
		
#menu ul li:hover ul { display: block; } /*  The magic */

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}

table.panel {
	float:left;
	margin-top:10px;
	border:0px solid black;
	padding1:5px 5px 5px 5px;
	width:195px;
	border-spacing:0px;
}

table.panel tr th {
	font-size1:80%;
	background: url("/images/panel.jpg") no-repeat top left;
	padding:5px;
	padding-left:10px;
	margin:0;
	border-collapse:collapse;
	border-spacing:0px;
	font-weight:bold;
	color:#333;
}

table.panel tr td {
	margin:0;
	padding:3px 10px 2px 10px;
	padding-bottom1:3px;
	border-left1:1px solid #f00;
	border-right1:1px solid #f00;
	background: url("/images/panel.jpg") no-repeat bottom left;
	border-spacing:0px;
	border:0px solid red;
	height: 165px;
}
table.panel tr td ul{
	list-style-type1: none;
	margin:0px;
	border : 0px solid #333;
	padding:0px;
}
table.panel tr td ul li{
	background : transparent url("/images/triangleright.gif") no-repeat left top;
	display: block;
    
	border1 : 1px solid #333;
	border-left1 : 1px solid #333;
	font-size : 85%;
	margin-right1 : 2px;
	padding :3px 3px 3px 10px;
	text-decoration : none;
	width:95%;
	margin-left1: 0px;
}

table.panel tr td ul li a{
    text-decoration:none;
}
table.panel tr td ul li a:visited{
    color: #7979F2;
}


#left-menu{
    margin:0px 4px 0px 0px;
	margin-right1:4px;
    
	height1:300px;
	border1:1px solid #f11;
	width:168px;
    padding:0px;
	left1:0px;
	float:left;
	background1: url("/images/side_bg.gif") no-repeat top left;
}

#left-menu ul{
	display1 : block;
	left : 0px;
	position1 : absolute;
	top1 : 125px;	
	width1:120px;
	padding:0;
    margin:0px 0px 10px 2px;
	width:159px;
	list-style-type:none;
	border0:1px solid #000;
	
}

#left-menu li {
	padding:5px 0 0 0;
	background : transparent url("/images/button_top.gif") no-repeat left top;
	width:159px;
	border0 : 1px solid #333;
}


#left-menu li.cat {
	background : transparent url("/images/button_cat_top.gif") no-repeat left top;
}
	
#left-menu li a {
	display: block;
	background : transparent url("/images/button_bot.gif") no-repeat left bottom;
	border1 : none;
	border1 : 1px solid #3f3;
	border-left1 : 1px solid #333;
	color: #006;
	font-size : 85%;
	font-weight : bold;
	line-height : 10px;
	margin:0;
	margin-right1 : 15px;
	padding : 3px 10px 10px 8px;
	text-decoration : none;
	width:145px;
	margin-left1: 5px;
}

	
#left-menu li.cat a {
	background : transparent url("/images/button_cat_bot.gif") no-repeat left bottom;
	padding : 3px 10px 15px 8px;
}
#left-menu table.panel tr td ul li a {
	background:none;
	margin:0;
	padding:0;
	font-size : 100%;
	font-weight : bold;
	color1: #006;
}

#left-menu form{
	margin-left:3px;
}

#left-menu form input{
	padding-left:3px;
}

#content ul{
	list-style-type: none;
	margin:0px;
	border : 0px solid #333;
	padding:0px;
	display:block;
}

#content ul li{
	display: block;
	background : #fff url("/images/square.gif") no-repeat left top;
	border : 0px solid #333;
	border-left1 : 1px solid #333;
	font-size1 : 85%;
	margin-left : 0px;
	padding :3px 3px 3px 15px;
	text-decoration : none;
	width:95%;
	margin1: 2px;
}

#content ul li ul{
	list-style-type: none;
	margin:0px;
	border : 0px solid #333;
	padding:0px;
	display: block;
}
#content ul li ul li{
	display: list-item;
	background : #fff url("/images/square.gif") no-repeat left top;
	border : 0px solid #333;
	border-left1 : 1px solid #333;
	font-size1 : 85%;
	margin-left : 0px;
	padding :3px 3px 3px 15px;
	text-decoration : none;
	width:95%;
	margin-left1: 0px;
}

h1{
	display:block;
	padding:4px;
	padding-left:10px;
	border:0px solid #444;
	margin:0px;
	margin-bottom:3px;
	font-size:115%;
	font-weight:bold;
	line-height:13pt;
	background : #fff url("/images/h2.jpg") no-repeat left top;
	
}	

.admin h1{
	background : #fff url("/images/h1_wide.gif") no-repeat left top;
	
}	

.admin-content h1{
	width1: 580px;
	background : #fff url("/images/h1_med.gif") no-repeat left top;
	
}	
h2{
	display1:block;
	padding:0px;
	margin:0px;
	margin-top:10px;
	font-size:100%;
	font-weight:bolder;
	background : #fff url("/images/h2-.jpg") no-repeat left bottom;
	padding-left1:10px;
	line-height:33px;
}
	
h3{
	font-weight:bold;
	font-style:italic;
	font-size:90%;
}	

img{
	margin:8px;
	border: 1px #ddd solid;
	padding:1px;
}
img.shadow {
	border-right:1px solid #aaa;
	border-bottom:1px solid #aaa;

}

img.bordered {
	border:1px solid #444;
	margin:13px
}

input.shadow {
	background : #fff url("/images/input_bg.gif") no-repeat left top;
	border:1px solid #ddd;
}
input.button {
	background1 : #fff url("/images/input_bg.gif") no-repeat left top;
	border:1px solid #999;
	border-top1: 0;
	border-left1: 0;
	font-size:85%;
	font-weight:bold;
	line-height1:10px;
}
table th { text-align:center; font-weight:bold; background1:#bbc; background:#EEEEFF;  padding:2px; margin:1px;}
table td { text-align:left; background1:#ccd; background: #EEEEEE; padding:2px; margin:1px;}

table.details th { text-align:right; font-weight:bold; background1:#bbc; background:#EEEEFF;  padding:2px; margin:1px;}
table.details td { text-align:left; background1:#ccd; background: #EEEEEE;  padding:2px; margin:1px;}

.home #mid-menu{
    width: 785px;
	display:block;
	padding:0px;
	background: #333 url("/images/mid_menu_bg.gif") no-repeat left top;
  	background1:url("/images/mid_menu_bg.gif") no-repeat left top;
	height:24px;
	border0: 1px solid black;
    float:left;
}


.home #mid-menu a{
	margin: 4px 8px 4px 8px;
	text-decoration: none;
  	color:#555;
  	font-weight:bold;
	font-size : 85%;
	display:inline;
	float:left;
	border: 0px solid black;
	padding1:4px;
}

.home #mid-menu #mid-left{
	display:inline;
	float:left;
	border: 0px solid black;
	padding:4px;
}
.home #mid-menu form{
	display:inline;
	float:right;
padding:0;
margin:2px 0 0 0;

}

.home #mid-menu input{
font-size:75%;
padding: 1px;
margin: 0px 5px 0 0;
}
.home #welcome{
	margin-top:0px;
	padding:10px 8px 3px 0px;
    height:128px;
    border0:1px black solid;
	background1: transparent url("/images/welcome.jpg") no-repeat right top;
    float:right;
    width:505px;
	

}

.home #content{
	margin: 0;
    margin-top: 0;
    border:1px black solid;
    
}
.home #welcome h1{
	background:  transparent;
	margin: 2px 2px 5px 0px;
	padding:0;
    border1:1px black solid;
}

.home #welcome  p{
margin:0;
padding:10px 10px 10px 0;
}


#pic_rotator{
    margin1: -10px -8px 0 0;
    margin: 2px;
    float:right;
}

textarea.tinymce_sum
{
    height: 80px;
}
textarea.tinymce
{
    height: 100px;
}


.buttons a{
	border-top:2px #336699 solid;
	border-right:2px #336699 solid;
	border-bottom:2px #003366 solid;
	border-left:2px #003366 solid;
	background:#0A3D70;
	padding: 1px 2px 1px 2px;
	display:block;
	text-decoration:none;
	font-weight:bold;
	font-size:92%;
	color:#EEEEEE;
}
