@charset "UTF-8";
/* CSS Document */

#dc_wrap{
	background-image:url(images/middle.jpg);
	background-repeat:repeat-y;
	background-position:center top;
	width:700px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#state{
float:left;
padding:35px 23px 0px 50px;
}

#dc_top{
background-image:url(images/top.jpg);
background-repeat:no-repeat;
background-position:top center;
height:290px;
width:700px;
}

#dc_top_long{
background-image:url(images/top.jpg);
background-repeat:no-repeat;
background-position:top center;
height:420px;
width:700px;
}

.dc_text{
	/*padding:50px 0px 0px 350px;*/
float:left;
	line-height:22px;
	font-size:14px;
	padding-top:50px;
	width: 300px;
}

#dc_mid{
padding-left:70px;
}

#dc_bottom{
background-image:url(images/bottom.jpg);
background-repeat:no-repeat;
background-position:bottom center;
height:105px;
width:700px;
}

.local_union{
text-transform:uppercase;
color:#FFCC00;
font-weight:bold;
font-size:20px;
}

.state_name{
text-transform:uppercase;
color:#FFCC00;
font-weight:bold;
font-size:25px;
}
