#bannerImage {
	margin: 12px 0 0 0;
}

#boxes {
	margin: 12px 0 0 -2px;
	background: url(../images/boxes_back.jpg) repeat-y;
}

#boxes h2 {
	font-size: 1em;
	color: #666666;
	
}

#boxes p {
	padding: 10px 0 0 0;
	font-size: .8em;
	line-height: 2em;
}

#boxesTop {
	width: 804px;
	height: 10px;
	background: url(../images/boxes_top.jpg) no-repeat;
}

#box1 {
	float: left;
	width: 148px;
	padding: 10px 9px 0 12px;
}

#box1 p {
	color: #666666;
	line-height: 1.5em;
	font-size: .75em;
}

#box1 ul li {
	font-size: 0.75em;
	line-height: 1.5em;
	color: #003A7D;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
	padding-top: 10px;
}

#followTwitter {
	margin-top: -12px;
}
/**#box1 ul li:first-child {
	line-height: 1em;
} **/

#box2 {
	float: left;
	width: 269px;
	margin: 0 0 0 5px;
	padding: 10px 6px 0 15px;
}

#box3 {
	float: left;
	width: 176px;
	margin: 0 0 0 8px;
	padding: 10px 2px 0 8px;
}

#box3 ul li {
	font-size: .75em;
	line-height: 2em;
	padding-top: 10px;
}

#box4 {
	float: left;
	width: 122px;
	margin: 0 0 0 6px;
	padding: 10px;
}

#box4 ul {
	padding-top: 10px;
}

#box4 ul li {
	font-size: .75em;
	line-height: 2em;
	
}

#boxesBottom {
	clear: both;
	width: 804px;
	height: 5px;
	background: url(../images/boxes_bottom.jpg) no-repeat;
}


