/* CSS Document */
html{
	height:100%;
	width:100%;
	font-size:small;
}
 body{
	height:100%;
	width:100%;
	font-size:100%;
	font-family: Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0px;
	color:#333;
}

form{
	margin:0px;
	padding:0px;
}

#outline{
	min-height:100%;
	width:100%;
	/*padding-top:38px;*/
	background: url(../../images/layout/bg_tile.jpg) repeat-x top left #ffffff;
}

#container{
	width:880px;
	margin:0px auto;
	padding-top:38px;
	/*background:#ccc;*/
	
}

#container_M
{
	width:818px;
	margin:0px auto;
	min-height:276px;
	height:auto;
	background: url(../../images/layout/container_mid.jpg) bottom center repeat-y;
}

#container_B{
	width:818px;
	min-height:380px;
	padding-bottom:10px;
	height:auto;
	background: url(../../images/layout/container_btm.jpg) no-repeat bottom center;
}

#container_T{
	width:818px;
	min-height:289px;
	height:auto;
	background: url(../../images/layout/container_top.jpg) no-repeat top center;
	}

#header{
	text-align:left;
	padding:0px 0px 0px 0px;
	width:880px;
	min-height:100px;
	height:auto;
	background: url(../../images/layout/hdr_bg.jpg) no-repeat top;	
}

#bannerbg{
	padding:0px 0px 0px 0px;
	width:880px;
	min-height:183px;
	height:auto;
	background: url(../../images/layout/banner_bg.jpg) no-repeat  bottom right;	
}


#headertxt{
	width:350px;
	height:100px;
	float:left;
	padding:66px 0px 0px 10px;
}

#content{
	width:818px;
	margin:0px 14px 10px 19px;
	min-height:400px;
	height:auto;
}

.col{
	float:left;
}

.c_nav{
	width:200px;
}

.c1{
	width:278px;
	padding:7px 14px 10px 14px;
	/*background:#ccc;*/
}

.c1_home{
	width:270px;
	padding:7px 14px 10px 14px;
	
}

.c1_a{
	width:488px;
	padding:7px 14px 10px 14px;
	/*background:#ccc;*/
}

.c2{
	float:left;
	width:250px;
	padding:7px 25px 10px 10px;
}

.c2_home{
	float:left;
	width:220px;
	padding:7px 0px 10px 14px;
}

#footer{
	width:600px;
	margin:0px 14px 0px 15px;
	padding-left:8px;
	color:#ccc;
}


/* These are standard sIFR styles... do not modify */
/*
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
	padding: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

.sIFR-replaced > div {
  display: none !important;
}*/
