@charset "utf-8";
h1  {
	font-size: 500%;
	color: #10920F;
	font-weight: lighter;
	font-family: "Century Gothic";
	padding-top: 50px;
}
h2  {
	font-size: 100%;
	line-height: normal;
	font-weight: normal;
	color: #10920F;
}

ul h2 {
	margin: 0;
	color: #10920F;
} 

h3  {
	font-size: 100%;
	color:ffffff;
	
}

h4  {
	font-size: 70%;
}

p {
	text-align: justify;
}
.thrColFixHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	top: auto;
}
#pgtitle_controller {
	height: 100px;
	margin-top: 30px;
	font-family: "Century Gothic";
}
.very_large {
	font-size: 500%;
	color: #10920F;
	line-height: 125%;
}

.green {
	color: #10920F;
}
.green_lgr {
	font-size: 120%;
	color: #10920F;
}

#gallery {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	border: 15px none #060;
	padding-right: 20px;
	padding-left: 20px;
}
.green_panel {
	color: #FFF;
	background-color: #060;
	padding-left: 3px;
	width: 868px;
	
}
#Edit {
}

.button_portfolio {
	float: right;
	
}

.button_cases {
	padding-bottom: 20px;

}

.button {
	padding-bottom: 20px;
	display: inline;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

