@charset "utf-8";
/* CSS Document */
#contentContainer {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 0px;
}

#oneColContent {
	margin-right: 25px;
	margin-left: 25px;
	padding-top: 30px;
}

/* text */
.ecoAuthor

/* heading styles */

#oneColContent h1 {
	color: #523018;
	margin-bottom: 20px;
	text-align: center;
	width: 700px;
}

#oneColContent h4 {
	color: #AB6532;
	font-size: 14px;	
}

/* table styles */

#tableTwo {
	margin-bottom: 30px;
}
#tableTwo th {
	font-size: 12px;
	padding-bottom: 5px;
	text-align: left;
	
}
#tableTwo td a {
	font-size: 10px;
}

#tableTwo td {
	height: 50px;
	width: 16%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}

/* image styles */

.ecoBox { /* ecofocus articles */
	background-color: #e1debf;
	float: left;
	height: 430px;
	margin-right: 20px;
	margin-bottom: 20px;
	background-image: url(../ecofocus/eco_banner_bg.gif);
}


/* Milonic sub menu */

#subMilonMenu {
	float: left;
}

#subMenuHead h1 {
	width: 550px;
	font-size: 18px;
	
	
	float: right;
}

/* media experts pages */

form, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666;
}
select {
	width: 200px;
}
#expertList option {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666;
	margin-bottom: 5px;
}
.expert {
	padding-top: 20px;
	width: 600px;
	margin-left: 65px;
}
.expert p {
	height: 100px;
	padding-top: 40px;
}

.expert img {
	float: left;
	margin-right: 20px;
}

#menuExp p {
	margin-top: 20px;
	margin-bottom: 0px;
	padding-bottom: 8px;
}


 

