/*div{border: 1px solid red;}*/

img
{
	border: 0px;
}

#main_wrapper
{
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	margin-bottom: auto;
	width: 820px;
}

#banner_background
{
	position: absolute;
	left: 0px;
	margin-top: -9px;
	width: 100%;
	height: 210px;
	background-image: url('../img/banner_background.png');
	background-repeat: no-repeat;
	background-position: center center;
	z-index: -1;
}

.banner_pic
{
	float: left;
	width: 257px;
	height: 192px;
	overflow: hidden;
	margin-left: 20px;
	background-image: url('../img/banner_shaded_frame.png');
	background-repeat: no-repeat;
}

#banner div:first-child
{
	margin-left: 0px;
}

.banner_pic img
{
	margin-left: 17px;
	margin-top: 17px;
	position: absolute;
}

#logo
{
	height: 100px;
	background-image: url('../img/logo_stripe.png');
	background-repeat: no-repeat;
	margin-top: 15px;
	margin-bottom: 25px;
}

.column
{
/*	float: left;*/
	width: 270px;
	min-height: 300px;
	border-right: 1px solid #7ea16b;
	padding: 0px;
}

.column:first-child
{
	border-left: 1px solid #7ea16b;
	padding-right: 5px;
	width: 267px;
}

.column_content
{
	margin: 0px;
	padding: 20px;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-right: 17px;
	min-height: 150px;
}

.column_module
{
	width: 225px;
	margin-left: 8px;
	padding: 16px;
	background-image: url('../img/column_shaded_frame.png');
	background-repeat: no-repeat;
}

.column_module div:first-child
{
	height: 122px;
	background-color: #86a776;
	overflow: hidden;
}

.column_module div:first-child h1
{
	background-color: rgba(255, 255, 255, 0.5);
	padding: 5px;
	padding-left: 15px;
	padding-right: 10px;
	text-align: right;
}

.column_module div:first-child p
{
	padding: 2px;
	padding-left: 15px;
	padding-right: 10px;
	margin: 2px;
}

.column_module div:first-child ul
{
	margin: 0px;
}

.column_module div:first-child li
{
	list-style: none;
}

.column_module div:first-child ul
{
/*	padding-left: */
}

.column_module div:first-child ul
{
	padding: 0px;
	padding-left: 30px;
}

.column_module div:first-child li:hover
{
	list-style-image: url('../img/list_bullet_active.png');
}

.column_module#contact div:first-child
{
	background-color: transparent;
}
.column_module#contact div:first-child h1
{
	background-color: transparent;
	margin-bottom: 0px;
	padding: 0px;
}

div#contact
{
	margin-top: 15px;
	background-image: none;
	padding-right: 0px;
	width: auto;
}

div#contact div p
{
	margin-top: 0px;
	padding: 0px;
}

div#contact img
{
	float: right;
	margin-left: -10px;
	margin-right: 10px;
}

#menu, h1 , table.contentpaneopen td
{
	margin-top: 0px;
	padding: 0px;
}

#footer
{
	margin-top: 20px;
}

.cleaner
{
	clear: both;
	height: 0px;
}


#main_content
{
/*	display: table-row;*/
}
.column
{
/*	display: table-cell;*/
	float: left;
}
#wrapper
{
/*	display: table;*/
}

ul
{
	padding: 0px;
	padding-left: 15px;
}
table.contentpaneopen
{
	display: block;
	margin: 0px;
	margin-bottom: 7px;
	padding: 0px;

}
table.contentpaneopen .contentheading
{
	line-height: 12px;
}

.column_content h2:first-child
{
	height: 16px;
}

#w3c
{
	float: right;
	margin-top: -20px;
}
