
/*_____________________________________________________ / Print Styles */

* {
	margin:0;
	padding:0;
}

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px; 
	background: #FFF;
}
h1, 
h2, 
h3,
h4 {
	color: #000; 
	margin: 10px 0;
	clear:left;
}
 
h2 
 {
	font-size: 18px;
	margin-left: 20px;
}

h3 
 {
	font-size:  16px;
}

h4 
 {
	font-size: 14px;
}

h5
 {
	margin-right: 10px;
}

h5,
p 
 {
	font-weight:normal;
	font-size:100%;
}


p	{
	margin: 0;
	padding: 0 0 0.8em 0;
}


ul, ol	{
	padding:0;
}

/*_____________________________________________________________________________________ / Contentwrappers */

#pagewrapper { 
   width: 100%;
}

#header	{
	display:none;
}

.leftwrapper	{
	width: 100%;
}

.rightwrapper	{
	display:none;

}

/* ________________________________________________________________________________________ / Page Titles */

.pagetitle	{
	background: none;
}

.titlebar .actionlink	{
	display:none
}

/* ________________________________________________________________________________/ Clients/Mentors */

.clients .leftwrapper .featurebox h4,
.mentors .leftwrapper .featurebox h4,
.author		{
	font-weight: bold;
	color: #58727F;
}


/* ___________________________________________________________________________________ // Feature Boxes in Rightwrapper */ 
.featurebox	{
   background: none;
   padding: 20px;
   border: 1px solid #CCC;
   margin:10px;
}


.nodisplay	{
	display:none;
}

ul.simplelist li h5 {
	float:left;
}

ul.simplelist li p {
	float:left;
}

ul.simplelist li	{
	display:block;
	clear:left;
}

