@charset "UTF-8";
/* CSS Document */

body{
	margin-top:0px; 
	background-image: url(../images/background.jpg); 
	background-repeat:no-repeat;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
}

h1{
	font-size:20px;
	letter-spacing: -2px;
	font-weight:normal;
	color:#060;
	width:100%;
	margin-top:0px;
	border-bottom:  #060 solid 1px;
	}


p{
	color: #666;
	
	
	}


#wrapper{
	width:955px; 
	margin:0 auto;	
}

#menuBorderRight{
	width: 27px; 
	height:50px; 
	float:right; 
	background-image:url(../images/contentEdgeRight.jpg); 
	background-repeat:repeat-y;
	}
	
#menuContent{
	width: 901px; 
	height:50px; 
	float:right; 
	background-color: #060;
	text-align:justify;
	}

#menuContent ul {
	margin:0px;
	padding:0px;
}
#menuContent li {
	float:left;
	margin-right:0px;
	list-style-type:none;
	
}

#menuContent li a {
	float:left;
	font-size:19px;
	color:white;
	letter-spacing:-1px;
	text-decoration:none;
	font-weight:normal;
	padding-left:16px;
	padding-right:16px;
	padding-top:13px;
	padding-bottom:15px;
	cursor:pointer;
	
}
#menuContent li a:hover {
	float:left;
	font-size:19px;
	color: white;
	background-color: #030;
	letter-spacing:-1px;
	text-decoration:none;
	font-weight:normal;
	cursor:pointer;
	
	
}
#menuContent .current {
	float:left;
	font-size:19px;
	color: white;
	background-color: #030;
	letter-spacing:-1px;
	text-decoration:none;
	font-weight:normal;
	cursor:pointer;
	
	
}


#menuBorderLeft{
	width: 27px; 
	height:50px; 
	float:right; 
	background-image:url(../images/contentEdgeLeft.jpg); 
	background-repeat:repeat-y;
	}
	
#menuBorderBottom{
	background-image: url(../images/menuBottomShadow.jpg);
	width:954px;
	height:22px;
	float:right;	
	
	}	
	
#mainContentwrapper{
	width:894px;
	float:left; 
	margin-left:1px;
	background-image:url(../images/contentRepeat.jpg); 
	background-repeat:repeat-y;
	padding: 10px 30px 10px 30px;
	}
	
#sideBar{
	width:240px;
	float:left;
	padding:0px 20px 5px 20px;
	
	}
	
#sideBar ul{
	margin:0px 0px 0px 20px;
	
	}

#sideBar li{
	list-style-image:url(../images/leafBullet.png);
	margin:0px;
	padding-bottom:10px;
	color:#060;
	
	}
	
#sideBar li a {
	font-size:20px;
	letter-spacing:-2px;
	color:#060;
	text-decoration:none;
	
	}	
#sideBar li a:hover {
	font-size:20px;
	color: #960;
	text-decoration:none;
	
	}
	
#sideBar .current{
	font-size:20px;
	color: #960;
	text-decoration:underline;	
}

#sideBar h2{
	color:#666;
	font-size:14px;
	font-weight:bold;
		padding:0px;
	margin:0px;

}
#sideBar p{
	color:#666;
	font-size:11px;
	text-align:justify;
	padding:4px 0px 25px 0px;
	margin:0px;
}

#sideBar a{
	color: #999;
	font-size:11px;
	text-decoration:underline;
	
}

#sideBar a:hover{
	font-size:11px;
	text-decoration:none;
	
}

.updated{
	font-size:10px;
	color: #CCC;
	padding:0px;
	font-weight:bold;
	
	}


#content{
	width:565px;
	margin-left:7px;
	float:left;
	padding:0px 20px 0px 20px;
	}

#content ul{
	color: #666;
	padding-top:0px;
	margin-top:5px;
	
	}

#content a{
	color:#060;
	
	}
#content a:hover{
	color:#960;
	text-decoration:none;
	
	}
	
#content h2{
	font-size:14px;
	letter-spacing: 1px;
	font-weight:normal;
	color: #666;
	margin-top:10px;
	margin-bottom:10px;
	width:50%;
	border-bottom:#666 solid 1px;
	}
	
#content h3{
	font-size:14px;
	letter-spacing: 0px;
	font-weight:normal;
	color: #060;
	margin-top:0px;
	margin-bottom:0px;
		}
	
#content a.processes{
	background-image:url(../images/processBTN.jpg);
	background-repeat:no-repeat;
	color:white; 
	float:left;
	cursor:pointer;
	text-transform:uppercase;
	letter-spacing:1px;
	text-decoration:none;
}
#content a:hover.processes {
	background-image:url(../images/processBTN-hover.jpg);
	background-repeat:no-repeat;
	color:white; 
	float:left;
	cursor:pointer;
	text-transform:uppercase;
	letter-spacing:1px;
	text-decoration:none;
}

#content a.survivor{
	background-image:url(../images/processBTN.jpg);
	background-repeat:no-repeat;
	color:white; 
	float:left;
	cursor:pointer;
	text-transform:uppercase;
	letter-spacing:1px;
	text-decoration:none;
}
#content a:hover.survivor {
	background-image:url(../images/processBTN-hover.jpg);
	background-repeat:no-repeat;
	color:white; 
	float:left;
	cursor:pointer;
	text-transform:uppercase;
	letter-spacing:1px;
	text-decoration:none;
}
#content a.small{
	background-image:url(../images/BTNsmall.jpg);
	background-repeat:no-repeat;
	color:white; 
	float:left;
	cursor:pointer;
	text-transform:uppercase;
	letter-spacing:1px;
	text-decoration:none;
	font-size:11px;
}
#content a:hover.small {
	background-image:url(../images/BTNsmall-hover.jpg);
	background-repeat:no-repeat;
	color:white; 
	float:left;
	cursor:pointer;
	text-transform:uppercase;
	letter-spacing:1px;
	text-decoration:none;
	font-size:11px;
}



#content .current {
	background-image:url(../images/processBTN-hover.jpg);
	background-repeat:no-repeat;
	color:white; 
	float:left;
	cursor:pointer;
	text-transform:uppercase;
	letter-spacing:1px;
	text-decoration:none;
}

#bottom{
	width:952px;
	height:42px;
	float:left; 
	margin-left:1px;
	background-image:url(../images/footer.jpg);
	background-repeat: no-repeat;
	}

#footer{
	width:952px;
	height:42px;
	float:left; 
	margin-left:1px;
	color:#999;
	font-size:10px;
	text-align:center;
	padding-bottom:20px;
	}

#footer a{
	color:#999;
	font-size:10px;
	text-decoration:none;

}
#footer a:hover{
	color:#999;
	font-size:10px;
	text-decoration:underline;

}
.experiences{
	float:left;
	width:100%;
	margin-top:30px;
	
	}
.experiencesPara{
	color:#666; 
	float:right; 
	width:450px;
	margin-top:0px;
	padding-bottom:0px;
	margin-bottom:0px;
	}
	
.breadCrumb{
	width:100%;
	margin-bottom:20px;
	color:#999;
	font-size:10px;
	
	}