
 /* Main container */
.container {
  width: 900px;
  margin: 0 auto;
  border:0px solid #222;


  display:table; /* must put this in for FireFox. */
 

}

.column {
  float: left;
}

/* header and footer*/
.header  { width: 900px;}
.footer { width: 900px;}

/* middle content box with left and right column*/
.mid  { width: 900px;}

/* Content Column*/
.content_column  { width: 625px;}


/* left and right Columns
.sidebar_left  { width: 175px; }*/

.sidebar_right { width: 275px; }

.add {
	width: 275px;
}

#header {
	height: 255px;
	background: #071d41 url('http://bucshonforcongress.com/sites/default/themes/bucshon/images/header.jpg') no-repeat top center;
	z-index:1;
}

/* social icons*/
div.social_icon{
float:right;
margin-right:30px;
height:46px;
margin-top:33px;
}

.social_icon img{
	padding:0 5px;
}

/* UNIQUE HP STYLES END*/
#header #menu {
	padding-top: 0;
	height: 48px;
	width:1000px;
    background:url('http://bucshonforcongress.com/sites/default/themes/bucshon/images/background/navigation.jpg') repeat-x center 207px;
	z-index:100;
	margin-top:  0;
}
#header #menu li {
	display: block;
	float: left;
	padding:0;
}
#header #menu li a {
	background:#3f6abd;
	display: block;
	width: 101px!important;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
	line-height:36px;
	vertical-align:middle;
	margin-top:6px;
	margin-right:6px;
	font-family: Arial;
	font-weight:  bold;
	color:  #fff!important;
	font-size: 100%!important;
}
#header #menu li a:hover {
background-color:#dc2912
}
#header #menu li.active a {
}
#header #menu li.last a {
	margin-right:0;
	width: 142px;
}