/* CSS Document */


/* POSITIONING STYLES */

body, html { 
	margin:0;
	padding:0;
	height:100%; 
}
body {
	background-color:#008568;
	background-image:url(../gfx/bg.gif);
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size: 11px;	
}
	
#positioner {
	width:905px; 
	align:center; 
	position:absolute; 
	left:50%; 
	margin-left:-450px;
}
	
#menu {
	width:242px;
	position:absolute;
}
	
#treebg {
	z-index:0; 
	width:476px; 
	height:459px; 
	left:50%; 
	margin-left:-600px; 
	position:absolute; 
	background-image:url(../gfx/bg_trees.gif); 
	background-repeat:no-repeat;
}
#footer {
	position:relative; 
	width:610px; 
	text-align:center; 
	left:262px; 
	clear:both;
}

/* CONTENT STYLES */

#pagetitle {
	position:relative;
	width:339px;
	top:60px;
	left:35px;
	float:left;
}

p {
	padding:4px 16px; 
	color:white; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:10px;
}
hr {
	border:0px;
	height:1px;
	border-top:1px solid #4d9d8c;
}
#printLogo {
	display:none;
}
.homeContent {
	width:610px; 
	padding-top:50px; 
	position:relative; 
	left:262px; 
	z-index:2;
}
.content {
	width:611px; 
	position:relative; 
	left:262px; 
	z-index:2; 
	background-color:white; 
	background-image:url(../gfx/int_header_bg.gif); 
	background-repeat:no-repeat; 
	padding-top:45px;
	
}
.content .submenu {
	width:160px;
	position:relative;
	padding:5px 30px;
	height:100px;
	float:right;
}
.content .submenu p{
	padding:0px;
	line-height: 11px;
}
.content .submenu a{
	color:white;
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
}
.content p.first {
	margin-top:175px;
}
.content .highlight {
	margin:4px 40px;
	padding:12px;
	background-color:#f8eee8;
}
.content .highlight p, .content .highlight h3 {
	padding:0px;
	margin:0px 0px 8px 0px;
}
.content h1, .homeContent h1 {
	display:none;
}
.content h2 {
	font-size: 18px;
	color:#ca652d;
	padding:0px 40px;
	margin-top:40px;
}

.content h3 {
	color:#666;
	font-size:12px;
	padding:0px 40px;
	margin-bottom:0px;
}

.content p, .content ol{
	color:#666;
	font-size:12px;
	padding:0px 40px;
}

.content td p {
	padding:4px;
}
.content ul {
	color:#666666;
	list-style:outside;
}
.content li{
	margin-bottom:8px;
	margin-left:20px;
}
#leftPanel{width:384px;margin-top:150px; }
#rightPanel{clear:right;float:right;width:201px;margin-top:150px; margin-right:6px; color:#666; display:block;}
#rightPanel.page_w_sub{margin-top:50px;}
#activityList {list-style-image:url(../gfx/li_activity.gif);}

form{color:#666}
label{text-align:right;}
/*fieldset{text-align:left;}*/
fieldset{
/*border:1px solid #FFFFFF;*/
padding:10px;
-moz-border-radius: 8px; 
border-radius: 8px;}
td input{font-size:10px;}
td select option {font-weight:10px;}
td p{margin:0px;}

/*-- activity styles --*/
.bs_intelligences{
margin-left:40px;
border:1px solid #daf1ec;
}
.bs_intelligences td{

border:1px solid #daf1ec;
}
.bs_intelligences td img{
padding-left:8px;
padding-top:4px;

}


