@charset "utf-8";
/* CSS Document */

.wrapper
{
	position: relative;
	min-width: 900px;
	max-width: 1300px;
	margin: 0 auto;
	padding: 0 4% 0 4%;
	border:0;
	 /* background-color: #CCC;*/
}

#header_right
{
	/* height: 118px; */
	float:right;
	text-align:right;
}

#stripe_panel_top
{
	position:relative;
	width:100%;
	height:120px;
	background-repeat:repeat-x;
	background-position: top;
}

#stripe_panel_bottom
{
	position:relative;
	width:100%;
	background-repeat:repeat-x;
	background-position: bottom;
}

#breadcrumb_panel
{
 margin-top:.5em;
}

#body_content
{
	min-height: 200px;
	/*padding-top:1%;*/
}

.left_column
{
	width:32.5%;
	float:left;
	/*background-color:#0CF;  */
}

.right_column
{
	width:65.25%;
	float:right;
	 /*background-color:#3F9; */
}

.right_left_column
{
	float:left;
	width: 48%;
}

.right_right_column
{
	float:right;
	width: 48%;
}

.single_column
{
	width:100%;
}
#footer
{
	height:90px;
	background-repeat:repeat-x;
	background-position:top;
	width:100%;
	padding:0;
	margin:0;
}

.brClear
{
	clear: both;
	height: 0;
	margin: 0;
	font-size: 0;
}

.imagebanner
{
	margin: 0;
	padding: 0;
	width:100%;
}

.imagebanner li
{
	float: left;
	margin: 0;
	padding: 0;
	width:20%;
	list-style: none;
	list-style-position: inside;
	border: none;
}

.imagebanner li.last
{
	width:19.8%;
}

.imagebanner img
{
	border:0;
	margin:0 auto;
	display:block;
}