
@charset "utf-8";
/* CSS Document */
body{
	margin-top:0px;
	margin-bottom:0px;
	background-color:#FFF;
	background-repeat:repeat-x;
	background-position:top;
}

/*..........................................id......................................*/
#header{
	background-image: url(../images/bg.gif);
	background-repeat:repeat;
	height:112px;
	width:100%;
}
#header_container{
	background-image: url(../images/middleton/header_bg.gif);
	background-repeat:repeat-x;
	margin:auto;
	width:907px;
	height:112px;
}
#logo{
	margin:auto;
	width:253px;
	height:112px;
}
#flash{
	background-image: url(../images/bg_flash_med.gif);
	background-repeat:repeat-x;
	width:100%;
	height:392px;
}
#flashbg{
	background-image: url(../images/bg_flash_med.gif);
	background-repeat: no-repeat;
	background-position: left;
	height:392px;
}
#flash_container{
	width:907px;
	margin:auto;
}
#wrapper{
	background-image: url(../images/body_bg.gif);
	background-repeat:repeat-x;
	width:100%;
	height:auto;
}
#wrapper_container{
	margin:auto;
	width:907px;
	height:auto;
	overflow: hidden;
}
/*..........................................container.....................................*/
#container{
	width:907px;
	height:670px;
	margin:0px 0px 0px 0px;
}
#container_right{
	background-color:#474747;
	display:block;
	width:266px;
	height:auto;
	border:0px;
	float:right;
}
#container_left{
	width:638px;
}
.p_container{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
	text-align:justify;
	line-height:18px;
	margin:10px 15px 0px 10px;
	
}
.p_container_black{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	text-align:justify;
	line-height:18px;
	margin:10px 30px 0px 40px;
}
.p_container_li{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	text-align:justify;
	line-height:18px;
	margin:0px 30px 0px 0px;
	
}
.li_dot{
	list-style-image:url(../images/middleton/dot.gif)
}
.table_title{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
	text-align:justify;
	font-weight:bold;
	margin: 0px 0px 0px 10px;
	text-transform:uppercase;
}
.ptable{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#474747;
	text-align:justify;
	margin: 0px 0px 0px 10px;
	text-transform:uppercase;
}
.ptable_red{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #FF0000;
	text-align:justify;
	margin: 0px 0px 0px 10px;
	text-transform:uppercase;
}

/*..........................................footer......................................*/
#footer{
	height:28px;
	width:100%;
	background-image:url(../images/middleton/footer.gif);
}
